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 158409 - NullPointerException at org.netbeans.modules.project.ui.SimpleTargetChooserPanelGUI.updateCreatedFolder
Summary: NullPointerException at org.netbeans.modules.project.ui.SimpleTargetChooserPa...
Status: RESOLVED DUPLICATE of bug 149798
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (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-02-11 16:18 UTC by ace21
Modified: 2009-02-19 22:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 145181


Attachments
stacktrace (6.26 KB, text/plain)
2009-02-11 16:18 UTC, ace21
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ace21 2009-02-11 16:18:33 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Windows XP, 5.1, x86

User Comments:
ace21: I hava instaled db4o plagin from http://code.google.com/p/db4o-netbeans/downloads/list and want to try it. i create a new project and when i want to specify a filename for database apears this problem

GUEST: Trying to create a web service in a java web application

GUEST: Error creating webservice

ace21: I hava instaled db4o plagin from http://code.google.com/p/db4o-netbeans/downloads/list and want to try it. i create a new project and when i want to specify a filename for database apears this problem



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.project.ui.SimpleTargetChooserPanelGUI.updateCreatedFolder(SimpleTargetChooserPanelGUI.java:407)
        at org.netbeans.modules.project.ui.SimpleTargetChooserPanelGUI.insertUpdate(SimpleTargetChooserPanelGUI.java:454)
        at javax.swing.text.AbstractDocument.fireInsertUpdate(AbstractDocument.java:185)
        at javax.swing.text.AbstractDocument.handleInsertString(AbstractDocument.java:734)
        at javax.swing.text.AbstractDocument.insertString(AbstractDocument.java:693)
        at javax.swing.text.PlainDocument.insertString(PlainDocument.java:114)
Comment 1 ace21 2009-02-11 16:18:51 UTC
Created attachment 76867 [details]
stacktrace
Comment 2 Milan Kubec 2009-02-12 08:04:35 UTC

*** This issue has been marked as a duplicate of 149798 ***