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 249310 - ClassNotFoundException: java.lang.Object
Summary: ClassNotFoundException: java.lang.Object
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Classpath (show other bugs)
Version: 8.1
Hardware: All All
: P1 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
: 248154 249288 249689 250231 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-12-12 07:31 UTC by akobberup
Modified: 2015-02-06 04:05 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 214106


Attachments
stacktrace (6.39 KB, text/plain)
2014-12-12 07:31 UTC, akobberup
Details
stacktrace (6.39 KB, text/plain)
2015-01-19 15:27 UTC, markiewb
Details
stacktrace (6.39 KB, text/plain)
2015-01-19 15:30 UTC, markiewb
Details
stacktrace (6.39 KB, text/plain)
2015-02-04 15:12 UTC, abien
Details

Note You need to log in before you can comment on or make changes to this bug.
Description akobberup 2014-12-12 07:31:53 UTC
Build: NetBeans IDE Dev (Build 201412090001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 8

User Comments:
akobberup: Opening the ide????




Stacktrace: 
java.lang.ClassNotFoundException: java.lang.Object
   at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
   at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
   at org.openide.execution.NbClassLoader.findClass(NbClassLoader.java:209)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
Comment 1 akobberup 2014-12-12 07:31:55 UTC
Created attachment 151062 [details]
stacktrace
Comment 2 Petr Hejl 2015-01-16 10:30:39 UTC
*** Bug 249689 has been marked as a duplicate of this bug. ***
Comment 3 markiewb 2015-01-19 15:27:44 UTC
Created attachment 151574 [details]
stacktrace

Open JavaClass
Comment 4 markiewb 2015-01-19 15:30:44 UTC
Created attachment 151575 [details]
stacktrace

Very annoying. Cannot use the dev build this way
Comment 5 Exceptions Reporter 2015-01-28 16:06:54 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=214106
Comment 6 Petr Hejl 2015-01-30 12:28:37 UTC
*** Bug 249288 has been marked as a duplicate of this bug. ***
Comment 7 Petr Hejl 2015-01-30 13:06:03 UTC
This seems to be a generic issue triggered anytime the code uses Class.forName or ClassLoader.loadClass on JDK8? Tomasi do you have any idea?
Comment 8 Ondrej Vrabec 2015-02-04 08:51:03 UTC
*** Bug 248154 has been marked as a duplicate of this bug. ***
Comment 9 Tomas Zezula 2015-02-04 09:24:55 UTC
Strange not to find Ljava/lang/Object; in ClassLoader.getSystemClassLoader().
Any special project setup like rt.jar on classpath?
Comment 10 Ondrej Vrabec 2015-02-04 09:32:31 UTC
(In reply to Tomas Zezula from comment #9)
> Strange not to find Ljava/lang/Object; in ClassLoader.getSystemClassLoader().
> Any special project setup like rt.jar on classpath?
You are welcome to debug on my machine if you want.
Comment 11 abien 2015-02-04 15:12:16 UTC
Created attachment 151819 [details]
stacktrace

Happened by browsing between files
Comment 12 Tomas Zezula 2015-02-05 10:13:18 UTC
Caused by wrong defining class loader in the systemDictionary.
The initiating class loader is OK but defining is wrong.
Caused by server split.
Comment 13 Petr Hejl 2015-02-05 10:28:36 UTC
*** Bug 250231 has been marked as a duplicate of this bug. ***
Comment 14 Tomas Zezula 2015-02-05 12:06:26 UTC
Fixed jet-main 2db8be9f3c68
Comment 15 Quality Engineering 2015-02-06 04:05:35 UTC
Integrated into 'main-silver', will be available in build *201502060001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/2db8be9f3c68
User: Tomas Zezula <tzezula@netbeans.org>
Log: #249310:ClassNotFoundException: java.lang.Object