Re: Native memory leak using wicket-1.2.6 / IBM JDK 1.4 / Windows 2003 Server SP1

2009-04-27 Thread prasun
. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- View this message in context: http://www.nabble.com/Native-memory-leak-using-wicket-1.2.6---IBM-JDK

Re: Native memory leak using wicket-1.2.6 / IBM JDK 1.4 / Windows 2003 Server SP1

2009-04-27 Thread prasun
. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- View this message in context: http://www.nabble.com/Native-memory-leak-using-wicket-1.2.6---IBM-JDK-1.4

Re: Native memory leak using wicket-1.2.6 / IBM JDK 1.4 / Windows 2003 Server SP1

2009-04-27 Thread Carlo Camerino
-- View this message in context: http://www.nabble.com/Native-memory-leak-using-wicket-1.2.6---IBM-JDK-1.4---Windows-2003-Server-SP1-tp23195156p23253981.html Sent from the Wicket - User mailing list archive at Nabble.com

Native memory leak using wicket-1.2.6 / IBM JDK 1.4 / Windows 2003 Server SP1

2009-04-23 Thread Basak, Prasan (TCS)
Hi, Our web application use following configuration for development, and it frequently gives Java core dump without enough load. We contacted IBM support, who, after analysing dump file, has found that some of the html files of our app have been stored in the native memory space ( not heap

Re: Native memory leak using wicket-1.2.6 / IBM JDK 1.4 / Windows 2003 Server SP1

2009-04-23 Thread Jeremy Thomerson
I can't really remember - I just had to say that I think you win the award for longest signature yet to this list. -- Jeremy Thomerson http://www.wickettraining.com On Thu, Apr 23, 2009 at 6:37 AM, Basak, Prasan (TCS) prasan.ba...@landg.com wrote: Hi, Our web application use following

Re: Native memory leak using wicket-1.2.6 / IBM JDK 1.4 / Windows 2003 Server SP1

2009-04-23 Thread Martijn Dashorst
Wicket doesn't do anything with native stuff—we're doing pure Java. Either you did something strange, or there's a bug in WebSphere or the IBM JDK you're running into. Martijn On Thu, Apr 23, 2009 at 1:37 PM, Basak, Prasan (TCS) prasan.ba...@landg.com wrote: Hi, Our web application use

Re: Native memory leak using wicket-1.2.6 / IBM JDK 1.4 / Windows 2003 Server SP1

2009-04-23 Thread Carlo Camerino
did yous witch your aplication to deployment mode. Using development mode in websphere using wicket will cause it to have memory leaks. Even in 1.3.5 we experience it. Try switching to deployment mode and see if helps On Thu, Apr 23, 2009 at 10:20 PM, Martijn Dashorst martijn.dasho...@gmail.com