[jboss-dev-forums] [Design of POJO Server] - Moving AS5_trunk to latest MC Betas

alesj do-not-reply at jboss.com
Mon Aug 11 15:57:28 EDT 2008


I've committed my changes from this thread:
 - http://www.jboss.com/index.html?module=bb&op=viewtopic&t=140655
 - JBAS-5848
 - JBAS-5804
 - JBAS-5807

But I get a few smoke-tests failures,
which I don't see how can they be related to MC update.

Test org.jboss.test.cts.test.CtsCmp2UnitTestCase FAILED

  | 	javax.naming.NamingException: Could not dereference object [Root exception is javax.naming.NameNotFoundException: cts-v1cmp not bound]" type="java.rmi.ServerException">java.rmi.ServerException: testV1 failed; nested exception is: 
  | 	javax.naming.NamingException: Could not dereference object [Root exception is javax.naming.NameNotFoundException: cts-v1cmp not bound]
  | 	at org.jboss.test.cts.ejb.CtsCmp2SessionBean.testV1(CtsCmp2SessionBean.java:62)
  | 	at org.jboss.invocation.Invocation.performCall(Invocation.java:386)
  | 	at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:228)
  | 	at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:156)
  | 	at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:173)
  | 	at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
  | 	at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
  | 	at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:350)
  | 	at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
  | 	at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:248)
  | 	at org.jboss.ejb.plugins.security.PreSecurityInterceptor.invoke(PreSecurityInterceptor.java:83)
  | 	at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
  | 	at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:138)
  | 	at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:651)
  | 	at org.jboss.ejb.Container.invoke(Container.java:1028)
  | 	at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
  | 	at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
  | 	at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
  | 	at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
  | 	at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
  | 	at org.jboss.invocation.unified.server.UnifiedInvoker.invoke(UnifiedInvoker.java:232)
  | 	at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:847)
  | 	at org.jboss.remoting.transport.socket.ServerThread.completeInvocation(ServerThread.java:681)
  | 	at org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:634)
  | 	at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:486)
  | 	at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:197)
  | 

Test org.jboss.test.web.test.WebIntegrationUnitTestCase FAILED
Couple of these:

  |   <testcase classname="org.jboss.test.web.test.WebIntegrationUnitTestCase" name="testENCServlet" time="0.172">
  |     <error message="Expected reply code:200, actual=500" type="java.io.IOException">java.io.IOException: Expected reply code:200, actual=500
  | 	at org.jboss.test.util.web.HttpUtils.accessURL(HttpUtils.java:137)
  | 	at org.jboss.test.util.web.HttpUtils.accessURL(HttpUtils.java:108)
  | 	at org.jboss.test.util.web.HttpUtils.accessURL(HttpUtils.java:96)
  | 	at org.jboss.test.util.web.HttpUtils.accessURL(HttpUtils.java:82)
  | 	at org.jboss.test.web.test.WebIntegrationUnitTestCase.testENCServlet(WebIntegrationUnitTestCase.java:91)
  | 	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)
  | 

Test org.jboss.test.xml.DDValidatorUnitTestCase FAILED

  |   <testcase classname="org.jboss.test.xml.DDValidatorUnitTestCase" name="testJBossWeb" time="0.968">
  |     <failure message="1 from 55 are invalid: [Failed to parse: C:\projects\jboss5\trunk\testsuite\output\resources\cluster\http\http-sr\WEB-INF\jboss-web.xml: cvc-elt.1: Cannot find the declaration of element 'jboss-web'. [3,12]] expected:<0> but was:<1>" type="junit.framework.AssertionFailedError">junit.framework.AssertionFailedError: 1 from 55 are invalid: [Failed to parse: C:\projects\jboss5\trunk\testsuite\output\resources\cluster\http\http-sr\WEB-INF\jboss-web.xml: cvc-elt.1: Cannot find the declaration of element 'jboss-web'. [3,12]] expected:<0> but was:<1>
  | 	at org.jboss.test.xml.DDValidatorUnitTestCase.validate(DDValidatorUnitTestCase.java:145)
  | 	at org.jboss.test.xml.DDValidatorUnitTestCase.testJBossWeb(DDValidatorUnitTestCase.java:126)
  | 

Can authors / 'involved in those test areas' please check if my
changes are the real cause of those failures?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169965#4169965

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4169965



More information about the jboss-dev-forums mailing list