Hello, I have developed a test web application with a session bean deployed on tomcat. The code and configuration is the same as Hello example. However, when i try to run web app, I got following exception:
java.lang.NullPointerException at org.openejb.core.ivm.naming.IvmContext.lookup(IvmContext.java:152) at javax.naming.InitialContext.lookup(InitialContext.java:351) at org.apache.jsp.test_jsp._jspService(test_jsp.java:52) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94) I have already checked open-ejb logs, and my tomcat configuration twice. There isn't any problem over there. I have found same problem in the net after a quick googling: http://www.mail-archive.com/[email protected]/msg00053.html As it was mentioned above there seems no obvious reason for this error to occur. Is there anyone over there to help us with overcoming this error, or give at least an explanation about why it occurs. My env is as follows: tomcat 5.5.20 jdk 1.5.06 open-ejb 1.0 Best Regards. -- Kenan Sevindik http://jroller.com/page/ksevindik
