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 72449 - ClassCastException in ProxyClassLoader breaks whole IDE
Summary: ClassCastException in ProxyClassLoader breaks whole IDE
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: _ rkubacki
URL:
Keywords:
: 72451 72462 72481 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-02-09 08:02 UTC by Jiri Skrivanek
Modified: 2008-12-22 16:22 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace (23.13 KB, text/plain)
2006-02-09 08:03 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2006-02-09 08:02:56 UTC
ClassCastException appears when you click finish button in new project wizard.
Then IDE is almost unusable.

java.lang.ClassCastException: sun.misc.Launcher$AppClassLoader
	at org.netbeans.ProxyClassLoader.getResource(ProxyClassLoader.java:247)

Maybe it is caused by the following commit:

	* core/bootstrap/: src/org/netbeans/ProxyClassLoader.java,
	 Once the PCL loads a first class/resource from a package it should
	be aware of that package.

Build 20060209-0439.
Comment 1 Jiri Skrivanek 2006-02-09 08:03:47 UTC
Created attachment 28806 [details]
Stack trace
Comment 3 _ rkubacki 2006-02-09 10:49:05 UTC
sorry I was stupid, made a test, change, tried with test and IDE, another test,
another change but tried test only

Checking in core/bootstrap/src/org/netbeans/ProxyClassLoader.java;
/shared/data/ccvs/repository/core/bootstrap/src/org/netbeans/ProxyClassLoader.java,v
 <--  ProxyClassLoader.java
new revision: 1.23; previous revision: 1.22
done
Comment 4 Jesse Glick 2006-02-09 17:51:02 UTC
*** Issue 72462 has been marked as a duplicate of this issue. ***
Comment 5 Jesse Glick 2006-02-09 18:02:31 UTC
*** Issue 72451 has been marked as a duplicate of this issue. ***
Comment 6 Marian Mirilovic 2006-02-09 19:28:18 UTC
*** Issue 72481 has been marked as a duplicate of this issue. ***
Comment 7 Jiri Skrivanek 2006-02-10 09:30:05 UTC
Verified.