[
https://issues.jboss.org/browse/JBIDE-11625?page=com.atlassian.jira.plugi...
]
Andre Dietisheim resolved JBIDE-11625.
--------------------------------------
Resolution: Done
resolving this issue since what I fixed IS the cause (the databinding did not bind the
domain name correctly, the domain id therefore did not make it to the model and was not
added to the request).
OpenShift wizard: cannot create domain
--------------------------------------
Key: JBIDE-11625
URL:
https://issues.jboss.org/browse/JBIDE-11625
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 3.3.0.Beta3
Environment: Eclipse 4.2 Juno
JBT 3.3.0.Beta3 20120423
Reporter: Stefan Bunciak
Assignee: Andre Dietisheim
Priority: Critical
Fix For: 3.3.0.Beta3
Attachments: domain.png
After creating connection to OpenShift account tried to create domain (from OpenShift
Explorer) with this result:
* !domain.png|thumbnail!
Stack trace:
{code}
com.openshift.client.OpenShiftRequestParameterException: Requesting
https://openshift.redhat.com/broker/rest/domains: required request parameter
"id" is empty
at
com.openshift.internal.client.RestService.validateRequiredParameter(RestService.java:189)
at com.openshift.internal.client.RestService.validateParameters(RestService.java:167)
at com.openshift.internal.client.RestService.request(RestService.java:85)
at com.openshift.internal.client.RestService.request(RestService.java:72)
at
com.openshift.internal.client.AbstractOpenShiftResource$ServiceRequest.execute(AbstractOpenShiftResource.java:136)
at
com.openshift.internal.client.APIResource$AddDomainRequest.execute(APIResource.java:153)
at com.openshift.internal.client.APIResource.createDomain(APIResource.java:101)
at com.openshift.internal.client.UserResource.createDomain(UserResource.java:72)
at
org.jboss.tools.openshift.express.internal.core.console.UserDelegate.createDomain(UserDelegate.java:133)
at
org.jboss.tools.openshift.express.internal.ui.wizard.NewDomainWizardPageModel.createDomain(NewDomainWizardPageModel.java:102)
at
org.jboss.tools.openshift.express.internal.ui.wizard.NewDomainDialog$1.run(NewDomainDialog.java:46)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira