It is saying address already in used, But i am unable to identify what is
using this port, at first time the web interface has worked fine but as
soon as i restarted my system, then when i started graylog services it is
throughing this exception. Please help me out to find out the issue.
2017-02-01T04:02:47.601-05:00 WARN [NettyTransport] receiveBufferSize
(SO_RCVBUF) for input SyslogUDPInput{title=Syslog Udp New,
type=org.graylog2.inputs.syslog.udp.SyslogUDPInput,
nodeId=2a00e201-e3c7-4a55-bd97-2c1d71992e75} should be 262144 but is 212992.
2017-02-01T04:02:47.600-05:00 ERROR [NettyTransport] Error on Input [Syslog
UDP/58905753ec2eec8365e58f84] (channel [id: 0x594bd088])
java.net.BindException: Address already in use
at sun.nio.ch.Net.bind0(Native Method)
at sun.nio.ch.Net.bind(Net.java:433)
at sun.nio.ch.DatagramChannelImpl.bind(DatagramChannelImpl.java:691)
at
sun.nio.ch.DatagramSocketAdaptor.bind(DatagramSocketAdaptor.java:91)
at
org.jboss.netty.channel.socket.nio.NioDatagramPipelineSink.bind(NioDatagramPipelineSink.java:129)
at
org.jboss.netty.channel.socket.nio.NioDatagramPipelineSink.eventSunk(NioDatagramPipelineSink.java:77)
at
org.jboss.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendDownstream(DefaultChannelPipeline.java:779)
at
org.jboss.netty.channel.SimpleChannelHandler.bindRequested(SimpleChannelHandler.java:299)
at
org.jboss.netty.channel.SimpleChannelHandler.handleDownstream(SimpleChannelHandler.java:265)
at
org.jboss.netty.channel.DefaultChannelPipeline.sendDownstream(DefaultChannelPipeline.java:591)
at
org.jboss.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendDownstream(DefaultChannelPipeline.java:784)
at
org.jboss.netty.channel.SimpleChannelHandler.bindRequested(SimpleChannelHandler.java:299)
at
org.jboss.netty.channel.SimpleChannelHandler.handleDownstream(SimpleChannelHandler.java:265)
at
org.jboss.netty.channel.DefaultChannelPipeline.sendDownstream(DefaultChannelPipeline.java:591)
at
org.jboss.netty.channel.DefaultChannelPipeline.sendDownstream(DefaultChannelPipeline.java:582)
at org.jboss.netty.channel.Channels.bind(Channels.java:561)
at
org.jboss.netty.channel.AbstractChannel.bind(AbstractChannel.java:198)
at
org.jboss.netty.bootstrap.ConnectionlessBootstrap.bind(ConnectionlessBootstrap.java:198)
at
org.graylog2.plugin.inputs.transports.NettyTransport.launch(NettyTransport.java:142)
at
org.graylog2.plugin.inputs.MessageInput.launch(MessageInput.java:160)
at
org.graylog2.shared.inputs.InputLauncher$1.run(InputLauncher.java:84)
at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
2017-02-01T04:02:47.616-05:00 ERROR [InputLauncher] The
[org.graylog2.inputs.syslog.udp.SyslogUDPInput] input with ID
<58905753ec2eec8365e58f84> misfired. Reason: Address already in use.
org.graylog2.plugin.inputs.MisfireException:
org.graylog2.plugin.inputs.MisfireException:
org.jboss.netty.channel.ChannelException: Failed to bind to: /127.0.0.1:5140
at
org.graylog2.plugin.inputs.MessageInput.launch(MessageInput.java:163)
at
org.graylog2.shared.inputs.InputLauncher$1.run(InputLauncher.java:84)
at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.graylog2.plugin.inputs.MisfireException:
org.jboss.netty.channel.ChannelException: Failed to bind to: /127.0.0.1:5140
at
org.graylog2.plugin.inputs.transports.NettyTransport.launch(NettyTransport.java:161)
at
org.graylog2.plugin.inputs.MessageInput.launch(MessageInput.java:160)
... 7 more
Caused by: org.jboss.netty.channel.ChannelException: Failed to bind to:
/127.0.0.1:5140
at
org.jboss.netty.bootstrap.ConnectionlessBootstrap.bind(ConnectionlessBootstrap.java:204)
at
org.graylog2.plugin.inputs.transports.NettyTransport.launch(NettyTransport.java:142)
... 8 more
Caused by: java.net.BindException: Address already in use
at sun.nio.ch.Net.bind0(Native Method)
at sun.nio.ch.Net.bind(Net.java:433)
at sun.nio.ch.DatagramChannelImpl.bind(DatagramChannelImpl.java:691)
at
sun.nio.ch.DatagramSocketAdaptor.bind(DatagramSocketAdaptor.java:91)
at
org.jboss.netty.channel.socket.nio.NioDatagramPipelineSink.bind(NioDatagramPipelineSink.java:129)
at
org.jboss.netty.channel.socket.nio.NioDatagramPipelineSink.eventSunk(NioDatagramPipelineSink.java:77)
at
org.jboss.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendDownstream(DefaultChannelPipeline.java:779)
at
org.jboss.netty.channel.SimpleChannelHandler.bindRequested(SimpleChannelHandler.java:299)
at
org.jboss.netty.channel.SimpleChannelHandler.handleDownstream(SimpleChannelHandler.java:265)
at
org.jboss.netty.channel.DefaultChannelPipeline.sendDownstream(DefaultChannelPipeline.java:591)
at
org.jboss.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendDownstream(DefaultChannelPipeline.java:784)
at
org.jboss.netty.channel.SimpleChannelHandler.bindRequested(SimpleChannelHandler.java:299)
at
org.jboss.netty.channel.SimpleChannelHandler.handleDownstream(SimpleChannelHandler.java:265)
at
org.jboss.netty.channel.DefaultChannelPipeline.sendDownstream(DefaultChannelPipeline.java:591)
at
org.jboss.netty.channel.DefaultChannelPipeline.sendDownstream(DefaultChannelPipeline.java:582)
at org.jboss.netty.channel.Channels.bind(Channels.java:561)
at
org.jboss.netty.channel.AbstractChannel.bind(AbstractChannel.java:198)
at
org.jboss.netty.bootstrap.ConnectionlessBootstrap.bind(ConnectionlessBootstrap.java:198)
... 9 more
2017-02-01T04:02:47.610-05:00 INFO [InputStateListener] Input [Syslog
UDP/58905c2eec2eec8365e594e1] is now RUNNING
2017-02-01T04:02:47.625-05:00 INFO [InputStateListener] Input [Syslog
UDP/58907ad8ec2eec8365e5b625] is now RUNNING
2017-02-01T04:02:47.625-05:00 INFO [InputStateListener] Input [Syslog
UDP/58905814ec2eec8365e59063] is now RUNNING
--
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/22ad6da3-20b9-4aed-b776-6f889a0a2b71%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.