]
Marián Labuda updated JBIDE-17651:
----------------------------------
Attachment: OSE_quickstart.png
Cannot create OSE quickstarts
-----------------------------
Key: JBIDE-17651
URL:
https://issues.jboss.org/browse/JBIDE-17651
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.2.0.Beta2
Reporter: Marián Labuda
Attachments: OSE_quickstart.png
It is not possible to create a quickstart on OpenShift enterprise instance (tried
console.itos.redhat.com). I have tried several quickstarts and none of them worked. There
is a error dialog !OSE_quickstart.png! shown after hitting a Fininish button in the
wizard.
Eclipse error log:
{code}
!ENTRY org.jboss.tools.openshift.express.ui 4 0 2014-06-20 07:42:51.023
!MESSAGE Could not create application drupaldupal
!STACK 0
java.lang.IllegalArgumentException: No application type provided.
at org.eclipse.core.runtime.Assert.isLegal(Assert.java:63)
at
org.jboss.tools.openshift.express.internal.ui.job.CreateApplicationJob.doRun(CreateApplicationJob.java:82)
at
org.jboss.tools.openshift.express.internal.ui.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
{code}