| Summary: | Met 'gear postreceive' error when creating drupal application. | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Yujie Zhang <yujzhang> | ||||||
| Component: | Templates | Assignee: | Brenton Leanhardt <bleanhar> | ||||||
| Status: | CLOSED WONTFIX | QA Contact: | libra bugs <libra-bugs> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | 2.2.0 | CC: | gpei, hripps, jialiu, libra-onpremise-devel, xtian | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2017-05-31 18:22:11 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Attachments: |
|
||||||||
|
Description
Yujie Zhang
2013-09-27 07:54:28 UTC
Created attachment 803807 [details]
broker log
Test on puddle-2-1-2014-03-21. Still the error and can't enable PHP extension for drupal quickstart. Full log can be accessed in attachment. <--------broker log---------> WD php: Exception: PHP extensions: Disabled [error] Drupal requires you to enable the PHP extensions in the following list (see the system requirements page for more information):dom gd in install_verify_requirements() (line 768 of /var/lib/openshift/532fbac2cfb77fd0df000040/app-root/data/downloads/drupal-7.26/includes/install.core.inc). WD php: Warning: Cannot modify header information - headers already [warning] sent by (output started at /var/lib/openshift/532fbac2cfb77fd0df000040/app-root/runtime/dependencies/php/phplib/pear/pear/php/drush/includes/output.inc:38) in drupal_send_headers() (line 1217 of /var/lib/openshift/532fbac2cfb77fd0df000040/app-root/data/downloads/drupal-7.26/includes/bootstrap.inc). Exception: PHP extensions: Disabled Drupal requires you to enable the PHP extensions in the following list (see the <a href="http://drupal.org/requirements">system requirements page</a> for more information):<div class="item-list"><ul><li class="first">dom</li> <li class="last">gd</li> </ul></div> in install_verify_requirements() (line 768 of /var/lib/openshift/532fbac2cfb77fd0df000040/app-root/data/downloads/drupal-7.26/includes/install.core.inc). Drush command terminated abnormally due to an unrecoverable error. [error] Unable to configure your Drupal installation ------------------------- Git Post-Receive Result: failure Activation status: failure Activation failed for the following gears: 532fbac2cfb77fd0df000040 (Error activating gear: CLIENT_ERROR: Failed to execute action hook 'deploy' for 532fbac2cfb77fd0df000040 application drupalexample2) Deployment completed with status: failure postreceive failed (pid:14196) Created attachment 877935 [details]
broker_log_on_puddle-2-1-2014-03-21
Pls ignore comment5 and comment6. Use wrong option to create drupal application. Successfully create drupal app on puddle-2-1-2014-03-21. So verify this bug. Thanks! $ rhc app create drupalexample2 php-5.3 mysql-5.1 --from-code https://github.com/openshift/drupal-quickstart.git -g medium Application Options ------------------- Domain: lala Cartridges: php-5.3, mysql-5.1 Source Code: https://github.com/openshift/drupal-quickstart.git Gear Size: medium Scaling: no Creating application 'drupalexample2' ... It appears you have a deplist.txt and .openshift/pear.txt file. Please consider running `git rm deplist.txt'. done MySQL 5.1 database added. Please make note of these credentials: Root User: adminRgmVSVi Root Password: DvujKfKlvqgN Database Name: drupalexample2 Connection URL: mysql://$OPENSHIFT_MYSQL_DB_HOST:$OPENSHIFT_MYSQL_DB_PORT/ Waiting for your DNS name to be available ... done Cloning to 'drupalexample2'... The authenticity of host 'drupalexample2-lala.ose-201403214.com.cn (10.66.78.214)' can't be established. RSA key fingerprint is f6:6f:57:6e:55:5c:fe:1c:ff:05:57:c5:ba:b1:a7:31. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'drupalexample2-lala.ose-201403214.com.cn,10.66.78.214' (RSA) to the list of known hosts. Your application 'drupalexample2' is now available. URL: http://drupalexample2-lala.ose-201403214.com.cn/ SSH to: 532fc477cfb77fe10000000f.com.cn Git remote: ssh://532fc477cfb77fe10000000f.com.cn/~/git/drupalexample2.git/ Cloned to: /home/violet/drupalexample2 Run 'rhc show-app drupalexample2' for more details about your app. For ose-2.1, drupal quick-start app should be deployed onto node that optional metapackage is already installed. So in comment 7, we specified medium gear size to make it is deployed onto optional node. We apologize, however, we do not plan to address this report at this time. The majority of our active development is for the v3 version of OpenShift. If you would like for Red Hat to reconsider this decision, please reach out to your support representative. We are very sorry for any inconvenience this may cause. |