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 243046 - NoClassDefFoundError: Could not initialize class org.netbeans.modules.team.server.TeamView
Summary: NoClassDefFoundError: Could not initialize class org.netbeans.modules.team.se...
Status: RESOLVED DUPLICATE of bug 242885
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Team Framework (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-19 10:45 UTC by jyeary
Modified: 2014-03-21 09:34 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 208507


Attachments
stacktrace (1.62 KB, text/plain)
2014-03-19 10:45 UTC, jyeary
Details
stacktrace (4.81 KB, text/plain)
2014-03-20 17:03 UTC, jyeary
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jyeary 2014-03-19 10:45:23 UTC
Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b70, Java(TM) SE Runtime Environment, 1.8.0-b132
OS: Mac OS X

User Comments:
jyeary: Trying to display Team Servers drop down. They were configured previously (the night before).




Stacktrace: 
java.lang.NoClassDefFoundError: Could not initialize class org.netbeans.modules.team.server.TeamView
   at org.netbeans.modules.team.server.TeamView.getInstance(TeamView.java:139)
   at org.netbeans.modules.team.server.ui.common.OneProjectDashboard.getProjectPicker(OneProjectDashboard.java:1033)
   at org.netbeans.modules.team.server.ui.common.OneProjectDashboard.loadSelectedProject(OneProjectDashboard.java:607)
   at org.netbeans.modules.team.server.ui.common.OneProjectDashboard.handleLogin(OneProjectDashboard.java:310)
   at org.netbeans.modules.team.server.ui.common.OneProjectDashboard.initServer(OneProjectDashboard.java:267)
   at org.netbeans.modules.team.server.ui.common.OneProjectDashboard.<init>(OneProjectDashboard.java:196)
Comment 1 jyeary 2014-03-19 10:45:24 UTC
Created attachment 146140 [details]
stacktrace
Comment 2 jyeary 2014-03-20 17:03:29 UTC
Created attachment 146185 [details]
stacktrace

Issue ocurred while trying to look at Java.net and Kenai projects.
Comment 3 Tomas Stupka 2014-03-21 09:34:29 UTC

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