I suspect you ran out of perm space (where class objects are loaded). Try running the application with this option: -XX:+PrintHeapAtGC (redirect the output to a file, there could be a lot of it). You will then need to look at the heap sizes reported at each garbage collection to see if the perm space is running out of room. To adjust the perm space size, use the option: -XX:PermSize=, where is something like 128M.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072599#4072599
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072599
Hi,
this is my problem:
I have an application (WAR) running on Jboss 4.0.2 that call EJBs (2.x) deployed in an EAR on the same Jboss (it still works if EJB are on remote Joss).
Now I want to migrate this application and the EAR containing the EJB on Jboss 4.2.1GA.
I thought that all I have to do was to replace the jbossall-clint.jar inside my war application, but if I replace the jar, the application is not deployed on Jboss 4.2.1.
Any ideas? Which are the jars that I have to put on the clint's classpath??
Thanks.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072596#4072596
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072596