Looking at those timestamps, this log actually belongs to a new build
that kicked off this morning.
Alexey Loubyansky wrote:
I checked the log anyway. The CMP2 tests deployed successfully and
the
home proxies were bound to JNDI. E.g.
2009-04-17 06:23:05,592 DEBUG [org.jboss.proxy.ejb.ProxyFactory] (RMI
TCP Connection(56)-10.16.94.234) (re-)Binding Home ejb/EJBTestRunner
2009-04-17 06:23:05,594 INFO [org.jboss.proxy.ejb.ProxyFactory] (RMI
TCP Connection(56)-10.16.94.234) Bound EJB Home 'EJBTestRunnerEJB' to
jndi 'ejb/EJBTestRunner'
...
2009-04-17 06:23:05,658 DEBUG
[org.jboss.deployers.plugins.deployers.DeployersImpl] (RMI TCP
Connection(56)-10.16.94.234) Fully Deployed vfs
zip:/mnt/hudson_workspace/workspace/JBoss-AS-5.1.x-testSuite-sun15/JBossAS_5_x/testsuite/output/lib/cmp2-commerce.jar/
Yet, the tests log below shows "javax.naming.NameNotFoundException:
EJBTestRunner not bound"
In fact, the code that performs the look up is using
"ejb/EJBTestRunner", it's hardcoded.
Jason T. Greene wrote:
> Looks like the build failure was a hudson issue. The process was
> killed when those tests failed
>
> Jason T. Greene wrote:
>> Yeah you can get to the last log of the work space. It is big though,
>> you probably want to wget it.
>>
>>
http://hudson.qa.jboss.com/hudson/view/JBoss%20AS/job/JBoss-AS-5.1.x-test...
>>
>>
>> Alexey Loubyansky wrote:
>>> There are a lot of CMP failed tests with the same cause. There must
>>> be a deployment error. But I don't see it locally. Is there a way to
>>> get to the server.log or could somebody who can reproduce the
>>> failure send me the deployment error please?
>>>
>>> Thanks,
>>> Alexey
>>>
>>> Error Message
>>>
>>> EJBTestRunner not bound
>>>
>>> Stacktrace
>>>
>>> javax.naming.NameNotFoundException: EJBTestRunner 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 org.jnp.server.NamingServer.lookup(NamingServer.java:399)
>>> 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:722)
>>> at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:682)
>>> at javax.naming.InitialContext.lookup(InitialContext.java:351)
>>> at
>>> org.jboss.test.util.ejb.EJBTestCase.getEJBTestRunner(EJBTestCase.java:286)
>>>
>>> at
>>> org.jboss.test.util.ejb.EJBTestCase.runBare(EJBTestCase.java:179)
>>> at org.jboss.test.util.ejb.EJBTestCase.run(EJBTestCase.java:159)
>>> at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
>>> at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
>>> at junit.extensions.TestSetup.run(TestSetup.java:25)
>>> _______________________________________________
>>> jboss-development mailing list
>>> jboss-development(a)lists.jboss.org
>>>
https://lists.jboss.org/mailman/listinfo/jboss-development
>>
>>
>
>
--
Jason T. Greene
JBoss, a division of Red Hat