Categories

Jboss and java.lang.OutOfMemoryError: PermGen space

Once again, this infamous exception blew at my face when starting JBoss 4.2.3.GA today ! In fact, JBoss had to deploy 2 wars, one of them being a Web Service deploying war. This exception occurred for one simple reason : the permgenspace is where class properties, such as methods, fields, annotations, and also static variables, [...]