]
Nick Boldt updated JBDS-3957:
-----------------------------
Attachment: JBDS3957.png
No URL set for discovery catalog in central software/update
-----------------------------------------------------------
Key: JBDS-3957
URL:
https://issues.jboss.org/browse/JBDS-3957
Project: Red Hat JBoss Developer Studio (devstudio)
Issue Type: Bug
Components: central, central-update
Affects Versions: 10.0.1.AM1
Environment: devstudio-10.0.1.GA-v20160627-0436-B5620-installer-standalone.jar
Reporter: Jan Richter
Assignee: Nick Boldt
Priority: Blocker
Fix For: 10.0.1.AM1
Attachments: JBDS3957.png
When opening the central software/update page in nightly devstudio I'm getting the
following errors:
{noformat}
No URL set for discovery catalog. Property jboss.discovery.directory.url is missing!
{noformat}
and
{noformat}
Failed to get connectors from RemoteProxyWizardDiscoveryStrategy
java.lang.NullPointerException
at java.net.URI$Parser.parse(URI.java:3042)
at java.net.URI.<init>(URI.java:588)
at
org.jboss.tools.discovery.core.internal.connectors.xpl.RemoteExternalBundleDiscoveryStrategy.loadRegistry(RemoteExternalBundleDiscoveryStrategy.java:90)
at
org.jboss.tools.discovery.core.internal.connectors.xpl.ExternalBundleDiscoveryStrategy.performDiscovery(ExternalBundleDiscoveryStrategy.java:117)
at
org.jboss.tools.discovery.core.internal.connectors.ChainedDiscoveryStrategy.performDiscovery(ChainedDiscoveryStrategy.java:68)
at
org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery.performDiscovery(ConnectorDiscovery.java:114)
at
org.jboss.tools.central.internal.discovery.wizards.ProxyWizardManager.loadWizards(ProxyWizardManager.java:107)
at
org.jboss.tools.central.internal.discovery.wizards.ProxyWizardUpdateJob.run(ProxyWizardUpdateJob.java:47)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
{noformat}
After that the page is basically empty (no connectors, surprisingly). Only happens in
devstudio, JBT nightly works fine for me.