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 212799 - NoClassDefFoundError: org/eclipse/mylyn/internal/bugzilla/core/BugzillaRepositoryConnector
Summary: NoClassDefFoundError: org/eclipse/mylyn/internal/bugzilla/core/BugzillaReposi...
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-05-21 17:51 UTC by Jesse Glick
Modified: 2012-05-22 06:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 187480


Attachments
stacktrace (12.27 KB, text/plain)
2012-05-21 17:51 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2012-05-21 17:51:39 UTC
Build: NetBeans IDE Dev (Build 20120521-bbaa87fb37d7)
VM: Java HotSpot(TM) Client VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b20
OS: Linux

Stacktrace: 
java.lang.NoClassDefFoundError: org/eclipse/mylyn/internal/bugzilla/core/BugzillaRepositoryConnector
   at org.netbeans.modules.bugzilla.Bugzilla.<init>(Bugzilla.java:83)
   at org.netbeans.modules.bugzilla.Bugzilla.getInstance(Bugzilla.java:97)
   at org.netbeans.modules.bugzilla.repository.BugzillaRepository.createTaskRepository(BugzillaRepository.java:436)
   at org.netbeans.modules.bugzilla.repository.BugzillaRepository.<init>(BugzillaRepository.java:145)
   at org.netbeans.modules.bugzilla.repository.NBRepositorySupport.createRepositoryIntern(NBRepositorySupport.java:163)
   at org.netbeans.modules.bugzilla.repository.NBRepositorySupport.getNBRepository(NBRepositorySupport.java:131)
Comment 1 Jesse Glick 2012-05-21 17:51:45 UTC
Created attachment 119702 [details]
stacktrace
Comment 2 Jaroslav Tulach 2012-05-22 06:13:56 UTC

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