Hi David,

I've tested your use case and Cactus correctly returns a failure for me.
The stack trace you're showing is very strange. It is output from the
server side (as is proved by the fact that AbstractWebTestCaller.doTest
is called). However, the Cactus framework do NOT output anything to the
console on the server side.

Thus, I believe the test you have executed is NOT the one you're showing
us:

        public void testShouldShowFailure(){
                        assertTrue("This was predictable",false);
        }

Could that be true? :-)

Thanks
-Vincent


> -----Original Message-----
> From: David Lemieux (QC/EMC) [mailto:[EMAIL PROTECTED]
> Sent: 31 October 2003 18:04
> To: 'Cactus Users List'
> Subject: RE: Every failure leads to an error
> 
> Here is the stack and the logs, but there is nothing there that look
> unusual to me
> 
>       public void testShouldShowFailure(){
>                       assertTrue("This was predictable",false);
>       }
> 
> Results are:
> Test  Failure Errors
> 1     0               1
> 
> junit.framework.AssertionFailedError: This was predictable
> at
>
ericsson.mma.applications.sampleapplication.TestHello.testShouldShowFail
ur
> e(Unknown Source)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
>
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:
> 39)
> at
>
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Im
> pl.java:25)
> at
>
org.apache.cactus.server.AbstractWebTestCaller.doTest(AbstractWebTestCal
le
> r.java:156)
> at
>
org.apache.cactus.server.AbstractWebTestController.handleRequest_aroundB
od
> y0(AbstractWebTestController.java:130)
> at
>
org.apache.cactus.server.AbstractWebTestController.handleRequest_aroundB
od
> y1$advice(AbstractWebTestController.java:158)
> at
>
org.apache.cactus.server.AbstractWebTestController.handleRequest(Abstrac
tW
> ebTestController.java)
> at
>
org.apache.cactus.server.ServletTestRedirector.doPost_aroundBody2(Servle
tT
> estRedirector.java:138)
> at
>
org.apache.cactus.server.ServletTestRedirector.doPost_aroundBody3$advice
(S
> ervletTestRedirector.java:158)
> at
>
org.apache.cactus.server.ServletTestRedirector.doPost(ServletTestRedirec
to
> r.java)
> at
>
org.apache.cactus.server.ServletTestRedirector.doGet_aroundBody0(Servlet
Te
> stRedirector.java:109)
> at
>
org.apache.cactus.server.ServletTestRedirector.doGet_aroundBody1$advice(
Se
> rvletTestRedirector.java:158)
> at
>
org.apache.cactus.server.ServletTestRedirector.doGet(ServletTestRedirect
or
> .java)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> at
>
weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(Se
rv
> letStubImpl.java:1053)
> at
>
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.
ja
> va:387)
> at
>
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.
ja
> va:305)
> at
>
weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.r
un
> (WebAppServletContext.java:6310)
> at
>
weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSu
bj
> ect.java:317)
> at
>
weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118
)
> at
>
weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServl
et
> Context.java:3622)
> at
>
weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.
ja
> va:2569)
> at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
> 
> 
> myserver.log // There is nothing there
> 
> 
> ####<Oct 31, 2003 11:57:02 AM EST> <Info> <Deployer> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-149059> <Module framework.jar of application
> _appsdir_mml_ear is transitioning from active to prepared on server
> myserver.>
> ####<Oct 31, 2003 11:57:02 AM EST> <Info> <Deployer> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-149060> <Module framework.jar of application
> _appsdir_mml_ear successfully transitioned from active to prepared on
> server myserver.>
> ####<Oct 31, 2003 11:57:02 AM EST> <Info> <Deployer> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-149059> <Module framework.jar of application
> _appsdir_mml_ear is transitioning from prepared to unprepared on
server
> myserver.>
> ####<Oct 31, 2003 11:57:02 AM EST> <Info> <Deployer> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-149060> <Module framework.jar of application
> _appsdir_mml_ear successfully transitioned from prepared to unprepared
on
> server myserver.>
> ####<Oct 31, 2003 11:57:02 AM EST> <Info> <Deployer> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-149059> <Module mml.jar of application
_appsdir_mml_ear
> is transitioning from active to prepared on server myserver.>
> ####<Oct 31, 2003 11:57:02 AM EST> <Info> <Deployer> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-149060> <Module mml.jar of application
_appsdir_mml_ear
> successfully transitioned from active to prepared on server myserver.>
> ####<Oct 31, 2003 11:57:02 AM EST> <Info> <Deployer> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-149059> <Module mml.jar of application
_appsdir_mml_ear
> is transitioning from prepared to unprepared on server myserver.>
> ####<Oct 31, 2003 11:57:02 AM EST> <Info> <Deployer> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-149060> <Module mml.jar of application
_appsdir_mml_ear
> successfully transitioned from prepared to unprepared on server
myserver.>
> ####<Oct 31, 2003 11:57:02 AM EST> <Info> <Deployer> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-149059> <Module contentmanagement.jar of application
> _appsdir_mml_ear is transitioning from active to prepared on server
> myserver.>
> ####<Oct 31, 2003 11:57:02 AM EST> <Info> <Deployer> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-149060> <Module contentmanagement.jar of application
> _appsdir_mml_ear successfully transitioned from active to prepared on
> server myserver.>
> ####<Oct 31, 2003 11:57:02 AM EST> <Info> <Deployer> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-149059> <Module contentmanagement.jar of application
> _appsdir_mml_ear is transitioning from prepared to unprepared on
server
> myserver.>
> ####<Oct 31, 2003 11:57:02 AM EST> <Info> <Deployer> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-149060> <Module contentmanagement.jar of application
> _appsdir_mml_ear successfully transitioned from prepared to unprepared
on
> server myserver.>
> ####<Oct 31, 2003 11:57:04 AM EST> <Info> <Deployer> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-149059> <Module framework.jar of application
> _appsdir_mml_ear is transitioning from unprepared to prepared on
server
> myserver.>
> ####<Oct 31, 2003 11:57:04 AM EST> <Info> <EJB> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-010008> <EJB Deploying file: framework.jar>
> ####<Oct 31, 2003 11:57:05 AM EST> <Info> <Deployer> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-149060> <Module framework.jar of application
> _appsdir_mml_ear successfully transitioned from unprepared to prepared
on
> server myserver.>
> ####<Oct 31, 2003 11:57:05 AM EST> <Info> <Deployer> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-149059> <Module sendreceive.jar of application
> _appsdir_mml_ear is transitioning from unprepared to prepared on
server
> myserver.>
> ####<Oct 31, 2003 11:57:05 AM EST> <Info> <EJB> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-010008> <EJB Deploying file: sendreceive.jar>
> ####<Oct 31, 2003 11:57:05 AM EST> <Info> <Deployer> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-149060> <Module sendreceive.jar of application
> _appsdir_mml_ear successfully transitioned from unprepared to prepared
on
> server myserver.>
> ####<Oct 31, 2003 11:57:05 AM EST> <Info> <Deployer> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-149059> <Module contentmanagement.jar of application
> _appsdir_mml_ear is transitioning from unprepared to prepared on
server
> myserver.>
> ####<Oct 31, 2003 11:57:05 AM EST> <Info> <EJB> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-010008> <EJB Deploying file: contentmanagement.jar>
> ####<Oct 31, 2003 11:57:05 AM EST> <Info> <Deployer> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-149060> <Module contentmanagement.jar of application
> _appsdir_mml_ear successfully transitioned from unprepared to prepared
on
> server myserver.>
> ####<Oct 31, 2003 11:57:05 AM EST> <Info> <Deployer> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-149059> <Module sampleapplication.jar of application
> _appsdir_mml_ear is transitioning from unprepared to prepared on
server
> myserver.>
> ####<Oct 31, 2003 11:57:05 AM EST> <Info> <EJB> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-010008> <EJB Deploying file: sampleapplication.jar>
> ####<Oct 31, 2003 11:57:05 AM EST> <Info> <Deployer> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-149060> <Module sampleapplication.jar of application
> _appsdir_mml_ear successfully transitioned from unprepared to prepared
on
> server myserver.>
> ####<Oct 31, 2003 11:57:05 AM EST> <Info> <Deployer> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-149059> <Module mml.jar of application
_appsdir_mml_ear
> is transitioning from unprepared to prepared on server myserver.>
> ####<Oct 31, 2003 11:57:05 AM EST> <Info> <EJB> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-010008> <EJB Deploying file: mml.jar>
> ####<Oct 31, 2003 11:57:05 AM EST> <Info> <Deployer> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-149060> <Module mml.jar of application
_appsdir_mml_ear
> successfully transitioned from unprepared to prepared on server
myserver.>
> ####<Oct 31, 2003 11:57:05 AM EST> <Info> <Deployer> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-149059> <Module mml of application _appsdir_mml_ear
is
> transitioning from unprepared to prepared on server myserver.>
> ####<Oct 31, 2003 11:57:12 AM EST> <Info> <Deployer> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-149060> <Module mml of application _appsdir_mml_ear
> successfully transitioned from unprepared to prepared on server
myserver.>
> ####<Oct 31, 2003 11:57:12 AM EST> <Info> <Deployer> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-149033> <prepared application _appsdir_mml_ear on
> myserver>
> ####<Oct 31, 2003 11:57:12 AM EST> <Info> <Deployer> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-149033> <activating application _appsdir_mml_ear on
> myserver>
> ####<Oct 31, 2003 11:57:12 AM EST> <Info> <Deployer> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-149059> <Module framework.jar of application
> _appsdir_mml_ear is transitioning from prepared to active on server
> myserver.>
> ####<Oct 31, 2003 11:57:12 AM EST> <Info> <EJB> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-010009> <EJB Deployed EJB with JNDI name
> ejb/ContentHandlerHome.>
> ####<Oct 31, 2003 11:57:12 AM EST> <Info> <EJB> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-010009> <EJB Deployed EJB with JNDI name
> ejb/ContentHandlerLocalHome.>
> ####<Oct 31, 2003 11:57:12 AM EST> <Info> <EJB> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-010009> <EJB Deployed EJB with JNDI name
> ejb/AuthorizationHandlerEJB.>
> ####<Oct 31, 2003 11:57:12 AM EST> <Info> <EJB> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-010009> <EJB Deployed EJB with JNDI name
> local/AuthorizationHandlerEJB.>
> ####<Oct 31, 2003 11:57:12 AM EST> <Info> <EJB> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-010009> <EJB Deployed EJB with JNDI name
> ejb/DRMHandlerHome.>
> ####<Oct 31, 2003 11:57:12 AM EST> <Info> <EJB> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-010009> <EJB Deployed EJB with JNDI name
> ejb/DRMHandlerLocalHome.>
> ####<Oct 31, 2003 11:57:13 AM EST> <Info> <EJB> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-010009> <EJB Deployed EJB with JNDI name
> ejb/ContentItemLocalHome.>
> ####<Oct 31, 2003 11:57:13 AM EST> <Info> <EJB> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-010009> <EJB Deployed EJB with JNDI name
> ejb/vaspDRMHandlerHome.>
> ####<Oct 31, 2003 11:57:13 AM EST> <Info> <EJB> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-010009> <EJB Deployed EJB with JNDI name
> ejb/vaspDRMHandlerLocalHome.>
> ####<Oct 31, 2003 11:57:13 AM EST> <Info> <Deployer> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-149060> <Module framework.jar of application
> _appsdir_mml_ear successfully transitioned from prepared to active on
> server myserver.>
> ####<Oct 31, 2003 11:57:13 AM EST> <Info> <Deployer> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-149059> <Module sendreceive.jar of application
> _appsdir_mml_ear is transitioning from prepared to active on server
> myserver.>
> ####<Oct 31, 2003 11:57:13 AM EST> <Info> <EJB> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-010009> <EJB Deployed EJB with JNDI name
> ejb/MessageSendReceiveHome.>
> ####<Oct 31, 2003 11:57:13 AM EST> <Info> <EJB> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-010009> <EJB Deployed EJB with JNDI name
> ejb/MessageSendReceiveLocalHome.>
> ####<Oct 31, 2003 11:57:13 AM EST> <Info> <Deployer> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-149060> <Module sendreceive.jar of application
> _appsdir_mml_ear successfully transitioned from prepared to active on
> server myserver.>
> ####<Oct 31, 2003 11:57:13 AM EST> <Info> <Deployer> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-149059> <Module contentmanagement.jar of application
> _appsdir_mml_ear is transitioning from prepared to active on server
> myserver.>
> ####<Oct 31, 2003 11:57:13 AM EST> <Info> <EJB> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-010009> <EJB Deployed EJB with JNDI name
> ejb/CurrencyHome.>
> ####<Oct 31, 2003 11:57:13 AM EST> <Info> <EJB> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-010009> <EJB Deployed EJB with JNDI name
> ejb/CurrencyLocalHome.>
> ####<Oct 31, 2003 11:57:13 AM EST> <Info> <Deployer> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-149060> <Module contentmanagement.jar of application
> _appsdir_mml_ear successfully transitioned from prepared to active on
> server myserver.>
> ####<Oct 31, 2003 11:57:13 AM EST> <Info> <Deployer> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-149059> <Module sampleapplication.jar of application
> _appsdir_mml_ear is transitioning from prepared to active on server
> myserver.>
> ####<Oct 31, 2003 11:57:13 AM EST> <Info> <EJB> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-010009> <EJB Deployed EJB with JNDI name
> ejb/HelloEJBLocalHome.>
> ####<Oct 31, 2003 11:57:13 AM EST> <Info> <Deployer> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-149060> <Module sampleapplication.jar of application
> _appsdir_mml_ear successfully transitioned from prepared to active on
> server myserver.>
> ####<Oct 31, 2003 11:57:13 AM EST> <Info> <Deployer> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-149059> <Module mml.jar of application
_appsdir_mml_ear
> is transitioning from prepared to active on server myserver.>
> ####<Oct 31, 2003 11:57:13 AM EST> <Info> <EJB> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-010009> <EJB Deployed EJB with JNDI name
> ejb/WebAppSNMPStatsBean.>
> ####<Oct 31, 2003 11:57:13 AM EST> <Info> <EJB> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-010009> <EJB Deployed EJB with JNDI name
> ejb/WebAppSNMPStatsLocal.>
> ####<Oct 31, 2003 11:57:13 AM EST> <Info> <Deployer> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-149060> <Module mml.jar of application
_appsdir_mml_ear
> successfully transitioned from prepared to active on server myserver.>
> ####<Oct 31, 2003 11:57:13 AM EST> <Info> <Deployer> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-149059> <Module mml of application _appsdir_mml_ear
is
> transitioning from prepared to active on server myserver.>
> ####<Oct 31, 2003 11:57:13 AM EST> <Info> <Deployer> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-149060> <Module mml of application _appsdir_mml_ear
> successfully transitioned from prepared to active on server myserver.>
> ####<Oct 31, 2003 11:57:13 AM EST> <Info> <HTTP> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
> <<anonymous>> <> <BEA-101047>
> <[ServletContext(id=19278469,name=mml,context-path=/mml)]
> WebServiceServlet: init>
> ####<Oct 31, 2003 11:57:13 AM EST> <Info> <HTTP> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
> <<anonymous>> <> <BEA-101047>
> <[ServletContext(id=19278469,name=mml,context-path=/mml)] action:
init>
> ####<Oct 31, 2003 11:57:14 AM EST> <Info> <HTTP> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
> <<anonymous>> <> <BEA-101047>
> <[ServletContext(id=19278469,name=mml,context-path=/mml)] xmlrpc:
init>
> ####<Oct 31, 2003 11:57:14 AM EST> <Info> <HTTP> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
> <<anonymous>> <> <BEA-101047>
> <[ServletContext(id=19278469,name=mml,context-path=/mml)] No XML-RPC
> handlers were configured>
> ####<Oct 31, 2003 11:57:14 AM EST> <Info> <Deployer> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-149033> <activated application _appsdir_mml_ear on
> myserver>
> ####<Oct 31, 2003 11:57:14 AM EST> <Info> <Management>
<EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-140009> <Configuration changes for the domain have
been
> saved to the repository.>
> ####<Oct 31, 2003 11:57:14 AM EST> <Info> <Deployer> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'>
<<WLS
> Kernel>> <> <BEA-149074> <Successfully completed deployment task:
> [Deployer:149026]Deploy application _appsdir_mml_ear on myserver.>
> ####<Oct 31, 2003 11:57:45 AM EST> <Info> <WebLogicServer>
> <EFIBQ001IRA37MV> <myserver> <ListenThread.Default> <<WLS Kernel>> <>
> <BEA-000213> <Adding address: 142.133.17.212 to licensed client list>
> ####<Oct 31, 2003 11:57:45 AM EST> <Info> <HTTP> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '14' for queue: 'weblogic.kernel.Default'>
> <<anonymous>> <> <BEA-101047>
> <[ServletContext(id=19278469,name=mml,context-path=/mml)]
> ServletTestRunner: init>
> ####<Oct 31, 2003 11:57:45 AM EST> <Info> <WebLogicServer>
> <EFIBQ001IRA37MV> <myserver> <ListenThread.Default> <<WLS Kernel>> <>
> <BEA-000213> <Adding address: 142.133.90.33 to licensed client list>
> ####<Oct 31, 2003 11:57:46 AM EST> <Info> <HTTP> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'>
> <<anonymous>> <> <BEA-101047>
> <[ServletContext(id=19278469,name=mml,context-path=/mml)]
> ServletRedirector: init>
> 
> 
> 
> 
> 
>
/***********************************************************************
/
>
/***********************************************************************
/
> 
> domain.log weblogic // Struts error
> 
> 
> ####<Oct 31, 2003 11:55:32 AM EST> <Notice> <WebLogicServer>
> <EFIBQ001IRA37MV> <myserver> <main> <<WLS Kernel>> <> <BEA-000327>
> <Starting WebLogic Admin Server "myserver" for domain "mydomain">
> ####<Oct 31, 2003 11:55:31 AM EST> <Notice> <Security>
<EFIBQ001IRA37MV>
> <myserver> <main> <<WLS Kernel>> <> <BEA-090082> <Security
initializing
> using security realm myrealm.>
> ####<Oct 31, 2003 11:55:36 AM EST> <Notice> <JTA> <EFIBQ001IRA37MV>
> <myserver> <main> <<WLS Kernel>> <> <BEA-110025> <Creating new
transaction
> log file [.\myserver\./myserver.0000.tlog].>
> ####<Oct 31, 2003 11:55:36 AM EST> <Notice> <JTA> <EFIBQ001IRA37MV>
> <myserver> <main> <<WLS Kernel>> <> <BEA-110025> <Creating new
transaction
> log file [.\myserver\./myserver.heur.0000.tlog].>
> ####<Oct 31, 2003 11:55:42 AM EST> <Notice> <WebLogicServer>
> <EFIBQ001IRA37MV> <myserver> <main> <<WLS Kernel>> <> <BEA-000360>
<Server
> started in RUNNING mode>
> ####<Oct 31, 2003 11:55:42 AM EST> <Notice> <WebLogicServer>
> <EFIBQ001IRA37MV> <myserver> <ListenThread.Default> <<WLS Kernel>> <>
> <BEA-000355> <Thread "ListenThread.Default" listening on port 7001, ip
> address *.*>
> ####<Oct 31, 2003 11:57:02 AM EST> <Error> <HTTP> <EFIBQ001IRA37MV>
> <myserver> <ExecuteThread: '4' for queue:
> 
> 'weblogic.kernel.System'> <<WLS Kernel>> <> <BEA-101268>
> <ServletContext(id=26673841,name=mml,context-path=/mml): Failed while
> destroying servlet: action.
> java.lang.NoClassDefFoundError:
> org/apache/commons/collections/FastHashMap$KeySet
>       at org.apache.commons.collections.FastHashMap.keySet(Unknown
Source)
>       at
>
org.apache.struts.action.ActionServlet.destroyDataSources(ActionServlet.
ja
> va:769)
>       at
> org.apache.struts.action.ActionServlet.destroy(ActionServlet.java:431)
>       at
>
weblogic.servlet.internal.ServletStubImpl$ServletDestroyAction.run(Servl
et
> StubImpl.java:1086)
>       at
>
weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSu
bj
> ect.java:317)
>       at
>
weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118
)
>       at
>
weblogic.servlet.internal.ServletStubImpl.destroyServlet(ServletStubImpl
.j
> ava:569)
>       at
>
weblogic.servlet.internal.ServletStubImpl.destroyServlet(ServletStubImpl
.j
> ava:596)
>       at
>
weblogic.servlet.internal.ServletStubImpl.destroyServlet(ServletStubImpl
.j
> ava:581)
>       at
>
weblogic.servlet.internal.WebAppServletContext.destroyServlets(WebAppSer
vl
> etContext.java:5797)
>       at
>
weblogic.servlet.internal.WebAppServletContext.destroy(WebAppServletCont
ex
> t.java:5675)
>       at
>
weblogic.servlet.internal.ServletContextManager.removeContext(ServletCon
te
> xtManager.java:187)
>       at
> weblogic.servlet.internal.HttpServer.unloadWebApp(HttpServer.java:706)
>       at
>
weblogic.servlet.internal.WebAppModule.destroyContexts(WebAppModule.java
:7
> 64)
>       at
> weblogic.servlet.internal.WebAppModule.rollback(WebAppModule.java:742)
>       at
>
weblogic.j2ee.J2EEApplicationContainer.rollbackModule(J2EEApplicationCon
ta
> iner.java:2942)
>       at
>
weblogic.j2ee.J2EEApplicationContainer.rectifyClassLoaders(J2EEApplicati
on
> Container.java:1429)
>       at
>
weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.
ja
> va:1176)
>       at
>
weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.
ja
> va:1031)
>       at
>
weblogic.management.deploy.slave.SlaveDeployer$ComponentActivateTask.pre
pa
> reContainer(SlaveDeployer.java:2634)
>       at
>
weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.createContai
ne
> r(SlaveDeployer.java:2584)
>       at
>
weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(Slav
eD
> eployer.java:2506)
>       at
>
weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveD
ep
> loyer.java:833)
>       at
>
weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDeploye
r.
> java:542)
>       at
>
weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeploy
er
> .java:500)
>       at
>
weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandle
r.
> java:25)
>       at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
>       at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
> >
> 
> -----Original Message-----
> From: J. B. Rainsberger [mailto:[EMAIL PROTECTED]
> Sent: Friday, October 31, 2003 11:48 AM
> To: Cactus Users List
> Subject: Re: Every failure leads to an error
> 
> 
> David Lemieux (QC/EMC) wrote:
> 
> > Only call is assertTrue(false) and it still does not work
> 
> OK. Paste the stack trace from the error, both the one that JUnit
gives
> you and the one your application server prints to its log. My guess is
> that there is a server-side error.
> --
> J. B. Rainsberger,
> Diaspar Software Services
> http://www.diasparsoftware.com :: +1 416 791-8603
> Let's write software that people understand
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to