> hi remy, > I was finally able to solve the sealing problem by changing the jndi jar > file that i was using .It does look like the problem has something to do > with classloading. > But i am getting the following exception when i start tomcat. > > C:\n3\slide\dist\server>bin\catalina run > Using CLASSPATH: .\bin\tomcat_bootstrap_4.0.b6.jar;c:\jdk1.3.1\lib\tools.jar > Starting service Slide-Tomcat Standalone > Apache Tomcat/4.0-b6 > java.lang.NullPointerException > at wrappers.catalina.SlideHost.start(SlideHost.java:171) > at > org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1123) > at > org.apache.catalina.core.StandardEngine.start(StandardEngine.java:278 > at > org.apache.catalina.core.StandardService.start(StandardService.java:3 > at > org.apache.catalina.core.StandardServer.start(StandardServer.java:458 > at org.apache.catalina.startup.Catalina.start(Catalina.java:737) > at org.apache.catalina.startup.Catalina.execute(Catalina.java:657) > at org.apache.catalina.startup.Catalina.process(Catalina.java:178) > at java.lang.reflect.Method.invoke(Native Method) > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:202) > > I looked at the code and found that the domain object is null in the > SlideHost class.
Yes, domain is null. Domain is supposed to be set by the SlideServerListener class. The log files: slide_domain and slide_ns_slide could contain some information. Remy
