RE: Threads

2008-04-03 Thread Harper, Brad
We recently resolved a similar problem on a win32 platform which presented as a java.lang.OutOfMememoryError when attempting to create a new native thread. Native threads were being created [each with their own 1Mb stack in the non-JVM heap space] in association with Thread objects as they were

Bug 33594: ClassCastException compiling jsp (very infrequently happens)

2008-03-31 Thread Harper, Brad
Hello: A problem just surfaced for us, which I've run down to this issue [https://issues.apache.org/bugzilla/show_bug.cgi?id=33594]. In our case, the problem presents when deploying the latest version of a webapp on Tomcat 5.5.9. The app was modified [including changes to the subject jsp] and