ProLiant Servers (ML,DL,SL)
1753784 Members
7104 Online
108799 Solutions
New Discussion юеВ

Re: Failed to run Remote console

 
notooth
Occasional Advisor

Failed to run Remote console

I got this error when running the Remote console web start. Can anyone help?

ExitException[ 3]com.sun.deploy.net.FailedDownloadException: Unable to load resource: https://192.168.1.123/html/intgapp3_231.jar
at sun.plugin2.applet.JNLP2Manager.downloadResources(Unknown Source)
at sun.plugin2.applet.JNLP2Manager.prepareLaunchFile(Unknown Source)
at sun.plugin2.applet.JNLP2Manager.loadJarFiles(Unknown Source)
at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
at java.lang.Thread.run(Unknown Source) 

The server is DL380 G7, iLO 3 version 1.94.

The remote runs Java 1.8.0_291, Web Start 11.291.2.10-fcs.

I have already added "https://192.168.1.123to the trusted sites in the the Java Preferences and enforce AES/DES Encryption in iLO 3.

3 REPLIES 3
Anu_K
HPE Pro

Re: Failed to run Remote console

Hello,

I found this advisory related to the same issue, but looks like you've already tried the 1st action plan suggested in the document. Could alos try this and see if it works:

  • Remove "3DES_EDE_CBC" from disabled list of client JDK cipher suites. 3DES cipher suites are disabled in Java 8 update 171 via the jdk.tls.disabledAlgorithms Security Property.

Document Referred : https://support.hpe.com/hpesc/public/docDisplay?docId=a00051587en_us&docLocale=en_US

Hope it helps!

 

Note: "While I am an HPE Employee, all of my comments (whether noted or not), are my own and are not any official representation of the company."

I am an HPE Employee

Accept or Kudo

notooth
Occasional Advisor

Re: Failed to run Remote console

Removing "3DES_EDE_CBC" from jdk.tls.disabledAlgorithms Security Property does not fix the issue.

notooth
Occasional Advisor

Re: Failed to run Remote console

I can download https://192.168.1.123/html/intgapp3_231.jar to the remote machine, but the issue is still there.