If I am reading it right, java 1.7 has no version change and 1.6 is changed from 1.6.0.35 to 16.0.36 which caused the failure
Interestingly, I do not see release notes for 1.6.0_36 http://www.oracle.com/technetwork/java/javase/releasenotes-136954.html ~Rajani On Mon, Aug 31, 2015 at 4:09 PM, Nux! <n...@li.nux.ro> wrote: > Rajani, > > Sure: > > Downgrade java-1.6.0-openjdk-1:1.6.0.35-1.13.7.1.el6_6.x86_64 @base > Downgraded 1:1.6.0.36-1.13.8.1.el6_7.x86_64 > @updates > Downgrade java-1.7.0-openjdk-1:1.7.0.85-2.6.1.3.el6_6.x86_64 > @updates > Downgraded 1:1.7.0.85-2.6.1.3.el6_7.x86_64 > @updates > Downgrade java-1.7.0-openjdk-devel-1:1.7.0.85-2.6.1.3.el6_6.x86_64 > @updates > Downgraded 1:1.7.0.85-2.6.1.3.el6_7.x86_64 > @updates > > The differences seem trivial and there's always the risk it may not have > been the java change at all doing this, but I do not know what else could > have triggered it. > > -- > Sent from the Delta quadrant using Borg technology! > > Nux! > www.nux.ro > > ----- Original Message ----- > > From: "Rajani Karuturi" <raj...@apache.org> > > To: dev@cloudstack.apache.org > > Sent: Monday, 31 August, 2015 11:21:45 > > Subject: Re: Hypervisors disconnected - java.io.IOException Fail to init > SSL java.io.IOException: Connection closed with > > -1 on reading size > > > Hi Lucian, > > Can you share the point release numbers of java before and after the > > upgrade? (May be that would help us find the issue.) > > > > ~Rajani > > > > On Mon, Aug 31, 2015 at 3:42 PM, Nux! <n...@li.nux.ro> wrote: > > > >> A downgrade of both java-1.6.0-openjdk and java-1.7.0-openjdk followed > by > >> a reboot of the management server seems to have fixed it, but it's not a > >> solution I like very much. > >> > >> Anyone has any clues as to what causes that error? > >> > >> Lucian > >> > >> -- > >> Sent from the Delta quadrant using Borg technology! > >> > >> Nux! > >> www.nux.ro > >> > >> ----- Original Message ----- > >> > From: "Nux!" <n...@li.nux.ro> > >> > To: "dev" <dev@cloudstack.apache.org> > >> > Sent: Monday, 31 August, 2015 10:58:16 > >> > Subject: Hypervisors disconnected - java.io.IOException Fail to init > SSL > >> java.io.IOException: Connection closed with -1 > >> > on reading size > >> > >> > Hi, > >> > > >> > Has anyone seen this before and can translate to English? The logs > don't > >> say > >> > much, it's obviously SSL related somehow. > >> > > >> > The agent says: > >> > > >> > java.io.IOException: SSL: Fail to init SSL! java.io.IOException: > >> Connection > >> > closed with -1 on reading size. > >> > at com.cloud.utils.nio.NioClient.init(NioClient.java:87) > >> > at com.cloud.utils.nio.NioConnection.run(NioConnection.java:111) > >> > at java.lang.Thread.run(Thread.java:745) > >> > 2015-08-31 10:27:56,315 INFO [utils.nio.NioClient] > (Agent-Selector:null) > >> > Connecting to 192.168.168.2:8250 > >> > > >> > 2015-08-31 10:28:06,333 ERROR [utils.nio.NioConnection] > >> (Agent-Selector:null) > >> > Unable to initialize the threads. > >> > java.io.IOException: SSL: Fail to init SSL! java.io.IOException: > >> Connection > >> > closed with -1 on reading size. > >> > at com.cloud.utils.nio.NioClient.init(NioClient.java:87) > >> > at com.cloud.utils.nio.NioConnection.run(NioConnection.java:111) > >> > at java.lang.Thread.run(Thread.java:745) > >> > > >> > openssl s_client -connect 192.168.168.2:8250 just hangs with > >> > "CONNECTED(00000003)" > >> > > >> > > >> > This happened after a java openjdk (1.6.0 and 1.7.0) and httpd updates > >> from > >> > CentOs6. > >> > > >> > Obviously the hypervisors are in disconnected state and no VM > operation > >> is > >> > possible etc. > >> > > >> > Thoughts? > >> > > >> > > >> > -- > >> > Sent from the Delta quadrant using Borg technology! > >> > > >> > Nux! > >> > www.nux.ro >