Community
Participate
Working Groups
In the new discovery connection wizard, if you click finish before going to the 2nd page you hit a null pointer exception: This occurs in ServiceDiscoverWizard here: public boolean performFinish() { IExtensionPoint ep = Platform.getExtensionRegistry().getExtensionPoint("org.eclipse.rse.core","subsystemConfigurations"); //$NON-NLS-1$ //$NON-NLS-2$ IConfigurationElement[] ce = ep.getConfigurationElements(); SystemRefreshAllAction systemRefreshAllAction = new SystemRefreshAllAction(null); ISystemRegistry registry = RSECorePlugin.getTheSystemRegistry(); String[] addresses = serviceDiscoveryPage.getAddresses(); .... } The serviceDiscoveryPage is null.
Won't fix this since discovery is being archived.