Although the WebIntegrationTestSuite reports :

      [exec] Tests run: 18, Failures: 0, Errors: 0, Time elapsed: 23.265 sec

for JBoss/Jetty I also get several exceptions which do not look healthy.

The same jetty plugin runs fine in Branch_3_0....

Anyone interested ?

Has head got tests that I am ?almost? failing ?


Jules



This one looks like an unfinished test :

02:36:41,564 ERROR [LogInterceptor] NoSuchEntityException:
javax.ejb.NoSuchEntityException: Instance UT_TestBean2 not found in 
database.
        at org.jboss.test.cts.ejb.CtsBmpBean.ejbLoad(CtsBmpBean.java:291)
        at java.lang.reflect.Method.invoke(Native Method)
        at 
org.jboss.ejb.plugins.BMPPersistenceManager.loadEntity(BMPPersistenceManager.java:424)
        at 
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.loadEntity(CachedConnectionInterceptor.java:353)
        at 
org.jboss.ejb.plugins.EntitySynchronizationInterceptor.invoke(EntitySynchronizationInterceptor.java:262)
        at 
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:186)
        at 
org.jboss.ejb.plugins.EntityInstanceInterceptor.invoke(EntityInstanceInterceptor.java:152)


and probably causes this one :

02:36:48,398 ERROR [LogInterceptor] EJBException, causedBy:
java.lang.SecurityException: Authentication exception, principal=null
        at 
org.jboss.ejb.plugins.SecurityInterceptor.checkSecurityAssociation(SecurityInterceptor.java:180)
        at 
org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.java:93)
        at org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:130)
        at 
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invokeHome(ProxyFactoryFinderInterceptor.java:125)
        at 
org.jboss.ejb.StatelessSessionContainer.invokeHome(StatelessSessionContainer.java:291)
        at org.jboss.ejb.Container.invoke(Container.java:695)


then a little while later - probably unconnected :

02:36:48,848 INFO  [EjbModule] Destroying
02:36:48,861 INFO  [StatefulSessionContainer] Destroying
02:36:48,862 INFO  [StatefulSessionInstancePool] Destroying
02:36:48,862 INFO  [StatefulSessionInstancePool] Destroyed
02:36:48,862 INFO  [StatefulSessionFilePersistenceManager] Destroying
02:36:48,862 INFO  [StatefulSessionFilePersistenceManager] Destroyed
02:36:48,862 INFO  [StatefulSessionContainer] Destroyed
02:36:48,864 INFO  [EntityContainer] Destroying
02:36:49,967 ERROR [Log4jService$ThrowableListenerLoggingAdapter] 
Unhandled Throwable
java.lang.NullPointerException
        at 
org.jboss.ejb.plugins.EntityInstanceCache.freeContext(EntityInstanceCache.java:120)
        at 
org.jboss.ejb.plugins.AbstractInstanceCache$1.execute(AbstractInstanceCache.java:610)
        at org.jboss.util.WorkerQueue$QueueLoop.run(WorkerQueue.java:206)
        at java.lang.Thread.run(Thread.java:479)
02:36:49,968 INFO  [EntityInstancePool] Destroying

which probably then causes a couple more in the web-tier......






-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Gadgets, caffeine, t-shirts, fun stuff.
http://thinkgeek.com/sf
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to