[Bug 3461] Cannot run HP ILO4 remote console application
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Thu Nov 15 15:09:14 UTC 2018
https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3461
--- Comment #23 from JiriVanek <jvanek at redhat.com> ---
There is dll. I need the one with .so.
Also the jar is requested from IP and some directories different then in
tarball. I have dotted them out, but then it dies for me by with NPE which
seems ot be not related to the ITW but to some JSON the ILO is trying to...
download?
Caused by: java.lang.NullPointerException
at com.hp.ilo2.intgapp.intgapp.ApplyRcInfoParameters(intgapp.java:914)
at com.hp.ilo2.intgapp.intgapp.init(intgapp.java:107)
I tired your command-like run, and also via http server served.
In server I have log of:
127.0.0.1 - - [15/Nov/2018 16:05:03] "HEAD /iLO-jirc.jnlp HTTP/1.1" 200 -
127.0.0.1 - - [15/Nov/2018 16:05:03] "GET /iLO-jirc.jnlp HTTP/1.1" 200 -
127.0.0.1 - - [15/Nov/2018 16:05:03] "HEAD /intgapp3_231.jar HTTP/1.1" 200 -
127.0.0.1 - - [15/Nov/2018 16:05:03] "GET /intgapp3_231.jar HTTP/1.1" 200 -
127.0.0.1 - - [15/Nov/2018 16:05:06] code 400, message Bad request syntax
('\x16\x03\x03\x00\x8f\x01\x00\x00\x8b\x03\x03[\xed\x8b"]\x96\x03_=\xfc\x96')
127.0.0.1 - - [15/Nov/2018 16:05:06] "��[�"]�_=��" 400 -
and client:
javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
at sun.security.ssl.InputRecord.handleUnknownRecord(InputRecord.java:710)
at sun.security.ssl.InputRecord.read(InputRecord.java:527)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:975)
at
sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1395)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1379)
at
sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)
at
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
at
sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:162)
at com.hp.ilo2.intgapp.jsonparser.getJSONRequest(jsonparser.java:185)
at com.hp.ilo2.intgapp.intgapp.init(intgapp.java:105)
Some setup is missing. Please provide working and tested reproducer :( What
more, a linux one. There is no windows machine several hundred of kilometres
around me I would be able to use.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20181115/ee6eaed1/attachment.html>
More information about the distro-pkg-dev
mailing list