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 208243 - NullPointerException: Send us the messages.log please!
Summary: NullPointerException: Send us the messages.log please!
Status: RESOLVED DUPLICATE of bug 208234
Alias: None
Product: ide
Classification: Unclassified
Component: Features On Demand (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-10 11:34 UTC by Ralph Ruijs
Modified: 2012-02-10 12:01 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 184979


Attachments
stacktrace (1.55 KB, text/plain)
2012-02-10 11:34 UTC, Ralph Ruijs
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ralph Ruijs 2012-02-10 11:34:25 UTC
This bug was originally marked as duplicate of bug 170209, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 20120210-c7e8f384b7cf)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.4-b02-402, Java(TM) SE Runtime Environment, 1.6.0_29-b11-402-11D50b
OS: Mac OS X

User Comments:
ralphbenjamin: Tried to open a J2SE project, but somehow the project was not loaded correctly. The Projects window was still showing the files. This exception was thrown when I want to try create a new Java Application Project.




Stacktrace: 
java.lang.NullPointerException: Send us the messages.log please!
   at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep.waitForDelegateWizard(DescriptionStep.java:288)
   at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep.presentModulesForEnable(DescriptionStep.java:187)
   at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep.presentModulesForActivation(DescriptionStep.java:167)
   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:161)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1404)
Comment 1 Ralph Ruijs 2012-02-10 11:34:28 UTC
Created attachment 115576 [details]
stacktrace
Comment 2 Petr Cyhelsky 2012-02-10 12:01:02 UTC
Seems to be duplicate of #208234 - just the entry point to the activation is open project instead create project...

*** This bug has been marked as a duplicate of bug 208234 ***