This exception usually apears when your code is messing with the classloader, or you're making hot redeploys etc.
Ring a bell? Regards, Marcus V. Sánchez D. ______________________ Enterprise Developer. Sun Certified Java Programmer (SCJP) PD: if you know some spanish there is a really good explanation(at least when the propblem is the code): http://rubensa.wordpress.com/2008/02/11/java-classloader-permgen-exception/ On Thu, Feb 26, 2009 at 8:37 AM, Håkon Sagehaug <[email protected]>wrote: > Hi all, > > I'm experimenting with web services deployed with axis2 in tomcat using ssl > for securing them and noticed something strange. I can call one of the > services many times and no problems, but when I want to call another > service I get > > java.lang.OutOfMemoryError: PermGen space > > from tomcat. If I start tomcat without ssl enabled all services and > container behaves normally, calling them multiple times works as it should. > Have anyone experienced anything similar? I've not altered any of the web > services just added the tomcat ssl connector and configured it like this > > <Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true" > maxThreads="200" scheme="https" secure="true" > clientAuth="false" sslProtocol="TLS" enableLookups="true" > keystoreFile="${user.home}/my.jks" > keystorePass="password" acceptCount="100" > minSpareThreads="5" maxSpareThreads="75" > disableUploadTimeout="true" > /> > > I'm usign axis2-1.4.1, tomat 6.0.18 > > cheers, Håkon > > > -- > Håkon Sagehaug, Scientific Programmer > Parallab, Bergen Center for Computational Science (BCCS) > UNIFOB AS (University of Bergen Research Company) >
