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 210523 - ClassNotFoundException: org.eclipse.jgit.errors.MissingObjectException
Summary: ClassNotFoundException: org.eclipse.jgit.errors.MissingObjectException
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-02 10:50 UTC by crazyjavahacking
Modified: 2012-04-06 11:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 186545


Attachments
stacktrace (2.91 KB, text/plain)
2012-04-02 10:50 UTC, crazyjavahacking
Details

Note You need to log in before you can comment on or make changes to this bug.
Description crazyjavahacking 2012-04-02 10:50:53 UTC
Build: NetBeans IDE Dev (Build 201203280401)
VM: Java HotSpot(TM) Client VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b05
OS: Windows 7

User Comments:
crazyjavahacking: I have activated both Git and Git Client Library plugins




Stacktrace: 
java.lang.ClassNotFoundException: org.eclipse.jgit.errors.MissingObjectException
   at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
   at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
Comment 1 crazyjavahacking 2012-04-02 10:50:57 UTC
Created attachment 117647 [details]
stacktrace
Comment 2 Jaroslav Tulach 2012-04-06 11:30:21 UTC
Can you reproduce? If so, please run with:

-J-Dorg.netbeans.JarClassLoader.level=FINE
-J-Dorg.netbeans.modules.netbinox.level=FINE