This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 111322 - NPE at o.n.m.exceptions.web.action.DetailAction.execute
Summary: NPE at o.n.m.exceptions.web.action.DetailAction.execute
Status: CLOSED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Exceptions Reporter (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jindrich Sedek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-29 23:26 UTC by Marian Mirilovic
Modified: 2007-11-14 18:57 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2007-07-29 23:26:39 UTC
Link to 
http://anna.nbextras.org/exceptions/detail.do?id=8

============================================================================================
HTTP Status 500 -

type Exception report

message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

javax.servlet.ServletException
	org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:535)
	org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:433)
	org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
	org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
	org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

root cause

java.lang.NullPointerException
	org.netbeans.modules.exceptions.web.action.DetailAction.execute(DetailAction.java:147)
	org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
	org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
	org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
	org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

note The full stack trace of the root cause is available in the Apache Tomcat/5.5.20 logs.
Apache Tomcat/5.5.20
Comment 1 Jindrich Sedek 2007-07-30 11:10:31 UTC
exception reports are already moved statistics, where did you get this link?
Comment 2 Marian Mirilovic 2007-07-30 14:04:36 UTC
I think it was exceptions details page - or something like that .... 

IMHO : it was already fixed by Honza ...
http://logger.netbeans.org/source/browse/logger/ExceptionUtils/src/org/netbeans/modules/exceptions/bugs/issuezilla/IssuezillaReporter.java?r1=1.2&r2=1.3
Comment 3 Jindrich Sedek 2007-07-30 14:09:38 UTC
so I'm closing this as fixed
Comment 4 Jan Horvath 2007-07-30 14:27:01 UTC
I've fixed URLs in all reported issues as well.
Comment 5 Marian Mirilovic 2007-11-14 18:57:22 UTC
v/c