I'm trying to figure out the hangs on jenkins, without much success. I've tried to reproduce the hang from command line (on the same vm machine), but this always reproducibly fails with "address already in use" error, which is different from jenkins runs.
URL: https://svn.apache.org/repos/asf/lucene/dev/branches/branch_4x/ Revision: 1605125 ant test -Dtests.seed=D22BF66CCDBE6717 -Dtests.jvms=1 -Dtests.badapples=true -Dtests.disableHdfs=false -Dtests.slow=true -Dtests.class="*SSL*" Anybody knows what I'm doing wrong? 2> 31820 T10 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] 2> 31827 T10 oejuc.AbstractLifeCycle.setFailed WARN FAILED [email protected]:18593: java.net.BindException: Address already in use java.net.BindException: Address already in use 2> at sun.nio.ch.Net.bind0(Native Method) 2> at sun.nio.ch.Net.bind(Net.java:444) 2> at sun.nio.ch.Net.bind(Net.java:436) 2> at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:214) 2> at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74) 2> at org.eclipse.jetty.server.nio.SelectChannelConnector.open(SelectChannelConnector.java:187) 2> at org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:316) 2> at org.eclipse.jetty.server.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:265) 2> at org.eclipse.jetty.server.ssl.SslSelectChannelConnector.doStart(SslSelectChannelConnector.java:631) 2> at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) 2> at org.eclipse.jetty.server.Server.doStart(Server.java:291) 2> at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) 2> at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:432) 2> at org.apache.solr.cloud.SSLMigrationTest.testMigrateSSL(SSLMigrationTest.java:76) 2> at org.apache.solr.cloud.SSLMigrationTest.doTest(SSLMigrationTest.java:57) 2> at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:865) D. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
