[
https://jira.jboss.org/jira/browse/EJBTHREE-1851?page=com.atlassian.jira....
]
jaikiran pai commented on EJBTHREE-1851:
----------------------------------------
Tried this locally by running this single test. The test passes. But given that this
testcase consistenly fails on Hudson jobs and Mike, i guess it has something to do with
the testcases that have run before this one. I'll try running a "group" of
related testcases to see what it shows.
Investigate the failure
org.jboss.ejb3.test.container.unit.ContainerTestCase testcase
-------------------------------------------------------------------------------------
Key: EJBTHREE-1851
URL:
https://jira.jboss.org/jira/browse/EJBTHREE-1851
Project: EJB 3.0
Issue Type: Task
Components: testsuite
Affects Versions: 1.1.7
Reporter: jaikiran pai
Assignee: jaikiran pai
The org.jboss.ejb3.test.container.unit.ContainerTestCase consistently fails with:
javax.naming.NameNotFoundException: Stateful not bound
at org.jnp.server.NamingServer.getBinding(NamingServer.java:771)
at org.jnp.server.NamingServer.getBinding(NamingServer.java:779)
at org.jnp.server.NamingServer.getObject(NamingServer.java:785)
at org.jnp.server.NamingServer.lookup(NamingServer.java:443)
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 org.jnp.server.NamingServer_Stub.lookup(Unknown Source)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:726)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:686)
at javax.naming.InitialContext.lookup(InitialContext.java:351)
at
org.jboss.ejb3.test.container.unit.ContainerTestCase.testInvocationStatistics(ContainerTestCase.java:93)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:23)
at junit.extensions.TestSetup.run(TestSetup.java:27)
--
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