Hi Mingo, please check the Developer Console of your web browser for error messages.
- https://developers.google.com/web/tools/chrome-devtools/debug/console/ - https://developer.mozilla.org/en-US/docs/Tools/Web_Console Cheers, Jochen On Monday, 16 May 2016 11:44:32 UTC+2, Mingo Rrubioer wrote: > > Hello, > > I have the following setup: > > # rpm -qa | grep -iE "(graylog|mongo|elastic)" | sort > elasticsearch-2.3.2-1.noarch > graylog-2.0-repository-1-1.noarch > graylog-server-2.0.1-1.noarch > mongodb-org-3.2.6-1.el6.x86_64 > mongodb-org-mongos-3.2.6-1.el6.x86_64 > mongodb-org-server-3.2.6-1.el6.x86_64 > mongodb-org-shell-3.2.6-1.el6.x86_64 > mongodb-org-tools-3.2.6-1.el6.x86_64 > > # cat /etc/redhat-release > CentOS release 6.7 (Final) > > Graylog config: > rest_listen_uri = http://10.0.0.1:12900/ > rest_transport_uri = http://10.0.0.1:12900/ > web_listen_uri = http://10.0.0.1:9000/ > > On the hardware side, I have 1 server running mongodb, ES and graylog > (all on the same physical box, no VMs, or containers). The IP is > 10.0.0.1. > > If I open a browser on the server and point it to: > http://10.0.0.1:9000, I can log in and everything works. > > If I connect from my laptop, I get the login screen but nothing > happens when I type my user/password. No error, no nothing, the web > interface just sits there. A few minutes later I get the following > message: > > "We are experiencing problems connecting to the Graylog server running > on http://10.0.0.1:12900/. Please verify that the server is healthy > and working correctly > > Error message > Bad request > Original Request > GET http://10.0.0.1:12900/system/sessions > Status code > undefined > Full error message > Error: Request has been terminated Possible causes: the network is > offline, Origin is not allowed by Access-Control-Allow-Origin, the > page is being unloaded, etc." > > Checking with lsof: > > # lsof -i -n -P | grep 12900 > java 11227 graylog 26r IPv4 220655 0t0 TCP > 10.0.0.1:12900 (LISTEN) > java 11227 graylog 140u IPv4 227869 0t0 TCP > 10.0.0.1:33786->10.0.0.1:12900 (ESTABLISHED) > java 11227 graylog 143u IPv4 227870 0t0 TCP > 10.0.0.1:12900->10.0.0.1:33786 (ESTABLISHED) > > Any ideas? > > Thanks > -- You received this message because you are subscribed to the Google Groups "Graylog Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/graylog2/c684e23c-50fe-408e-8496-10c298fd1247%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
