Hello all,
 
I've just installed Turbine from the April 6th cvs snapshot, and ran into a bit of a problem:
 
After getting the following errors in my error log I discovered that the ecs.properties file is included with the ecs-1.3.jar file included with Turbine, but it's not included with ecs-1.3-plusDoctype.jar.  Was this an oversight when ecs-1.3-plusDoctype.jar was created?
 
Thanks,
Jon
 
Cannot find org.apache.ecs.ecs.properties.
java.lang.ExceptionInInitializerError: java.lang.NullPointerException
        at org.apache.ecs.ECSDefaults.<clinit>(ECSDefaults.java:77)
        at org.apache.ecs.GenericElement.<init>(GenericElement.java:219)
        at org.apache.ecs.ElementAttributes.<init>(ElementAttributes.java:76)
        at org.apache.ecs.ConcreteElement.<init>(ConcreteElement.java:84)
        at org.apache.ecs.StringElement.<init>(StringElement.java:79)
        at org.apache.turbine.util.RunData.setMessage(RunData.java:514)
        at org.apache.turbine.modules.actions.sessionvalidator.DefaultSessionValidator.build(Default
SessionValidator.java:89)
        at Turbine.doGet(Turbine.java, Compiled Code)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java, Compiled Code)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java, Compiled Code)
        at org.apache.jserv.JServConnection.processRequest(JServConnection.java, Compiled Code)
        at org.apache.jserv.JServConnection.run(JServConnection.java, Compiled Code)
        at java.lang.Thread.run(Thread.java, Compiled Code)
java.lang.NullPointerException
        at java.io.FileOutputStream.openAppend(Native Method)
        at java.io.FileOutputStream.<init>(FileOutputStream.java, Compiled Code)
        at java.io.FileWriter.<init>(FileWriter.java, Compiled Code)
        at org.apache.turbine.util.Log.init(Log.java:112)
        at org.apache.turbine.util.Log.<clinit>(Log.java:102)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java, Compiled Code)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java, Compiled Code)
        at org.apache.jserv.JServConnection.processRequest(JServConnection.java, Compiled Code)
        at org.apache.jserv.JServConnection.run(JServConnection.java, Compiled Code)
        at java.lang.Thread.run(Thread.java, Compiled Code)
 

Reply via email to