Cloudify nodecellar,任务失败 'script_runner.tasks.run' -> RecoverableError('ProcessException: ',)
Cloudify nodecellar,Task failed 'script_runner.tasks.run' -> RecoverableError('ProcessException: ',)
当我尝试使用 Cloudify 安装 nodecellar 时,出现以下错误
2015-07-13T17:31:03 LOG <nodecellar> [mongod_a50aa.configure] ERROR: Exception raised on operation [script_runner.tasks.run] invocation
Traceback (most recent call last):
File "/root/cloudify.host_dba5c/env/local/lib/python2.7/site-packages/cloudify/decorators.py", line 125, in wrapper
result = func(*args, **kwargs)
File "/root/cloudify.host_dba5c/env/local/lib/python2.7/site-packages/script_runner/tasks.py", line 58, in run
return process_execution(script_func, script_path, ctx, process)
File "/root/cloudify.host_dba5c/env/local/lib/python2.7/site-packages/script_runner/tasks.py", line 74, in process_execution
script_func(script_path, ctx, process)
File "/root/cloudify.host_dba5c/env/local/lib/python2.7/site-packages/script_runner/tasks.py", line 143, in execute
stderr_consumer.buffer.getvalue())
我该如何解决这个问题?
此异常是由您 运行 脚本的 Cloudify 脚本插件引发的,该脚本以非零错误代码退出。 Here is the source of that error.
返回非零代码的脚本是映射到 mongod 节点上的配置操作的脚本。哪个脚本取决于您使用的 Nodecellar 蓝图的版本。
如果没有关于特定蓝图版本、您安装的 Cloudify 版本、您的提供商的详细信息(本地、Vag运行t、Openstack、AWS)的信息,我无法给出更详细的答案,以及OS(Ubuntu、Centos 等)。
当我尝试使用 Cloudify 安装 nodecellar 时,出现以下错误
2015-07-13T17:31:03 LOG <nodecellar> [mongod_a50aa.configure] ERROR: Exception raised on operation [script_runner.tasks.run] invocation
Traceback (most recent call last):
File "/root/cloudify.host_dba5c/env/local/lib/python2.7/site-packages/cloudify/decorators.py", line 125, in wrapper
result = func(*args, **kwargs)
File "/root/cloudify.host_dba5c/env/local/lib/python2.7/site-packages/script_runner/tasks.py", line 58, in run
return process_execution(script_func, script_path, ctx, process)
File "/root/cloudify.host_dba5c/env/local/lib/python2.7/site-packages/script_runner/tasks.py", line 74, in process_execution
script_func(script_path, ctx, process)
File "/root/cloudify.host_dba5c/env/local/lib/python2.7/site-packages/script_runner/tasks.py", line 143, in execute
stderr_consumer.buffer.getvalue())
我该如何解决这个问题?
此异常是由您 运行 脚本的 Cloudify 脚本插件引发的,该脚本以非零错误代码退出。 Here is the source of that error.
返回非零代码的脚本是映射到 mongod 节点上的配置操作的脚本。哪个脚本取决于您使用的 Nodecellar 蓝图的版本。
如果没有关于特定蓝图版本、您安装的 Cloudify 版本、您的提供商的详细信息(本地、Vag运行t、Openstack、AWS)的信息,我无法给出更详细的答案,以及OS(Ubuntu、Centos 等)。