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 212447 - NullPointerException at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.getFileObject
Summary: NullPointerException at org.netbeans.modules.masterfs.filebasedfs.fileobjects...
Status: RESOLVED DUPLICATE of bug 212073
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-14 08:03 UTC by Calire
Modified: 2012-05-21 10:34 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 187929


Attachments
stacktrace (2.37 KB, text/plain)
2012-05-14 08:03 UTC, Calire
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Calire 2012-05-14 08:03:32 UTC
This bug was originally marked as duplicate of bug 209466, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201205090400)
VM: Java HotSpot(TM) Client VM, 17.0-b17, Java(TM) SE Runtime Environment, 1.6.0_21-b07
OS: Windows XP

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.getFileObject(FolderObj.java:126)
   at org.netbeans.modules.project.ant.AntBasedProjectFactorySingleton.loadProject(AntBasedProjectFactorySingleton.java:227)
   at org.netbeans.api.project.ProjectManager.createProject(ProjectManager.java:369)
   at org.netbeans.api.project.ProjectManager.access$300(ProjectManager.java:86)
   at org.netbeans.api.project.ProjectManager$2.run(ProjectManager.java:290)
   at org.netbeans.api.project.ProjectManager$2.run(ProjectManager.java:234)
Comment 1 Calire 2012-05-14 08:03:37 UTC
Created attachment 119402 [details]
stacktrace
Comment 2 Exceptions Reporter 2012-05-14 12:27:01 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=187929
Comment 3 Jaroslav Tulach 2012-05-21 10:34:01 UTC
http://statistics.netbeans.org/exceptions/messageslog?id=579560 contains following log. Maybe the problem is related to "\\192.168.0.201\data\workspaces\claire\lol\trunk\${php.global.include.path}". Anyway the issue is duplicate.

INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: \\192.168.0.201\data\services\web\fidal_formation\${php.global.include.path} took: 32 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 0 ms]
WARNING [org.netbeans.JarClassLoader]: Opening C:\Program Files\NetBeans Dev 201205090400\ide\modules\ext\winp-1.14-patched.jar took 1�500 ms
WARNING [org.netbeans.core.startup.InstalledFileLocatorImpl]: module org.netbeans.modules.javascript.editing in C:\Program Files\NetBeans Dev 201205090400\ide does not own jsstubs/allstubs.zip at org.netbeans.modules.javascript.editing.JsClassPathProvider.getJsStubs(JsClassPathProvider.java:93)
WARNING [org.netbeans.TopSecurityManager]: use of system property netbeans.user has been obsoleted in favor of InstalledFileLocator/Places at org.netbeans.modules.uihandler.Installer.logsDirectory(Installer.java:851)
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: C:\Program Files\NetBeans Dev 201205090400\php\phpstubs\phpruntime took: 5�702 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 359 ms]
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete indexing of 2 source roots took: 5�734 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 359 ms]
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Resolving dependencies took: 0 ms
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete indexing of 0 binary roots took: 0 ms
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: \\192.168.0.201\data\services\web\fidal_formation\${php.global.include.path} took: 0 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 0 ms]
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: nbfs://nbhost/SystemFileSystem/PHP/RuntimeLibraries/ took: 78 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 0 ms]
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: \\192.168.0.201\data\workspaces\claire\lol\trunk\${php.global.include.path} took: 0 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 0 ms]

*** This bug has been marked as a duplicate of bug 212073 ***