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 167091 - NullPointerException at org.netbeans.modules.kenai.ui.NewKenaiProjectWizardIterator.getErrorMessage
Summary: NullPointerException at org.netbeans.modules.kenai.ui.NewKenaiProjectWizardIt...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Team Framework (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milan Kubec
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-15 11:20 UTC by Jaromir Uhrik
Modified: 2009-06-26 20:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 152608


Attachments
stacktrace (785 bytes, text/plain)
2009-06-15 11:20 UTC, Jaromir Uhrik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2009-06-15 11:20:26 UTC
Build: NetBeans IDE 6.7 RC3 (Build 200906142201)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-133, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b06-284
OS: Mac OS X, 10.5.7, i386

User Comments:
juhrik: Tried to create new project on testkenai and the exception appears at the end of the process creation. The project then doesn't appear in the kenai dashboard.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.kenai.ui.NewKenaiProjectWizardIterator.getErrorMessage(NewKenaiProjectWizardIterator.java:371)
        at org.netbeans.modules.kenai.ui.NewKenaiProjectWizardIterator.instantiate(NewKenaiProjectWizardIterator.java:175)
        at org.openide.WizardDescriptor.callInstantiateOpen(WizardDescriptor.java:1524)
        at org.openide.WizardDescriptor.callInstantiate(WizardDescriptor.java:1481)
        at org.openide.WizardDescriptor.access$1700(WizardDescriptor.java:127)
        at org.openide.WizardDescriptor$Listener$2$1.run(WizardDescriptor.java:2052)
Comment 1 Jaromir Uhrik 2009-06-15 11:20:36 UTC
Created attachment 83579 [details]
stacktrace
Comment 2 Milan Kubec 2009-06-25 12:44:23 UTC
Fixed.

http://hg.netbeans.org/core-main/rev/3f74abc81cf8
Comment 3 Quality Engineering 2009-06-26 20:47:21 UTC
Integrated into 'main-golden', will be available in build *200906261401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/3f74abc81cf8
User: Milan Kubec <mkubec@netbeans.org>
Log: #167091: no idea what might be null, but added at least one test