Reputation
Badges 1
15 × Eureka!trains_agent: ERROR: Connection Error: it seems *api_server* is misconfigured. Is this the TRAINS API server https://<<trains-server_ip>> ?
No, I meant with setting up trains agents -- stuck on trains-init
We have the server running on a GCP instance and haven't changed anything there for a long time
Was given http, but I'll try https!
hmm yeah seems very strange to me too.
So does the fact that trains-agent list
givestrains_agent: ERROR: Connection Error: it seems *api_server* is misconfigured. Is this the TRAINS API server https://<IP>:8010 ?
or that curl http://<IP>:8008
gives nothing
give us any useful info? Or are those relatively normal?
yeah that's in the ~/trains.conf
both locally (which works) and on the remote machine I'm trying to set up (which doesn't work)
Yeah that's what I would expect!
Neither https nor 8010 appear anywhere in ~/trains.conf, but yeah trains-agent list givestrains_agent: ERROR: Connection Error: it seems *api_server* is misconfigured. Is this the TRAINS API server https://<IP>:8010 ?
Yeah, that makes sense. So could this be an issue with how we've configured our trains server then?
Yeah the web UI is working fine on 8080, and we've been able to run things locally on our laptops fine; only encountering this issue on when trying to set up on our remote machines
I wasn't the one who configured the server, so I don't know much about that process, but I can ask for details if we need
Also of interest:curl http://<IP>:8008/
gives a response when we run it locally, which I think gives further support to the idea that this is firewall related.
We've opened a ticket with our IT dept to see if they can help us, but not super optimistic there lol.
I'll update here if we figure out anything more on this. Thanks again for your help!
Yeah no idea why it said https
there, the trains.conf has http
for everything for sure.
And oops yeah the port it said there was :8010
which seems strange to me as well
(btw thanks so much for all your help debugging this, really appreciate it 🙂 )