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

Summary: NoClassDefFoundError: Could not initialize class org.netbeans.modules.debugger.ui.views.ViewModelListener
Product: ide Reporter: javydreamercsw <javydreamercsw>
Component: CodeAssignee: issues@ide <issues>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 222603
Attachments: stacktrace

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.