Our envireonement requires java 6 so I installed 7 in addition to get graylog2 to run. I saw that there is the parameter -java-home so I tried using it but always got the error: java_cmd can't be redeclared
So I had to change bin/graylog2-web-interface on line 340 Original: execRunner "java_cmd" \ Modified execRunner "/usr/local/jdk/jre/bin/java" \ --------- I also noticed that in the 0.9 changelog it says that Optional ElasticSearch v1.3.2 support http://www.graylog2.org/news/post/0005-graylog2-v0-90-has-been-released but in the wiki - Elasticsearch v0.90.10 <http://www.elasticsearch.org/downloads/0-90-10/> (exact version) http://www.graylog2.org/resources/documentation/setup/server I hope this will be fixed in the next version or help someone with the same Problem. I don't have time atm. so create a github account so if anyone want to create an Issue please do so ;) -- 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.
