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
I Rebooted My Server In Aws, And Now The Instance Is Acting Weird. The Web Login Is Gone, And All My Projects Are Not Visible. I Tried To Use The

I rebooted my server in AWS, and now the instance is acting weird. The web login is gone, and all my projects are not visible. I tried to use the
docker-compose -f /opt/trains/docker-compose.yml down in documentation, but I didnโ€™t have the yaml file. Is there anything I can do to get it up and running? Upon SSH I notice that the data from my experiments is still there.

  
  
Posted 3 years ago
Votes Newest

Answers 32


image

  
  
Posted 3 years ago

image

  
  
Posted 3 years ago

image

  
  
Posted 3 years ago

Bad requests meaning unanswered requests or returning with 4xx code?

  
  
Posted 3 years ago

Can you send a wider screenshot? Two containers seem to be restarting...

  
  
Posted 3 years ago

Thank you ๐Ÿ˜… Very much

  
  
Posted 3 years ago

Oh god

  
  
Posted 3 years ago

Try doing sudo docker ps and see what's up

  
  
Posted 3 years ago

Sure, no problem - I'll go think of something that will help us get this error more easily next time ๐Ÿ˜„

  
  
Posted 3 years ago

Can I force the login window?

  
  
Posted 3 years ago

Hi SuccessfulKoala55 , I believe I was only given one option in my region (EU Stockholm) which was the 0.16.1 version with the AMI location:

aws-marketplace/allegroai-trains-server-0.16.1-320-273-c5c210e4-5094-4eb9-a613-a32c0378de31-ami-06f5e9f4dfa499dca.4

I used the Trains AMI, and I am not sure whether it was the auto-updated or static one

  
  
Posted 3 years ago

Hi TrickyRaccoon92 , did you install it yourself or did you use the Trains AMI (if so, was it the auto-update AMI or the static one)?

  
  
Posted 3 years ago

image

  
  
Posted 3 years ago

OK - this looks like either the server is down or there's a communication issue (FW most likely)

  
  
Posted 3 years ago

Looks like weโ€™re up and running

  
  
Posted 3 years ago

A lot of bad requests and connection refused

  
  
Posted 3 years ago

(BTW - in the AMI distributions, the docker-compose-yml should reside in /home/ec2-user )

  
  
Posted 3 years ago

I just changed the login details prior the restarting of the server, could this be at fault? I changed the trains-user to a different one

  
  
Posted 3 years ago

Indeed. Try sudo docker logs trains-apiserver - let's see what's bothering it ๐Ÿ™‚

  
  
Posted 3 years ago

Probably the apiserver component and the fileserver component...

  
  
Posted 3 years ago

Yes, the login details to the Trains UI

  
  
Posted 3 years ago

Might be a typo in the new configuration?

  
  
Posted 3 years ago

Thatโ€™s embarassing

  
  
Posted 3 years ago

You were absolutely right

  
  
Posted 3 years ago

Cool!

  
  
Posted 3 years ago

Hang on, It was the static - No auto update AMI:
ami-0d6f44a1a7145a9f8

  
  
Posted 3 years ago

Well, before we start debugging this inside the server, maybe a few simple check to make sure we know whats going on externally... Try opening a new private browser session, open the Dev Tools ( F12 ) on the network tab, and than try to browse to the Trains UI - what do you get?

  
  
Posted 3 years ago

The question is whether the server is there but refusing to handle the calls, or whether its down or blocked due to some network issue

  
  
Posted 3 years ago

๐Ÿ˜„ - nothing's embarrassing, we all have typos ๐Ÿ˜„

  
  
Posted 3 years ago

And now it works

  
  
Posted 3 years ago
1K Views
32 Answers
3 years ago
27 days ago
Tags