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 227554 - NullPointerException at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep.presentModulesForActivation
Summary: NullPointerException at org.netbeans.modules.ide.ergonomics.newproject.Descri...
Status: RESOLVED WORKSFORME
Alias: None
Product: ide
Classification: Unclassified
Component: Features On Demand (show other bugs)
Version: 7.3
Hardware: All All
: P4 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-16 15:18 UTC by fri0
Modified: 2013-07-10 13:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 185036


Attachments
stacktrace (532 bytes, text/plain)
2013-03-16 15:18 UTC, fri0
Details

Note You need to log in before you can comment on or make changes to this bug.
Description fri0 2013-03-16 15:18:55 UTC
Build: NetBeans IDE 7.3 (Build 201302261559)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.1-b02-384, Java(TM) SE Runtime Environment, 1.6.0_26-b03-384-9M3425
OS: Mac OS X

User Comments:
GUEST: I cannot use features or the features run so ackward.

GUEST: I cannot use NetBeans IDE

GUEST: When I was enabling a java aplication prodject

GUEST: the netbeans showing every projects as " broken "




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep.presentModulesForActivation(DescriptionStep.java:171)
   at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep.access$200(DescriptionStep.java:91)
   at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep$PresentModules.run(DescriptionStep.java:166)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1454)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2048)
Comment 1 fri0 2013-03-16 15:18:57 UTC
Created attachment 132682 [details]
stacktrace
Comment 2 Jaroslav Tulach 2013-07-10 13:27:20 UTC
One report from 7.3:
http://statistics.netbeans.org/exceptions/exception.do?id=665259

It contains many exceptions from:

Caused: java.io.FileNotFoundException: Cannot find 'jar:file:/Applications/NetBeans/NetBeans%207.3.app/Contents/Resources/NetBeans/platform/modules/org-netbeans-modules-applemenu.jar!/org/netbeans/modules/applemenu/shortcuts_mac.xml'
org.netbeans.core.startup.layers.BinaryFS$BFSFile.getInputStream(BinaryFS.java:909)

Reporter, can you please check whether the file 

/Applications/NetBeans/NetBeans%207.3.app/Contents/Resources/NetBeans/platform/modules/org-netbeans-modules-applemenu.jar

it on your computer and show its content via:

unzip -v /Applications/NetBeans/NetBeans%207.3.app/Contents/Resources/NetBeans/platform/modules/org-netbeans-modules-applemenu.jar

Thanks.