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 242755 - NetBeans does not start after upgrading JDK from 1.8.0-b129 to 1.8.0-b132
Summary: NetBeans does not start after upgrading JDK from 1.8.0-b129 to 1.8.0-b132
Status: RESOLVED INVALID
Alias: None
Product: ide
Classification: Unclassified
Component: UI (show other bugs)
Version: 8.0
Hardware: PC Mac OS X
: P1 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-10 17:53 UTC by host
Modified: 2014-03-10 18:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description host 2014-03-10 17:53:53 UTC
I have been successfully running NetBeans 8.0 RC1 and FCS under JDK 1.8.0-b129 on OS X 10.9.2. Now I have just updated the JDK to 1.8.0-b132 and when I am trying to start NetBeans, the splash screen comes up but then vanishes and nothing happens anymore. I have removed my user directory and the cache directory as well but still NetBeans does not start. In the messages.log file, the following exception can be found but otherwise no exceptions are thrown:

INFO [org.netbeans.core.netigso.Netigso]: bundle org.eclipse.mylyn.wikitext.confluence.core@1.9.0.20131007-2055 resolved
INFO [org.netbeans.core.netigso.Netigso]: bundle org.eclipse.mylyn.wikitext.textile.core@1.9.0.20131007-2055 resolved
INFO [org.netbeans.core.netigso.Netigso]: bundle org.eclipse.osgi@3.8.0.v20120529-1548 started
java.lang.NoClassDefFoundError: Could not initialize class java.beans.ThreadGroupContext
        at java.beans.PropertyEditorManager.registerEditor(PropertyEditorManager.java:79)
        at org.netbeans.modules.openide.nodes.NodesRegistrationSupport$1.register(NodesRegistrationSupport.java:92)
        at org.netbeans.modules.openide.nodes.NodesRegistrationSupport$AbstractRegistrator.<init>(NodesRegistrationSupport.java:271)
        at org.netbeans.modules.openide.nodes.NodesRegistrationSupport$1.<init>(NodesRegistrationSupport.java:81)
        at org.netbeans.modules.openide.nodes.NodesRegistrationSupport.registerPropertyEditors(NodesRegistrationSupport.java:81)
        at org.openide.nodes.NodeOp.registerPropertyEditors(NodeOp.java:471)
        at org.netbeans.core.CoreBridgeImpl.doRegisterPropertyEditors(CoreBridgeImpl.java:202)
        at org.netbeans.core.CoreBridgeImpl.registerPropertyEditors(CoreBridgeImpl.java:173)
        at org.netbeans.core.startup.Main.start(Main.java:310)
        at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:123)
        at java.lang.Thread.run(Thread.java:744)
Comment 1 host 2014-03-10 18:54:58 UTC
It seems that a faulty update from JDK 1.8.0-b129 to JDK 1.8.0-b132 caused the issue: NetBeans started to work again after (manually) removing all JDK 1.8.0-b129 artifacts and reinstalling JDK 1.8.0-b132.
Comment 2 host 2014-03-10 18:57:00 UTC
Sorry but I meant to say "after removing all JDK 1.8.0", i.e. without the build number.