简体   繁体   English

Google计算引擎-单击以部署-灯泡错误

[英]Google compute engine - click to deploy - lamp error

When I was trying to deploy an instance of LAMP. 当我尝试部署LAMP实例时。 It always come with following error: 它总是带有以下错误:

Creating deployment
Aug 7, 2015, 3:40:26 PM
deploymentCoordinator: PENDING
lamp: PENDING
Aug 7, 2015, 3:40:37 PM ... Aug 7, 2015, 3:41:20 PM
deploymentCoordinator: DEPLOYING
lamp: DEPLOYING
Aug 7, 2015, 3:41:32 PM
deploymentCoordinator: DEPLOYMENT_FAILED
Replica lamp-coord-udn0 failed with status PERMANENTLY_FAILING: Replica State changed to PERMANENTLY_FAILING. Replica was unhealthy 2 consecutive times.
lamp: DEPLOYING

Tried few times, always the same error. 试了几次,总是一样的错误。

Please help. 请帮忙。

Do you still have the instances created by the last deployment that failed? 您是否还有上次失败的部署创建的实例? In other words, in the console if you go to Compute > VM instances, do you see something like lamp-coord-abcd and lamp-abcd? 换句话说,在控制台中,如果转到“计算”>“ VM实例”,是否会看到lamp-coord-abcd和lamp-abcd之类的内容?

If so, can you ssh into lamp- coord -abcd and run the following command: 如果是这样,你可以ssh到电灯- 坐标 -abcd并运行以下命令:

tail -f /gagent/metaOutput/*

Then paste back here what the output is. 然后在此处粘贴输出内容。 This will help diagnose why this deployment is not working for you. 这将有助于诊断为什么此部署对您不起作用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM