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 35351 - Error while starting NetBeans 3.5.1
Summary: Error while starting NetBeans 3.5.1
Status: VERIFIED DUPLICATE of bug 30449
Alias: None
Product: platform
Classification: Unclassified
Component: Data Systems (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: David Konecny
URL:
Keywords: JDK_SPECIFIC
Depends on:
Blocks:
 
Reported: 2003-08-08 20:34 UTC by kartik
Modified: 2008-12-22 18:44 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kartik 2003-08-08 20:34:51 UTC
Hi,
I have instaled NetBeans 3.5.1
Following error occurs while starting the IDE:

Exception occured in Request Processor; Details
	Annotation: Exception occurred in Request Processor
java.lang.NoClassDefFoundError: $Proxy1
	at 
sun.reflect.GeneratedConstructorAccessor3.newInstance
(Unknown Source)
	at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance
(DelegatingConstructorAccessorImpl.java:42)
	at java.lang.reflect.Constructor.newInstance
(Constructor.java:299)
	at java.lang.reflect.Proxy.newProxyInstance
(Proxy.java:586)
	at 
org.openide.util.WeakListener$ProxyListener.<init>
(WeakListener.java:963)
	at org.openide.util.WeakListener.create
(WeakListener.java:454)
	at 
org.openide.loaders.FolderInstance$HoldInstance.<init>
(FolderInstance.java:902)
	at 
org.openide.loaders.FolderInstance.defaultProcessObjects
(FolderInstance.java:644)
	at org.openide.loaders.FolderInstance.access$000
(FolderInstance.java:69)
	at org.openide.loaders.FolderInstance$2.run
(FolderInstance.java:592)
	at org.openide.loaders.FolderLookup.postCreationTask
(FolderLookup.java:234)
	at org.openide.loaders.FolderInstance.processObjects
(FolderInstance.java:590)
	at 
org.openide.loaders.FolderInstance$Listener.finished
(FolderInstance.java:865)
	at org.openide.loaders.FolderList.createBoth
(FolderList.java:758)
	at org.openide.loaders.FolderList.getObjects
(FolderList.java:464)
	at org.openide.loaders.FolderList.access$200
(FolderList.java:50)
	at org.openide.loaders.FolderList$ListTask.run
(FolderList.java:829)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Task.run
(RequestProcessor.java:328)
[catch] at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:670)

Any ideas, why ?
Comment 1 pzajac 2003-08-11 09:47:48 UTC
ressigned to openide/loaders
Comment 2 David Konecny 2003-08-11 12:11:56 UTC
Exception is strange. Is it reproducible? Does it happen always?

Petr, is the problem in NB or in Java?
Comment 3 Petr Nejedly 2003-08-11 14:27:45 UTC
Strange enough.
One generated class trying to load another generated class, but that
should be no problem.
Unfortunately I can't inspect the sources where the exception occur
as they are generated. You can try reading the generator source...

Probably the only theoretical way how can NB cause the bug is
asynchronous playing with Thread.currentClassLoader.

BTW: Which JDK it was? 1.4.1?
Comment 4 David Konecny 2003-08-12 13:53:45 UTC
If there is reproducible case or you have more info which could help
us to resolve it then please reopen.
Comment 5 Petr Nejedly 2003-08-15 12:45:41 UTC
BTW: Jesse, can this be affected by NB setting currentClassLoader?
(It happened during the startup)
Comment 6 Jesse Glick 2003-08-15 16:07:54 UTC
I have no idea if Thread.contextClassLoader (not currentClassLoader as
you wrote BTW) could be involved.
Comment 7 Marian Mirilovic 2003-09-03 15:19:45 UTC
Without new informations - verifying.
Comment 8 Marian Mirilovic 2004-03-24 19:43:26 UTC
reopen - duplicate
Comment 9 Marian Mirilovic 2004-03-24 19:44:37 UTC

*** This issue has been marked as a duplicate of 30449 ***
Comment 10 Marian Mirilovic 2004-03-24 19:51:27 UTC
verified duplciate