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 126431 - Got IllegalArgumentsException after leave the IDE alone for a while
Summary: Got IllegalArgumentsException after leave the IDE alone for a while
Status: RESOLVED DUPLICATE of bug 126521
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: rmatous
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-31 18:11 UTC by Jeff Lin
Modified: 2008-12-22 11:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
log file (79.48 KB, text/plain)
2008-01-31 18:27 UTC, Jeff Lin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Lin 2008-01-31 18:11:22 UTC
I am using Sierra build 534 and this issue happened on WIndows XP.

After I did the following steps and leave the IDE alone for a little while.
- New Project -> SOA -> BPEL Module
- Right Click the Process File of BPEL project
- Select New -> WSDL Document
- Click Finish
- Select New -> Bpel Process -> Finish
- Drag/drop the wsdl file to the left side of canvas 

The stack trace is as follows:
org.openide.filesystems.FileStateInvalidException: MultiFileObject@4a25d5[Shortcuts]
	at org.openide.loaders.DataObject.find(DataObject.java:478)
Caused: org.openide.loaders.DataObjectNotFoundException: MultiFileObject@4a25d5[Shortcuts]
	at org.openide.loaders.DataObject.find(DataObject.java:498)
	at org.openide.loaders.DataFolder.findFolder(DataFolder.java:515)
Caused: java.lang.IllegalArgumentException
	at org.openide.loaders.DataFolder.findFolder(DataFolder.java:517)
	at org.netbeans.core.ShortcutsFolder.readShortcuts(ShortcutsFolder.java:151)
	at org.netbeans.core.ShortcutsFolder.refresh(ShortcutsFolder.java:123)
	at org.netbeans.core.ShortcutsFolder.access$200(ShortcutsFolder.java:72)
	at org.netbeans.core.ShortcutsFolder$Listener.run(ShortcutsFolder.java:206)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:561)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:986)
Comment 1 Lukas Hasik 2008-01-31 18:21:17 UTC
I have no idea why is it P1? Follow http://qa.netbeans.org/bugzilla/bug_priority_guidelines.html

Could you attach the messages.log, please?
Comment 2 Jeff Lin 2008-01-31 18:27:49 UTC
Created attachment 55866 [details]
log file
Comment 3 Jeff Lin 2008-02-04 22:43:36 UTC
We are waiting for this issue to be resolved in order to release Open ESB and CAPS installers which package NetBeans 
6.1 from Sierra build and Glassfish 9.1 ur1.
Comment 4 rmatous 2008-02-05 08:24:48 UTC

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