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, I Am New Here. I Established A Successful Trains Server And Everything Runs Ok. After I Changed The Ip Address Of The Server I Couldn'T Make It To Work Again. I Get Return Code 200 (Probably Because Auth Failed). I Tried To Restart The Server With Doc

Hi,
I am new here. I established a successful trains server and everything runs ok. After I changed the ip address of the server I couldn't make it to work again. I get return code 200 (probably because auth failed).
I tried to restart the server with docker-compose down and up but it didn't work.
Help will be much appreciated 🙂

  
  
Posted 3 years ago
Votes Newest

Answers 12


Hi CharmingShrimp37 , welcome! 🙂

After I changed the ip address of the server I couldn't make it to work again. I get return code 200 (probably because auth failed).

Can you share some more information? Where do you get this response code, in the UI or in Trains?

  
  
Posted 3 years ago

I got it when running the command: docker-compose up -f docker-compose.yml

  
  
Posted 3 years ago

no because it got stuck on retrying to auth

  
  
Posted 3 years ago

I will try to send a log file

  
  
Posted 3 years ago

So is it working now?

  
  
Posted 3 years ago

What line numbers are you referring to? the last lines I see are 172-189 which indicate normal apiserver responses (to UI requests, incidentally)

  
  
Posted 3 years ago

but all the lower lines are marked in red and it looks like the process trying to connect over and over again

  
  
Posted 3 years ago

At first glance, the log seems fine - what are you experiencing from a user's point of view?

  
  
Posted 3 years ago

thanks for your help it seems that it is working now :)

  
  
Posted 3 years ago

and the new ip is updated automatically?

  
  
Posted 3 years ago

You mean the new IP of your machine?

  
  
Posted 3 years ago

ok so i will recheck

  
  
Posted 3 years ago
584 Views
12 Answers
3 years ago
one year ago
Tags