[
https://issues.jboss.org/browse/JBIDE-22737?page=com.atlassian.jira.plugi...
]
Nick Boldt closed JBIDE-22737.
------------------------------
Verified my fix works, so closing.
No connectors found for Central
-------------------------------
Key: JBIDE-22737
URL:
https://issues.jboss.org/browse/JBIDE-22737
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: central-update
Affects Versions: 4.4.1.AM2
Reporter: Marián Labuda
Assignee: Nick Boldt
Priority: Critical
Fix For: 4.4.1.AM2
Attachments: 22737.png, 22737_2.png
Upon devstudio start there are following errors in error log and software update tab in
central is not working (no connectors found):
{code}
No URL set for discovery catalog. Property jboss.discovery.directory.url is missing!
An exception stack trace is not available.
{code}
{code}
All attempts to discover connectors have failed
An exception stack trace is not available.
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)
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)