Re: T5:class reloading problem with Tomcat 6

2008-06-26 Thread Howard Lewis Ship
We should capture these notes on the Wiki, or better yet, on the Tomcat deployment notes page. On Wed, Jun 25, 2008 at 7:30 AM, Geoff Callender <[EMAIL PROTECTED]> wrote: > Yep, that's normal. It's an age-old JVM/class-loading issue (try googling > it). Try running with these java options (or e

Re: T5:class reloading problem with Tomcat 6

2008-06-25 Thread Geoff Callender
Yep, that's normal. It's an age-old JVM/class-loading issue (try googling it). Try running with these java options (or even bigger numbers if you have the memory): -XX:MaxNewSize=96m -XX:MaxPermSize=96m. On 25/06/2008, at 11:31 PM, Angelo Chen wrote: hi, althought reloadable="true" wor

Re: T5:class reloading problem with Tomcat 6

2008-06-25 Thread Angelo Chen
hi, althought reloadable="true" works, but i have memory problems now which not there before: Exception in thread "Timer-5" java.lang.OutOfMemoryError: PermGen space [ERROR] RequestExceptionHandler Processing of request failed with uncaught exception: PermGen space java.lang.OutOfMemoryError: Pe

Re: T5:class reloading problem with Tomcat 6

2008-06-25 Thread Angelo Chen
hi, i added reloadable="true", it works, but another error comes out: [ERROR] RequestExceptionHandler Processing of request failed with uncaught exception: Context values (which are added to the request URL) may not be null or blank. org.apache.tapestry5.runtime.ComponentEventException: any id

Re: T5:class reloading problem with Tomcat 6

2008-06-25 Thread Geoff Callender
Does setting reloadable="true" in the Context element of context.xml fix it? On 25/06/2008, at 6:58 PM, Angelo Chen wrote: Hi, I use tomcat 6 and IDEA IDE, in the IDEA I set the project's exploded directory to: /Users/abc/myapp/ROOT and the above directory is mapped as an entry under $

T5:class reloading problem with Tomcat 6

2008-06-25 Thread Angelo Chen
Hi, I use tomcat 6 and IDEA IDE, in the IDEA I set the project's exploded directory to: /Users/abc/myapp/ROOT and the above directory is mapped as an entry under $CATALINA_HOME. in the IDEA i did not run or debug, just compile/build, the T5 picks up any changes I made to the template file, but