Ok, i have the latest version of ECS, OpenXML, Turbine but i'm still getting
an NPE when using this url <url>http://<myHostName>/servlets/Turbine/</url>
java.lang.NullPointerException
at org.apache.ecs.GenericElement.output(GenericElement.java:772)
at org.apache.ecs.ConcreteElement.output(Compiled Code)
at org.apache.ecs.GenericElement.toString(GenericElement.java:723)
at org.apache.turbine.util.RunData.getMessage(RunData.java:294)
at org.apache.turbine.layouts.DefaultLayout.build(DefaultLayout.java:92)
at org.apache.turbine.modules.LayoutLoader.exec(LayoutLoader.java:115)
at org.apache.turbine.pages.DefaultPage.build(DefaultPage.java:96)
at org.apache.turbine.modules.PageLoader.exec(PageLoader.java:115)
at Turbine.doGet(Compiled Code)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:499)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
at org.apache.jserv.JServConnection.processRequest(JServConnection.java)
at org.apache.jserv.JServConnection.run(JServConnection.java)
at java.lang.Thread.run(Thread.java:479)
this resolves to this line in GenericElement.output() in ECS:
out.write(getTagText().getBytes());
now over the last few days i have seen CVS commits on the
GenericElement.java but can't see anything that would cause to happen.
i have some code i want to commit but i can't/will not until i can test it
at least a elementary level but i can't get past this @#%^#$ NPE...
again!!!!
could someone do me a very big favor and checkout a clean/latest version of
ECS compile it and test with Turbine? Or if someone has a suggestion as to
what i should try, that would be just as good.
-scott-
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]