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 214809 - ClassNotFoundException: org.eclipse.jgit.errors.MissingObjectException
Summary: ClassNotFoundException: org.eclipse.jgit.errors.MissingObjectException
Status: RESOLVED DUPLICATE of bug 212061
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-06-26 15:29 UTC by rrhegde
Modified: 2012-06-27 17:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 190104


Attachments
stacktrace (2.86 KB, text/plain)
2012-06-26 15:29 UTC, rrhegde
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rrhegde 2012-06-26 15:29:38 UTC
Build: NetBeans IDE 7.2 Beta (Build 201205031832)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.8-b03-424, Java(TM) SE Runtime Environment, 1.6.0_33-b03-424-11M3720
OS: Mac OS X

Stacktrace: 
java.lang.ClassNotFoundException: org.eclipse.jgit.errors.MissingObjectException
   at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
Comment 1 rrhegde 2012-06-26 15:29:43 UTC
Created attachment 121392 [details]
stacktrace
Comment 2 Jaroslav Tulach 2012-06-27 17:47:32 UTC

*** This bug has been marked as a duplicate of bug 212061 ***