[jboss-jira] [JBoss JIRA] Commented: (JBAS-4374) failing org.jboss.test.cluster.test.StateTransferTestCase

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Thu Apr 26 23:08:30 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBAS-4374?page=comments#action_12360663 ] 
            
Brian Stansberry commented on JBAS-4374:
----------------------------------------

The test case deploys a webapp on both cluster nodes and then stops it on one.  Stop is done via JMX by invoking the "stop" operation on jboss.web:J2EEApplication=none,J2EEServer=none             ,j2eeType=WebModule,name=/localhost/http-scoped.  Test updates some sessions on the the other deployed instance.  Then invokes "start" on the same ObjectName.  Purpose is to ensure the restarted instance syncs up its session state properly with instance that never stopped.

Failure is happening in the "start" call.

Caused by: LifecycleException:  WebCtxLoader cannot be restarted
	at org.jboss.web.tomcat.service.WebCtxLoader.start(WebCtxLoader.java:132)
	at org.apache.catalina.core.StandardContext.start(StandardContext.java:4221)
	at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:297)
	... 39 more

I'm teaching all day tomorrow so probably won't be able to look deeper into this until this weekend. Perhaps the above is enough for someone familiar with the JBAS-4373 fix to understand what has changed.

> failing org.jboss.test.cluster.test.StateTransferTestCase
> ---------------------------------------------------------
>
>                 Key: JBAS-4374
>                 URL: http://jira.jboss.com/jira/browse/JBAS-4374
>             Project: JBoss Application Server
>          Issue Type: Sub-task
>      Security Level: Public(Everyone can see) 
>          Components: Test Suite
>    Affects Versions: JBossAS-4.2.0.CR2
>            Reporter: Dimitris Andreadis
>         Assigned To: Brian Stansberry
>             Fix For: JBossAS-4.2.0.GA
>
>
> We have 6 more testcase failures (essentially one) after the fix in JBAS-4373.
> testActivationInactivation org.jboss.test.cluster.test.StateTransferTestCase(BuddyReplEnabled-TCP) 
> testActivationInactivation org.jboss.test.cluster.test.StateTransferTestCase(BuddyReplEnabled-UDP) 
> testActivationInactivation org.jboss.test.cluster.test.StateTransferTestCase(Default-TCP) 
> testActivationInactivation org.jboss.test.cluster.test.StateTransferTestCase(Default-UDP) 
> testActivationInactivation org.jboss.test.cluster.test.StateTransferTestCase(SyncModeNUseJvm-TCP) 
> testActivationInactivation org.jboss.test.cluster.test.StateTransferTestCase(SyncModeNUseJvm-UDP) 
> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.2-testsuite-sun-1.5?log=log20070426085000
> Brian can you look at it?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list