[jbosstools-issues] [JBoss JIRA] (JBIDE-20557) V3: Finish button is enabled without specified openshift server url

Rastislav Wagner (JIRA) issues at jboss.org
Thu Sep 3 09:02:00 EDT 2015


Rastislav Wagner created JBIDE-20557:
----------------------------------------

             Summary: V3: Finish button is enabled without specified openshift server url
                 Key: JBIDE-20557
                 URL: https://issues.jboss.org/browse/JBIDE-20557
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: openshift
    Affects Versions: 4.3.0.Beta2
            Reporter: Rastislav Wagner


Finish button is enabled without defined OSv3 server URL. You can find this message in error log:
{code}
com.openshift.restclient.OpenShiftException: Malformed URL 'null'
	at com.openshift.restclient.ClientFactory.create(ClientFactory.java:38)
	at org.jboss.tools.openshift.core.connection.ConnectionFactory.create(ConnectionFactory.java:57)
	at org.jboss.tools.openshift.core.connection.ConnectionFactory.create(ConnectionFactory.java:50)
	at org.jboss.tools.openshift.core.connection.ConnectionFactory.create(ConnectionFactory.java:1)
	at org.jboss.tools.openshift.internal.common.ui.connection.ConnectionWizardPageModel.createConnection(ConnectionWizardPageModel.java:331)
	at org.jboss.tools.openshift.internal.common.ui.connection.ConnectionWizardPageModel.connect(ConnectionWizardPageModel.java:306)
	at org.jboss.tools.openshift.internal.common.ui.connection.ConnectionWizardPage$ConnectJob.doRun(ConnectionWizardPage.java:411)
	at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: java.net.MalformedURLException
	at java.net.URL.<init>(URL.java:620)
	at java.net.URL.<init>(URL.java:483)
	at java.net.URL.<init>(URL.java:432)
	at com.openshift.restclient.ClientFactory.create(ClientFactory.java:36)
	... 8 more
Caused by: java.lang.NullPointerException
	at java.net.URL.<init>(URL.java:525)
	... 11 more
{code}



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list