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 258055 - NoClassDefFoundError: Could not initialize class org.netbeans.modules.debugger.ui.views.ViewModelListener
Summary: NoClassDefFoundError: Could not initialize class org.netbeans.modules.debugge...
Status: RESOLVED WONTFIX
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-18 17:29 UTC by javydreamercsw
Modified: 2016-05-21 07:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222603


Attachments
stacktrace (4.94 KB, text/plain)
2016-02-18 17:29 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javydreamercsw 2016-02-18 17:29:07 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.65-b01, Java(TM) SE Runtime Environment, 1.8.0_65-b17
OS: Linux

User Comments:
javydreamercsw: Debugging platform module.




Stacktrace: 
java.lang.NoClassDefFoundError: Could not initialize class org.netbeans.modules.debugger.ui.views.ViewModelListener
   at org.netbeans.modules.debugger.ui.views.View.componentShowing(View.java:147)
   at org.openide.windows.WindowManager.componentShowing(WindowManager.java:339)
   at org.netbeans.core.windows.WindowManagerImpl.componentShowing(WindowManagerImpl.java:1200)
   at org.netbeans.core.windows.view.DefaultView.changeGUI(DefaultView.java:168)
   at org.netbeans.core.windows.ViewRequestor.dispatchRequest(ViewRequestor.java:275)
   at org.netbeans.core.windows.ViewRequestor.processRequest(ViewRequestor.java:251)
Comment 1 javydreamercsw 2016-02-18 17:29:08 UTC
Created attachment 158559 [details]
stacktrace
Comment 2 Martin Entlicher 2016-05-21 07:25:06 UTC
There is a lot of JAR filesystems for files under /proc. This looks really wrong.
There are class not found exceptions for other IDE classes as well, e.g. ClassNotFoundException: org.netbeans.modules.parsing.spi.indexing.support.IndexResult
I'd suggest to start NetBeans with a fresh user directory and if problems persist, reinstall NetBeans.