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

Summary: NoClassDefFoundError: org/eclipse/mylyn/internal/bugzilla/core/BugzillaRepositoryConnector
Product: platform Reporter: Jesse Glick <jglick>
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: 187480
Attachments: stacktrace

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