[jboss-dev] smoke-test failures

Ales Justin ales.justin at gmail.com
Thu Aug 21 08:28:36 EDT 2008


I'm back to just testEjb3xDeployment failing in DeployUTC.

Some jndi issue. EJB3 guys?
MC fixed your MDR, return the favor. :-)

Testcase: testWarDeployment took 3,641 sec
Testcase: testEjb3xDeployment took 4,078 sec
	Caused an ERROR
remote not bound
javax.naming.NameNotFoundException: remote not bound
	at org.jnp.server.NamingServer.getBinding(NamingServer.java:564)
	at org.jnp.server.NamingServer.getBinding(NamingServer.java:572)
	at org.jnp.server.NamingServer.getObject(NamingServer.java:578)
	at org.jnp.server.NamingServer.lookup(NamingServer.java:317)
	at org.jnp.server.NamingServer.lookup(NamingServer.java:291)
	at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
	at sun.rmi.transport.Transport$1.run(Transport.java:153)
	at java.security.AccessController.doPrivileged(Native Method)
	at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
	at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
	at 
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)
	at java.lang.Thread.run(Thread.java:595)
	at 
sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)
	at 
sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
	at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:126)
	at 
java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:179)
	at 
java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:132)
	at $Proxy0.lookup(Unknown Source)
	at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:669)
	at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:629)
	at javax.naming.InitialContext.lookup(InitialContext.java:351)
	at 
org.jboss.test.profileservice.test.DeployUnitTestCase$1.testManagedDeployment(DeployUnitTestCase.java:158)
	at 
org.jboss.test.profileservice.test.DeployUnitTestCase.testDeployment(DeployUnitTestCase.java:117)
	at 
org.jboss.test.profileservice.test.DeployUnitTestCase.testEjb3xDeployment(DeployUnitTestCase.java:163)

Testcase: testEjb2xDeployment took 1,453 sec
Testcase: testEarDeployment took 1,39 sec
Testcase: testMCBeansDeployment took 0,204 sec
Testcase: testSarDeployment took 0,203 sec

Scott Stark wrote:
> I'm looking at the DeployUnitTestCase. None of its deployments are being 
> deleted as they should. 



More information about the jboss-development mailing list