Hi Drew, thanks for starting me to search for logs. Finally I managed to 
get the latest graylog running.
The problem turned out to be several things 
- etc/graylog/web/web.conf (missing password secret)
- etc/graylog/server/server.conf (missing password secret and 
root_password_sha2)
- Java 1.7 wasn´t sufficient as the web interface log mentioned itself that 
is has a serious bug which causes it to shut down. I installed Java 1.8:

cd /opt

wget --no-cookies --no-check-certificate --header "Cookie: 
gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; 
oraclelicense=accept-securebackup-cookie" "
http://download.oracle.com/otn-pub/java/jdk/8u60-b27/jdk-8u60-linux-x64.rpm";

wget --no-cookies --no-check-certificate --header "Cookie: 
gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; 
oraclelicense=accept-securebackup-cookie" "
http://download.oracle.com/otn-pub/java/jdk/8u60-b27/jre-8u60-linux-x64.rpm";
Then I could start a GELF HTTP input and happily send in messages :)

Now with Java 1.8 when hitting "service graylog-server start" Java 
complains with:
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=128m; 
support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option 
MaxPermSize=256m; support was removed in 8.0
Maybe that´s important for your development.

Thanks for this great tool :)

-- 
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/a4ad1107-d96f-493b-b108-b2e02f7946d8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to