Hi, I'm working with Tomcat 3.2.2 and tried to run OpenCMS. In some cases Tomcat throws a nullpointer-exception, which is obviously caused by the line : context.log("RequestImpl: no session created!"); in file /org/apache/tomcat/core/RequestImpl.java According to your version of Tomcat it can be fount near line 480. It is the only one of its kind which isn't commented out. After commenting this line of code and recompiling Tomcat everything worked fine. So now my question is: Is this an error in the Implementation? Comments would be appreciated. Thanks in advance, Andreas