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
On My Self-Hosted Clearml That Was Working Just Fine Until Recently, Now When Trying To Open Web Ui I Get: "Server Unavailable The Clearml Server Is Currently Unavailable. Please Try To Reload This Page In A Little While. If The Problem Persists, Verify Y

On my self-hosted ClearML that was working just fine until recently, now when trying to open Web UI I get: "SERVER UNAVAILABLE
The ClearML server is currently unavailable.
Please try to reload this page in a little while.
If the problem persists, verify your network connection is working and check the ClearML server logs for possible errors"
How do I debug this?
port 8008 returns:

{"meta":{"id":"...","trx":"...","endpoint":{"name":"","requested_version":1.0,"actual_version":null},"result_code":400,"result_subcode":0,"result_msg":"Invalid request path /","error_stack":null,"error_data":{}},"data":{}}
  
  
Posted 6 months ago
Votes Newest

Answers 7


it might be because of cache data
pls delete the cache data and try
after every time you start the server

  
  
Posted 4 months ago

@<1523701087100473344:profile|SuccessfulKoala55> Sure, here it is:
image

  
  
Posted 6 months ago

Using docker (Ubuntu 20.04). I've deployed it a few month ago following instructions on the website. It used to just work even after reboots.

  
  
Posted 6 months ago

@<1529633475710160896:profile|ThickChicken87> can you share the result of running sudo docker ps on the server's machine?

  
  
Posted 6 months ago

OK, can you get the log of the clearml-elastic container and share it? use sudo docker logs clearml-elastic

  
  
Posted 6 months ago

how did you deploy your clearml server ?

  
  
Posted 6 months ago

Thanks for help. The issue somehow got resolved after a couple reboots. Not sure what it was related to, but now all works fine.

  
  
Posted 6 months ago
502 Views
7 Answers
6 months ago
4 months ago
Tags