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 154746 - [65cat] NullPointerException at org.netbeans.modules.masterfs.filebasedfs.fileobjects.LockForFile.registerLock
Summary: [65cat] NullPointerException at org.netbeans.modules.masterfs.filebasedfs.fil...
Status: RESOLVED DUPLICATE of bug 151576
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Skrivanek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-05 14:06 UTC by dafreels
Modified: 2009-02-19 22:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 143963


Attachments
stacktrace (2.44 KB, text/plain)
2008-12-05 14:06 UTC, dafreels
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dafreels 2008-12-05 14:06:43 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_04-b12
OS: Windows XP, 5.1, x86

User Comments:
dafreels: Clean and build on a maven war project



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.masterfs.filebasedfs.fileobjects.LockForFile.registerLock(LockForFile.java:108)
        at org.netbeans.modules.masterfs.filebasedfs.fileobjects.LockForFile.tryLock(LockForFile.java:96)
        at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj.lock(FileObj.java:277)
        at org.netbeans.modules.tomcat5.config.TomcatModuleConfiguration$4.run(TomcatModuleConfiguration.java:534)
        at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:120)
        at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:502)
Comment 1 dafreels 2008-12-05 14:06:58 UTC
Created attachment 74600 [details]
stacktrace
Comment 2 Jiri Skrivanek 2008-12-05 20:35:24 UTC

*** This issue has been marked as a duplicate of 151576 ***