Re: Struts 2 and Tomcat 5.0.27 filter start error

2007-07-24 Thread Brian Trzupek

Phillip,

I wonder if you can use the META-INF manifest directory to specify  
the load order of required Libs to overcome your shared hosting problem?


I had to do something similar back in WebSphere 4.x with Struts  
1.something. ;)


Brian Trzupek

On Jul 16, 2007, at 11:13 AM, Phillip Blevins wrote:


The solution to this seems to be removing the xercesImpl.jar and
xml-apis.jar from common/endorsed folder of tomcat. Probably not much
chance of my web host doing this for me in a shared environment so i
guess I'm out of luck.
On 7/15/07, Phillip Blevins [EMAIL PROTECTED] wrote:

I'm using the blank struts app from 2.0.8 release. It works fine on
tomcat 5.5 just not 5.0.27. Were you using a 5.0 release of tomcat?
And were you able to get it to work?

On 7/15/07, yitzle [EMAIL PROTECTED] wrote:
 Not sure how helpful this is, but I know I got the same message  
when I
 modified my struts.xml and mistypes a class name so that it  
pointed to

 a non-existing class.

  
-

 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]



Re: Struts 2 and Tomcat 5.0.27 filter start error

2007-07-16 Thread Phillip Blevins

The solution to this seems to be removing the xercesImpl.jar and
xml-apis.jar from common/endorsed folder of tomcat. Probably not much
chance of my web host doing this for me in a shared environment so i
guess I'm out of luck.
On 7/15/07, Phillip Blevins [EMAIL PROTECTED] wrote:

I'm using the blank struts app from 2.0.8 release. It works fine on
tomcat 5.5 just not 5.0.27. Were you using a 5.0 release of tomcat?
And were you able to get it to work?

On 7/15/07, yitzle [EMAIL PROTECTED] wrote:
 Not sure how helpful this is, but I know I got the same message when I
 modified my struts.xml and mistypes a class name so that it pointed to
 a non-existing class.

 -
 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]



Re: Struts 2 and Tomcat 5.0.27 filter start error

2007-07-15 Thread Phillip Blevins

I'm using the blank struts app from 2.0.8 release. It works fine on
tomcat 5.5 just not 5.0.27. Were you using a 5.0 release of tomcat?
And were you able to get it to work?

On 7/15/07, yitzle [EMAIL PROTECTED] wrote:

Not sure how helpful this is, but I know I got the same message when I
modified my struts.xml and mistypes a class name so that it pointed to
a non-existing class.

-
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]



Re: Struts 2 and Tomcat 5.0.27 filter start error

2007-07-14 Thread yitzle

Not sure how helpful this is, but I know I got the same message when I
modified my struts.xml and mistypes a class name so that it pointed to
a non-existing class.

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



Struts 2 and Tomcat 5.0.27 filter start error

2007-07-13 Thread Phillip Blevins

Greetings,

I am trying to use a struts 2 application on Tomcat 5.0.27. I
originally had it working on 5.5 but  i had to downgrade to 5.0.27
because thats the version my web service has. I am  getting the error
SEVERE: Error filterStart when i try and start Tomcat. Thinking this
might have to do with my application I tried it using the Struts Blank
application and I get the same error.
This page has a reference to the problem,
https://issues.apache.org/struts/browse/WW-1820
But no solution that i can get to work. Has anyone gotten struts 2 to
work on 5.0.27 or .28.

I'm using struts 2.0.8

This is what the console spits out when i try and start tomcat from eclipse
Jul 13, 2007 11:40:03 AM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Jul 13, 2007 11:40:03 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 575 ms
Jul 13, 2007 11:40:03 AM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Jul 13, 2007 11:40:03 AM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.0.27
Jul 13, 2007 11:40:03 AM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Jul 13, 2007 11:40:07 AM org.apache.catalina.core.StandardContext start
SEVERE: Error filterStart
Jul 13, 2007 11:40:07 AM org.apache.catalina.core.StandardContext start
SEVERE: Context startup failed due to previous errors
Jul 13, 2007 11:40:09 AM org.apache.catalina.core.StandardHost getDeployer
INFO: Create Host deployer for direct deployment ( non-jmx )
Jul 13, 2007 11:40:09 AM org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path /AudioLog from URL
file:C:\Users\pblevin.GACL\workspaceWeb\.metadata\.plugins\org.eclipse.wst.server.core\tmp1\webapps\AudioLog
Jul 13, 2007 11:40:09 AM org.apache.catalina.startup.ContextConfig
applicationConfig
INFO: Missing application web.xml, using defaults only
StandardEngine[Catalina].StandardHost[localhost].StandardContext[/AudioLog]
Jul 13, 2007 11:40:10 AM org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path  from URL
file:C:\Users\pblevin.GACL\workspaceWeb\.metadata\.plugins\org.eclipse.wst.server.core\tmp1\webapps\ROOT
Jul 13, 2007 11:40:10 AM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Jul 13, 2007 11:40:10 AM org.apache.jk.common.ChannelSocket init
INFO: JK2: ajp13 listening on /0.0.0.0:8009
Jul 13, 2007 11:40:10 AM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=1/33  config=null
Jul 13, 2007 11:40:10 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 6565 ms

Thanks,

Phillip

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



Re: Struts 2 and Tomcat 5.0.27 filter start error

2007-07-13 Thread Roger Varley
On Friday 13 July 2007 18:08, Phillip Blevins wrote:
 Greetings,

 I am trying to use a struts 2 application on Tomcat 5.0.27. I
 originally had it working on 5.5 but  i had to downgrade to 5.0.27
 because thats the version my web service has. I am  getting the error
 SEVERE: Error filterStart when i try and start Tomcat. Thinking this
 might have to do with my application I tried it using the Struts Blank
 application and I get the same error.
 This page has a reference to the problem,
 https://issues.apache.org/struts/browse/WW-1820
 But no solution that i can get to work. Has anyone gotten struts 2 to
 work on 5.0.27 or .28.

I had a simarly unhelpful error message today while migrating an existing 
project to a new machine. You are probably missing a .jar file in your 
project that is not needed to compile, but is needed to run. 

Regards
Roger

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