Community
 
 
 

CloudPlatform 4.x

284フォロワー
 
Avatar
Pankaj Paliwal

Cloudstack xenserver - java.io.IOException: Connection closed with -1 on reading size

Avatar

Cloudstack xenserver - java.io.IOException: Connection closed with -1 on reading size

Hi Team,

system vm are starting up but on both instances i am getting below error. On Console proxy apache is not starting up by default and if i start it then getting 404. ISO are also not getting downloaded.

2015-10-22 22:40:57,456 ERROR [utils.nio.NioConnection] (Agent-Selector: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:81)
        at com.cloud.utils.nio.NioConnection.run(NioConnection.java:113)
        at java.lang.Thread.run(Thread.java:745)

2015-10-22 22:41:02,460 INFO  [utils.nio.NioClient] (Agent-Selector:null) Connecting to 172.16.0.94:8250

 

 

Detailed logs are attached below.

 

Regards,

Jag Nikam

 

Attached Files


Jag Nikam MEMBERS
2件のコメント
0

サインインしてコメントを残してください。

 
 

Previous 2件のコメント

Avatar
Pankaj Paliwal
Avatar

Cloudstack xenserver - java.io.IOException: Connection closed with -1 on reading size

Make sure you run Java 1.7 on your management server... ( not working well yet with java 1.8 )

CentOS / Redhat: validate which version you're running on: alternatives --config java


Marc Andre Jutas CITRIX EMPLOYEES
コメントアクション パーマリンク
Avatar
Pankaj Paliwal
Avatar

Thanks Marc for the reply.

 

I have resolved issue by running below command.

 

yum update nss
 

Regards,

Jag Nikam


Jag Nikam MEMBERS
コメントアクション パーマリンク

Top Contributors