Filter Start Error when trying to deploy a Cactus Servlet Test to Tomcat 5

2005-03-10 Thread Dawson Mossman
Hi,
I've successfully deployed and run tests against the Sample Servlet that
comes with Cactus, but when I try to do the same thing with my own
simple project I get the following error in my log file.  I'm not sure
whats wrong here, I'm basically using the exact same build file as the
Sample project (in fact, I just modified it) but I keep getting this
error.  Any suggestions?
Thanks a lot,
Daws
ps - my web app gets cactified, and then it says running tests,
deletes the existing directories, but then just hangs.  I think there
may be some kind of error starting tomcat, but not sure and don't
understand why?


Mar 10, 2005 3:14:07 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8081
Mar 10, 2005 3:14:08 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 646 ms
Mar 10, 2005 3:14:08 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Mar 10, 2005 3:14:08 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.0.28
Mar 10, 2005 3:14:08 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Mar 10, 2005 3:14:08 PM org.apache.catalina.core.StandardHost
getDeployer
INFO: Create Host deployer for direct deployment ( non-jmx ) 
Mar 10, 2005 3:14:08 PM org.apache.catalina.core.StandardHostDeployer
install
INFO: Installing web application at context
path /cactus-sample-cactified from URL
file:/tmp/cactus/tomcat5x/webapps/cactus-sample-cactified
Mar 10, 2005 3:14:08 PM org.apache.catalina.core.StandardContext start
SEVERE: Error filterStart
Mar 10, 2005 3:14:08 PM org.apache.catalina.core.StandardContext start
SEVERE: Context startup failed due to previous errors
Mar 10, 2005 3:14:08 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8081
Mar 10, 2005 3:14:08 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 840 ms

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



Re: Filter Start Error when trying to deploy a Cactus Servlet Test to Tomcat 5

2005-03-10 Thread joel collins
 I'm a noob at cactus but this might relate to the problem:
http://issues.apache.org/jira/browse/CACTUS-148

The .out file that is attached looks pretty close to yours.  It says
to dse cargo or tomcat4.  I don't know if this page is outdated or
whatever, though...




On Thu, 10 Mar 2005 15:22:59 -0400, Dawson Mossman
[EMAIL PROTECTED] wrote:
 Hi,
 I've successfully deployed and run tests against the Sample Servlet that
 comes with Cactus, but when I try to do the same thing with my own
 simple project I get the following error in my log file.  I'm not sure
 whats wrong here, I'm basically using the exact same build file as the
 Sample project (in fact, I just modified it) but I keep getting this
 error.  Any suggestions?
 Thanks a lot,
 Daws
 ps - my web app gets cactified, and then it says running tests,
 deletes the existing directories, but then just hangs.  I think there
 may be some kind of error starting tomcat, but not sure and don't
 understand why?
 
 Mar 10, 2005 3:14:07 PM org.apache.coyote.http11.Http11Protocol init
 INFO: Initializing Coyote HTTP/1.1 on http-8081
 Mar 10, 2005 3:14:08 PM org.apache.catalina.startup.Catalina load
 INFO: Initialization processed in 646 ms
 Mar 10, 2005 3:14:08 PM org.apache.catalina.core.StandardService start
 INFO: Starting service Catalina
 Mar 10, 2005 3:14:08 PM org.apache.catalina.core.StandardEngine start
 INFO: Starting Servlet Engine: Apache Tomcat/5.0.28
 Mar 10, 2005 3:14:08 PM org.apache.catalina.core.StandardHost start
 INFO: XML validation disabled
 Mar 10, 2005 3:14:08 PM org.apache.catalina.core.StandardHost
 getDeployer
 INFO: Create Host deployer for direct deployment ( non-jmx )
 Mar 10, 2005 3:14:08 PM org.apache.catalina.core.StandardHostDeployer
 install
 INFO: Installing web application at context
 path /cactus-sample-cactified from URL
 file:/tmp/cactus/tomcat5x/webapps/cactus-sample-cactified
 Mar 10, 2005 3:14:08 PM org.apache.catalina.core.StandardContext start
 SEVERE: Error filterStart
 Mar 10, 2005 3:14:08 PM org.apache.catalina.core.StandardContext start
 SEVERE: Context startup failed due to previous errors
 Mar 10, 2005 3:14:08 PM org.apache.coyote.http11.Http11Protocol start
 INFO: Starting Coyote HTTP/1.1 on http-8081
 Mar 10, 2005 3:14:08 PM org.apache.catalina.startup.Catalina start
 INFO: Server startup in 840 ms
 
 -
 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]