cloudstack:ssvm故障处理1

来源:互联网 发布:领取淘宝币显示未登录 编辑:程序博客网 时间:2024/05/19 13:25

参考:https://cwiki.apache.org/confluence/display/CLOUDSTACK/SSVM,+templates,+Secondary+storage+troubleshooting
1、service cloud start
日志/var/log/cloud.log:
2016-08-18 10:04:02,613 INFO [utils.nio.NioClient] (main:null) Connecting to xxx.xxx.xxx.xxx:8250
2016-08-18 10:04:02,872 ERROR [utils.nio.NioConnection] (main:null) Unable to initialize the threads.
java.io.IOException: Connection closed with -1 on reading size.
at com.cloud.utils.nio.Link.doHandshake(Link.java:513)
at com.cloud.utils.nio.NioClient.init(NioClient.java:80)
at com.cloud.utils.nio.NioConnection.start(NioConnection.java:88)
at com.cloud.agent.Agent.start(Agent.java:228)
at com.cloud.agent.AgentShell.launchAgent(AgentShell.java:399)
at com.cloud.agent.AgentShell.launchAgentFromClassInfo(AgentShell.java:367)
at com.cloud.agent.AgentShell.launchAgent(AgentShell.java:351)
at com.cloud.agent.AgentShell.start(AgentShell.java:461)
at com.cloud.agent.AgentShell.main(AgentShell.java:496)
2016-08-18 10:04:02,880 INFO [utils.exception.CSExceptionErrorCode] (main:null) Could not find exception: com.cloud.utils.exception.NioConnectionException in error code list for exceptions
2016-08-18 10:04:02,880 ERROR [cloud.agent.AgentShell] (main:null) Unable to start agent
解决:
在cloudstack-management-server 里面运行:
yum update nss

0 0
原创粉丝点击