Vitaly Brodetskyi created AMBARI-18501:
------------------------------------------
Summary: If ambari-server fails to start, appropriate error
message should be displayed.
Key: AMBARI-18501
URL: https://issues.apache.org/jira/browse/AMBARI-18501
Project: Ambari
Issue Type: Bug
Components: ambari-server
Affects Versions: 2.5.0
Reporter: Vitaly Brodetskyi
Assignee: Vitaly Brodetskyi
Fix For: 3.0.0
Attachments: AMBARI-18501.patch
If due to some error, ambari-server JAR exits with -1, we still display “Ambari
Server ‘start’ completed successfully”
In AmbariServer.java::main(), if an exception occurs, the program exits with
-1. Howerver, the caller ambari-server.py::main() displays the status message
as "Ambari Server 'start' completed successfully".
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)