-
Sub-task
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
None
All unit tests in this testcase are failing. Probably due to the recent removal of the localhost as the default interface.
Retries exceeded, couldn't reconnect to 127.0.0.1:3528
org.omg.CORBA.TRANSIENT: Retries exceeded, couldn't reconnect to 127.0.0.1:3528 vmcid: 0x0 minor code: 0 completed: No
at org.jacorb.orb.iiop.ClientIIOPConnection.connect(Unknown Source)
at org.jacorb.orb.giop.GIOPConnection.write(Unknown Source)
at org.jacorb.orb.CDROutputStream.write(Unknown Source)
at org.jacorb.orb.giop.ServiceContextTransportingOutputStream.write_to(Unknown Source)
at org.jacorb.orb.giop.GIOPConnection.sendMessage(Unknown Source)
at org.jacorb.orb.giop.GIOPConnection.sendRequest(Unknown Source)
at org.jacorb.orb.giop.ClientConnection.sendRequest(Unknown Source)
at org.jacorb.orb.giop.ClientConnection.sendRequest(Unknown Source)
at org.jacorb.orb.Delegate.invoke_internal(Unknown Source)
at org.jacorb.orb.Delegate.invoke(Unknown Source)
at org.jacorb.orb.Delegate.is_a(Unknown Source)
at org.omg.CORBA.portable.ObjectImpl._is_a(ObjectImpl.java:112)
at org.omg.CosNaming.NamingContextHelper.narrow(NamingContextHelper.java:69)
at com.sun.jndi.cosnaming.CNCtx.setOrbAndRootContext(CNCtx.java:345)
at com.sun.jndi.cosnaming.CNCtx.initOrbAndRootContext(CNCtx.java:205)
at com.sun.jndi.cosnaming.CNCtx.<init>(CNCtx.java:69)
at com.sun.jndi.cosnaming.CNCtxFactory.getInitialContext(CNCtxFactory.java:32)
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:247)
at javax.naming.InitialContext.init(InitialContext.java:223)
at javax.naming.InitialContext.<init>(InitialContext.java:197)
at org.jboss.test.excepiiop.test.ExceptionTimingStressTestCase.getInitialContext(ExceptionTimingStressTestCase.java:46)
at org.jboss.test.excepiiop.test.ExceptionTimingStressTestCase.testNoException(ExceptionTimingStressTestCase.java:54)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
at junit.extensions.TestSetup.run(TestSetup.java:23)