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 49433 - NPE from Server Registry
Summary: NPE from Server Registry
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Pavel Buzek
URL:
Keywords:
: 51549 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-09-22 16:50 UTC by lulog
Modified: 2005-02-18 13:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
copy of your messages.log (185.40 KB, text/plain)
2004-09-22 16:52 UTC, lulog
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lulog 2004-09-22 16:50:33 UTC
java.lang.ArrayIndexOutOfBoundsException: 0
	at
org.netbeans.modules.j2ee.deployment.impl.ui.actions.RefreshAction.performAction(RefreshAction.java:35)
	at
org.openide.util.actions.NodeAction$3.run(NodeAction.java:440)
	at
org.openide.util.actions.CallableSystemAction.doPerformAction(CallableSystemAction.java:116)
	at
org.openide.util.actions.NodeAction$DelegateAction.actionPerformed(NodeAction.java:438)
	at
javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
	at
javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
	at
javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
	at
javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
	at
javax.swing.AbstractButton.doClick(AbstractButton.java:289)
	at
javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1113)
	at
javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(BasicMenuItemUI.java:943)
	at
java.awt.Component.processMouseEvent(Component.java:5100)
	at
java.awt.Component.processEvent(Component.java:4897)
	at
java.awt.Container.processEvent(Container.java:1569)
	at
java.awt.Component.dispatchEventImpl(Component.java:3615)
	at
java.awt.Container.dispatchEventImpl(Container.java:1627)
	at
java.awt.Component.dispatchEvent(Component.java:3477)
	at
java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
	at
java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
	at
java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
	at
java.awt.Container.dispatchEventImpl(Container.java:1613)
	at
java.awt.Window.dispatchEventImpl(Window.java:1606)
	at
java.awt.Component.dispatchEvent(Component.java:3477)
[catch] at
java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
	at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
	at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
	at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
	at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
	at
java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
Comment 1 lulog 2004-09-22 16:52:36 UTC
Created attachment 17810 [details]
copy of your messages.log
Comment 2 Petr Jiricka 2004-09-22 18:24:32 UTC
Pavle, wasn't this fixed already?
Comment 3 zikmund 2004-09-23 12:20:45 UTC
Similar to issue 47189 duplicates stack traces (e.g. in issue 48663).
Comment 4 Pavel Buzek 2004-09-25 00:42:14 UTC
Does not look like this is related to loosing connection.
Nope, it was not fixed. I fixed it now:

Checking in RefreshAction.java;
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/ui/actions/RefreshAction.java,v
 <--  RefreshAction.java
new revision: 1.5; previous revision: 1.4
done
Comment 5 Sherold Dev 2005-02-18 13:32:10 UTC
*** Issue 51549 has been marked as a duplicate of this issue. ***