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 160704

Summary: org.openide.filesystems.FileStateInvalidException: I:\DF_File_AU
Product: cnd Reporter: shaidan <shaidan>
Component: -- Other --Assignee: Thomas Preisler <thp>
Status: RESOLVED FIXED    
Severity: blocker CC: avp, cyberlog, trond
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=106804
Issue Type: DEFECT Exception Reporter: 106804
Attachments: stacktrace
stacktrace
stacktrace

Description shaidan 2009-03-20 09:37:34 UTC
Build: NetBeans IDE Dev (Build 200903170201)
VM: Java HotSpot(TM) Client VM, 10.0-b23, Java(TM) SE Runtime Environment, 1.6.0_07-b06
OS: Windows XP, 5.1, x86

Stacktrace: 
java.lang.AssertionError: org.openide.loaders.DataObjectNotFoundException: I:\DF_File_AU
        at org.netbeans.modules.cnd.makeproject.ui.MakeLogicalViewProvider$LogicalViewChildren.createNodes(MakeLogicalViewProvider.java:802)
        at org.openide.nodes.Children$Keys$KE.nodes(Children.java:1608)
        at org.openide.nodes.ChildrenArray.nodesFor(ChildrenArray.java:168)
        at org.openide.nodes.EntrySupport$Default$Info.nodes(EntrySupport.java:925)
        at org.openide.nodes.EntrySupport$Default.updateAdd(EntrySupport.java:505)
        at org.openide.nodes.EntrySupport$Default.setEntries(EntrySupport.java:345)
Comment 1 shaidan 2009-03-20 09:37:39 UTC
Created attachment 78495 [details]
stacktrace
Comment 2 Exceptions Reporter 2009-04-07 09:53:56 UTC
This issue has already 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=106804
Comment 3 Thomas Preisler 2009-04-10 22:17:49 UTC
Cannot reproduce. May be a race condition?
Comment 4 Exceptions Reporter 2009-04-22 11:04:54 UTC
Build: NetBeans IDE Dev (Build 200903170201)
VM: Java HotSpot(TM) Client VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
OS: Windows XP, 5.1, x86

User Comments: 


Stacktrace: 
java.lang.AssertionError: org.openide.loaders.DataObjectNotFoundException: C:\MOBILE\trunk
        at org.netbeans.modules.cnd.makeproject.ui.MakeLogicalViewProvider$LogicalViewChildren.createNodes(MakeLogicalViewProvider.java:802)
        at org.openide.nodes.Children$Keys$KE.nodes(Children.java:1608)
        at org.openide.nodes.ChildrenArray.nodesFor(ChildrenArray.java:168)
        at org.openide.nodes.EntrySupport$Default$Info.nodes(EntrySupport.java:925)
        at org.openide.nodes.EntrySupport$Default.updateAdd(EntrySupport.java:505)
        at org.openide.nodes.EntrySupport$Default.setEntries(EntrySupport.java:345)
Comment 5 Exceptions Reporter 2009-04-22 11:05:04 UTC
Created attachment 80674 [details]
stacktrace
Comment 6 Trond Norbye 2009-05-02 17:16:44 UTC
Build: NetBeans IDE 6.7 Beta (Build 200904242137)
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.6, i386

User Comments: 
I tried to define a C/C++ project from the libmemcached source code

Stacktrace: 
java.lang.AssertionError: org.openide.loaders.DataObjectNotFoundException: /Users/trond/NetBeansProjects/libmemcached-patch-gate
        at org.netbeans.modules.cnd.makeproject.ui.MakeLogicalViewProvider$LogicalViewChildren.createNodes(MakeLogicalViewProvider.java:845)
        at org.openide.nodes.Children$Keys$KE.nodes(Children.java:1609)
        at org.openide.nodes.ChildrenArray.nodesFor(ChildrenArray.java:168)
        at org.openide.nodes.EntrySupport$Default$Info.nodes(EntrySupport.java:916)
        at org.openide.nodes.EntrySupport$Default.updateAdd(EntrySupport.java:499)
        at org.openide.nodes.EntrySupport$Default.setEntries(EntrySupport.java:343)
Comment 7 Trond Norbye 2009-05-02 17:16:54 UTC
Created attachment 81412 [details]
stacktrace
Comment 8 Alexander Simon 2009-05-03 08:18:51 UTC
fixup in change set:
http://hg.netbeans.org/cnd-main/rev/3ecbc734dbe0
Comment 9 Quality Engineering 2009-05-03 19:56:55 UTC
Integrated into 'main-golden', will be available in build *200905031401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/3ecbc734dbe0
User: alexvsimon@netbeans.org
Log: fixup IZ#160704:org.openide.filesystems.FileStateInvalidException: I:\DF_File_AU
Comment 10 Thomas Preisler 2009-05-20 23:04:04 UTC
Appears fixed.