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 82812 - Profiling Points window cannot be opened
Summary: Profiling Points window cannot be opened
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jiri Sedlacek
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2006-08-16 14:50 UTC by Jiri Sedlacek
Modified: 2007-04-03 14:29 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 Jiri Sedlacek 2006-08-16 14:50:11 UTC
Profiling Points window cannot be opened, most likely due to missing IDE icon.

java.lang.ExceptionInInitializerError
	at 
org.netbeans.modules.profiler.ui.profilepoints.ProfilePointsTable.<init>
(ProfilePointsTable.java:78)
	at 
org.netbeans.modules.profiler.ui.profilepoints.ProfilePointsPanel.<init>
(ProfilePointsPanel.java:25)
	at 
org.netbeans.modules.profiler.ui.profilepoints.ProfilePointsView.<init>
(ProfilePointsView.java:35)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance
(NativeConstructorAccessorImpl.java:39)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance
(DelegatingConstructorAccessorImpl.java:27)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
	at java.lang.Class.newInstance0(Class.java:350)
	at java.lang.Class.newInstance(Class.java:303)
	at 
org.netbeans.modules.settings.convertors.XMLSettingsSupport$SettingsRecognizer.i
nstanceCreate(XMLSettingsSupport.java:579)
	at 
org.netbeans.modules.settings.convertors.SerialDataConvertor$SettingsInstance.in
stanceCreate(SerialDataConvertor.java:382)
	at 
org.netbeans.core.windows.persistence.PersistenceManager.getTopComponentPersiste
ntForID(PersistenceManager.java:474)
	at 
org.netbeans.core.windows.persistence.PersistenceManager.getTopComponentForID
(PersistenceManager.java:574)
	at org.netbeans.core.windows.PersistenceHandler.getTopComponentForID
(PersistenceHandler.java:364)
	at org.netbeans.core.windows.WindowManagerImpl.getTopComponentForID
(WindowManagerImpl.java:732)
	at org.netbeans.core.windows.WindowManagerImpl.findTopComponent
(WindowManagerImpl.java:218)
	at 
org.netbeans.modules.profiler.ui.profilepoints.ProfilePointsView.getInstance
(ProfilePointsView.java:46)
	at 
org.netbeans.modules.profiler.ui.profilepoints.OpenProfilePointViewAction.action
Performed(OpenProfilePointViewAction.java:29)
	at javax.swing.AbstractButton.fireActionPerformed
(AbstractButton.java:1849)
	at javax.swing.AbstractButton$Handler.actionPerformed
(AbstractButton.java:2169)
	at javax.swing.DefaultButtonModel.fireActionPerformed
(DefaultButtonModel.java:420)
	at javax.swing.DefaultButtonModel.setPressed
(DefaultButtonModel.java:258)
	at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
	at javax.swing.plaf.basic.BasicMenuItemUI.doClick
(BasicMenuItemUI.java:1000)
	at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased
(BasicMenuItemUI.java:1041)
	at java.awt.Component.processMouseEvent(Component.java:5488)
	at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
	at java.awt.Component.processEvent(Component.java:5253)
	at java.awt.Container.processEvent(Container.java:1966)
	at java.awt.Component.dispatchEventImpl(Component.java:3955)
	at java.awt.Container.dispatchEventImpl(Container.java:2024)
	at java.awt.Component.dispatchEvent(Component.java:3803)
	at java.awt.LightweightDispatcher.retargetMouseEvent
(Container.java:4212)
	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
	at java.awt.Container.dispatchEventImpl(Container.java:2010)
	at java.awt.Window.dispatchEventImpl(Window.java:1774)
	at java.awt.Component.dispatchEvent(Component.java:3803)
[catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
	at java.awt.EventDispatchThread.pumpOneEventForHierarchy
(EventDispatchThread.java:242)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy
(EventDispatchThread.java:163)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Caused by: java.lang.NullPointerException
	at javax.swing.ImageIcon.<init>(ImageIcon.java:161)
	at org.netbeans.modules.profiler.ui.profilepoints.TableSorter.<clinit>
(TableSorter.java:77)
	... 44 more
Comment 1 Jiri Sedlacek 2006-08-16 16:55:58 UTC
Fixed.
Comment 2 Jiri Sedlacek 2007-04-03 14:29:12 UTC
Verified.