My application, which was working fine in 0.9.19, after making the minimal changes to get it to compile with 1.0.0rc1, upon attempting to open the home page, tomcat spends several minutes griding the CPU into a fine powder and then produces:

2005-04-04 16:08:18 StandardWrapperValve[HelloWorld]: Servlet.service() for servlet HelloWorld threw exception
java.lang.OutOfMemoryError: Java heap space


I just realized that I haven't fixed the corresponding HTML yet (which still using id="wicket-whatever"), so perhaps thats the problem; however the infinite CPU/memory usage is still alarming...

Changing id="wicket-whatever" into wicket:id="whatever"... Yup, that seems to have fixed it; so it appears there is a problem when the corresponding web page appears to have no valid wicket tags in it.

I'm using:
tomcat 5.0.28 (bundled with netbeans)
jdk 1.5.0_01
netbeans 4.0



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to