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 84568 - Can't create any type of project
Summary: Can't create any type of project
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: All Linux
: P1 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-09 20:07 UTC by tig
Modified: 2007-09-26 09:14 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tig 2006-09-09 20:07:53 UTC
I seem unable to create any type of project.

I have other projects running without problems, but when I first tried to create
a j2me project I noticed it didn't appear in the Explorer window. I then tried
to create a generic j2se java project, being unable to do so.

A "stop" signal prompts out in the lower right frame of the IDE window. This is
the error 

java.lang.ArrayIndexOutOfBoundsException

java.lang.ArrayIndexOutOfBoundsException: -576
	at
org.netbeans.mdr.persistence.btreeimpl.btreestorage.Converter.readInt(Converter.java:239)
	at
org.netbeans.mdr.persistence.btreeimpl.btreestorage.PrimaryIndex.getIfExists(PrimaryIndex.java:91)
	at
org.netbeans.mdr.persistence.btreeimpl.btreestorage.BtreeDatabase.getRecord(BtreeDatabase.java:967)
	at
org.netbeans.mdr.persistence.btreeimpl.btreestorage.BtreeDatabase.getIfExists(BtreeDatabase.java:725)
	at
org.netbeans.mdr.persistence.btreeimpl.btreestorage.BtreeDatabase.get(BtreeDatabase.java:746)
	at
org.netbeans.mdr.persistence.btreeimpl.btreestorage.BtreeMDRSource.getPage(BtreeMDRSource.java:68)
	at
org.netbeans.mdr.persistence.btreeimpl.btreeindex.SinglevaluedBtree.getIfExistsInternal(SinglevaluedBtree.java:100)
	at
org.netbeans.mdr.persistence.btreeimpl.btreeindex.SinglevaluedBtree.getIfExists(SinglevaluedBtree.java:67)
	at
org.netbeans.mdr.storagemodel.MdrStorage.getContextOutermostPackage(MdrStorage.java:971)
	at org.netbeans.mdr.NBMDRepositoryImpl.getExtent(NBMDRepositoryImpl.java:306)
	at org.netbeans.modules.javacore.JMManager.resolveCPRoot(JMManager.java:900)
	at org.netbeans.modules.javacore.JMManager.resolveCodebases(JMManager.java:815)
	at org.netbeans.modules.javacore.JMManager$2.run(JMManager.java:769)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:493)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:926)
Comment 1 Marian Mirilovic 2006-09-11 09:57:38 UTC
It works for me.

tig,
could you provide your message.log file ? 
Thanks in advance.
Comment 2 Jan Becicka 2006-10-26 16:27:23 UTC
Javacore module was replaced by Retouche infrastructure. This bug is not valid
in trunk any more.
Comment 3 Quality Engineering 2007-09-20 12:37:46 UTC
Reorganization of java component