Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/37.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
OpenShift:添加盒带后无法停止、重新启动或删除应用程序_Openshift_Openshift Cartridge - Fatal编程技术网

OpenShift:添加盒带后无法停止、重新启动或删除应用程序

OpenShift:添加盒带后无法停止、重新启动或删除应用程序,openshift,openshift-cartridge,Openshift,Openshift Cartridge,我试图将一个盒带(cron-1.4)添加到一个现有的OpenShift应用程序中,但它被锁定了,没有给我停止、重新启动或删除它的可能性。我还尝试使用RHCshell连接ssh,但它无法连接。我试过这个命令 rhc app force-stop 但一切都没有改变。这是它报告的错误: Shell command '/sbin/runuser -s /bin/sh 548b075ce0b8cdcf8c0000e3 -c "exec /usr/bin/runcon 'unconfined_u:syst

我试图将一个盒带(cron-1.4)添加到一个现有的OpenShift应用程序中,但它被锁定了,没有给我停止、重新启动或删除它的可能性。我还尝试使用RHCshell连接ssh,但它无法连接。我试过这个命令

rhc app force-stop
但一切都没有改变。这是它报告的错误:

Shell command '/sbin/runuser -s /bin/sh 548b075ce0b8cdcf8c0000e3 -c "exec /usr/bin/runcon 'unconfined_u:system_r:openshift_t:s0:c5,c854' /bin/sh -c \"/var/lib/openshift/548b075ce0b8cdcf8c0000e3/cron/bin/setup --version 1.4\""' returned an error. rc=254
Resources unavailable for operation. You may need to run 'rhc force-stop-app -a events' and retry.
/var/lib/openshift/548b075ce0b8cdcf8c0000e3/cron/bin/setup: fork: retry: Resource temporarily unavailable
/var/lib/openshift/548b075ce0b8cdcf8c0000e3/cron/bin/setup: fork: retry: Resource temporarily unavailable
/var/lib/openshift/548b075ce0b8cdcf8c0000e3/cron/bin/setup: fork: retry: Resource temporarily unavailable
/var/lib/openshift/548b075ce0b8cdcf8c0000e3/cron/bin/setup: fork: retry: Resource temporarily unavailable
/var/lib/openshift/548b075ce0b8cdcf8c0000e3/cron/bin/setup: fork: Resource temporarily unavailable

您是否按照错误日志中的要求尝试了
rhc强制停止应用程序-a事件
?是的,我尝试了
rhc强制停止应用程序-a事件
。我还尝试过
rhc盒带移除cron-1.4-a事件
,但它显示了相同的错误日志。您是否尝试过错误日志中要求的
rhc强制停止应用程序-a事件
?是的,我尝试过
rhc强制停止应用程序-a事件
。我还尝试了
rhc cartridge remove cron-1.4-a events
,但它显示了相同的错误日志。