You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by David Wynter <da...@roamware.co.uk> on 2003/09/01 17:39:26 UTC

No RunDataService? and yet it is configured

Hi,

I have

services.RunDataService.classname=org.apache.turbine.services.rundata.Turbin
eRunDataService

services.RunDataService.default.run.data=org.apache.turbine.services.rundata
.DefaultTurbineRunData
services.RunDataService.default.parameter.parser=org.apache.turbine.util.par
ser.DefaultParameterParser
services.RunDataService.default.cookie.parser=org.apache.turbine.util.parser
.DefaultCookieParser

All configured in my TR.props. But when it comes to line 692 of the
Turbine.java (Turbine.doGet ) it does not have a RunDataService, it is null.
Here is an excerpt from the stack trace:

[ERROR] Turbine - -Turbine.handleException:
<java.lang.NullPointerException>java.lang.NullPointerException
	at org.apache.turbine.Turbine.doGet(Turbine.java:692)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)

I tried adding
"services.RunDataService.earlyInit=true" to the TR.properties but that made
no difference.

Any pointers would be welcome.

Regards,

David Wynter