I've been trying to set up Jetspeed with JRun 3.0 with Apache on NT for ....days. I follow the included installation instruction as well as the detailed instruction posted on 4/10/00 for JRun 2.3.3. When I access http://localhost:port/jetspeed/servlet/jetspeed (or servlet/Turbine), I get a java.lang.NullPointerException in the JRun error log as follows: java.lang.NullPointerException at org.apache.turbine.services.resources.TurbineResources.getString(TurbineReso urces.java:382) at org.apache.turbine.util.Log.init(Log.java:112) at org.apache.turbine.util.Log.<clinit>(Log.java:102) at Turbine.propertyFileErrorCheck(Turbine.java:411) at Turbine.init(Turbine.java:137) at allaire.jrun.servlet.JRunServletLoader.loadServletInstance(JRunServletLoader .java, Compiled Code) at allaire.jrun.servlet.JRunServletLoader.loadServletInstance(JRunServletLoader .java, Compiled Code) at allaire.jrun.servlet.JRunServletLoader.loadServlet(JRunServletLoader.java, Compiled Code) at allaire.jrun.servlet.JRunSE.getServletReference(JRunSE.java, Compiled Code) at allaire.jrun.servlet.JRunSE.getNamedDispatcher(JRunSE.java, Compiled Code) at allaire.jrun.servlet.Invoker.service(Invoker.java:64) at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1013) at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java, Compiled Code) at allaire.jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.jav a:88) at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1131) at allaire.jrun.servlet.JvmContext.dispatch(JvmContext.java:330) at allaire.jrun.jrpp.ProxyEndpoint.run(ProxyEndpoint.java:354) at allaire.jrun.ThreadPool.run(ThreadPool.java, Compiled Code) at allaire.jrun.WorkerThread.run(WorkerThread.java, Compiled Code) The exception is thrown when org.apache.turbine.util.Log.init tries to get the value for "logfile" which is defined in the property file. I'm passing the location of the TurbineResources.properties as a system property "properties" using -D option of java. Is this a right way? Any help, especially with .properties files, would be greatly appreciated. Thanks in advance, Shogo -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://marc.theaimsgroup.com/?l=jetspeed> Problems?: [EMAIL PROTECTED]
