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 199590 - IllegalArgumentException: Attempt to remove nonexistent path /space/jdk1.7.0-b146/jre/lib/resources.jar:/space/jdk1.7.0-b146/jre/lib/rt.jar:/space/jdk1.7.0-b146/jre/lib/sunrsasign.jar:/space/jdk1.7.0-
Summary: IllegalArgumentException: Attempt to remove nonexistent path /space/jdk1.7.0-...
Status: RESOLVED DUPLICATE of bug 201617
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-21 15:07 UTC by Jesse Glick
Modified: 2011-09-25 22:09 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 179483


Attachments
stacktrace (1.53 KB, text/plain)
2011-06-21 15:07 UTC, Jesse Glick
Details
stacktrace (1.69 KB, text/plain)
2011-09-11 21:06 UTC, sunbiz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2011-06-21 15:07:29 UTC
Build: NetBeans IDE Dev (Build 20110620-8e7ee378d02f)
VM: Java HotSpot(TM) Client VM, 21.0-b16, Java(TM) SE Runtime Environment, 1.7.0-b146
OS: Linux

User Comments:
jglick: Changed JDK on a project, closed it, then reopened it.




Stacktrace: 
java.lang.IllegalArgumentException: Attempt to remove nonexistent path /space/jdk1.7.0-b146/jre/lib/resources.jar:/space/jdk1.7.0-b146/jre/lib/rt.jar:/space/jdk1.7.0-b146/jre/lib/sunrsasign.jar:/space/jdk1.7.0-b146/jre/lib/jsse.jar:/space/jdk1.7.0-b146/jre/lib/jce.jar:/space/jdk1.7.0-b146/jre/lib/charsets.jar:/space/jdk1.7.0-b146/jre/classes:/space/jdk1.7.0-b146/jre/lib/ext/sunjce_provider.jar:/space/jdk1.7.0-b146/jre/lib/ext/localedata.jar:/space/jdk1.7.0-b146/jre/lib/ext/zipfs.jar:/space/jdk1.7.0-b146/jre/lib/ext/sunec.jar:/space/jdk1.7.0-b146/jre/lib/ext/sunpkcs11.jar:/space/jdk1.7.0-b146/jre/lib/ext/dnsns.jar
   at org.netbeans.api.java.classpath.GlobalPathRegistry.unregister(GlobalPathRegistry.java:241)
   at org.netbeans.modules.maven.ProjectOpenedHookImpl.projectClosed(ProjectOpenedHookImpl.java:225)
   at org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectClosed(ProjectOpenedHook.java:87)
   at org.netbeans.spi.project.ui.support.UILookupMergerSupport$OpenHookImpl.projectClosed(UILookupMergerSupport.java:208)
   at org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectClosed(ProjectOpenedHook.java:87)
   at org.netbeans.modules.project.ui.OpenProjectList.notifyClosed(OpenProjectList.java:1154)
Comment 1 Jesse Glick 2011-06-21 15:07:33 UTC
Created attachment 109019 [details]
stacktrace
Comment 2 sunbiz 2011-09-11 21:06:00 UTC
Created attachment 110617 [details]
stacktrace

Closing multiple projects throws this exception
Comment 3 David Konecny 2011-09-25 22:09:17 UTC

*** This bug has been marked as a duplicate of bug 201617 ***