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 200747 - NullPointerException: Passed null to FileOwnerQuery.getOwner(FileObject)
Summary: NullPointerException: Passed null to FileOwnerQuery.getOwner(FileObject)
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-08 08:28 UTC by bolsover
Modified: 2011-10-05 14:14 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 178727


Attachments
stacktrace (1.97 KB, text/plain)
2011-08-08 08:28 UTC, bolsover
Details
stacktrace (1.97 KB, text/plain)
2011-08-15 16:49 UTC, Jan Pokorsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bolsover 2011-08-08 08:28:06 UTC
Build: NetBeans IDE 7.0.1 (Build 201107282000)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Windows 7

User Comments:
bolsover: Opening Netbeans application - exception before any user action.

GUEST: starting netbeans

GUEST: Started clean&build of a maven project




Stacktrace: 
java.lang.NullPointerException: Passed null to FileOwnerQuery.getOwner(FileObject)
   at org.netbeans.api.project.FileOwnerQuery.getOwner(FileOwnerQuery.java:97)
   at org.netbeans.modules.j2ee.deployment.devmodules.api.JSPServletFinder.findJSPServletFinder(JSPServletFinder.java:76)
   at org.netbeans.modules.web.debug.util.Utils.getJspPath(Utils.java:148)
   at org.netbeans.modules.web.debug.breakpoints.JspLineBreakpoint.<init>(JspLineBreakpoint.java:116)
   at org.netbeans.modules.web.debug.breakpoints.JspLineBreakpoint.create(JspLineBreakpoint.java:144)
   at org.netbeans.modules.web.debug.breakpoints.JspBreakpointsReader.read(JspBreakpointsReader.java:69)
Comment 1 bolsover 2011-08-08 08:28:10 UTC
Created attachment 109844 [details]
stacktrace
Comment 2 Jan Pokorsky 2011-08-15 16:49:33 UTC
Created attachment 109989 [details]
stacktrace

I have started up IDE.
Comment 3 Petr Hejl 2011-10-04 10:07:06 UTC
Fixed in web-main 076e80a8ceab.
Comment 4 Quality Engineering 2011-10-05 14:14:18 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/076e80a8ceab
User: Petr Hejl <phejl@netbeans.org>
Log: #200747 NullPointerException: Passed null to FileOwnerQuery.getOwner(FileObject)