Re: Issues with Tomcat 7.0.57 not loading ActionServlets

2015-05-23 Thread Raj
Hi Martin, The dtd for validations.xml, validator-rules.xml and struts-config.xml are not same and that was causing this issue. However, this is fixed after made it same for all. Thanks a lot Martin for all your help -Raj On Sat, May 23, 2015 at 12:07 PM, Raj bsudershan...@gmail.com wrote:

Re: Serialization Issue while using tokenInterceptor

2015-05-23 Thread Sreekanth S. Nair
Struts 2 related jars -- freemarker-2.3.19.jar ognl-3.0.6.jar struts2-convention-plugin-2.3.20.jar struts2-core-2.3.20.jar struts2-jasperreports-plugin-2.3.20.jar struts2-jquery-plugin-3.7.1.jar struts2-json-plugin-2.3.20.jar struts2-rest-plugin-2.3.20.jar

Re: Serialization Issue while using tokenInterceptor

2015-05-23 Thread Lukasz Lenart
It's the same issue as WW-4028 which means you did something wrong when you were upgrading to latest Struts version. Can you list all jars? 2015-05-23 7:32 GMT+02:00 Sreekanth S. Nair sreekanth.n...@egovernments.org: Below is the stacktrace, made log bold where its failing 10:59:30,195 INFO

Re: Serialization Issue while using tokenInterceptor

2015-05-23 Thread Sreekanth S. Nair
Even i have tried replacing asm lib for struts2 by downgrading asm-*5.0.3.jar to asm-*3.3.1.jar. On Sat, May 23, 2015 at 12:31 PM, Sreekanth S. Nair sreekanth.n...@egovernments.org wrote: asm-5.0.3.jar asm-commons-5.0.2.jar asm-tree-5.0.2.jar -- Thanks Regards Sreekanth S Nair Java

Re: Serialization Issue while using tokenInterceptor

2015-05-23 Thread Sreekanth S. Nair
Sorry that stacktrace took when i was testing it with struts2.3.24 (but the error is same :) ) -- Thanks Regards Sreekanth S Nair Java Developer --- eGovernments Foundation http://www.egovernments.org Ph : 9980078913

Re: Serialization Issue while using tokenInterceptor

2015-05-23 Thread Lukasz Lenart
Is it listing from WEB-INF/lib folder? Because the stacktrace contains this: [xwork-core-2.3.24.jar:2.3.24] which means you mixed up versions 2015-05-23 9:01 GMT+02:00 Sreekanth S. Nair sreekanth.n...@egovernments.org: Struts 2 related jars -- freemarker-2.3.19.jar

Re: Serialization Issue while using tokenInterceptor

2015-05-23 Thread Lukasz Lenart
Anyway it looks like mixed version of Struts, maybe JBoss keeps in cache the old version 2015-05-23 15:24 GMT+02:00 Sreekanth S. Nair sreekanth.n...@egovernments.org: No WEB-INF/lib does not contain any jar, its all in Wildfly(JBoss)/standalone/deployment/myear.ear/lib/ folder -- Thanks

Re: Serialization Issue while using tokenInterceptor

2015-05-23 Thread Sreekanth S. Nair
No WEB-INF/lib does not contain any jar, its all in Wildfly(JBoss)/standalone/deployment/myear.ear/lib/ folder -- Thanks Regards Sreekanth S Nair Java Developer --- eGovernments Foundation http://www.egovernments.org Ph : 9980078913

Re: Issues with Tomcat 7.0.57 not loading ActionServlets

2015-05-23 Thread Raj
Hi Martin, I have verified tiles.jar file was not there under /WEB_INF/lib folder but I have added *struts-tiles-1.3.10.jar *under /WEB_INF/lib folder and still does not make any difference. Even the old application does not have tiles.jar file. we just deployed the old application on the new