You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by GitBox <gi...@apache.org> on 2021/02/19 11:59:38 UTC

[GitHub] [flume] ithjz opened a new pull request #338: Flume 1.5 BindException: Cannot assign requested address , how to fix this erro???

ithjz opened a new pull request #338:
URL: https://github.com/apache/flume/pull/338


   flume.lifecycle.LifecycleSupervisor$MonitorRunnable.run(LifecycleSupervisor.java:251)] Unable to start EventDrivenSourceRunner: { source:org.apache.flume.source.NetcatSource{name:s1,state:STOP} } - Exception follows.
   org.apache.flume.FlumeException: java.net.BindException: Cannot assign requested address
           at org.apache.flume.source.NetcatSource.start(NetcatSource.java:171)
           at org.apache.flume.source.EventDrivenSourceRunner.start(EventDrivenSourceRunner.java:44)
           at org.apache.flume.lifecycle.LifecycleSupervisor$MonitorRunnable.run(LifecycleSupervisor.java:249)
           at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
           at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
           at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
           at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
           at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
           at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
           at java.lang.Thread.run(Thread.java:748)
   Caused by: java.net.BindException: Cannot assign requested address
           at sun.nio.ch.Net.bind0(Native Method)
           at sun.nio.ch.Net.bind(Net.java:433)
           at sun.nio.ch.Net.bind(Net.java:425)
           at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
           at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
           at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:67)
           at org.apache.flume.source.NetcatSource.start(NetcatSource.java:164)
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flume] tmgstevens closed pull request #338: Flume 1.5 BindException: Cannot assign requested address , how to fix this erro???

Posted by GitBox <gi...@apache.org>.
tmgstevens closed pull request #338:
URL: https://github.com/apache/flume/pull/338


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@flume.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flume] rgoers commented on pull request #338: Flume 1.5 BindException: Cannot assign requested address , how to fix this erro???

Posted by GitBox <gi...@apache.org>.
rgoers commented on pull request #338:
URL: https://github.com/apache/flume/pull/338#issuecomment-1011749734


   I don't see how I can make heads or tails out of this commit. Although the PR was created last year it seems to be against a very old version of Flume. I do not believe 199 files need to be modified to fix whatever this problem is.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@flume.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flume] tmgstevens commented on pull request #338: Flume 1.5 BindException: Cannot assign requested address , how to fix this erro???

Posted by GitBox <gi...@apache.org>.
tmgstevens commented on pull request #338:
URL: https://github.com/apache/flume/pull/338#issuecomment-1011860233


   > I don't see how I can make heads or tails out of this commit. Although the PR was created last year it seems to be against a very old version of Flume. I do not believe 199 files need to be modified to fix whatever this problem is.
   
   I agree. It looks like a merge for Flume 1.5 onto trunk. Closing this.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@flume.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org