Hi, Am Dienstag, 19. August 2014 18:04:18 UTC+2 schrieb Lab Coat: > > :~# java -jar /opt/graylog2/server/graylog2-server.jar -f > /etc/graylog2/server.conf > Error: Unable to access jarfile /opt/graylog2/server/graylog2-server.jar
It seems that Graylog2 hasn't been installed in the location you've pointed to. From the HOWTO you've mentioned it's probably located at /opt/graylog2-server/graylog2-server.jar, so please run: java -jar /opt/graylog2-server/graylog2-server.jar -f /etc/graylog2/server.conf As you're using Ubuntu Linux, you could also just use the (inofficial) DEB packages for Graylog2: https://gist.github.com/hggh/7492598 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.
