This week's giveaways are in the MongoDB and Jobs Discussion forums.
We're giving away four copies of Mongo DB Applied Patterns and 4 resume reviews from Five Year Itch and have the authors/reps on-line!
See this thread and this one for details.
The moose likes BEA/Weblogic and the fly likes Finding the java file of the compiled jsp file in Weblogic 9.2 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "Finding the java file of the compiled jsp file in Weblogic 9.2" Watch "Finding the java file of the compiled jsp file in Weblogic 9.2" New topic
Author

Finding the java file of the compiled jsp file in Weblogic 9.2

kamal pathak
Greenhorn

Joined: Jul 07, 2006
Posts: 5
On running the jsp file it gives me Internal Server Error due to some null pointer exception in the java file made from jsp file by weblogic. The stacktrace of the error is as follows....

I want to Know where to search for the __result.java file in Weblogic 9.2

Error 500--Internal Server Error
java.lang.NullPointerException
at weblogic.utils.http.HttpParsing.StripHTTPFieldValue(HttpParsing.java:460)
at weblogic.servlet.internal.ServletResponseImpl.setContentType(ServletResponseImpl.java:377)
at weblogic.servlet.internal.ServletResponseImpl.setHeaderInternal(ServletResponseImpl.java:859)
at weblogic.servlet.internal.ServletResponseImpl.setHeader(ServletResponseImpl.java:847)
at jsp_servlet.__result._jspService(__result.java:269)
at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:225)
at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:127)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:499)
at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:245)
at com.cdacindia.servlet.QueryServlet.doPost(QueryServlet.java:225)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:225)
at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:127)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3214)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:1983)
at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1890)
at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1344)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56150
    
  13

Moved to the Weblogic forum.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel/download
 
subject: Finding the java file of the compiled jsp file in Weblogic 9.2
 
Similar Threads
SocketTimeoutException weblogic 9.2
java.net.SocketException: Broken pipe
NoClassDefFoundError
Frequent Exceptions: Broken Pipe, Conn. Reset, Socket Write error, etc...
Java mail problem in IE