[Wicket-user] Error reloading wicket-phonebook - wicket1.3 in glassfish

2007-06-30 Thread Lec
If i deploy the war file and run it, it works fine for the first time. But if i reload the exploded directory in glassfish, it gave me this strange error. So Im wondering if anybody know what this error means... What strange is, this doesn't happen in tomcat 5.1.x.x but in glassfish. And it 's

Re: [Wicket-user] Error reloading wicket-phonebook - wicket1.3 in glassfish

2007-06-30 Thread Lec
Would like to add another note. Sometimes I managed to reload the web app without any errors, having said that, however if i reloaded it with or without any error generated, I would not get to see the first page of the wicket-phonebook still. It's always showing the http 404 - The requested

Re: [Wicket-user] Error reloading wicket-phonebook - wicket1.3 in glassfish

2007-06-30 Thread Igor Vaynberg
On 6/30/07, Lec [EMAIL PROTECTED] wrote: If i deploy the war file and run it, it works fine for the first time. But if i reload the exploded directory in glassfish, it gave me this strange error. So Im wondering if anybody know what this error means... What strange is, this doesn't happen in

Re: [Wicket-user] Error reloading wicket-phonebook - wicket1.3 in glassfish

2007-06-30 Thread Lec
How does the code look like to kill off the ehcache Thread I tried ClassLoader contextClassLoader = Thread.currentThread().getContextClassLoader(); LogFactory.release(contextClassLoader); but it doesn't work igor.vaynberg wrote: On 6/30/07, Lec [EMAIL PROTECTED] wrote: If