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 160841 - NullPointerException: Passed null to FileOwnerQuery.getOwner(FileObject)
Summary: NullPointerException: Passed null to FileOwnerQuery.getOwner(FileObject)
Status: RESOLVED WORKSFORME
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vince Kraemer
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-23 07:42 UTC by llkkgogo
Modified: 2009-09-16 20:12 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 148059


Attachments
stacktrace (3.64 KB, text/plain)
2009-03-23 07:42 UTC, llkkgogo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description llkkgogo 2009-03-23 07:42:38 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
OS: Windows XP, 5.1, x86

Stacktrace: 
java.lang.NullPointerException: Passed null to FileOwnerQuery.getOwner(FileObject)
        at org.netbeans.api.project.FileOwnerQuery.getOwner(FileOwnerQuery.java:94)
        at org.jvnet.glassfish.comms.netbeans.sip.module.SIPTemplates.getPrivilegedTemplates(SIPTemplates.java:59)
        at org.netbeans.modules.web.project.WebProject.ensureTemplatesInitialized(WebProject.java:1230)
        at org.netbeans.modules.web.project.WebProject.getPrivilegedTemplates(WebProject.java:1202)
        at org.netbeans.modules.web.project.WebProject$RecommendedTemplatesImpl.getPrivilegedTemplates(WebProject.java:1280)
        at org.netbeans.spi.project.ui.support.UILookupMergerSupport$PrivilegedTemplatesImpl.getPrivilegedTemplates(UILookupMergerSupport.java:147)
Comment 1 llkkgogo 2009-03-23 07:42:50 UTC
Created attachment 78618 [details]
stacktrace
Comment 2 Milos Kleint 2009-03-23 07:57:54 UTC
reassigning to web projects for evaluation
Comment 3 David Konecny 2009-03-23 08:03:48 UTC
Glassfish code problem.
Comment 4 Exceptions Reporter 2009-07-13 05:46:38 UTC
This issue already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=148059
Comment 5 Vince Kraemer 2009-09-16 20:12:40 UTC
this needs to get fixed in the sip plugin code... no action can be taken in the nb codebase.

opened https://sailfin.dev.java.net/issues/show_bug.cgi?id=1981 to track this issue