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 96050 - IllegalArgumentException: Attempt to remove nonexistent path ClassPath[...]
Summary: IllegalArgumentException: Attempt to remove nonexistent path ClassPath[...]
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Radko Najman
URL:
Keywords: T9Y
Depends on:
Blocks:
 
Reported: 2007-02-20 15:55 UTC by Marian Mirilovic
Modified: 2007-03-28 12:01 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
message.log (22.48 KB, text/plain)
2007-02-20 15:58 UTC, Marian Mirilovic
Details
more exceptions from differrent types of project (5.45 KB, text/plain)
2007-03-05 09:55 UTC, Marian Mirilovic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2007-02-20 15:55:59 UTC
NB 5.0 FCS - JDK 1.5.0_11
- run IDE
- open some projects
- exit IDE

NB 5.5.1 Beta (200702192300), JDK 6.0_01(b3)
- run IDE
- exit IDE
-> IllegalArgumentException (see attachment)
Comment 1 Marian Mirilovic 2007-02-20 15:58:13 UTC
Created attachment 38725 [details]
message.log
Comment 2 Marian Mirilovic 2007-03-05 09:25:48 UTC
I see these exception regularly on our testing machines (see second attachment):
- create project
- delete project 
(without reusing userdir from NB 5.0)

It doesn't matter what kind of project I use (Web Application, Java Application,
Java Library ...)
Comment 3 Marian Mirilovic 2007-03-05 09:55:37 UTC
Created attachment 39160 [details]
more exceptions from differrent types of project
Comment 5 Marian Mirilovic 2007-03-06 07:00:38 UTC
*** Issue 96729 has been marked as a duplicate of this issue. ***
Comment 6 Tomas Zezula 2007-03-06 09:09:39 UTC
Fixed in the j2seproject, requires also fix in the web project.

Checking in ClassPathProviderImpl.java;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/classpath/ClassPathProviderImpl.java,v
 <--  ClassPathProviderImpl.java
new revision: 1.24; previous revision: 1.23
done
Comment 7 Radko Najman 2007-03-07 16:38:49 UTC
Web, ejbjar, ear, appclient projects:

Checking in
j2ee/clientproject/src/org/netbeans/modules/j2ee/clientproject/classpath/ClassPathProviderImpl.java;
/cvs/j2ee/clientproject/src/org/netbeans/modules/j2ee/clientproject/classpath/ClassPathProviderImpl.java,v
 <--  ClassPathProviderImpl.java
new revision: 1.3; previous revision: 1.2
done
Checking in
web/project/src/org/netbeans/modules/web/project/classpath/ClassPathProviderImpl.java;
/cvs/web/project/src/org/netbeans/modules/web/project/classpath/ClassPathProviderImpl.java,v
 <--  ClassPathProviderImpl.java
new revision: 1.28; previous revision: 1.27
done
Checking in
j2ee/ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/classpath/ClassPathProviderImpl.java;
/cvs/j2ee/ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/classpath/ClassPathProviderImpl.java,v
 <--  ClassPathProviderImpl.java
new revision: 1.10; previous revision: 1.9
done
Checking in
j2ee/earproject/src/org/netbeans/modules/j2ee/earproject/classpath/ClassPathProviderImpl.java;
/cvs/j2ee/earproject/src/org/netbeans/modules/j2ee/earproject/classpath/ClassPathProviderImpl.java,v
 <--  ClassPathProviderImpl.java
new revision: 1.5; previous revision: 1.4
done
Comment 8 Marian Mirilovic 2007-03-28 12:01:18 UTC
verified in NB Dev (200703271800)