[
https://jira.jboss.org/jira/browse/JBESB-1899?page=com.atlassian.jira.plu...
]
Kevin Conner commented on JBESB-1899:
-------------------------------------
The change to the registry factory fixed the hsqldb issue, caused as a consequence of the
work done to improve the jUDDI performance (JBESB-1675).
The linux CI machine no longer has an old app server instance.
Our CI machines are back to normal, not sure what is up with the QE machines. The last
failure on the QE machines was unrelated to everything else.
Test failures in CI environments
--------------------------------
Key: JBESB-1899
URL:
https://jira.jboss.org/jira/browse/JBESB-1899
Project: JBoss ESB
Issue Type: Task
Security Level: Public(Everyone can see)
Components: Testing
Affects Versions: 4.4
Reporter: Kevin Conner
Assignee: Kevin Conner
Fix For: 4.4
Something is not cleaning up correctly in the current builds.
Both windows machines have just failed because the database cannot listen on the correct
port
[java] [junit] java.net.BindException: Address already in use: JVM_Bind
[java] [junit] at java.net.PlainSocketImpl.socketBind(Native Method)
[java] [junit] at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
[java] [junit] at java.net.ServerSocket.bind(ServerSocket.java:319)
[java] [junit] at java.net.ServerSocket.<init>(ServerSocket.java:185)
[java] [junit] at java.net.ServerSocket.<init>(ServerSocket.java:97)
[java] [junit] at org.hsqldb.HsqlSocketFactory.createServerSocket(Unknown
Source)
[java] [junit] at org.hsqldb.Server.openServerSocket(Unknown Source)
[java] [junit] at org.hsqldb.Server.run(Unknown Source)
[java] [junit] at org.hsqldb.Server.access$000(Unknown Source)
[java] [junit] at org.hsqldb.Server$ServerThread.run(Unknown Source)
followed by
[java] [junit] java.sql.SQLException: socket creation error
[java] [junit] at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
[java] [junit] at org.hsqldb.jdbc.jdbcConnection.<init>(Unknown Source)
[java] [junit] at org.hsqldb.jdbcDriver.getConnection(Unknown Source)
[java] [junit] at org.hsqldb.jdbcDriver.connect(Unknown Source)
[java] [junit] at java.sql.DriverManager.getConnection(DriverManager.java:582)
[java] [junit] at java.sql.DriverManager.getConnection(DriverManager.java:185)
[java] [junit] at
org.jboss.soa.esb.listeners.ListenerManagerBaseTest.runBeforeAllTests(ListenerManagerBaseTest.java:193)
[java] [junit] at
org.jboss.soa.esb.listeners.ListenerManagerFileUnitTest.setUp(ListenerManagerFileUnitTest.java:76)
The linux box has an old application server process running (although seems to be
passing)
Hudson has just failed because of a JBossRemotingGatewayListener failure (again)
[java] [junit] Unable to start Remoting Listener instsance
org.jboss.soa.esb.listeners.gateway.JBossRemotingGatewayListener
[java] [junit] org.jboss.soa.esb.listeners.lifecycle.ManagedLifecycleException:
Unable to start Remoting Listener instsance
org.jboss.soa.esb.listeners.gateway.JBossRemotingGatewayListener
[java] [junit] at
org.jboss.soa.esb.listeners.gateway.JBossRemotingGatewayListener.startJBRServer(JBossRemotingGatewayListener.java:271)
[java] [junit] at
org.jboss.soa.esb.listeners.gateway.JBossRemotingGatewayListener.doStart(JBossRemotingGatewayListener.java:234)
[java] [junit] at
org.jboss.soa.esb.listeners.gateway.JBossRemotingGatewayListenerUnitTest.test_lifecycle(JBossRemotingGatewayListenerUnitTest.java:136)
[java] [junit] at
org.junit.internal.runners.TestMethodRunner.executeMethodBody(TestMethodRunner.java:99)
[java] [junit] at
org.junit.internal.runners.TestMethodRunner.runUnprotected(TestMethodRunner.java:81)
[java] [junit] at
org.junit.internal.runners.BeforeAndAfterRunner.runProtected(BeforeAndAfterRunner.java:34)
[java] [junit] at
org.junit.internal.runners.TestMethodRunner.runMethod(TestMethodRunner.java:75)
[java] [junit] at
org.junit.internal.runners.TestMethodRunner.run(TestMethodRunner.java:45)
[java] [junit] at
org.junit.internal.runners.TestClassMethodsRunner.invokeTestMethod(TestClassMethodsRunner.java:71)
[java] [junit] at
org.junit.internal.runners.TestClassMethodsRunner.run(TestClassMethodsRunner.java:35)
[java] [junit] at
org.junit.internal.runners.TestClassRunner$1.runUnprotected(TestClassRunner.java:42)
[java] [junit] at
org.junit.internal.runners.BeforeAndAfterRunner.runProtected(BeforeAndAfterRunner.java:34)
[java] [junit] at
org.junit.internal.runners.TestClassRunner.run(TestClassRunner.java:52)
[java] [junit] at
junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:32)
[java] [junit] Caused by: java.io.IOException: Address already in use:8887
[java] [junit] at
org.jboss.remoting.transport.coyote.CoyoteInvoker.start(CoyoteInvoker.java:244)
[java] [junit] at
org.jboss.remoting.transport.Connector.start(Connector.java:322)
[java] [junit] at
org.jboss.soa.esb.listeners.gateway.JBossRemotingGatewayListener.startJBRServer(JBossRemotingGatewayListener.java:262)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira