I have been pulling my hair out at the JBoss error:
java.lang.OutOfMemoryError: PermGen space
when trying to start JBoss. It starts fine with one of my ear files, but when I added the second ear file it loads, but on access of any page in JBoss it crashed. After two hours of this, I finally figured it out.
See, the second application is a JBoss Seam application. Why is this important? JBoss Seam has a LOT of classes that needs to be loaded, much more than my other application. This is relevant because I had this in my run.conf in JBoss:
Recent comments