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 148250 - NullPointerException: jspResourcePath
Summary: NullPointerException: jspResourcePath
Status: RESOLVED DUPLICATE of bug 136337
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Hejl
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-24 15:31 UTC by budfrogs
Modified: 2008-09-24 15:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 115504


Attachments
stacktrace (2.97 KB, text/plain)
2008-09-24 15:32 UTC, budfrogs
Details

Note You need to log in before you can comment on or make changes to this bug.
Description budfrogs 2008-09-24 15:31:53 UTC
Build: NetBeans IDE 6.5 Beta (Build 200808111757)
VM: Java HotSpot(TM) Client VM, 1.6.0_02-b06, Java(TM) SE Runtime Environment, 1.6.0_02-b06
OS: Windows Vista, 6.0, x86

Stacktrace: 
java.lang.NullPointerException: jspResourcePath
        at org.netbeans.modules.j2ee.deployment.devmodules.api.JSPServletFinder.getServletResourcePath(JSPServletFinder.java:158)
        at org.netbeans.modules.web.debug.util.Utils.getServletClass(Utils.java:164)
        at org.netbeans.modules.web.debug.util.Utils.getClassFilter(Utils.java:176)
        at org.netbeans.modules.web.debug.breakpoints.JspLineBreakpoint.<init>(JspLineBreakpoint.java:100)
        at org.netbeans.modules.web.debug.breakpoints.JspLineBreakpoint.create(JspLineBreakpoint.java:130)
        at org.netbeans.modules.web.debug.actions.JspToggleBreakpointActionProvider.doAction(JspToggleBreakpointActionProvider.java:132)
Comment 1 budfrogs 2008-09-24 15:32:08 UTC
Created attachment 70486 [details]
stacktrace
Comment 2 Petr Hejl 2008-09-24 15:42:55 UTC

*** This issue has been marked as a duplicate of 136337 ***