| Summary: | Do not restart app RHC error | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Samael <sfstricks> |
| Component: | Containers | Assignee: | Vojtech Vitek <vvitek> |
| Status: | CLOSED DUPLICATE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.x | CC: | dmcphers, hripps |
| Target Milestone: | --- | Keywords: | SupportQuestion |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Windows | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-09-19 13:22:00 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: | |
|
Description
Samael
2013-09-11 05:17:08 UTC
http://posts-sfsuser.rhcloud.com/ C:\Ruby200\bin>rhc app-force-stop -a posts DL is deprecated, please use Fiddle RESULT: posts force stopped C:\Ruby200\bin>rhc app-start -a posts -d DL is deprecated, please use Fiddle DEBUG: Authenticating with RHC::Auth::Token DEBUG: Connecting to https://openshift.redhat.com/broker/rest/api DEBUG: Getting all domains DEBUG: Request GET https://openshift.redhat.com/broker/rest/api DEBUG: code 200 7747 ms DEBUG: Request GET https://openshift.redhat.com/broker/rest/api DEBUG: code 200 3699 ms DEBUG: Request GET https://openshift.redhat.com/broker/rest/domains DEBUG: code 200 3609 ms DEBUG: Getting all domains DEBUG: Request GET https://openshift.redhat.com/broker/rest/domains/sfsuser/appl ications/posts DEBUG: code 200 1781 ms DEBUG: Starting application posts DEBUG: Request POST https://openshift.redhat.com/broker/rest/domains/sfsuser/app lications/posts/events DEBUG: code 500 3488 ms Unable to complete the requested operation due to: Failed to correctly execute all parallel operations. Reference ID: bf467fdcb224800283d4b24816acc417 DEBUG: server results: Failed to execute: 'control restart' for /var/lib/openshift/51efb9485004460cf9000b68/php DEBUG: server results: Restarting PHP cartridge DEBUG: server results: httpd not running, trying to start DEBUG: server results: DEBUG: server results: Syntax error on line 7 of /var/lib/openshift/51efb9485004460cf9000b68/php/configuration/etc/conf.d/openshift.conf: DEBUG: server results: Invalid command 'CustomLog', perhaps misspelled or defined by a module not included in the server configuration DEBUG: server results: Failed to execute: 'control restart' for /var/lib/openshift/51efb9485004460cf9000b68/phpmyadmin DEBUG: server results: Restarting PHPMyAdmin cartridge DEBUG: server results: httpd not running, trying to start DEBUG: server results: DEBUG: server results: Syntax error on line 1 of /var/lib/openshift/51efb9485004460cf9000b68/phpmyadmin/conf.d/disabled_pages.conf: DEBUG: server results: Invalid command 'Alias', perhaps misspelled or defined by a module not included in the server configuration Refer comment above. That is the response received from mcollective for each of the start/restart attempts. Discussed with Mrunal and he believe this might be related to bug 969098 > Invalid command 'CustomLog', > Invalid command 'Alias', Interesting, seems like the Apache couldn't load some of it's modules: > LoadModule log_config_module modules/mod_log_config.so > LoadModule authn_alias_module modules/mod_authn_alias.so > etc. This must be caused by corruption of either of the following Apache config files: > $OPENSHIFT_PHP_DIR/configuration/etc/conf/httpd_nolog.conf > $OPENSHIFT_PHPMYADMIN_DIR/conf/httpd_nolog.conf I confirm that this could have been actually caused by bug 969098. However, the Sprint 33 migration should fix this issue by copying the new config files on setup. I checked the provided URL from comment 1 and the app is running correctly. Thus I assume the bug was fixed during the last upgrade, as described in comment 7. @Samael, feel free to reopen this bz if the issue still exists. Thanks. *** This bug has been marked as a duplicate of bug 969098 *** |