hmmm that sounds familiar https://github.com/sbt/sbt-native-packager/pull/95
You can just remove -r from the ``declare java_cmd`` line in the bash script on the server where you are running graylog2 web. And this is a packaging issue, it can be fixed by explicitly using a later sbt-native-packager. /Hack On 2014-10-14, at 12:00, Jochen Schalanda <[email protected]> wrote: > Hi Cédric, > > Am Freitag, 10. Oktober 2014 09:46:30 UTC+2 schrieb Cédric Madörin: > 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 > > Thanks for reporting this! I've just checked this with graylog2-web-interface > 0.90.0 and could reproduce the problem. > > The bug will be fixed in Graylog2 0.92.0 and it already works in the current > SNAPSHOT versions. Unfortunately it won't be fixed in the 0.90.x/0.91.x > version line because it depends on the version of the Play framework we're > using. > > > 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 (exact version) > http://www.graylog2.org/resources/documentation/setup/server > > There was some confusion about which versions of Graylog2 support which > Elasticsearch versions. Graylog2 0.90.0 still uses Elasticsearch 0.90.10 (see > what we did there?) and Graylog2 0.91.0-rc.1 supports Elasticsearch 1.3.2 and > higher. Other than that, Graylog2 0.90.x and 0.91.x are identical. > > > 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. -- 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.
