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 159456 - IllegalArgumentException: Null folder
Summary: IllegalArgumentException: Null folder
Status: RESOLVED FIXED
Alias: None
Product: updatecenters
Classification: Unclassified
Component: Third-party (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Kovalsky
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-02 18:15 UTC by massimo
Modified: 2011-06-27 15:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 121161


Attachments
stacktrace (945 bytes, text/plain)
2009-03-02 18:16 UTC, massimo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description massimo 2009-03-02 18:16:24 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-b02, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b02
OS: Windows XP, 5.1, x86

User Comments:
massimo: Tried to run with SwingExplorer a maven project

massimo: Right clicked on a maven project to launch it within NetBeans IDE 6.5, picked "Run with Swing Explorer" and got the exception.



Stacktrace: 
java.lang.IllegalArgumentException: Null folder
        at org.openide.filesystems.FileUtil.createData(FileUtil.java:539)
        at org.swingexplorer.netbeans.ActRun.performAction(ActRun.java:84)
        at org.openide.util.actions.NodeAction$DelegateAction$1.run(NodeAction.java:581)
        at org.netbeans.modules.openide.util.ActionsBridge$ActionRunnable.actionPerformed(ActionsBridge.java:111)
        at org.netbeans.core.ModuleActions.invokeAction(ModuleActions.java:104)
        at org.netbeans.modules.openide.actions.ActionsBridgeImpl.invokeAction(ActionsBridgeImpl.java:52)
Comment 1 massimo 2009-03-02 18:16:42 UTC
Created attachment 77570 [details]
stacktrace
Comment 2 Jiri Skrivanek 2009-03-03 08:00:58 UTC
Exception comes from org.swingexplorer.netbeans.ActRun.performAction.
Comment 3 Jiri Kovalsky 2009-03-03 13:45:17 UTC
This is not a problem in NetBeans Core so I created new issue #2 :-) [1] against Swing Explorer and contacted Maxim
Zakharenkov (author of Swing Explorer) to ask him for resolution.

[1] https://swingexplorer.dev.java.net/issues/show_bug.cgi?id=2
Comment 4 Jiri Kovalsky 2011-06-27 15:24:43 UTC
The bug in Swing Explorer was fixed, so marking this one as fixed as well.