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 211840 - 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: 211744
Blocks:
  Show dependency tree
 
Reported: 2012-04-27 12:12 UTC by Milos Kleint
Modified: 2012-06-07 14:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 187443


Attachments
stacktrace (3.82 KB, text/plain)
2012-04-27 12:12 UTC, Milos Kleint
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Milos Kleint 2012-04-27 12:12:00 UTC
Build: NetBeans IDE 7.2 Beta (Build 201204260929)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.6-b01-415, Java(TM) SE Runtime Environment, 1.6.0_31-b04-415-11M3635
OS: Mac OS X

User Comments:
mkleint: ran a priming build for a maven project




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 Milos Kleint 2012-04-27 12:12:06 UTC
Created attachment 118864 [details]
stacktrace
Comment 2 Jaroslav Tulach 2012-05-02 12:15:31 UTC
Probably duplicate of bug  211744
Comment 3 Jaroslav Tulach 2012-06-07 14:10:39 UTC
This happened on mac and very likely is similar to bug 212061

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