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

Summary: ClassNotFoundException: org.eclipse.jgit.errors.MissingObjectException
Product: platform Reporter: Milos Kleint <mkleint>
Component: Module SystemAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 187443
Bug Depends on: 211744    
Bug Blocks:    
Attachments: stacktrace

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 ***