Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Collector stops working on Windows server 2k12 with exception #78

@gruselglatz

Description

@gruselglatz

Hi,

Our Collector-File-module 0.4.2 stops working ever night with this exception:

Exception in thread "ChunkProcessor" java.lang.IndexOutOfBoundsException: readerIndex(0) + length(174) exceeds writerIndex(160): CompositeByteBuf(ridx: 0, widx: 160, cap: 160, components=1)
        at io.netty.buffer.AbstractByteBuf.checkReadableBytes(AbstractByteBuf.java:1166)
        at io.netty.buffer.AbstractByteBuf.skipBytes(AbstractByteBuf.java:741)
        at io.netty.buffer.CompositeByteBuf.skipBytes(CompositeByteBuf.java:1511)
        at io.netty.buffer.CompositeByteBuf.skipBytes(CompositeByteBuf.java:42)
        at org.graylog.collector.file.splitters.PatternChunkSplitter$1$1.computeNext(PatternChunkSplitter.java:75)
        at org.graylog.collector.file.splitters.PatternChunkSplitter$1$1.computeNext(PatternChunkSplitter.java:40)
        at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143)
        at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138)
        at org.graylog.collector.file.ChunkProcessor.createMessages(ChunkProcessor.java:89)
        at org.graylog.collector.file.ChunkProcessor.process(ChunkProcessor.java:85)
        at org.graylog.collector.file.ChunkProcessor.run(ChunkProcessor.java:51)
        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)

The Windows Event-module is still sending. After this exception it is also not possible to stop the service without killing the process!

For the Explanation this file contains standard Windows-Server DNS Messages.

thx

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions