Hi Stefan, your Graylog server runs out of (heap) memory while reading from the message journal. Please increase the maximum size of heap memor for the JVM (see GRAYLOG_SERVER_JAVA_OPTS in the init scripts).
Cheers, Jochen On Tuesday, 4 August 2015 12:42:06 UTC+2, Stefan Zahnd wrote: > > Hi there > > Suddenly my Graylog installation 1.1.5 stopped processing messages. Input > is ok but no processes for processing. In the graylog server.log I see the > following error > > 2015-08-04T12:25:36.543+02:00 ERROR [ServiceManager] Service JournalReader > [FAILED] has failed in the RUNNING state. > java.lang.OutOfMemoryError: Java heap space > at java.nio.HeapByteBuffer.<init>(HeapByteBuffer.java:57) > at java.nio.ByteBuffer.allocate(ByteBuffer.java:331) > at kafka.log.FileMessageSet$$anon$1.makeNext(FileMessageSet.scala:188) > at kafka.log.FileMessageSet$$anon$1.makeNext(FileMessageSet.scala:165) > at kafka.utils.IteratorTemplate.maybeComputeNext(IteratorTemplate.scala:66) > at kafka.utils.IteratorTemplate.hasNext(IteratorTemplate.scala:58) > at org.graylog2.shared.journal.KafkaJournal.read(KafkaJournal.java:455) > at org.graylog2.shared.journal.KafkaJournal.read(KafkaJournal.java:420) > at org.graylog2.shared.journal.JournalReader.run(JournalReader.java:136) > at > com.google.common.util.concurrent.AbstractExecutionThreadService$1$2.run(AbstractExecutionThreadService.java:60) > at com.google.common.util.concurrent.Callables$3.run(Callables.java:95) > at java.lang.Thread.run(Thread.java:745) > > I cannot get the server up running. Reboot or restart has no effect. Can > somebody give me a hint in the right direction? > > Thank you very much in advance and kind regards, Stefan > -- 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/fa45a7d5-afd0-4e23-b187-2c165a80913e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
