Hi,

As you may have seen elsewhere I am having trouble with getting log4j to
start so all I have at the moment is the console trace for a problem. This
occurs when I first hit the web application

java.lang.NullPointerException
        at org.apache.turbine.Turbine.doGet(Turbine.java:872)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)

The error occurs when trying to putRunData.

        finally
        {
            // Return the used RunData to the factory for recycling.
            rundataService.putRunData(data);
        }

I have not got the T2.3-dev to build in Eclipse despite using the various
maven eclipse targets (lots of depnedencies on th scheduler seems to be
missing so clearly the maven eclipse target is not set up properly), so
cannot debug this myself. Any ideas?

Regards

David Wynter

roamware Ltd.
(+44) (0) 208 922 7539 B.
(+44) (0) 7879 605 706 M.
www.roamware.co.uk
mailto:[EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to