Title: Null Pointer Exception when using Weblogic 6.1 SP2

I am recieving this error in the Weblogic.log file when I try to access the visit link on the axis index page.  This
also happens when I try to deploy my web service.  Just wondering if there is a quick solution to the problem.

java.lang.NullPointerException
        at java.io.File.<init>(File.java:180)
        at org.apache.axis.configuration.FileProvider.<init>(Unknown Source)
        at org.apache.axis.configuration.ServletEngineConfigurationFactory.getServerEngineConfig(Unknown Source)
        at org.apache.axis.configuration.ServletEngineConfigurationFactory.getServerEngineConfig(Unknown Source)
        at org.apache.axis.transport.http.AxisServlet.getEngine(Unknown Source)
        at org.apache.axis.transport.http.AxisServlet.getEngine(Unknown Source)
        at org.apache.axis.transport.http.AxisServlet.doPost(Unknown Source)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
        at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
        at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
        at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
        at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
        at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

Reply via email to