Re: Regarding Stack Overflow exception

2012-03-28 Thread smsmaddy
Hi all, Good news. The Memory Leak issue is fixed by updgrading the wicket version to 1.5.4. Thanks to everyone for the support //Madhusudhan S - //Maddy -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Regarding-Stack-Overflow-exception-tp4203930p4511565.html

Re: Regarding Stack Overflow exception

2012-01-12 Thread smsmaddy
Can anyone let me know about the entry in *Apache Wicket* /change log/ which talks about serialization error fix? - //Maddy -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Regarding-Stack-Overflow-exception-tp4203930p4288315.html Sent from the Users forum mailing l

Re: Regarding Stack Overflow exception

2012-01-11 Thread smsmaddy
I have tried with 1.5.2 and tried by migrating few classes and tested the small feature which was part of stack overflow message error...And now, the fix is working fine locally I have to upgrade complete application to 1.5.2 and update you the results sooner Thanks for the support :) - //Ma

Re: Regarding Stack Overflow exception

2011-12-29 Thread Igor Vaynberg
have you tried 1.4.19? -igor On Wed, Dec 28, 2011 at 11:47 PM, smsmaddy wrote: > Hi, >  Can you please suggest the version in which serialization issue is fixed. > Even in the change log, I am not able to find the relevant entry of > serialization fix? > > - > //Maddy > -- > View this messag

Re: Regarding Stack Overflow exception

2011-12-28 Thread smsmaddy
Hi, Can you please suggest the version in which serialization issue is fixed. Even in the change log, I am not able to find the relevant entry of serialization fix? - //Maddy -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Regarding-Stack-Overflow-exception-tp420

Re: Regarding Stack Overflow exception

2011-12-22 Thread Martin Grigorov
Try first with 1.4.19 On Thu, Dec 22, 2011 at 12:50 PM, smsmaddy wrote: > Thanks for the reply > > I was also bothered about this serialization issue in wicket version 1.4.17. > Still not sure, the latest version (1.5.3) of wicket will resolve the issue > because I haven't find any migration chan

Re: Regarding Stack Overflow exception

2011-12-22 Thread smsmaddy
Thanks for the reply I was also bothered about this serialization issue in wicket version 1.4.17. Still not sure, the latest version (1.5.3) of wicket will resolve the issue because I haven't find any migration changes statement which states about this serialization fix @ http://svn.apache.org/re

Re: Regarding Stack Overflow exception

2011-12-16 Thread Igor Vaynberg
pretty sure this was a bug in wicket's serialization checker that was fixed in later versions. so either upgrade or turn off the serialization checker. -igor On Fri, Dec 16, 2011 at 3:35 AM, smsmaddy wrote: > Please find the stack trace as shown below: > > 2011-12-16 16:44:42,308 ERROR [19329328

Re: Regarding Stack Overflow exception

2011-12-16 Thread Martin Grigorov
Hi, Use any pastebin service to show us the stacktrace. On Fri, Dec 16, 2011 at 11:52 AM, smsmaddy wrote: > The application which I am working is implemented using */Wicket 1.4.17/* > framework deployed in Jetty Server. I often get "*/Stack Overflow/*" > exceptions which requires Server restart