I'm using Spring 2.0.6 on Tomcat 6 with Java 1.5. When deploying the webapp, the Spring initialization gets stuck on startup. If you try a few times, it succeeds. It seems as the quantity of code is...
Type: Posts; User: shariqp; Keyword(s):
I'm using Spring 2.0.6 on Tomcat 6 with Java 1.5. When deploying the webapp, the Spring initialization gets stuck on startup. If you try a few times, it succeeds. It seems as the quantity of code is...
Hi Julius,
Thanks for your helpful suggestions. I had tried most of those as well. After turning on JVM's ClassLoadingPreorder trace (-XX:+TraceClassLoadingPreorder -XX:+TraceClassLoading), I found...
Hi,
I have an enterprise Spring 2.0.8 based Web Application which was working fine until a few weeks ago. With the addition of a bunch of new classes, the classloading now hangs on tomcat startup....