[jbosstools-issues] [JBoss JIRA] (JBIDE-15261) Fail to create an app with both addon cartridge and source code

nan wei (JIRA) jira-events at lists.jboss.org
Fri Jul 19 08:43:26 EDT 2013


nan wei created JBIDE-15261:
-------------------------------

             Summary: Fail to create an app with both addon cartridge and source code
                 Key: JBIDE-15261
                 URL: https://issues.jboss.org/browse/JBIDE-15261
             Project: Tools (JBoss Tools)
          Issue Type: Feature Request
          Components: openshift
            Reporter: nan wei


Version:
JBoss Deverloper Studio 7 Beta
OpenShift Plugin: 2.5.0.Beta2-v20130621-1052-B65
OpenShift Enterprise 1.2/2013-07-18.4

How reproducible:
always

Steps to Reproduce:
1. Create an app in the JBoss Deverloper Studio.
   Name: mysqltest
   Type: PHP 5.3(php-5.3)
   Embeddable Cartridges: MySQL Database 5.1(mysql-5.1)
2. Click Advanced
   Add Source Code:https://github.com/openshift/wordpress-example

Actual results:
When creating an app, check mysql cartridge and add source code together, it will fail, and return the following error:
Could not create application "a3"
Could not request https://broker.ose0717.com/broker/rest/domains/nwei/applications: The initial build for the application failed. Last 10 kB of build output:
httpd (no pid file) not running
Could not find mysql database.  Please run:
rhc cartridge add -a a3 -c mysql-5.1
then make a sample commit (add whitespace somewhere) and re-push
An error occurred executing 'gear postreceive'
For more details about the problem, try running the command again with the '--trace' option.
But if use rhc client, there is no such problem, it is created successfully.
# rhc app create mysqltest1 php-5.3 mysql-5.1 --from-code=https://github.com/openshift/wordpress-example

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list