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 271779 - ClassNotFoundException: org.openide.windows.ModeSelector
Summary: ClassNotFoundException: org.openide.windows.ModeSelector
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-09 21:56 UTC by sajjadG
Modified: 2017-11-09 22:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 230840


Attachments
stacktrace (5.54 KB, text/plain)
2017-11-09 21:56 UTC, sajjadG
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sajjadG 2017-11-09 21:56:12 UTC
This issue was reported manually by sajjadG.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 20171109-unknown-revn)
VM: Java HotSpot(TM) 64-Bit Server VM, 9+181, Java(TM) SE Runtime Environment, 9+181
OS: Linux

User Comments:
sajjadG: I had open windows but after I closed them all I couldn't open new ones. I have installed some plugins related to c++ and databases from the plugin section.




Stacktrace: 
java.lang.ClassNotFoundException: org.openide.windows.ModeSelector
   at jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:582)
   at jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:185)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:496)
   at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:197)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:496)
   at org.netbeans.core.windows.WindowManagerImpl.topComponentOpenAtTabPosition(WindowManagerImpl.java:1242)
Comment 1 sajjadG 2017-11-09 21:56:15 UTC
Created attachment 165423 [details]
stacktrace
Comment 2 sajjadG 2017-11-09 22:25:48 UTC
did a new build and after running a dialog came and said plug-in versions are old or something and there was a button for disabling them. after disabling things are working just fine. it seems one of those plug-ins causing this exception.