I'm seeing 2 failures in the smoke-tests:
[junit] Tests run: 10, Failures: 0, Errors: 2, Time elapsed: 10.395 sec
[junit] Test org.jboss.test.naming.test.SimpleUnitTestCase FAILED
They are in testHaPartitionName, and testDiscoveryPort, so I assume its
related to the rollback of clustering that Dimitris made? Running the
test within eclipse is only shown the expected failure where it tries to
connect to an invalid port in order to trigger the targeted discovery.
javax.naming.CommunicationException: Could not obtain connection to any
of these urls: localhost:65535 and discovery failed with error:
javax.naming.CommunicationException: Network is unreachable [Root
exception is java.io.IOException: Network is unreachable] [Root
exception is javax.naming.CommunicationException: Failed to connect to
server localhost:65535 [Root exception is
javax.naming.ServiceUnavailableException: Failed to connect to server
localhost:65535 [Root exception is java.net.ConnectException: Connection
refused]]]
at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1601)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:636)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:629)
at javax.naming.InitialContext.lookup(InitialContext.java:351)
at
org.jboss.test.naming.test.SimpleUnitTestCase.testHaPartitionName(SimpleUnitTestCase.java:253)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at junit.framework.TestCase.runTest(TestCase.java:154)
at junit.framework.TestCase.runBare(TestCase.java:127)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at
org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:130)
at
org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196)
Caused by: javax.naming.CommunicationException: Failed to connect to
server localhost:65535 [Root exception is
javax.naming.ServiceUnavailableException: Failed to connect to server
localhost:65535 [Root exception is java.net.ConnectException: Connection
refused]]
at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:276)
at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1572)
... 20 more
Caused by: javax.naming.ServiceUnavailableException: Failed to connect
to server localhost:65535 [Root exception is java.net.ConnectException:
Connection refused]
at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:250)
... 21 more
Caused by: java.net.ConnectException: Connection refused
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
at java.net.Socket.connect(Socket.java:520)
at java.net.Socket.connect(Socket.java:470)
at java.net.Socket.<init>(Socket.java:367)
at java.net.Socket.<init>(Socket.java:267)
at
org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSocketFactory.java:84)
at
org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSocketFactory.java:77)
at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:246)
... 21 more