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 26159 - Cannot configure "installed servers" property
Summary: Cannot configure "installed servers" property
Status: RESOLVED WONTFIX
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 3.x
Hardware: PC OS/2
: P3 blocker (vote)
Assignee: _ gfink
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-31 17:22 UTC by _ gtzabari
Modified: 2003-12-11 14:22 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 _ gtzabari 2002-07-31 17:22:32 UTC
3.4 RC1

   When I click on OPTIONS | DEBUGGING AND
EXECUTING | EXECUTION TYPES | J2EE SERVER
EXECUTION | INSTALLED SERVERS | ...  I get:

java.lang.IllegalArgumentException: Cannot have
null root context.
        at
org.openide.explorer.ExplorerManager.setRootContext(ExplorerManager.java:344)
        at
org.netbeans.modules.j2ee.impl.InstalledServersPanel.update(InstalledServersPanel.java:61)
        at
org.netbeans.modules.j2ee.impl.InstalledServersPanel.<init>(InstalledServersPanel.java:44)
        at
org.netbeans.modules.j2ee.impl.InstalledServersEditor.getCustomEditor(InstalledServersEditor.java:62)
        at
org.openide.explorer.propertysheet.PropertyDialogManager.<init>(PropertyDialogManager.java:109)
        at
org.openide.explorer.propertysheet.PropertyPanel$CustomizeListener.sheetButtonClicked(PropertyPanel.java:1835)
        at
org.openide.explorer.propertysheet.SheetButton.notifySheetButtonListenersAboutClick(SheetButton.java:438)
        at
org.openide.explorer.propertysheet.SheetButton$IL.mouseReleased(SheetButton.java:509)
        at
java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:244)
        at
java.awt.Component.processMouseEvent(Component.java:3799)
        at
java.awt.Component.processEvent(Component.java(Compiled
Code))
        at
java.awt.Container.processEvent(Container.java(Compiled
Code))
        at
java.awt.Component.dispatchEventImpl(Component.java(Compiled
Code))
        at
java.awt.Container.dispatchEventImpl(Container.java(Compiled
Code))
        at
java.awt.LightweightDispatcher.retargetMouseEvent(Container.java(Compiled
Code))
        at
java.awt.LightweightDispatcher.retargetMouseEvent(Container.java(Compiled
Code))
        at
java.awt.LightweightDispatcher.processMouseEvent(Container.java(Compiled
Code))
        at
java.awt.LightweightDispatcher.dispatchEvent(Container.java(Compiled
Code))
        at
java.awt.Container.dispatchEventImpl(Container.java(Compiled
Code))
        at
java.awt.Window.dispatchEventImpl(Window.java(Compiled
Code))
[catch] at
java.awt.EventQueue.dispatchEvent(EventQueue.java(Compiled
Code))
        at
java.awt.EventQueue.dispatchEvent(EventQueue.java(Compiled
Code))
        at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java(Compiled
Code))
        at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:130)
        at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:125)
        at
java.awt.EventDispatchThread.run(EventDispatchThread.java:117)
Comment 1 _ gfink 2003-04-02 17:49:07 UTC
future
Comment 2 Petr Jiricka 2003-12-08 12:26:35 UTC
This code is no longer used; new infrastructure is in place. Changing
to WONTFIX.