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 2169 - Invalid lock file during startup (after some copying of items in Component Palette).
Summary: Invalid lock file during startup (after some copying of items in Component Pa...
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: Milan Kubec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-06-10 01:25 UTC by Milan Kubec
Modified: 2008-12-23 10:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kubec 1999-06-10 01:25:55 UTC
Exception occurred during event dispatching:
java.lang.IllegalArgumentException: Invalid lock for file Palette/Swing/JButton[javax-swing-JButton].instance in ./system.
        at java.lang.Throwable.fillInStackTrace(Native Method)
        at java.lang.Throwable.<init>(Throwable.java:94)
        at java.lang.Exception.<init>(Exception.java:42)
        at java.lang.RuntimeException.<init>(RuntimeException.java:47)
        at java.lang.IllegalArgumentException.<init>(IllegalArgumentException.java:43)
        at org.openide.loaders.DataNode.setName(DataNode.java:84)
        at org.openide.nodes.FilterNode.setName(FilterNode.java:130)
        at org.openide.loaders.DataShadow$ShadowNode.<init>(DataShadow.java:283)

        at org.openide.loaders.DataShadow$ShadowNode.<init>(DataShadow.java:275)
        at org.openide.loaders.DataShadow.createNodeDelegate(DataShadow.java:134)
        at org.openide.loaders.DataObject.getNodeDelegate(DataObject.java:231)
        at org.openide.loaders.DataObject.getClonedNodeDelegate(DataObject.java:245)
        at org.openide.loaders.FolderChildren.createNodes(FolderChildren.java:113)
        at org.openide.nodes.Children$1$Updator.run(Children.java:1209)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:156)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:256)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:68)
Comment 1 Marek Grummich 2000-07-25 09:37:59 UTC
Priority is changed to P4 (normal).