You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eagle.apache.org by Garrett Li <ga...@163.com> on 2016/09/21 04:55:47 UTC

Jenkins PR reviewer job keeps failing due to "Address already in use" error

Hi All,

 

The https://github.com/apache/incubator-eagle Jenkins PR reviewer job keeps failing due to "Address already in use" error. Who is able to access the jenkins node and kill zombie process? Thanks!


 

https://builds.apache.org/job/incubator-eagle-pr-reviewer/859/testReport/com.apache.eagle.service.app/TestServiceAppWithZk/testMain/

java.lang.RuntimeException: java.net.BindException: Address already in use

                at org.eclipse.jetty.setuid.SetUIDListener.lifeCycleStarting(SetUIDListener.java:213)

                at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarting(AbstractLifeCycle.java:187)

                at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)

                at io.dropwizard.cli.ServerCommand.run(ServerCommand.java:43)

                at io.dropwizard.cli.EnvironmentCommand.run(EnvironmentCommand.java:43)

                at io.dropwizard.cli.ConfiguredCommand.run(ConfiguredCommand.java:76)

                at io.dropwizard.cli.Cli.run(Cli.java:70)

                at io.dropwizard.Application.run(Application.java:72)

                at com.apache.eagle.service.app.TestServiceAppWithZk.setUp(TestServiceAppWithZk.java:69)

                at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

                at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

                at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

                at java.lang.reflect.Method.invoke(Method.java:498)

                at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)

                at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)

                at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)

                at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)

                at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)

                at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)

                at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)

                at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)

                at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)

                at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)

                at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)

                at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)

                at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)

                at org.junit.runners.ParentRunner.run(ParentRunner.java:363)

                at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:59)

                at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:120)

                at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:103)

                at org.apache.maven.surefire.Surefire.run(Surefire.java:169)

                at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

                at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

                at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

                at java.lang.reflect.Method.invoke(Method.java:498)

                at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350)

                at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021)

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.Net.bind(Net.java:425)

                at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)

                at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)

                at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:264)

                at org.eclipse.jetty.setuid.SetUIDListener.lifeCycleStarting(SetUIDListener.java:200)

                ... 36 more

 

Thanks,

Garrett