简体   繁体   English

euca运行实例内部错误

[英]euca run instances internal error

A weird problem I am facing when trying to run instance on eucalyptus have searched hpcloud doc as well but everything seems ok. 我尝试在桉树上运行实例时遇到的一个奇怪问题也已经搜索了hpcloud doc,但是一切似乎都还可以。 that is the problem here. 这就是这里的问题。

[root@localhost .euca]# euca-run-instances -k sshlogin emi-de196283

euca-run-instances: error (InternalFailure): Internal Error.

Here everything seems good. 在这里一切似乎都很好。

[root@localhost .euca]# euca-describe-nodes
warning: euca-describe-nodes is deprecated; use ``euserv-describe-node-controllers'' instead
NODE    cluster1        172.16.34.11    ENABLED 
[root@localhost .euca]# euca-describe-images
IMAGE   emi-de196283    mybucket/centos.raw.manifest.xml    000416648029    available   private x86_64  machine             instance-store  hvm 

what could be the possible problem for this error? 此错误可能是什么问题?

ADDED ERROR log: 添加的错误日志:

Caused by: java.lang.IllegalStateException: Networking not initialized
at com.eucalyptus.network.DispatchingNetworkingService$__clinit__closure4.doCall(DispatchingNetworkingService.groovy:46)
at sun.reflect.GeneratedMethodAccessor244.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1085)
at groovy.lang.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:1110)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:909)
at groovy.lang.Closure.call(Closure.java:423)
at org.codehaus.groovy.runtime.ConvertedClosure.invokeCustom(ConvertedClosure.java:51)
at org.codehaus.groovy.runtime.ConversionHandler.invoke(ConversionHandler.java:81)
at com.sun.proxy.$Proxy89.invoke(Unknown Source)
at com.sun.proxy.$Proxy142.describeFeatures(Unknown Source)

another thing is that 另一件事是

euca-describe-addresses

shows no output !! 显示无输出!

As there is no indication of the cause for the error from euca-run-instances you should check the cloud-error.log on the cloud controller host after running the command. 由于没有迹象表明euca-run-instances会导致错误,请在运行命令后检查云控制器主机上的cloud-error.log。

You do not say what version you are using, but here is the log documentation for 4.2.2: 您没有说使用什么版本,但是这里是4.2.2的日志文档:

http://docs.hpcloud.com/eucalyptus/4.2.2/#troubleshooting-guide/ts_logs.html http://docs.hpcloud.com/eucalyptus/4.2.2/#troubleshooting-guide/ts_logs.html

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

相关问题 euca- *命令xml响应 - euca-* commands xml responses Compute Engine VM执行个体中的错误 - ERROR in Compute Engine VM Instances 在多个 AWS 实例上运行并行 Python 代码 - Run parallel Python code on multiple AWS instances ec2错误启动实例容量不足 - ec2 error starting instances insufficient capacity 是否可以在多个 Cloud Foundry 实例上运行应用程序和服务? - Is it possible to run apps and services over multiple Cloud Foundry Instances? 我可以同时运行1000个AWS微实例吗? - Can I run 1000 AWS micro instances simultaneously? 在Azure Web APi上显示500内部服务器错误 - On azure web APi show 500 internal server error 如何将首选的硬盘大小传递给“ aws ec2 run-instances”命令? - How to pass the preferred hard disk size to “aws ec2 run-instances” command? 云运行服务到来自同一项目内的服务请求仍被 Ingress=Internal 阻止 - Cloud run service to service requests from within same project still being blocked by Ingress=Internal 如何在不手动启动它们的情况下在Google Cloud项目或AWS实例上运行python脚本? - How can I run a python script on Google Cloud project or AWS instances without manually firing them up?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM