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:

 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 tomcat
 7.0.57.

 Here is what we have in struts-config.xml

   /action-mappings

   message-resourcesparameter=ApplicationResources/

   plug-in className=org.apache.struts.validator.ValidatorPlugIn

 set-property  property=pathnames

 value=/WEB-INF/validator-rules.xml,/WEB-INF/validation.xml/

   /plug-in

 Here is what we have in web.xml

 !-- Action Servlet Configuration --

servlet

 servlet-nameaction/servlet-name

 servlet-classorg.apache.struts.action.ActionServlet/servlet-class

 init-param

  param-nameconfig/param-name

  param-value/WEB-INF/struts-config.xml/param-value

 /init-param

 load-on-startup1/load-on-startup

 /servlet


 we even tried your suggestion of removing the validator-rules.xml from the
 struts-config.xml but of no use. The exception we are seeing is not giving
 enough details. Is there any other way we can get more detail exceptions.


 Thanks

 Raj

 On Thu, May 21, 2015 at 7:50 PM, Martin Gainty mgai...@hotmail.com
 wrote:

 If Maven is a Lamborghini ..then Ant is a Yugo
 You can drive to end of the block with Yugo if you dont mind repairing it
 every few feet
 Once you start driving your builds with Maven I guarantee you *wont* go
 back to Ant

 *keep us apprised*
 Martin
 __



  Subject: Re: Issues with Tomcat 7.0.57 not loading ActionServlets
  From: bsudershan...@gmail.com
  Date: Tue, 19 May 2015 11:28:48 -0500
  To: user@struts.apache.org
 
  Hi Martin,
  Thanks for your quick response
 
  We are not using Maven. It's ant build and have got no documentation. I
 have just started supporting this application with no proper documentation.
  I will check if tiles.jar file exists under lib folder and get back to
 you after working on your suggestions
 
  Thanks
  Raj
 
  Sent from my iPhone
 
   On May 19, 2015, at 5:33 AM, Martin Gainty mgai...@hotmail.com
 wrote:
  
   please confirm url,connection,developerConnection entries are pointed
 to struts1 in scm section your pom.xml:
  
scm
 connectionscm:svn:
 http://svn.apache.org/repos/asf/struts/struts1/trunk/connection
 developerConnectionscm:svn:
 https://svn.apache.org/repos/asf/struts/struts1/trunk
 /developerConnection
 urlhttp://svn.apache.org/viewcvs.cgi/struts/struts1/trunk
 /url
  /scm
  
   please confirm the commons-validator dependency is present in pom.xml:
 dependency
  groupIdcommons-validator/groupId
  artifactIdcommons-validator/artifactId
  version1.3.1/version
  exclusions
  exclusion
  groupIdxml-apis/groupId
  artifactIdxml-apis/artifactId
  /exclusion
  /exclusions
  /dependency
  
   please confirm  validatorValidatorPlugin exists in
 /WEB-INF/struts-config.xml e.g
  
   plug-in className=org.apache.struts.validator.ValidatorPlugIn
  set-property property=pathnames
  
 value=/org/apache/struts/validator/validator-rules.xml,
   /WEB-INF/validation.xml/
/plug-in
  
   please confirm you added add tiles.jar to WEB-INF/lib
  
   finally when something goes awry I usually comment out the
 validator-rules,xml configuration and bring in one validator entry at a
 time
   !---
   validator...
   validator..
   --
   if Servlet still wont load then you may have a misconfigure in
 struts-config.xml or even possibly misconfig in web.xml
   or possibly omitted required parameter in pom.xml
  
   if Servlet DOES load then you can enable each of the validators in
 validator-rules.xml one at a time
  
   Let us know how it goes,
   Martin
   __
  
   Subject: Re: Issues with Tomcat 7.0.57 not loading ActionServlets
   From: bsudershan...@gmail.com
   Date: Mon, 18 May 2015 17:40:12 -0500
   To: user@struts.apache.org
  
   Yes Martin,
   That file does exists in that folder.
  
   Thanks
   Raj
  
   Sent from my iPhone
  
   On May 16, 2015, at 7:54 PM, Martin Gainty mgai...@hotmail.com
 wrote:
  
   Raj-
  
   did you check for the existence of
   /WEB-INF/validator-rules.xmlin
 $TOMCAT_HOME/webapps/NameOfYourWebappGoesHere
   ?
   Martin
   __
  
  
  
   Date: Wed, 6 May 2015 20:29:34 -0500
   Subject: Issues with 

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
struts2-spring-plugin-2.3.20.jar
xwork-core-2.3.20.jar


Other Jars
--
aopalliance-1.0.jar
asm-5.0.3.jar
asm-commons-5.0.2.jar
asm-tree-5.0.2.jar
aspectjrt-1.8.2.jar
aspectjweaver-1.8.4.jar
batik-css-1.7.jar
batik-ext-1.7.jar
batik-util-1.7.jar
cglib-3.1.jar
commons-beanutils-1.8.0.jar
commons-codec-1.10.jar
commons-collections-3.2.1.jar
commons-configuration-1.10.jar
commons-dbcp-1.4.jar
commons-digester-2.0.jar
commons-email-1.3.3.jar
commons-fileupload-1.3.1.jar
commons-httpclient-3.1.jar
commons-io-2.4.jar
commons-lang3-3.2.jar
commons-lang-2.5.jar
commons-pool2-2.2.jar
commons-pool-1.5.4.jar
commons-validator-1.1.4.jar
concurrent-1.3.4.jar
displaytag-1.2.jar
displaytag-export-poi-1.2.jar
ehcache-core-2.4.6.jar
ehcache-web-2.0.4.jar
embedded-redis-0.6.jar
ezmorph-1.0.6.jar

gson-2.2.4.jar
jcl-over-slf4j-1.7.7.jar
jcommon-1.0.23.jar
jcr-2.0.jar
jedis-2.4.1.jar
jfreechart-1.0.19.jar
joda-time-2.7.jar
joda-time-jsptags-1.1.1.jar
json-lib-2.3-jdk15.jar
json-simple-1.1.1.jar
jsoup-1.7.3.jar
jsr-275-1.0-beta-2.jar
jts-1.6.jar
jython-standalone-2.5.2.jar
log4j-1.2.17.jar
logback-classic-1.0.0.jar
logback-core-1.0.0.jar
sitemesh-2.4.2.jar
slf4j-api-1.7.7.jar
spring-aop-4.1.4.RELEASE.jar
spring-aspects-4.1.4.RELEASE.jar
spring-beans-4.1.4.RELEASE.jar
context-4.1.4.RELEASE.jar
spring-context-support-4.1.4.RELEASE.jar
spring-core-4.1.4.RELEASE.jar
spring-data-commons-1.9.1.RELEASE.jar
spring-data-envers-0.2.0.RELEASE.jar
spring-data-jpa-1.7.1.RELEASE.jar
spring-data-redis-1.3.0.RELEASE.jar
spring-expression-4.1.4.RELEASE.jar
spring-jdbc-4.1.4.RELEASE.jar
pring-jms-4.1.4.RELEASE.jar
spring-messaging-4.1.4.RELEASE.jar
spring-orm-4.1.4.RELEASE.jar
spring-security-acl-3.2.5.RELEASE.jar
spring-security-config-3.2.5.RELEASE.jar
spring-security-core-3.2.5.RELEASE.jar
spring-security-web-3.2.5.RELEASE.jar
spring-session-1.0.0.RELEASE.jar
spring-struts-3.2.3.RELEASE.jar
spring-tx-4.1.4.RELEASE.jar
spring-web-4.1.4.RELEASE.jar
spring-webmvc-4.1.4.RELEASE.jar
standard-1.0.6.jar

struts-1.2.9.jar
struts-el-1.2.9.jar
tiles-api-3.0.5.jar
tiles-autotag-core-runtime-1.1.0.jar
tiles-core-3.0.5.jar
tiles-jsp-3.0.5.jar
tiles-request-api-1.0.6.jar
tiles-request-jsp-1.0.6.jar
tiles-request-servlet-1.0.6.jar
tiles-servlet-3.0.5.jar
tiles-template-3.0.5.jar
units-0.01.jar
vecmath-1.3.1.jar
velocity-1.5.jar
xml-apis-1.3.04.jar
xml-apis-ext-1.3.04.jar
xmlpull-1.1.3.1.jar
xpp3_min-1.1.4c.jar
xstream-1.4.2.jar


-- 
Thanks  Regards

Sreekanth S Nair
Java Developer
---
eGovernments Foundation http://www.egovernments.org
Ph : 9980078913
---
http://in.linkedin.com/pub/sreekanth-s-nair/b/946/5a0/
https://github.com/sreekanthsnair   sreekanthsn...@hotmail.co.uk
sreekanths...@gmail.com
---

On Sat, May 23, 2015 at 12:06 PM, Lukasz Lenart lukaszlen...@apache.org
wrote:

 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  [org.apache.struts2.rest.RestActionInvocation]
 (default
  task-29) Executed action
 [//assetcategory/assetCategory-save!save!jsp!200]
  took 278317 ms (execution: 277604 ms, result: 713 ms)
  10:59:30,281 ERROR [io.undertow.request] (default task-29) UT005023:
  Exception handling request to /egassets/WEB-INF/jsp/assets/
  assetcategory/assetCategory-edit.jsp: org.springframework.data.
  redis.serializer.SerializationException: Cannot serialize; nested
 exception
  is
 org.springframework.core.serializer.support.SerializationFailedException:
  Failed to serialize object using DefaultSerializer; nested exception is
  java.io.NotSerializableException: com.opensymphony.xwork2.
  inject.ContainerImpl$ConstructorInjector
  at org.springframework.data.redis.serializer.
 
 JdkSerializationRedisSerializer.serialize(JdkSerializationRedisSerializer.java:52)
  [spring-data-redis-1.3.0.RELEASE.jar:1.3.0.RELEASE]
  at
 org.springframework.data.redis.core.AbstractOperations.rawHashValue(AbstractOperations.java:145)
  [spring-data-redis-1.3.0.RELEASE.jar:1.3.0.RELEASE]
  at org.springframework.data.redis.core.DefaultHashOperations.putAll(
  DefaultHashOperations.java:124) [spring-data-redis-1.3.0.
  RELEASE.jar:1.3.0.RELEASE]
  at org.springframework.data.redis.core.DefaultBoundHashOperations.
  putAll(DefaultBoundHashOperations.java:83) [spring-data-redis-1.3.0.
  RELEASE.jar:1.3.0.RELEASE]
  at
 

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  [org.apache.struts2.rest.RestActionInvocation] (default
 task-29) Executed action [//assetcategory/assetCategory-save!save!jsp!200]
 took 278317 ms (execution: 277604 ms, result: 713 ms)
 10:59:30,281 ERROR [io.undertow.request] (default task-29) UT005023:
 Exception handling request to /egassets/WEB-INF/jsp/assets/
 assetcategory/assetCategory-edit.jsp: org.springframework.data.
 redis.serializer.SerializationException: Cannot serialize; nested exception
 is org.springframework.core.serializer.support.SerializationFailedException:
 Failed to serialize object using DefaultSerializer; nested exception is
 java.io.NotSerializableException: com.opensymphony.xwork2.
 inject.ContainerImpl$ConstructorInjector
 at org.springframework.data.redis.serializer.
 JdkSerializationRedisSerializer.serialize(JdkSerializationRedisSerializer.java:52)
 [spring-data-redis-1.3.0.RELEASE.jar:1.3.0.RELEASE]
 at 
 org.springframework.data.redis.core.AbstractOperations.rawHashValue(AbstractOperations.java:145)
 [spring-data-redis-1.3.0.RELEASE.jar:1.3.0.RELEASE]
 at org.springframework.data.redis.core.DefaultHashOperations.putAll(
 DefaultHashOperations.java:124) [spring-data-redis-1.3.0.
 RELEASE.jar:1.3.0.RELEASE]
 at org.springframework.data.redis.core.DefaultBoundHashOperations.
 putAll(DefaultBoundHashOperations.java:83) [spring-data-redis-1.3.0.
 RELEASE.jar:1.3.0.RELEASE]
 at org.springframework.session.data.redis.RedisOperationsSessionReposito
 ry$RedisSession.saveDelta(RedisOperationsSessionRepository.java:409)
 [spring-session-1.0.0.RELEASE.jar:]
 at org.springframework.session.data.redis.RedisOperationsSessionReposito
 ry$RedisSession.access$000(RedisOperationsSessionRepository.java:331)
 [spring-session-1.0.0.RELEASE.jar:]
 at org.springframework.session.data.redis.RedisOperationsSessionReposito
 ry.save(RedisOperationsSessionRepository.java:211)
 [spring-session-1.0.0.RELEASE.jar:]
 at org.springframework.session.data.redis.RedisOperationsSessionReposito
 ry.save(RedisOperationsSessionRepository.java:141)
 [spring-session-1.0.0.RELEASE.jar:]
 at org.springframework.session.web.http.SessionRepositoryFilter$
 SessionRepositoryRequestWrapper.commitSession(SessionRepositoryFilter.java:172)
 [spring-session-1.0.0.RELEASE.jar:]
 at org.springframework.session.web.http.SessionRepositoryFilter$
 SessionRepositoryRequestWrapper.access$100(SessionRepositoryFilter.java:151)
 [spring-session-1.0.0.RELEASE.jar:]
 at org.springframework.session.web.http.SessionRepositoryFilter.
 doFilterInternal(SessionRepositoryFilter.java:113)
 [spring-session-1.0.0.RELEASE.jar:]
 at org.springframework.session.web.http.OncePerRequestFilter.
 doFilter(OncePerRequestFilter.java:65) [spring-session-1.0.0.RELEASE.jar:]
 at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(
 DelegatingFilterProxy.java:344) [spring-web-4.1.4.RELEASE.jar:4.1.4.RELEASE]
 at org.springframework.web.filter.DelegatingFilterProxy.doFilter(
 DelegatingFilterProxy.java:261) [spring-web-4.1.4.RELEASE.jar:4.1.4.RELEASE]
 at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:60)
 [undertow-servlet-1.1.0.Final.jar:1.1.0.Final]
 at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.
 doFilter(FilterHandler.java:132) [undertow-servlet-1.1.0.Final.
 jar:1.1.0.Final]
 at 
 io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:85)
 [undertow-servlet-1.1.0.Final.jar:1.1.0.Final]
 at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.
 handleRequest(ServletSecurityRoleHandler.java:61)
 [undertow-servlet-1.1.0.Final.jar:1.1.0.Final]
 at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(
 ServletDispatchingHandler.java:36) [undertow-servlet-1.1.0.Final.
 jar:1.1.0.Final]
 at org.wildfly.extension.undertow.security.
 SecurityContextAssociationHandler.handleRequest(
 SecurityContextAssociationHandler.java:78)
 at 
 io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
 [undertow-core-1.1.0.Final.jar:1.1.0.Final]
 at io.undertow.servlet.handlers.security.SSLInformationAssociationHandl
 er.handleRequest(SSLInformationAssociationHandler.java:131)
 [undertow-servlet-1.1.0.Final.jar:1.1.0.Final]
 at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandl
 er.handleRequest(ServletAuthenticationCallHandler.java:56)
 [undertow-servlet-1.1.0.Final.jar:1.1.0.Final]
 at 
 io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
 [undertow-core-1.1.0.Final.jar:1.1.0.Final]
 at io.undertow.security.handlers.AbstractConfidentialityHandler
 

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 Developer
---
eGovernments Foundation http://www.egovernments.org
Ph : 9980078913
---
http://in.linkedin.com/pub/sreekanth-s-nair/b/946/5a0/
https://github.com/sreekanthsnair   sreekanthsn...@hotmail.co.uk
sreekanths...@gmail.com
---


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
---
http://in.linkedin.com/pub/sreekanth-s-nair/b/946/5a0/
https://github.com/sreekanthsnair   sreekanthsn...@hotmail.co.uk
sreekanths...@gmail.com
---

On Sat, May 23, 2015 at 7:01 PM, Lukasz Lenart lukaszlen...@apache.org
wrote:

 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  Regards
 
  Sreekanth S Nair
  Java Developer
  ---
  eGovernments Foundation http://www.egovernments.org
  Ph : 9980078913
  ---
  http://in.linkedin.com/pub/sreekanth-s-nair/b/946/5a0/
  https://github.com/sreekanthsnair   sreekanthsn...@hotmail.co.uk
  sreekanths...@gmail.com
  ---
 
  On Sat, May 23, 2015 at 6:45 PM, Lukasz Lenart lukaszlen...@apache.org
  wrote:
 
  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
   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
   struts2-spring-plugin-2.3.20.jar
   xwork-core-2.3.20.jar
  
  
   Other Jars
   --
   aopalliance-1.0.jar
   asm-5.0.3.jar
   asm-commons-5.0.2.jar
   asm-tree-5.0.2.jar
   aspectjrt-1.8.2.jar
   aspectjweaver-1.8.4.jar
   batik-css-1.7.jar
   batik-ext-1.7.jar
   batik-util-1.7.jar
   cglib-3.1.jar
   commons-beanutils-1.8.0.jar
   commons-codec-1.10.jar
   commons-collections-3.2.1.jar
   commons-configuration-1.10.jar
   commons-dbcp-1.4.jar
   commons-digester-2.0.jar
   commons-email-1.3.3.jar
   commons-fileupload-1.3.1.jar
   commons-httpclient-3.1.jar
   commons-io-2.4.jar
   commons-lang3-3.2.jar
   commons-lang-2.5.jar
   commons-pool2-2.2.jar
   commons-pool-1.5.4.jar
   commons-validator-1.1.4.jar
   concurrent-1.3.4.jar
   displaytag-1.2.jar
   displaytag-export-poi-1.2.jar
   ehcache-core-2.4.6.jar
   ehcache-web-2.0.4.jar
   embedded-redis-0.6.jar
   ezmorph-1.0.6.jar
  
   gson-2.2.4.jar
   jcl-over-slf4j-1.7.7.jar
   jcommon-1.0.23.jar
   jcr-2.0.jar
   jedis-2.4.1.jar
   jfreechart-1.0.19.jar
   joda-time-2.7.jar
   joda-time-jsptags-1.1.1.jar
   json-lib-2.3-jdk15.jar
   json-simple-1.1.1.jar
   jsoup-1.7.3.jar
   jsr-275-1.0-beta-2.jar
   jts-1.6.jar
   jython-standalone-2.5.2.jar
   log4j-1.2.17.jar
   logback-classic-1.0.0.jar
   logback-core-1.0.0.jar
   sitemesh-2.4.2.jar
   slf4j-api-1.7.7.jar
   spring-aop-4.1.4.RELEASE.jar
   spring-aspects-4.1.4.RELEASE.jar
   spring-beans-4.1.4.RELEASE.jar
   context-4.1.4.RELEASE.jar
   spring-context-support-4.1.4.RELEASE.jar
   spring-core-4.1.4.RELEASE.jar
   spring-data-commons-1.9.1.RELEASE.jar
   spring-data-envers-0.2.0.RELEASE.jar
   spring-data-jpa-1.7.1.RELEASE.jar
   spring-data-redis-1.3.0.RELEASE.jar
   spring-expression-4.1.4.RELEASE.jar
   spring-jdbc-4.1.4.RELEASE.jar
   pring-jms-4.1.4.RELEASE.jar
   spring-messaging-4.1.4.RELEASE.jar
   spring-orm-4.1.4.RELEASE.jar
   spring-security-acl-3.2.5.RELEASE.jar
   spring-security-config-3.2.5.RELEASE.jar
   spring-security-core-3.2.5.RELEASE.jar
   spring-security-web-3.2.5.RELEASE.jar
   spring-session-1.0.0.RELEASE.jar
   spring-struts-3.2.3.RELEASE.jar
   spring-tx-4.1.4.RELEASE.jar
   spring-web-4.1.4.RELEASE.jar
   spring-webmvc-4.1.4.RELEASE.jar
   standard-1.0.6.jar
  
   struts-1.2.9.jar
   struts-el-1.2.9.jar
   tiles-api-3.0.5.jar
   tiles-autotag-core-runtime-1.1.0.jar
   tiles-core-3.0.5.jar
   tiles-jsp-3.0.5.jar
   tiles-request-api-1.0.6.jar
   tiles-request-jsp-1.0.6.jar
   tiles-request-servlet-1.0.6.jar
   tiles-servlet-3.0.5.jar
   tiles-template-3.0.5.jar
   units-0.01.jar
   vecmath-1.3.1.jar
   velocity-1.5.jar
   xml-apis-1.3.04.jar
   xml-apis-ext-1.3.04.jar
   xmlpull-1.1.3.1.jar
   xpp3_min-1.1.4c.jar
   xstream-1.4.2.jar
  
  
   --
   Thanks  Regards
  
   Sreekanth S Nair
   Java Developer
   ---
   eGovernments Foundation http://www.egovernments.org
   Ph : 9980078913
   ---
   http://in.linkedin.com/pub/sreekanth-s-nair/b/946/5a0/
   https://github.com/sreekanthsnair   

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
 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
 struts2-spring-plugin-2.3.20.jar
 xwork-core-2.3.20.jar


 Other Jars
 --
 aopalliance-1.0.jar
 asm-5.0.3.jar
 asm-commons-5.0.2.jar
 asm-tree-5.0.2.jar
 aspectjrt-1.8.2.jar
 aspectjweaver-1.8.4.jar
 batik-css-1.7.jar
 batik-ext-1.7.jar
 batik-util-1.7.jar
 cglib-3.1.jar
 commons-beanutils-1.8.0.jar
 commons-codec-1.10.jar
 commons-collections-3.2.1.jar
 commons-configuration-1.10.jar
 commons-dbcp-1.4.jar
 commons-digester-2.0.jar
 commons-email-1.3.3.jar
 commons-fileupload-1.3.1.jar
 commons-httpclient-3.1.jar
 commons-io-2.4.jar
 commons-lang3-3.2.jar
 commons-lang-2.5.jar
 commons-pool2-2.2.jar
 commons-pool-1.5.4.jar
 commons-validator-1.1.4.jar
 concurrent-1.3.4.jar
 displaytag-1.2.jar
 displaytag-export-poi-1.2.jar
 ehcache-core-2.4.6.jar
 ehcache-web-2.0.4.jar
 embedded-redis-0.6.jar
 ezmorph-1.0.6.jar

 gson-2.2.4.jar
 jcl-over-slf4j-1.7.7.jar
 jcommon-1.0.23.jar
 jcr-2.0.jar
 jedis-2.4.1.jar
 jfreechart-1.0.19.jar
 joda-time-2.7.jar
 joda-time-jsptags-1.1.1.jar
 json-lib-2.3-jdk15.jar
 json-simple-1.1.1.jar
 jsoup-1.7.3.jar
 jsr-275-1.0-beta-2.jar
 jts-1.6.jar
 jython-standalone-2.5.2.jar
 log4j-1.2.17.jar
 logback-classic-1.0.0.jar
 logback-core-1.0.0.jar
 sitemesh-2.4.2.jar
 slf4j-api-1.7.7.jar
 spring-aop-4.1.4.RELEASE.jar
 spring-aspects-4.1.4.RELEASE.jar
 spring-beans-4.1.4.RELEASE.jar
 context-4.1.4.RELEASE.jar
 spring-context-support-4.1.4.RELEASE.jar
 spring-core-4.1.4.RELEASE.jar
 spring-data-commons-1.9.1.RELEASE.jar
 spring-data-envers-0.2.0.RELEASE.jar
 spring-data-jpa-1.7.1.RELEASE.jar
 spring-data-redis-1.3.0.RELEASE.jar
 spring-expression-4.1.4.RELEASE.jar
 spring-jdbc-4.1.4.RELEASE.jar
 pring-jms-4.1.4.RELEASE.jar
 spring-messaging-4.1.4.RELEASE.jar
 spring-orm-4.1.4.RELEASE.jar
 spring-security-acl-3.2.5.RELEASE.jar
 spring-security-config-3.2.5.RELEASE.jar
 spring-security-core-3.2.5.RELEASE.jar
 spring-security-web-3.2.5.RELEASE.jar
 spring-session-1.0.0.RELEASE.jar
 spring-struts-3.2.3.RELEASE.jar
 spring-tx-4.1.4.RELEASE.jar
 spring-web-4.1.4.RELEASE.jar
 spring-webmvc-4.1.4.RELEASE.jar
 standard-1.0.6.jar

 struts-1.2.9.jar
 struts-el-1.2.9.jar
 tiles-api-3.0.5.jar
 tiles-autotag-core-runtime-1.1.0.jar
 tiles-core-3.0.5.jar
 tiles-jsp-3.0.5.jar
 tiles-request-api-1.0.6.jar
 tiles-request-jsp-1.0.6.jar
 tiles-request-servlet-1.0.6.jar
 tiles-servlet-3.0.5.jar
 tiles-template-3.0.5.jar
 units-0.01.jar
 vecmath-1.3.1.jar
 velocity-1.5.jar
 xml-apis-1.3.04.jar
 xml-apis-ext-1.3.04.jar
 xmlpull-1.1.3.1.jar
 xpp3_min-1.1.4c.jar
 xstream-1.4.2.jar


 --
 Thanks  Regards

 Sreekanth S Nair
 Java Developer
 ---
 eGovernments Foundation http://www.egovernments.org
 Ph : 9980078913
 ---
 http://in.linkedin.com/pub/sreekanth-s-nair/b/946/5a0/
 https://github.com/sreekanthsnair   sreekanthsn...@hotmail.co.uk
 sreekanths...@gmail.com
 ---

 On Sat, May 23, 2015 at 12:06 PM, Lukasz Lenart lukaszlen...@apache.org
 wrote:

 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  [org.apache.struts2.rest.RestActionInvocation]
 (default
  task-29) Executed action
 [//assetcategory/assetCategory-save!save!jsp!200]
  took 278317 ms (execution: 277604 ms, result: 713 ms)
  10:59:30,281 ERROR [io.undertow.request] (default task-29) UT005023:
  Exception handling request to /egassets/WEB-INF/jsp/assets/
  assetcategory/assetCategory-edit.jsp: org.springframework.data.
  redis.serializer.SerializationException: Cannot serialize; nested
 exception
  is
 org.springframework.core.serializer.support.SerializationFailedException:
  Failed to serialize object using DefaultSerializer; nested exception is
  java.io.NotSerializableException: com.opensymphony.xwork2.
  inject.ContainerImpl$ConstructorInjector
  at org.springframework.data.redis.serializer.
 
 JdkSerializationRedisSerializer.serialize(JdkSerializationRedisSerializer.java:52)
  [spring-data-redis-1.3.0.RELEASE.jar:1.3.0.RELEASE]
  at
 org.springframework.data.redis.core.AbstractOperations.rawHashValue(AbstractOperations.java:145)
  [spring-data-redis-1.3.0.RELEASE.jar:1.3.0.RELEASE]
  at 

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  Regards

 Sreekanth S Nair
 Java Developer
 ---
 eGovernments Foundation http://www.egovernments.org
 Ph : 9980078913
 ---
 http://in.linkedin.com/pub/sreekanth-s-nair/b/946/5a0/
 https://github.com/sreekanthsnair   sreekanthsn...@hotmail.co.uk
 sreekanths...@gmail.com
 ---

 On Sat, May 23, 2015 at 6:45 PM, Lukasz Lenart lukaszlen...@apache.org
 wrote:

 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
  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
  struts2-spring-plugin-2.3.20.jar
  xwork-core-2.3.20.jar
 
 
  Other Jars
  --
  aopalliance-1.0.jar
  asm-5.0.3.jar
  asm-commons-5.0.2.jar
  asm-tree-5.0.2.jar
  aspectjrt-1.8.2.jar
  aspectjweaver-1.8.4.jar
  batik-css-1.7.jar
  batik-ext-1.7.jar
  batik-util-1.7.jar
  cglib-3.1.jar
  commons-beanutils-1.8.0.jar
  commons-codec-1.10.jar
  commons-collections-3.2.1.jar
  commons-configuration-1.10.jar
  commons-dbcp-1.4.jar
  commons-digester-2.0.jar
  commons-email-1.3.3.jar
  commons-fileupload-1.3.1.jar
  commons-httpclient-3.1.jar
  commons-io-2.4.jar
  commons-lang3-3.2.jar
  commons-lang-2.5.jar
  commons-pool2-2.2.jar
  commons-pool-1.5.4.jar
  commons-validator-1.1.4.jar
  concurrent-1.3.4.jar
  displaytag-1.2.jar
  displaytag-export-poi-1.2.jar
  ehcache-core-2.4.6.jar
  ehcache-web-2.0.4.jar
  embedded-redis-0.6.jar
  ezmorph-1.0.6.jar
 
  gson-2.2.4.jar
  jcl-over-slf4j-1.7.7.jar
  jcommon-1.0.23.jar
  jcr-2.0.jar
  jedis-2.4.1.jar
  jfreechart-1.0.19.jar
  joda-time-2.7.jar
  joda-time-jsptags-1.1.1.jar
  json-lib-2.3-jdk15.jar
  json-simple-1.1.1.jar
  jsoup-1.7.3.jar
  jsr-275-1.0-beta-2.jar
  jts-1.6.jar
  jython-standalone-2.5.2.jar
  log4j-1.2.17.jar
  logback-classic-1.0.0.jar
  logback-core-1.0.0.jar
  sitemesh-2.4.2.jar
  slf4j-api-1.7.7.jar
  spring-aop-4.1.4.RELEASE.jar
  spring-aspects-4.1.4.RELEASE.jar
  spring-beans-4.1.4.RELEASE.jar
  context-4.1.4.RELEASE.jar
  spring-context-support-4.1.4.RELEASE.jar
  spring-core-4.1.4.RELEASE.jar
  spring-data-commons-1.9.1.RELEASE.jar
  spring-data-envers-0.2.0.RELEASE.jar
  spring-data-jpa-1.7.1.RELEASE.jar
  spring-data-redis-1.3.0.RELEASE.jar
  spring-expression-4.1.4.RELEASE.jar
  spring-jdbc-4.1.4.RELEASE.jar
  pring-jms-4.1.4.RELEASE.jar
  spring-messaging-4.1.4.RELEASE.jar
  spring-orm-4.1.4.RELEASE.jar
  spring-security-acl-3.2.5.RELEASE.jar
  spring-security-config-3.2.5.RELEASE.jar
  spring-security-core-3.2.5.RELEASE.jar
  spring-security-web-3.2.5.RELEASE.jar
  spring-session-1.0.0.RELEASE.jar
  spring-struts-3.2.3.RELEASE.jar
  spring-tx-4.1.4.RELEASE.jar
  spring-web-4.1.4.RELEASE.jar
  spring-webmvc-4.1.4.RELEASE.jar
  standard-1.0.6.jar
 
  struts-1.2.9.jar
  struts-el-1.2.9.jar
  tiles-api-3.0.5.jar
  tiles-autotag-core-runtime-1.1.0.jar
  tiles-core-3.0.5.jar
  tiles-jsp-3.0.5.jar
  tiles-request-api-1.0.6.jar
  tiles-request-jsp-1.0.6.jar
  tiles-request-servlet-1.0.6.jar
  tiles-servlet-3.0.5.jar
  tiles-template-3.0.5.jar
  units-0.01.jar
  vecmath-1.3.1.jar
  velocity-1.5.jar
  xml-apis-1.3.04.jar
  xml-apis-ext-1.3.04.jar
  xmlpull-1.1.3.1.jar
  xpp3_min-1.1.4c.jar
  xstream-1.4.2.jar
 
 
  --
  Thanks  Regards
 
  Sreekanth S Nair
  Java Developer
  ---
  eGovernments Foundation http://www.egovernments.org
  Ph : 9980078913
  ---
  http://in.linkedin.com/pub/sreekanth-s-nair/b/946/5a0/
  https://github.com/sreekanthsnair   sreekanthsn...@hotmail.co.uk
  sreekanths...@gmail.com
  ---
 
  On Sat, May 23, 2015 at 12:06 PM, Lukasz Lenart lukaszlen...@apache.org
 
  wrote:
 
  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  [org.apache.struts2.rest.RestActionInvocation]
  (default
   task-29) Executed action
  [//assetcategory/assetCategory-save!save!jsp!200]
   took 278317 ms (execution: 277604 ms, result: 713 ms)
   10:59:30,281 ERROR 

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
---
http://in.linkedin.com/pub/sreekanth-s-nair/b/946/5a0/
https://github.com/sreekanthsnair   sreekanthsn...@hotmail.co.uk
sreekanths...@gmail.com
---

On Sat, May 23, 2015 at 6:45 PM, Lukasz Lenart lukaszlen...@apache.org
wrote:

 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
  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
  struts2-spring-plugin-2.3.20.jar
  xwork-core-2.3.20.jar
 
 
  Other Jars
  --
  aopalliance-1.0.jar
  asm-5.0.3.jar
  asm-commons-5.0.2.jar
  asm-tree-5.0.2.jar
  aspectjrt-1.8.2.jar
  aspectjweaver-1.8.4.jar
  batik-css-1.7.jar
  batik-ext-1.7.jar
  batik-util-1.7.jar
  cglib-3.1.jar
  commons-beanutils-1.8.0.jar
  commons-codec-1.10.jar
  commons-collections-3.2.1.jar
  commons-configuration-1.10.jar
  commons-dbcp-1.4.jar
  commons-digester-2.0.jar
  commons-email-1.3.3.jar
  commons-fileupload-1.3.1.jar
  commons-httpclient-3.1.jar
  commons-io-2.4.jar
  commons-lang3-3.2.jar
  commons-lang-2.5.jar
  commons-pool2-2.2.jar
  commons-pool-1.5.4.jar
  commons-validator-1.1.4.jar
  concurrent-1.3.4.jar
  displaytag-1.2.jar
  displaytag-export-poi-1.2.jar
  ehcache-core-2.4.6.jar
  ehcache-web-2.0.4.jar
  embedded-redis-0.6.jar
  ezmorph-1.0.6.jar
 
  gson-2.2.4.jar
  jcl-over-slf4j-1.7.7.jar
  jcommon-1.0.23.jar
  jcr-2.0.jar
  jedis-2.4.1.jar
  jfreechart-1.0.19.jar
  joda-time-2.7.jar
  joda-time-jsptags-1.1.1.jar
  json-lib-2.3-jdk15.jar
  json-simple-1.1.1.jar
  jsoup-1.7.3.jar
  jsr-275-1.0-beta-2.jar
  jts-1.6.jar
  jython-standalone-2.5.2.jar
  log4j-1.2.17.jar
  logback-classic-1.0.0.jar
  logback-core-1.0.0.jar
  sitemesh-2.4.2.jar
  slf4j-api-1.7.7.jar
  spring-aop-4.1.4.RELEASE.jar
  spring-aspects-4.1.4.RELEASE.jar
  spring-beans-4.1.4.RELEASE.jar
  context-4.1.4.RELEASE.jar
  spring-context-support-4.1.4.RELEASE.jar
  spring-core-4.1.4.RELEASE.jar
  spring-data-commons-1.9.1.RELEASE.jar
  spring-data-envers-0.2.0.RELEASE.jar
  spring-data-jpa-1.7.1.RELEASE.jar
  spring-data-redis-1.3.0.RELEASE.jar
  spring-expression-4.1.4.RELEASE.jar
  spring-jdbc-4.1.4.RELEASE.jar
  pring-jms-4.1.4.RELEASE.jar
  spring-messaging-4.1.4.RELEASE.jar
  spring-orm-4.1.4.RELEASE.jar
  spring-security-acl-3.2.5.RELEASE.jar
  spring-security-config-3.2.5.RELEASE.jar
  spring-security-core-3.2.5.RELEASE.jar
  spring-security-web-3.2.5.RELEASE.jar
  spring-session-1.0.0.RELEASE.jar
  spring-struts-3.2.3.RELEASE.jar
  spring-tx-4.1.4.RELEASE.jar
  spring-web-4.1.4.RELEASE.jar
  spring-webmvc-4.1.4.RELEASE.jar
  standard-1.0.6.jar
 
  struts-1.2.9.jar
  struts-el-1.2.9.jar
  tiles-api-3.0.5.jar
  tiles-autotag-core-runtime-1.1.0.jar
  tiles-core-3.0.5.jar
  tiles-jsp-3.0.5.jar
  tiles-request-api-1.0.6.jar
  tiles-request-jsp-1.0.6.jar
  tiles-request-servlet-1.0.6.jar
  tiles-servlet-3.0.5.jar
  tiles-template-3.0.5.jar
  units-0.01.jar
  vecmath-1.3.1.jar
  velocity-1.5.jar
  xml-apis-1.3.04.jar
  xml-apis-ext-1.3.04.jar
  xmlpull-1.1.3.1.jar
  xpp3_min-1.1.4c.jar
  xstream-1.4.2.jar
 
 
  --
  Thanks  Regards
 
  Sreekanth S Nair
  Java Developer
  ---
  eGovernments Foundation http://www.egovernments.org
  Ph : 9980078913
  ---
  http://in.linkedin.com/pub/sreekanth-s-nair/b/946/5a0/
  https://github.com/sreekanthsnair   sreekanthsn...@hotmail.co.uk
  sreekanths...@gmail.com
  ---
 
  On Sat, May 23, 2015 at 12:06 PM, Lukasz Lenart lukaszlen...@apache.org
 
  wrote:
 
  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  [org.apache.struts2.rest.RestActionInvocation]
  (default
   task-29) Executed action
  [//assetcategory/assetCategory-save!save!jsp!200]
   took 278317 ms (execution: 277604 ms, result: 713 ms)
   10:59:30,281 ERROR [io.undertow.request] (default task-29) UT005023:
   Exception handling request to /egassets/WEB-INF/jsp/assets/
   assetcategory/assetCategory-edit.jsp: org.springframework.data.
   

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 tomcat
7.0.57.

Here is what we have in struts-config.xml

  /action-mappings

  message-resourcesparameter=ApplicationResources/

  plug-in className=org.apache.struts.validator.ValidatorPlugIn

set-property  property=pathnames

value=/WEB-INF/validator-rules.xml,/WEB-INF/validation.xml/

  /plug-in

Here is what we have in web.xml

!-- Action Servlet Configuration --

   servlet

servlet-nameaction/servlet-name

servlet-classorg.apache.struts.action.ActionServlet/servlet-class

init-param

 param-nameconfig/param-name

 param-value/WEB-INF/struts-config.xml/param-value

/init-param

load-on-startup1/load-on-startup

/servlet


we even tried your suggestion of removing the validator-rules.xml from the
struts-config.xml but of no use. The exception we are seeing is not giving
enough details. Is there any other way we can get more detail exceptions.


Thanks

Raj

On Thu, May 21, 2015 at 7:50 PM, Martin Gainty mgai...@hotmail.com wrote:

 If Maven is a Lamborghini ..then Ant is a Yugo
 You can drive to end of the block with Yugo if you dont mind repairing it
 every few feet
 Once you start driving your builds with Maven I guarantee you *wont* go
 back to Ant

 *keep us apprised*
 Martin
 __



  Subject: Re: Issues with Tomcat 7.0.57 not loading ActionServlets
  From: bsudershan...@gmail.com
  Date: Tue, 19 May 2015 11:28:48 -0500
  To: user@struts.apache.org
 
  Hi Martin,
  Thanks for your quick response
 
  We are not using Maven. It's ant build and have got no documentation. I
 have just started supporting this application with no proper documentation.
  I will check if tiles.jar file exists under lib folder and get back to
 you after working on your suggestions
 
  Thanks
  Raj
 
  Sent from my iPhone
 
   On May 19, 2015, at 5:33 AM, Martin Gainty mgai...@hotmail.com
 wrote:
  
   please confirm url,connection,developerConnection entries are pointed
 to struts1 in scm section your pom.xml:
  
scm
 connectionscm:svn:
 http://svn.apache.org/repos/asf/struts/struts1/trunk/connection
 developerConnectionscm:svn:
 https://svn.apache.org/repos/asf/struts/struts1/trunk
 /developerConnection
 urlhttp://svn.apache.org/viewcvs.cgi/struts/struts1/trunk
 /url
  /scm
  
   please confirm the commons-validator dependency is present in pom.xml:
 dependency
  groupIdcommons-validator/groupId
  artifactIdcommons-validator/artifactId
  version1.3.1/version
  exclusions
  exclusion
  groupIdxml-apis/groupId
  artifactIdxml-apis/artifactId
  /exclusion
  /exclusions
  /dependency
  
   please confirm  validatorValidatorPlugin exists in
 /WEB-INF/struts-config.xml e.g
  
   plug-in className=org.apache.struts.validator.ValidatorPlugIn
  set-property property=pathnames
  
 value=/org/apache/struts/validator/validator-rules.xml,
   /WEB-INF/validation.xml/
/plug-in
  
   please confirm you added add tiles.jar to WEB-INF/lib
  
   finally when something goes awry I usually comment out the
 validator-rules,xml configuration and bring in one validator entry at a
 time
   !---
   validator...
   validator..
   --
   if Servlet still wont load then you may have a misconfigure in
 struts-config.xml or even possibly misconfig in web.xml
   or possibly omitted required parameter in pom.xml
  
   if Servlet DOES load then you can enable each of the validators in
 validator-rules.xml one at a time
  
   Let us know how it goes,
   Martin
   __
  
   Subject: Re: Issues with Tomcat 7.0.57 not loading ActionServlets
   From: bsudershan...@gmail.com
   Date: Mon, 18 May 2015 17:40:12 -0500
   To: user@struts.apache.org
  
   Yes Martin,
   That file does exists in that folder.
  
   Thanks
   Raj
  
   Sent from my iPhone
  
   On May 16, 2015, at 7:54 PM, Martin Gainty mgai...@hotmail.com
 wrote:
  
   Raj-
  
   did you check for the existence of
   /WEB-INF/validator-rules.xmlin
 $TOMCAT_HOME/webapps/NameOfYourWebappGoesHere
   ?
   Martin
   __
  
  
  
   Date: Wed, 6 May 2015 20:29:34 -0500
   Subject: Issues with Tomcat 7.0.57 not loading ActionServlets
   From: bsudershan...@gmail.com
   To: user@struts.apache.org
  
   I upgraded my application from tomcat 5.5.15, JDK 1.5, Struts 1.1
 on Debian
   2.6.32 to
   tomcat 7.0.57, JDK 1.6, struts 1.1 on ubuntu14.04 and Action
 Servlets are
   not loading.
   I am thinking of this is something