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 162092 - NullPointerException: Send us the messages.log please!
Summary: NullPointerException: Send us the messages.log please!
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Features On Demand (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jaroslav Tulach
URL: http://statistics.netbeans.org/except...
Keywords:
: 161366 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-04-07 09:11 UTC by martinhavle
Modified: 2009-06-21 13:43 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 149078


Attachments
stacktrace (4.95 KB, text/plain)
2009-04-07 09:11 UTC, martinhavle
Details
stacktrace (3.21 KB, text/plain)
2009-04-07 09:12 UTC, martinhavle
Details
msg.log for null pointer when trying to create java me project (51.70 KB, text/plain)
2009-04-09 18:04 UTC, Bradley Schmidt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description martinhavle 2009-04-07 09:11:26 UTC
Build: NetBeans IDE Dev (Build 200904070200)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) Platform, Standard Edition for Business, 1.6.0_10-b33
OS: SunOS, 5.11, x86

User Comments:
GUEST: I was trying to create a php project from existing sources

martinhavle: Error occured when activating java when creating first java project.

martinhavle: Tried to create new project - java aplication. Error appears and the next step window is blank.

matusdekanek: creating a java web project



Stacktrace: 
java.lang.NullPointerException: Send us the messages.log please!
        at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep.waitForDelegateWizard(DescriptionStep.java:244)
        at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep.access$200(DescriptionStep.java:81)
        at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep$1$1.call(DescriptionStep.java:170)
        at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep$1$1.call(DescriptionStep.java:166)
        at org.netbeans.modules.ide.ergonomics.fod.ConfigurationPanel$3$1.run(ConfigurationPanel.java:203)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
Comment 1 martinhavle 2009-04-07 09:11:42 UTC
Created attachment 79594 [details]
stacktrace
Comment 2 martinhavle 2009-04-07 09:12:35 UTC
Build: NetBeans IDE Dev (Build 200904070200)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) Platform, Standard Edition for Business, 1.6.0_10-b33
OS: SunOS, 5.11, x86

User Comments: 
Error occured when activating java when creating first java project.

Stacktrace: 
java.lang.NullPointerException: Send us the messages.log please!
        at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep.waitForDelegateWizard(DescriptionStep.java:244)
        at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep.access$200(DescriptionStep.java:81)
        at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep$1$1.call(DescriptionStep.java:170)
        at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep$1$1.call(DescriptionStep.java:166)
        at org.netbeans.modules.ide.ergonomics.fod.ConfigurationPanel$3$1.run(ConfigurationPanel.java:203)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
Comment 3 martinhavle 2009-04-07 09:12:44 UTC
Created attachment 79595 [details]
stacktrace
Comment 4 Jaroslav Tulach 2009-04-09 12:36:45 UTC
*** Issue 161366 has been marked as a duplicate of this issue. ***
Comment 5 Bradley Schmidt 2009-04-09 18:04:09 UTC
Created attachment 79840 [details]
msg.log for null pointer when trying to create java me project
Comment 6 Jaroslav Tulach 2009-04-10 13:59:33 UTC
Last log is also caused by running on JRE. This case has just been fixed by pflaska in bug 162096. But we are happy 
for every new log, especially from someone who runs the IDE on JDK.