Server Clustering
1748089 Members
4835 Online
108758 Solutions
New Discussion

Re: JAVA errors when launching GUI

 
xiaobao1
New Member

JAVA errors when launching GUI

HI

I got a java error when launching GUI via both web and cli:

 

java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
        javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inapprop
riate)
        at sun.rmi.transport.tcp.TCPChannel.createConnection(Unknown Source)
        at sun.rmi.transport.tcp.TCPChannel.newConnection(Unknown Source)
        at sun.rmi.server.UnicastRef.newCall(Unknown Source)
        at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
        at com.hp.cmu.gui.model.RMIModel.connectToServer(RMIModel.java:208)
        at com.hp.cmu.gui.model.RMIModel.init(RMIModel.java:70)
        at com.hp.cmu.gui.model.StartUpModel.init(StartUpModel.java:82)
        at com.hp.cmu.gui.model.StartUpModel.init(StartUpModel.java:28)
        at com.hp.cmu.gui.view.SplashScreen.main(SplashScreen.java:210)
Caused by: javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inapp
ropriate)
        at sun.security.ssl.Handshaker.activate(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.kickstartHandshake(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.writeRecord(Unknown Source)
        at sun.security.ssl.AppOutputStream.write(Unknown Source)
        at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
        at java.io.BufferedOutputStream.flush(Unknown Source)
        at java.io.DataOutputStream.flush(Unknown Source)
        ... 9 more

cmu version:7.3.2-1

OS:centos6.6 x86_64

firewall is disabled

selinux is disabled

java version:jre1.8.0_66

thanks for your help.

 

 

 

4 REPLIES 4
Alok_Pandey
Advisor

Re: JAVA errors when launching GUI

Hi,

This is a known issue and we have released a patch for the same.
Request you to install the patch, please refer the below link for more details:

http://community.hpe.com/t5/HPE-Insight-Cluster-Management/Patch-announcement-for-HP-Insight-CMU-v7-3-2-PATCH-CMU-7-3-2-X86/td-p/6802246

md_detroit
New Member

Re: JAVA errors when launching GUI

I've applied this patch and I still get the handshake error.  Any further advice?  Please see attached image for exact error.  CMU is 7.3.2.  Windows Java client is 1_79.  Java client works without issue on another CMU 7.3.2 deployed installation.

Alok_Pandey
Advisor

Re: JAVA errors when launching GUI

Hi,

As per the patch install instructions, have you restarted the CMU service after applying the patch ?
If not please restart the CMU service "/etc/init.d/cmu restart" and then retry launching the GUI.

Also please clear the browser and java cache on client machine before launching the GUI.
To clear java cache on windows:
    Control panel→java→General Tab→Temporary internet files→Settings→Delete files

Please let us know if this doesn't solve youre issue.

hadoop_drone
New Member

Re: JAVA errors when launching GUI

Thanks for your post Alok_Pandey. 

Even after clearing the Java cache, i still face the same issue. Not sure what is going on here.

Any help is much appreciated.