DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21789>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21789 Cocoon 2 problems on WAS 5 ------- Additional Comments From [EMAIL PROTECTED] 2003-09-16 06:55 ------- Which version of WebSphere do you use? We had a problem after we switch from 5.0.0 to 5.0.2 because there is a Bug in 5.0.1 and 5.0.2 that if you access Servlet resource like getContextPath ... in a different Thread a NullPointerException is thrown. I decompiled the code and found that internal they use a ThreadLocal instead of a InheritableThreadLocal. I patched the code and after this it works. I saw in your StackTrace that Xalan use a diffent Thread. I think a workaround is set the XSLTProcessor to <parameter name="incremental-processing" value="false"/> or patch WebSphere, it is inside "com.ibm.ws.webcontainer.srt.SRTServletRequest.java" Volker
