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 152341 - [65cat] IllegalArgumentException: Called DataObject.find on null
Summary: [65cat] IllegalArgumentException: Called DataObject.find on null
Status: RESOLVED DUPLICATE of bug 152342
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: John Baker
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-04 19:18 UTC by Michel Graciano
Modified: 2008-11-04 20:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 136047


Attachments
stacktrace (4.83 KB, text/plain)
2008-11-04 19:18 UTC, Michel Graciano
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michel Graciano 2008-11-04 19:18:31 UTC
Build: NetBeans IDE 6.5 RC2 (Build 200810270001)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Linux, 2.6.27-7-generic, i386

Stacktrace: 
java.lang.IllegalArgumentException: Called DataObject.find on null
        at org.openide.loaders.DataObject.find(DataObject.java:477)
        at org.netbeans.modules.db.sql.history.SQLHistoryPersistenceManager$AtomicFileAction.run(SQLHistoryPersistenceManager.java:216)
        at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:120)
        at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:502)
        at org.netbeans.modules.db.sql.history.SQLHistoryPersistenceManager.retrieve(SQLHistoryPersistenceManager.java:138)
        at org.netbeans.modules.db.sql.history.SQLHistoryPersistenceManager.updateSQLSaved(SQLHistoryPersistenceManager.java:166)
Comment 1 Michel Graciano 2008-11-04 19:18:38 UTC
Created attachment 73232 [details]
stacktrace
Comment 2 David Vancouvering 2008-11-04 20:50:41 UTC

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