Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi Team Clearml, I Am Using Ec2 Ami Running Server V1.6.0-213. The Storage Is Only ~20% Full, So No Shortage Of Space. I'M Having Difficulty Deleting Old Projects From The Ui And Getting The Following Error: "Error Can'T Delete Project". I'Ve Done

Hi Team ClearML, I am using EC2 AMI running server v1.6.0-213. The storage is only ~20% full, so no shortage of space.
I'm having difficulty deleting old projects from the UI and getting the following error: "ERROR can't delete project".

I've done docker-compose restart but it didn't fix the issue. Any advice?

  
  
Posted 10 months ago
Votes Newest

Answers 16


Hi MinuteWalrus85 , sorry, missed this 😞
The error you're showing seems to indicate the WebApp sent a request with no "project" field, which is very strange.
Can you look at the request info for that specific call and share the JSON sent by the WebApp to the server (for which what you've was the response)?

  
  
Posted 10 months ago

this is what I got:
{"meta":{"id":"7cd78b67e5384e739b9aec6cdc030e6d","trx":"7cd78b67e5384e739b9aec6cdc030e6d","endpoint":{"name":"projects.delete","requested_version":"2.20","actual_version":"1.0"},"result_code":400,"result_subcode":12,"result_msg":"Validation error (error for field 'project'. field is required!)","error_stack":null,"error_data":{}},"data":{}}

  
  
Posted 10 months ago

Hi MinuteWalrus85 , can you look at the Network section in your browser's Developer Tools (F12) and see the what is reported when you try to delete? I assume one call returns with an error status

  
  
Posted 10 months ago

the "Payload" tab contains the project id info, so it shouldn't be the cause for the delete call fail

  
  
Posted 10 months ago

tried both with Firefox and Chrome, results are similar also between computers and OS (ubuntu and Windows)

  
  
Posted 10 months ago

Can you try checking with a different browser...?

  
  
Posted 10 months ago

this is an error during training that points out to ElasticSearch error. This might be also the cause of the delete error, what do you think SuccessfulKoala55 ?

  
  
Posted 10 months ago

What's interesting is that SOMETIMES (rarely) it succeeds

  
  
Posted 10 months ago

can this give us a clue? I'm getting this error:

  
  
Posted 10 months ago

Well, this basically means ES was non-responsive, but the error you described earlier had to do with a missing parameter when a request has reached the server, which is very different...

  
  
Posted 10 months ago

OK, if that's still the error for this call when "project" is in the actual payload, we might have some proxy issue - it might be that someone is dropping the payload along the way - where/how is your server hosted?

  
  
Posted 10 months ago

Thanks Jake for your help, it's highly appreciated. This is an AWS EC2 running the clearml-server AMI (region of EC2 is us-east-1)

  
  
Posted 10 months ago

Any special settings on ELB? I've seen once an ELB stripping payload from HTTP GET calls and producing the same results

  
  
Posted 10 months ago

How do I check that? I did nothing in the settings other than the recommended defaults in the docs

  
  
Posted 10 months ago

LEt me try and find what was the reason back when I saw it...

  
  
Posted 10 months ago

(checking now, there are no Load Balancers in this region)

  
  
Posted 10 months ago
101 Views
16 Answers
10 months ago
4 months ago
Tags