[
https://issues.jboss.org/browse/JBIDE-17651?page=com.atlassian.jira.plugi...
]
Andre Dietisheim commented on JBIDE-17651:
------------------------------------------
This is caused by differences in json that OSE and Online are using to report
quickstarts:
Example: CakePHP quickstart
{code:title=OpenShift Online}
"cartridges": "php-, mysql-",
{code}
{code:title=OpenShift Enterprise (console.itos.redhat.com}
"cartridges" => [
"php-5.3",
"mysql-5.1"
],
{code}
A similar difference caused troubles for tags already in OSJC-114
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
Assignee: Andre Dietisheim
Priority: Critical
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 shown after hitting a Fininish button in the wizard.
!OSE_quickstart.png!
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}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)