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 229601 - Exception when starting newly installed IDE
Summary: Exception when starting newly installed IDE
Status: RESOLVED DUPLICATE of bug 229435
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-11 06:39 UTC by Chiana
Modified: 2013-06-02 20:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Log files (90.30 KB, application/x-zip-compressed)
2013-05-11 06:39 UTC, Chiana
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chiana 2013-05-11 06:39:10 UTC
Created attachment 134312 [details]
Log files

When starting 201305092300 for first time the following occurs, it isn't possible to report as pressing "review..." immediatly generates a new exception.

First;
java.lang.NoClassDefFoundError: org/netbeans/lib/uihandler/NBBugzillaAccessor
	at org.netbeans.modules.exceptions.ExceptionsSettings.<init>(ExceptionsSettings.java:73)
	at org.netbeans.modules.uihandler.Installer$SubmitInteractive.createDialog(Installer.java:2156)
	at org.netbeans.modules.uihandler.Installer$Submit.run(Installer.java:1803)
Caused: org.openide.util.RequestProcessor$SlowItem: task failed due to
	at org.openide.util.RequestProcessor.post(RequestProcessor.java:424)
	at org.netbeans.modules.uihandler.Installer$Submit.doShow(Installer.java:1573)
	at org.netbeans.modules.uihandler.Installer.displaySummary(Installer.java:974)
	at org.netbeans.modules.uihandler.Installer.displaySummary(Installer.java:983)
	at org.netbeans.modules.uihandler.UIHandler.run(UIHandler.java:219)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1432)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2042)

Second;
java.lang.NullPointerException
	at org.netbeans.modules.uihandler.Installer$SubmitInteractive.alterMessage(Installer.java:2506)
	at org.netbeans.modules.uihandler.Installer$Submit.doShow(Installer.java:1647)
	at org.netbeans.modules.uihandler.Installer.displaySummary(Installer.java:974)
	at org.netbeans.modules.uihandler.Installer.displaySummary(Installer.java:983)
	at org.netbeans.modules.uihandler.UIHandler.run(UIHandler.java:219)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1432)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2042)
Caused: org.openide.util.RequestProcessor$SlowItem: task failed due to
	at org.openide.util.RequestProcessor.post(RequestProcessor.java:424)
	at org.netbeans.modules.uihandler.UIHandler.actionPerformed(UIHandler.java:241)
	at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
	at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
	at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
	at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
	at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)
	at java.awt.Component.processMouseEvent(Component.java:6505)
	at javax.swing.JComponent.processMouseEvent(JComponent.java:3321)
	at java.awt.Component.processEvent(Component.java:6270)
	at java.awt.Container.processEvent(Container.java:2229)
	at java.awt.Component.dispatchEventImpl(Component.java:4861)
	at java.awt.Container.dispatchEventImpl(Container.java:2287)
	at java.awt.Component.dispatchEvent(Component.java:4687)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)
	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)
	at java.awt.Container.dispatchEventImpl(Container.java:2273)
	at java.awt.Window.dispatchEventImpl(Window.java:2719)
	at java.awt.Component.dispatchEvent(Component.java:4687)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:729)
	at java.awt.EventQueue.access$200(EventQueue.java:103)
	at java.awt.EventQueue$3.run(EventQueue.java:688)
	at java.awt.EventQueue$3.run(EventQueue.java:686)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
	at java.awt.EventQueue$4.run(EventQueue.java:702)
	at java.awt.EventQueue$4.run(EventQueue.java:700)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:699)
	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:159)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
[catch] at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)

And the first (that I was trying to report);
java.lang.ClassNotFoundException: org.netbeans.lib.uihandler.NBBugzillaAccessor
	at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
	at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:222)
Caused: java.lang.ClassNotFoundException: org.netbeans.lib.uihandler.NBBugzillaAccessor starting from ModuleCL@52f2cc2d[org.netbeans.modules.uihandler] with possible defining loaders [ModuleCL@48b565d2[org.netbeans.lib.uihandler]] and declared parents [ModuleCL@6381402d[org.openide.loaders], ModuleCL@49ac281e[org.openide.awt], ModuleCL@7320338a[org.openide.dialogs], org.netbeans.MainImpl$BootClassLoader@149be3aa, ModuleCL@65a1f813[org.netbeans.modules.options.api], ModuleCL@205ca026[org.openide.text], ModuleCL@4eed6301[org.netbeans.api.progress], ModuleCL@4f125a78[org.openide.windows], ModuleCL@48b565d2[org.netbeans.lib.uihandler], ModuleCL@18ab1e1c[org.netbeans.modules.keyring], ...2 more]
	at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:224)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
Caused: java.lang.NoClassDefFoundError: org/netbeans/lib/uihandler/NBBugzillaAccessor
	at org.netbeans.modules.exceptions.ExceptionsSettings.<init>(ExceptionsSettings.java:73)
	at org.netbeans.modules.exceptions.ReporterResultTopComponent$URLDisplayer.run(ReporterResultTopComponent.java:261)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1432)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2042)
Caused: org.openide.util.RequestProcessor$SlowItem: task failed due to
	at org.openide.util.RequestProcessor.post(RequestProcessor.java:424)
	at org.netbeans.modules.exceptions.ReporterResultTopComponent.componentOpened(ReporterResultTopComponent.java:197)
	at org.openide.windows.WindowManager.componentOpenNotify(WindowManager.java:307)
	at org.netbeans.core.windows.WindowManagerImpl.notifyTopComponentOpened(WindowManagerImpl.java:1140)
	at org.netbeans.core.windows.Central.insertModeOpenedTopComponent(Central.java:841)
	at org.netbeans.core.windows.ModeImpl.addOpenedTopComponent(ModeImpl.java:362)
	at org.netbeans.core.windows.LazyLoader.loadNow(LazyLoader.java:162)
	at org.netbeans.core.windows.LazyLoader.access$400(LazyLoader.java:62)
	at org.netbeans.core.windows.LazyLoader$2.run(LazyLoader.java:129)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:727)
	at java.awt.EventQueue.access$200(EventQueue.java:103)
	at java.awt.EventQueue$3.run(EventQueue.java:688)
	at java.awt.EventQueue$3.run(EventQueue.java:686)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:697)
	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:159)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
[catch] at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)

I have seen this for some time when starting newly installed NB's and it usually goes away when restarted.
Comment 1 Chiana 2013-05-11 06:41:55 UTC
It didn't go away this time, but it is not reportable from the IDE as it immediatly generates a new (actually 2 new) exception(s).
Comment 2 Chiana 2013-05-11 18:31:53 UTC
Seems this was limited to 201305092300 as it does not occur in 201305102300
Comment 3 Marian Mirilovic 2013-06-02 20:52:18 UTC

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