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 Guys, I Have Set Up The Clearml-Server On Aws Ec2 Instance Using The Released Clearml Ami In Ec2 Instance (There Is A 24/7 Running Ec2 Instance For Running The Clearml-Server). Now I Am Trying To Connect The Clearml Client On Another Remote Machine (An

Hi guys, I have set up the clearml-server on aws ec2 instance using the released clearml AMI in EC2 instance (there is a 24/7 running EC2 instance for running the clearml-server). Now I am trying to connect the clearml client on another remote machine (another EC2 instance) where all the codes and data are stored there. Now I am trying to connect this clearml client to the clearml server and got this error: Retrying (Retry(total=239, connect=239, read=240, redirect=240, status=240)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f50e1505190>: Failed to establish a new connection: [Errno 111] Connection refused')': /auth.login - Any idea how to solve this?

  
  
Posted one year ago
Votes Newest

Answers 2


@<1523701087100473344:profile|SuccessfulKoala55> Thank you for your reply. Yes, that's true the problem is coming from the network setup in the ec2 server, I just tried to copy the None address and paste it into the clearml-init setup configuration in the other ec2 service but apparently that's not the right. Any thought or idea?

  
  
Posted one year ago

@<1546665660556251136:profile|GrievingHorse36> this basically means the server machine is not reachable from the other machine - some issue with the network setup?

  
  
Posted one year ago