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 197062 - NullPointerException: Passed null to FileOwnerQuery.getOwner(FileObject)
Summary: NullPointerException: Passed null to FileOwnerQuery.getOwner(FileObject)
Status: RESOLVED WORKSFORME
Alias: None
Product: javaee
Classification: Unclassified
Component: GWT (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-24 19:34 UTC by goobar
Modified: 2015-02-04 03:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 157794


Attachments
stacktrace (8.92 KB, text/plain)
2011-03-24 19:34 UTC, goobar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description goobar 2011-03-24 19:34:01 UTC
Build: NetBeans IDE 6.9.1 (Build 201007282301)
VM: OpenJDK 64-Bit Server VM, 16.0-b13, OpenJDK Runtime Environment, 1.6.0_18-b18
OS: Linux

User Comments:
goobar: I was trying to open the framework window from project properties, but this exception has been thrown and I was unable to add any new framework. It happens only when i try to use JEE 6 with Maven.

GUEST: After installed the plugin GWT4NB and updated NetBeans (Maven and etc.) there is a problem when displaying the window Project Properties/Frameworks.




Stacktrace: 
java.lang.NullPointerException: Passed null to FileOwnerQuery.getOwner(FileObject)
   at org.netbeans.api.project.FileOwnerQuery.getOwner(FileOwnerQuery.java:97)
   at org.netbeans.modules.gwt4nb.GWTFrameworkProvider.isInWebModule(GWTFrameworkProvider.java:56)
   at org.netbeans.modules.maven.webframeworks.WebFrameworksPanel.initFrameworksList(WebFrameworksPanel.java:156)
   at org.netbeans.modules.maven.webframeworks.WebFrameworksPanel.<init>(WebFrameworksPanel.java:106)
   at org.netbeans.modules.maven.webframeworks.WebFrameworksPanelProvider.createComponent(WebFrameworksPanelProvider.java:80)
   at org.netbeans.spi.project.ui.support.ProjectCustomizer$DelegateCategoryProvider.create(ProjectCustomizer.java:702)
Comment 1 goobar 2011-03-24 19:34:05 UTC
Created attachment 107260 [details]
stacktrace
Comment 2 Quality Engineering 2015-02-04 03:29:52 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.