Hi Boris, the error message is kind of swamped by the other messages, but this is the relevant one:
ESC[32mgraylog_1 | ESC[0m ESC[32mgraylog_1 | ESC[0m321) Error injecting constructor, java.io.IOException: Permission denied ESC[32mgraylog_1 | ESC[0m at org.graylog2.shared.journal.KafkaJournal.<init>(KafkaJournal.java:160) ESC[32mgraylog_1 | ESC[0m at org.graylog2.shared.journal.KafkaJournal.class(KafkaJournal.java:99) Make sure that Graylog (or rather the system user running Graylog) is allowed to write into the journal directory configured in the message_journal_dir setting (see https://github.com/Graylog2/graylog2-server/blob/2.0/misc/graylog.conf#L270-L272). Cheers, Jochen On Friday, 29 April 2016 10:39:39 UTC+2, Boris Rousseau wrote: > > Hi, > > Please find logs attached. > > Thanks > > Le vendredi 29 avril 2016 09:56:57 UTC+2, Jochen Schalanda a écrit : >> >> Hi Boris, >> >> could you please post the complete error log that Docker outputs? >> >> Cheers, >> Jochen >> >> On Friday, 29 April 2016 08:45:28 UTC+2, Boris Rousseau wrote: >>> >>> Hello, >>> >>> I followed this instructions to launch graylog server with docker-compose >>> https://hub.docker.com/r/graylog2/server/ >>> >>> However, when I do a docker-compose up, I end up with the following >>> error : >>> graylog_1 | 2016-04-29 06:41:20,417 ERROR: >>> org.graylog2.bootstrap.CmdLineTool - Guice error (more detail on log level >>> debug): Error injecting constructor, java.io.IOException: Permission denied >>> graylog_1 | Exception in thread "main" >>> com.google.inject.CreationException: Unable to create injector, see the >>> following errors: >>> graylog_1 | >>> graylog_1 | 1) Tried proxying org.graylog2.outputs.OutputRegistry >>> to support a circular dependency, but it is not an interface. >>> graylog_1 | at >>> org.graylog2.outputs.OutputRegistry.class(OutputRegistry.java:51) >>> graylog_1 | while locating org.graylog2.outputs.OutputRegistry >>> graylog_1 | for parameter 3 at >>> org.graylog2.streams.OutputServiceImpl.<init>(OutputServiceImpl.java:55) >>> graylog_1 | while locating org.graylog2.streams.OutputServiceImpl >>> graylog_1 | while locating org.graylog2.streams.OutputService >>> >>> Can you please let me know how to solve this ? >>> >>> 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/ea9d4698-eaa3-4f64-b97f-c8daa32d5d3d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
