You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Raghumys4 <ra...@gmail.com> on 2010/06/24 12:21:29 UTC

Re: Struts2 with JDK1.4.2_19 & Tomcat 5.0.28


Hi All,

Finally i solved this Issue.
You have to include jar file named xalan-2.6.0.jar into WEB-INF which is
used by Filter class. 

http://mirrors.ibiblio.org/pub/mirrors/maven2/xalan/xalan/2.6.0/xalan-2.6.0.jar

Hope it will solve this Filter start error.

My Software versions are


Randy Burgess-6 wrote:
> 
> I am developing on JDK 1.5 and using Maven and the retrotranslator- 
> maven-plugin (1.0-alpha-2, none of the other versions would work for  
> me) to retrotranslate not only struts2-*.jar and xwork*.jar but also  
> all of my source code since that is written and compiled for 1.5.
> 
> I've run this project on Tomcat 6 (JDK 1.6), WebSphere 6.0 (JDK 1.4)  
> and 6.1 (JDK 1.5) and Jetty 6.1(JDK 1.5). Tomcat and Jetty was just to  
> see if it would run on platforms besides WAS, production will be on  
> WebSphere.
> 
> After spending 8 weeks developing this app for WAS 6.1 I was asked if  
> I could make it run on 6.0. I'm glad the answer was yes until we can  
> get the licensing issues straightened out.
> 
> Randy Burgess
> 
> 
> On Dec 23, 2008, at 2:15 PM, rorostar wrote:
> 
>>
>> Hi,
>>
>> Has anyone had any success trying to use struts2 on java4 environment?
>> My server is using java 1.4.2, and they would not upgrade.
>> `I've read the tutorial on how to use retrotranslator and I've  
>> converted the
>> following jars:
>> commons-logging-j4-1.0.4.jar
>> freemarker-j4-2.3.8.jar
>> ognl-j4-2.6.11.jar
>>
>> I was able to get struts2-core-j4.2.0.14.jar and xwork-j4-2.0.7.jar  
>> from
>> struts Alternative Java 4 JARs.
>>
>> When I tried to start tomcat server, I got the infamous SEVERE: ERROR
>> filterStart.
>> Dec 23, 2008 12:12:09 PM org.apache.coyote.http11.Http11Protocol init
>> INFO: Initializing Coyote HTTP/1.1 on http-8080
>> Dec 23, 2008 12:12:09 PM org.apache.catalina.startup.Catalina load
>> INFO: Initialization processed in 820 ms
>> Dec 23, 2008 12:12:09 PM org.apache.catalina.core.StandardService  
>> start
>> INFO: Starting service Catalina
>> Dec 23, 2008 12:12:09 PM org.apache.catalina.core.StandardEngine start
>> INFO: Starting Servlet Engine: Apache Tomcat/5.0.28
>> Dec 23, 2008 12:12:09 PM org.apache.catalina.core.StandardHost start
>> INFO: XML validation disabled
>> Dec 23, 2008 12:12:10 PM org.apache.catalina.core.StandardContext  
>> start
>> SEVERE: Error filterStart
>> Dec 23, 2008 12:12:10 PM org.apache.catalina.core.StandardContext  
>> start
>> SEVERE: Context startup failed due to previous errors
>> Dec 23, 2008 12:12:10 PM org.apache.catalina.core.StandardHost  
>> getDeployer
>> INFO: Create Host deployer for direct deployment ( non-jmx )
>> Dec 23, 2008 12:12:10 PM org.apache.coyote.http11.Http11Protocol start
>> INFO: Starting Coyote HTTP/1.1 on http-8080
>> Dec 23, 2008 12:12:10 PM org.apache.jk.common.ChannelSocket init
>> INFO: JK2: ajp13 listening on /0.0.0.0:8009
>> Dec 23, 2008 12:12:10 PM org.apache.jk.server.JkMain start
>> INFO: Jk running ID=0 time=1/37 config=null
>> Dec 23, 2008 12:12:10 PM org.apache.catalina.startup.Catalina start
>> INFO: Server startup in 952 ms
>>
>> I've configured successfully Struts 2 with JRE 1.6 & Tomcat 6.0  
>> before, and
>> I'm using exactly the same structure (except for web.xml, I'm using  
>> web-app
>> version 2.4 with JDK 1.4.2, as opposed to 2.5 for JRE 1.6).
>> Could anyone help me?
>> -- 
>> View this message in context:
>> http://www.nabble.com/Struts2-with-JDK1.4.2_19---Tomcat-5.0.28-tp21149790p21149790.html
>> Sent from the Struts - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>> For additional commands, e-mail: user-help@struts.apache.org
>>
>>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
> 
> 

-- 
View this message in context: http://old.nabble.com/Struts2-with-JDK1.4.2_19---Tomcat-5.0.28-tp21149790p28981010.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


RE: Struts2 with JDK1.4.2_19 & Tomcat 5.0.28

Posted by VR Venugopal Rao <ve...@cmcltd.com>.
Dear Raghu,
Please install tomcat 6.0 and Java 1.5/1.6 Version to avoid filter start
errors.
Regards, 
VR Venugopal Rao 


-----Original Message-----
From: Raghumys4 [mailto:raghumys4@gmail.com] 
Sent: 24 June 2010 15:51
To: user@struts.apache.org
Subject: Re: Struts2 with JDK1.4.2_19 & Tomcat 5.0.28



Hi All,

Finally i solved this Issue.
You have to include jar file named xalan-2.6.0.jar into WEB-INF which is
used by Filter class. 

http://mirrors.ibiblio.org/pub/mirrors/maven2/xalan/xalan/2.6.0/xalan-2.6.0.
jar

Hope it will solve this Filter start error.

My Software versions are


Randy Burgess-6 wrote:
> 
> I am developing on JDK 1.5 and using Maven and the retrotranslator- 
> maven-plugin (1.0-alpha-2, none of the other versions would work for  
> me) to retrotranslate not only struts2-*.jar and xwork*.jar but also  
> all of my source code since that is written and compiled for 1.5.
> 
> I've run this project on Tomcat 6 (JDK 1.6), WebSphere 6.0 (JDK 1.4)  
> and 6.1 (JDK 1.5) and Jetty 6.1(JDK 1.5). Tomcat and Jetty was just to  
> see if it would run on platforms besides WAS, production will be on  
> WebSphere.
> 
> After spending 8 weeks developing this app for WAS 6.1 I was asked if  
> I could make it run on 6.0. I'm glad the answer was yes until we can  
> get the licensing issues straightened out.
> 
> Randy Burgess
> 
> 
> On Dec 23, 2008, at 2:15 PM, rorostar wrote:
> 
>>
>> Hi,
>>
>> Has anyone had any success trying to use struts2 on java4 environment?
>> My server is using java 1.4.2, and they would not upgrade.
>> `I've read the tutorial on how to use retrotranslator and I've  
>> converted the
>> following jars:
>> commons-logging-j4-1.0.4.jar
>> freemarker-j4-2.3.8.jar
>> ognl-j4-2.6.11.jar
>>
>> I was able to get struts2-core-j4.2.0.14.jar and xwork-j4-2.0.7.jar  
>> from
>> struts Alternative Java 4 JARs.
>>
>> When I tried to start tomcat server, I got the infamous SEVERE: ERROR
>> filterStart.
>> Dec 23, 2008 12:12:09 PM org.apache.coyote.http11.Http11Protocol init
>> INFO: Initializing Coyote HTTP/1.1 on http-8080
>> Dec 23, 2008 12:12:09 PM org.apache.catalina.startup.Catalina load
>> INFO: Initialization processed in 820 ms
>> Dec 23, 2008 12:12:09 PM org.apache.catalina.core.StandardService  
>> start
>> INFO: Starting service Catalina
>> Dec 23, 2008 12:12:09 PM org.apache.catalina.core.StandardEngine start
>> INFO: Starting Servlet Engine: Apache Tomcat/5.0.28
>> Dec 23, 2008 12:12:09 PM org.apache.catalina.core.StandardHost start
>> INFO: XML validation disabled
>> Dec 23, 2008 12:12:10 PM org.apache.catalina.core.StandardContext  
>> start
>> SEVERE: Error filterStart
>> Dec 23, 2008 12:12:10 PM org.apache.catalina.core.StandardContext  
>> start
>> SEVERE: Context startup failed due to previous errors
>> Dec 23, 2008 12:12:10 PM org.apache.catalina.core.StandardHost  
>> getDeployer
>> INFO: Create Host deployer for direct deployment ( non-jmx )
>> Dec 23, 2008 12:12:10 PM org.apache.coyote.http11.Http11Protocol start
>> INFO: Starting Coyote HTTP/1.1 on http-8080
>> Dec 23, 2008 12:12:10 PM org.apache.jk.common.ChannelSocket init
>> INFO: JK2: ajp13 listening on /0.0.0.0:8009
>> Dec 23, 2008 12:12:10 PM org.apache.jk.server.JkMain start
>> INFO: Jk running ID=0 time=1/37 config=null
>> Dec 23, 2008 12:12:10 PM org.apache.catalina.startup.Catalina start
>> INFO: Server startup in 952 ms
>>
>> I've configured successfully Struts 2 with JRE 1.6 & Tomcat 6.0  
>> before, and
>> I'm using exactly the same structure (except for web.xml, I'm using  
>> web-app
>> version 2.4 with JDK 1.4.2, as opposed to 2.5 for JRE 1.6).
>> Could anyone help me?
>> -- 
>> View this message in context:
>>
http://www.nabble.com/Struts2-with-JDK1.4.2_19---Tomcat-5.0.28-tp21149790p21
149790.html
>> Sent from the Struts - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>> For additional commands, e-mail: user-help@struts.apache.org
>>
>>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
> 
> 

-- 
View this message in context:
http://old.nabble.com/Struts2-with-JDK1.4.2_19---Tomcat-5.0.28-tp21149790p28
981010.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


______________________________________________________________________________

DISCLAIMER

The information contained in this e-mail message and/or attachments to it may
contain confidential or privileged information. If you are not the intended
recipient, any dissemination, use, review, distribution, printing or copying
of the information contained in this e-mail message and/or attachments to it
are strictly prohibited. If you have received this communication in error,
please notify us by reply e-mail or directly to netsupport@cmcltd.com or
telephone and immediately and permanently delete the message and any
attachments. Thank you.


______________________________________________________________________________

This email has been scrubbed for your protection by SecureMX.
For more information visit http://securemx.in
______________________________________________________________________________


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org