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 193077 - NullPointerException at org.netbeans.modules.masterfs.filebasedfs.naming.NameRef.getIndex
Summary: NullPointerException at org.netbeans.modules.masterfs.filebasedfs.naming.Name...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-08 21:44 UTC by David Konecny
Modified: 2010-12-10 07:53 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 174817


Attachments
stacktrace (3.74 KB, text/plain)
2010-12-08 21:44 UTC, David Konecny
Details
stacktrace (3.28 KB, text/plain)
2010-12-09 09:39 UTC, schkovich
Details
stacktrace (2.64 KB, text/plain)
2010-12-09 09:54 UTC, schkovich
Details
stacktrace (6.76 KB, text/plain)
2010-12-09 11:12 UTC, Exceptions Reporter
Details
stacktrace (1.82 KB, text/plain)
2010-12-09 17:51 UTC, host
Details
stacktrace (10.77 KB, text/plain)
2010-12-10 07:12 UTC, rcasha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Konecny 2010-12-08 21:44:42 UTC
Build: NetBeans IDE Dev (Build 101209-7c45410ce536)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Linux

User Comments:
dkonecny: restarted IDE




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.masterfs.filebasedfs.naming.NameRef.getIndex(NameRef.java:64)
   at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.cleanQueue(NamingFactory.java:313)
   at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.registerInstanceOfFileNaming(NamingFactory.java:179)
   at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.registerInstanceOfFileNaming(NamingFactory.java:143)
   at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.fromFile(NamingFactory.java:80)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.create(FileObjectFactory.java:417)
Comment 1 David Konecny 2010-12-08 21:44:46 UTC
Created attachment 103770 [details]
stacktrace
Comment 2 schkovich 2010-12-09 09:39:54 UTC
Created attachment 103798 [details]
stacktrace

closing project
Comment 3 schkovich 2010-12-09 09:54:54 UTC
Created attachment 103804 [details]
stacktrace

I closed all projects and restarted IDE. Error was thrown while opening IDE.
Comment 4 Exceptions Reporter 2010-12-09 10:48:54 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=174817
Comment 5 Exceptions Reporter 2010-12-09 11:12:54 UTC
Created attachment 103818 [details]
stacktrace

ok this is my last post going back to 6.9.1. 

reason:
 - 7.0beta has exceptions telling me to update because they are fixed
 - the actuial dev build does not work.

As usual the problems come from scanning projects (building indexes or whatever).

This has always been a *big* problem in netbeans.

I  will try the next beta, bye bye for now ;-)
Comment 6 host 2010-12-09 17:51:55 UTC
Created attachment 103893 [details]
stacktrace
Comment 7 David Konecny 2010-12-10 01:02:23 UTC
Looks like it was introduced recently - all failures coming from NB build 101209.
Comment 8 rcasha 2010-12-10 07:12:58 UTC
Created attachment 103910 [details]
stacktrace

opening ide
Comment 9 Exceptions Reporter 2010-12-10 07:13:08 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=174817
Comment 10 Jaroslav Tulach 2010-12-10 07:53:32 UTC
This bug is duplicate of bug 192941.