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 59937 - Exception is thrown while creating new projects.
Summary: Exception is thrown while creating new projects.
Status: VERIFIED WONTFIX
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscore (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-14 14:33 UTC by Peter Pis
Modified: 2005-12-13 15:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception (2.60 KB, text/plain)
2005-06-14 14:34 UTC, Peter Pis
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Pis 2005-06-14 14:33:00 UTC
Product Version       = NetBeans IDE Dev (Build 200506131800)
 Operating System      = Windows XP version 5.1 running on x86
 Java; VM; Vendor      = 1.5.0_04; Java HotSpot(TM) Client VM 1.5.0_04-b05; Sun
Microsystems Inc.
 Java Home             = d:\Java\jdk1.5.0_04\jre
 System Locale; Encod. = en_GB (nb); Cp1252

Steps:
1. Register CVS versioned directory (pserver, built-in cvs client).
2. Create new project in it (e.g. Web Application)

Exception is thrown.
Comment 1 Peter Pis 2005-06-14 14:34:34 UTC
Created attachment 22659 [details]
exception
Comment 2 tmaster 2005-12-07 04:44:56 UTC
The exception I get when trying to create a project from existing sources is:

java.lang.ArrayIndexOutOfBoundsException: 1
	at java.awt.Container.createHierarchyEvents(Container.java:934)
	at java.awt.Container.createHierarchyEvents(Container.java:934)
	at java.awt.Container.createHierarchyEvents(Container.java:934)
	at java.awt.Container.createHierarchyEvents(Container.java:934)
	at java.awt.Container.createHierarchyEvents(Container.java:934)
	at java.awt.Container.createHierarchyEvents(Container.java:934)
	at java.awt.Container.createHierarchyEvents(Container.java:934)
	at java.awt.Dialog.conditionalShow(Dialog.java:463)
	at java.awt.Dialog.show(Dialog.java:524)
	at org.netbeans.core.windows.services.NbPresenter.superShow(NbPresenter.java:800)
	at org.netbeans.core.windows.services.NbPresenter.doShow(NbPresenter.java:843)
	at org.netbeans.core.windows.services.NbPresenter.run(NbPresenter.java:831)
	at org.openide.util.Mutex$1.run(Mutex.java:1162)
[catch] at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:179)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:478)
	at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:234)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:184)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:178)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:170)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
Comment 3 Martin Entlicher 2005-12-09 18:26:18 UTC
This is catched and reported through ErrorManager as a problem while reading
.nbintdb file. It's corrupted in your case, likely because of lack of space on
disk when it was written, or NetBeans were killed during the write process.
Comment 4 Peter Pis 2005-12-13 15:43:25 UTC
Verified.