Hi Jochen, Looks like I am hitting the same problem - but, I do get access to the web server properly. I just keep getting this API call failed to execute as well as I am not able to get to the API browser.
Here are the outputs of my commands.... curl -i --user user:passwd -H 'Accept: application/json' http://x.x.x.x:12900/system/cluster/node curl: (7) Failed to connect to x.x.x.x port 12900: Connection refused root@xxxx01:/etc/init.d# netstat -tplen|grep :12900 tcp6 0 0 127.0.0.1:12900 :::* LISTEN 0 33562 3601/java root@xxxx01:/etc/init.d# lsof -i :12900 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME java 3601 root 44u IPv6 33562 0t0 TCP localhost:12900 (LISTEN) All things are running on a single node right now for me - mongodb, elastic search, graylog2-server and web Thanks Mukesh Sharma On Thursday, October 9, 2014 4:09:54 AM UTC-4, Jochen Schalanda wrote: > > Hi Jeremy, > > Am Donnerstag, 9. Oktober 2014 06:12:59 UTC+2 schrieb Jeremy Farr: >> >> So, I'm not sure exactly why this connection is being refused. Most of >> my investigation reveals this a somewhat generic error message. Once I put >> the previously used graylog2 versions back in place (graylog2 0.20.6 server >> and web) and start both up it works fine. I didn't see anything that >> jumped out at me in the new config files that alluded to anything I needed >> to add that wasn't in the previous configs. >> > > After upgrading the binaries and starting the services, please check that > graylog2-server is listening on the proper interface. You can check that by > running `lsof -i :12900` or `netstat -tplen|grep :12900`. Please also > check if you receive a proper reply for this cURL command (replace > $GL2_USER and $GL2_PASSWORD with your admin user and its respective > password): curl -i --user $GL2_USER:$GL2_PASSWORD -H 'Accept: > application/json' http://172.20.56.41:12900/system/cluster/node > > > Cheers, > Jochen > -- You received this message because you are subscribed to the Google Groups "graylog2" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
