[
https://issues.apache.org/jira/browse/AMBARI-7475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14146773#comment-14146773
]
Hudson commented on AMBARI-7475:
--------------------------------
SUCCESS: Integrated in Ambari-trunk-Commit #364 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/364/])
AMBARI-7475 STORM service start fails on HDP2.2 (dsen) (dsen:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=45ddf9f2435418f169df0b03d67d06c44298167a)
*
ambari-server/src/main/resources/stacks/HDP/2.1/services/STORM/package/scripts/service_check.py
* ambari-server/src/test/python/stacks/2.1/STORM/test_storm_supervisor_prod.py
* ambari-server/src/test/python/stacks/2.1/STORM/test_storm_ui_server.py
* ambari-server/src/test/python/stacks/2.1/STORM/test_storm_supervisor.py
* ambari-server/src/test/python/stacks/2.1/STORM/test_storm_rest_api_service.py
* ambari-server/src/test/python/stacks/2.1/STORM/test_storm_drpc_server.py
*
ambari-server/src/main/resources/stacks/HDP/2.1/services/STORM/package/scripts/service.py
*
ambari-server/src/main/resources/stacks/HDP/2.1/services/STORM/package/scripts/params.py
* ambari-server/src/test/python/stacks/2.1/STORM/test_storm_nimbus.py
* ambari-server/src/test/python/stacks/2.1/STORM/test_service_check.py
*
ambari-server/src/main/resources/stacks/HDP/2.2/services/STORM/configuration/storm-site.xml
> STORM service start fails on HDP2.2
> -----------------------------------
>
> Key: AMBARI-7475
> URL: https://issues.apache.org/jira/browse/AMBARI-7475
> Project: Ambari
> Issue Type: Bug
> Components: stacks
> Affects Versions: 1.7.0
> Environment: HDP2.2
> Reporter: Dmytro Sen
> Assignee: Dmytro Sen
> Priority: Critical
> Fix For: 1.7.0
>
>
> {noformat}
> 2014-09-24 10:16:24,903 - Error while executing command 'start':
> Traceback (most recent call last):
> File
> "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py",
> line 122, in execute
> method(env)
> File
> "/var/lib/ambari-agent/cache/stacks/HDP/2.1/services/STORM/package/scripts/nimbus.py",
> line 43, in start
> service("nimbus", action="start")
> File
> "/var/lib/ambari-agent/cache/stacks/HDP/2.1/services/STORM/package/scripts/service.py",
> line 64, in service
> try_sleep=10
> File "/usr/lib/python2.6/site-packages/resource_management/core/base.py",
> line 148, in __init__
> self.env.run()
> File
> "/usr/lib/python2.6/site-packages/resource_management/core/environment.py",
> line 149, in run
> self.run_action(resource, action)
> File
> "/usr/lib/python2.6/site-packages/resource_management/core/environment.py",
> line 115, in run_action
> provider_action()
> File
> "/usr/lib/python2.6/site-packages/resource_management/core/providers/system.py",
> line 237, in action_run
> raise ex
> Fail: Execution of 'pgrep -f "^java.+backtype.storm.daemon.nimbus$" && pgrep
> -f "^java.+backtype.storm.daemon.nimbus$" > /var/run/storm/nimbus.pid'
> returned 1.
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)