Bug 1002367 - Nodes send redundant warning messages when creating zend apps
Summary: Nodes send redundant warning messages when creating zend apps
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Online
Classification: Red Hat
Component: Containers
Version: 2.x
Hardware: Unspecified
OS: Unspecified
medium
low
Target Milestone: ---
: ---
Assignee: Vojtech Vitek
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-08-29 03:26 UTC by Zhe Wang
Modified: 2015-05-14 23:27 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-10-17 13:28:08 UTC
Target Upstream Version:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1035333 1 None None None 2021-01-20 06:05:38 UTC

Internal Links: 1035333

Description Zhe Wang 2013-08-29 03:26:17 UTC
Description of problem:
The console shows redundant warning messages when creating a zend app. The warning messages seems not to be expected, or we should keep consistent when creating other apps.

Creating application 'zend1' ... 
Starting Zend Server Deployment daemon
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Starting Zend Server Monitor node
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Starting Apache
^^^^^^^^^^^^^^^
Starting Zend Server JobQueue daemon
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Starting Zend Server Console
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
done

  Note: You should set password for the Zend Server Console at: https://zend1-dev3722tst.dev.rhcloud.com/ZendServer
Zend Server 5.6 started successfully

When creating a zend app via REST API, the warnings exist:

            "exit_code": 0, 
            "field": null, 
            "severity": "warning", 
            "text": "Starting Zend Server Deployment daemon\nStarting Zend Server Monitor node\nStarting Apache\nStarting Zend Server JobQueue daemon\nStarting Zend Server Console\n"
        }, 


Version-Release number of selected component (if applicable):
devenv_3722

How reproducible:
always

Steps to Reproduce:
1. creating a zend app
2. 
3.

Actual results:
The creation succeeded, but the node sent redundant warning messages to CLI:

Creating application 'zend1' ... 
Starting Zend Server Deployment daemon
Starting Zend Server Monitor node
Starting Apache
Starting Zend Server JobQueue daemon
Starting Zend Server Console
done

  Note: You should set password for the Zend Server Console at: https://zend1-dev3722tst.dev.rhcloud.com/ZendServer
Zend Server 5.6 started successfully


Expected results:
The warning messages are not expected, or we should keep consistent when creating other apps.

Additional info:

Comment 1 Vojtech Vitek 2013-09-19 14:50:44 UTC
https://github.com/openshift/li/pull/1911

Comment 2 Zhe Wang 2013-09-22 10:03:46 UTC
Verified in devenv_3810

[zhe@fedora runs]$ rhc app create zendtst zend-5.6
Application Options
-------------------
  Namespace:  test
  Cartridges: zend-5.6
  Gear Size:  default
  Scaling:    no

Creating application 'zendtst' ... done

  Note: You should set password for the Zend Server Console at: https://zendtst-test.dev.rhcloud.com/ZendServer
Zend Server 5.6 started successfully

Waiting for your DNS name to be available ... done


Note You need to log in before you can comment on or make changes to this bug.