Re: Serialization Issue while using tokenInterceptor

2015-06-29 Thread Lukasz Lenart
2015-06-25 15:04 GMT+02:00 Abdou : > Hi, > We are facing the same problem with Struts 2.3.16.1 , here is the main error > : > java.io.NotSerializableException: > com.opensymphony.xwork2.inject.ContainerImpl$ConstructorInjector > > After analysing struts sources, the problem comes from the class > o

Re: Serialization Issue while using tokenInterceptor

2015-06-27 Thread Abdou
message in context: http://struts.1045723.n5.nabble.com/Serialization-Issue-while-using-tokenInterceptor-tp5717724p5717917.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr

Re: Serialization Issue while using tokenInterceptor

2015-06-23 Thread Lukasz Lenart
2015-05-27 13:46 GMT+02:00 Sreekanth S. Nair : > Any kind updates ? is this an issue with struts2 > TokenSessionStoreInterceptor ? No idea yet, need to investigate deeper. Regards -- Ɓukasz + 48 606 323 122 http://www.lenart.org.pl/ -

Re: Serialization Issue while using tokenInterceptor

2015-05-27 Thread Sreekanth S. Nair
Any kind updates ? is this an issue with struts2 TokenSessionStoreInterceptor ? On Mon, May 25, 2015 at 5:06 PM, Sreekanth S. Nair < sreekanth.n...@egovernments.org> wrote: > Once again i have tested afresh, but the same issue is coming. We have > also found when we are using spring-http-session

Re: Serialization Issue while using tokenInterceptor

2015-05-25 Thread Sreekanth S. Nair
Once again i have tested afresh, but the same issue is coming. We have also found when we are using spring-http-session via redis data store only we are getting this issue. What could be the issue, does TokenSessionStoreInterceptor really trying to store the Container which is not issuing any error

Re: Serialization Issue while using tokenInterceptor

2015-05-25 Thread Lukasz Lenart
2015-05-25 10:29 GMT+02:00 Sreekanth S. Nair : > Hi Lukasz, > Based on your comment on WW-4028 issue, struts2 should not > try to store ActionInvocation in session, from the log i have attached > points that its getting stored into session which basically breaks your > point. FYI

Re: Serialization Issue while using tokenInterceptor

2015-05-25 Thread Sreekanth S. Nair
Hi Lukasz, Based on your comment on WW-4028 issue, struts2 should not try to store ActionInvocation in session, from the log i have attached points that its getting stored into session which basically breaks your point. FYI we are using redis and spring session to manage HttpSessi

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 Ph : 9980078913 --

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

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 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 : > Struts 2 related jars > -- > freemarker-2.3.19.jar > ognl-3.0.6.jar > struts2-conven

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 J

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

Re: Serialization Issue while using tokenInterceptor

2015-05-22 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 : > Below is the stacktrace, made log bold where its failing > > 10:59:30,195 INFO [org.apache.struts2.rest.RestA

Re: Serialization Issue while using tokenInterceptor

2015-05-22 Thread Sreekanth S. Nair
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.reque

Re: Serialization Issue while using tokenInterceptor

2015-05-22 Thread Lukasz Lenart
2015-05-23 7:02 GMT+02:00 Sreekanth S. Nair : > I'm getting Serialization Exception when we use tokenInterceptor, which is > same as https://issues.apache.org/jira/browse/WW-4028 issue. I'm trying > with struts2 2.3.20 and even tried with 2.3.24. It must be something else, though. Can you post st

Serialization Issue while using tokenInterceptor

2015-05-22 Thread Sreekanth S. Nair
I'm getting Serialization Exception when we use tokenInterceptor, which is same as https://issues.apache.org/jira/browse/WW-4028 issue. I'm trying with struts2 2.3.20 and even tried with 2.3.24.