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 211838 - ClassNotFoundException: org.eclipse.jgit.errors.MissingObjectException
Summary: ClassNotFoundException: org.eclipse.jgit.errors.MissingObjectException
Status: RESOLVED DUPLICATE of bug 211806
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 7.2
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on: 211744
Blocks:
  Show dependency tree
 
Reported: 2012-04-27 11:32 UTC by Milos Kleint
Modified: 2012-05-18 12:55 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 187441


Attachments
stacktrace (2.81 KB, text/plain)
2012-04-27 11:33 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 11:32:58 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: first start of 7.2 beta, imported settings from 7.1.1




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 11:33:02 UTC
Created attachment 118863 [details]
stacktrace
Comment 2 Jaroslav Tulach 2012-04-27 12:49:19 UTC
Does this happen on all platforms (as set in the issue fields) or is it tight to particular operation system/JDK? I have never seen a problem like this.
Comment 3 Milos Kleint 2012-04-27 12:55:30 UTC
makes me wonder what's the point of clicking the "Report problem" dialog then.
Comment 4 Marian Mirilovic 2012-04-27 13:48:24 UTC
(In reply to comment #2)
> Does this happen on all platforms (as set in the issue fields) or is it tight
> to particular operation system/JDK? I have never seen a problem like this.

No Jarda, it doesn't work this way.  

You can't close each ER bug as WORKSFORME. I am sure it works for you, but if somebody reports it directly from IDE he is not lying. If you need more information, add logging and close as INCOMPLETE, inform reporter and wait for feedback.
Comment 5 Jaroslav Tulach 2012-05-02 12:15:36 UTC
Probably duplicate of bug  211744
Comment 6 Jaroslav Tulach 2012-05-18 12:55:15 UTC
Only one report from 120426. At that time Beta on Mac OS X had its own problems, especially when running with just few clusters the relative path might have been computed incorrectly.

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