We\'re running a small JRuby on Rails app under Tomcat 6.0.28 with a Spring-based backend. I\'ve spent some time with the Eclipse Memory Analysis tool and I can definitely tell that instances of the J
I have a module that is used by creating a custom class loader. The class loader should therefore be created with the path to the module and also all dependencies.
I have an application deployed on Glassfish. Over time the number of loaded classes climbs into the millions and my permgen seems to rise.
I am having following lines of code. sysLoader = (URLClassLoader)Thread.currentThread().getContextClassLoader();
Hallo, i have following line of code: InputStream passoloExportFileInputStream = getClass().getClassLoader().getResourceAsStream(\"/com/thinkplexx/lang/de/general.xml\");
i have an application depends on plugins i have a case when i want to load an image from one of my plugins jar
NoClassDefFoundError extends LinkageError which in turns extends Error. Javadoc for Error class states:
I\'m having a hard time figuring out where the problem is coming from, so I\'m posting this in the hopes that others might have found something similar to this elsewhere and are kind enough to share t
On a WAS 7, I deployed my EAR with a single WAR in it. The EAR classloading mode is set to PARENT_LAST, and the WAR classloading mode is also set to PARENT_LAST. The WAR\'s /WEB-INF/lib has the Mojarr
I have built web application for use in Tomcat. It depends on Spring. I have the following exception when trying to access it: