Jump to content
We've recently updated our Privacy Statement, available here ×

Null Pointer exception


Recommended Posts

By: Muralidhar bp - pmurli

Null Pointer exception

2003-01-26 22:47

Hello,

 

I am deploying the war file in weblogic server and I am getting this error.

 

 

<Jan 27, 2003 11:59:17 AM IST> <Error> <HTTP> <[WebAppServletContext(6931479,Lis

tOfCustomer,/ListOfCustomer)] Servlet failed with Exception

java.lang.NullPointerException

at java.util.Hashtable.put(Hashtable.java:375)

at java.util.Properties.setProperty(Properties.java:97)

at java.lang.System.setProperty(System.java:637)

at servlets.ListOfCustomerServlet.service(ListOfCustomerServlet.java:33)

 

at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)

at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm

pl.java:262)

at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm

pl.java:198)

at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe

rvletContext.java:2637)

at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm

pl.java:2359)

at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)

at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

>

 

The error indicates that it is throwing null pointer excepton in my servlet class because it is not able to create .jasper file . JRLoader is not able to load the file. Please let me know what would be the error. Is it in the xml file or anything else.

 

Thanx

Murli

Link to comment
Share on other sites

  • 13 years later...
  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...