[Bug 3461] Cannot run HP ILO4 remote console application
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Thu Apr 5 08:26:37 UTC 2018
https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3461
--- Comment #10 from JiriVanek <jvanek at redhat.com> ---
Hi. Sorry for longer delay. I run the jnlp+jar you gave me. ITW starts
correctly. All signatures are valid. No trace of bad behavior. The application
later crashes when trying to download more resources, but again , no usable
trace.
My server is reporting following:
127.0.0.1 - - [05/Apr/2018 09:50:19] "GET /iLO-jirc.jnlp HTTP/1.1" 200 -
127.0.0.1 - - [05/Apr/2018 09:50:24] "HEAD /iLO-jirc.jnlp HTTP/1.1" 200 -
127.0.0.1 - - [05/Apr/2018 09:50:24] "GET /iLO-jirc.jnlp HTTP/1.1" 200 -
127.0.0.1 - - [05/Apr/2018 09:50:25] "HEAD /html/intgapp4_231.jar HTTP/1.1" 200
-
127.0.0.1 - - [05/Apr/2018 09:50:25] "GET /html/intgapp4_231.jar HTTP/1.1" 200
-
127.0.0.1 - - [05/Apr/2018 09:50:27] code 400, message Bad request syntax
('\x16\x03\x03\x00\xab\x01\x00\x00\xa7\x03\x03Z\xc5\xd5C\xfb\x1e\xe5\xc3\x06\xfe\\\x9c\xa9\xc7\xe0\xde\xbfo\x02\xa7f\xe3\xccl\xc1L3\x9d\x88\xc4\x1f\xea\x00\x00H\xc0$\xc0(\x00=\x00k\x00j\xc0')
127.0.0.1 - - [05/Apr/2018 09:50:27]
"��Z��C����\����޿o�f��l�L3����H�$�(=kj�" 400 -
127.0.0.1 - - [05/Apr/2018 09:50:27] code 404, message File not found
127.0.0.1 - - [05/Apr/2018 09:50:27] "GET /lang/en/jirc_strings.xml HTTP/1.1"
404 -
I guess missing lang/en/jirc_strings.xml is issue here.
I can then see small window of application without content.
When I fake the file, I got:
127.0.0.1 - - [05/Apr/2018 09:58:42] "HEAD /iLO-jirc.jnlp HTTP/1.1" 200 -
127.0.0.1 - - [05/Apr/2018 09:58:42] "HEAD /html/intgapp4_231.jar HTTP/1.1" 200
-
127.0.0.1 - - [05/Apr/2018 09:58:44] code 400, message Bad request syntax
('\x16\x03\x03\x00\xab\x01\x00\x00\xa7\x03\x03Z\xc5\xd74^\xce\xee\xe7\xb0\xf3*\xed\xc0\x03j\x03B\xc7\x1d\xfc\xee\xdd!\xb7:\xfa\x15\x910\xba')
127.0.0.1 - - [05/Apr/2018 09:58:44] "��Z��4^�����*��jB����!�:��0�"
400 -
127.0.0.1 - - [05/Apr/2018 09:58:44] "GET /lang/en/jirc_strings.xml HTTP/1.1"
200 -
(the jnlp and jar are already in cache), I got an exception:
Write xml to/tmp/jirc_strings2b3bfac6.xmlcomplete
Message after comp of webserver retrieval
[Fatal Error] jirc_strings2b3bfac6.xml:1:1: Content is not allowed in prolog.
org.xml.sax.SAXParseException; systemId: file:/tmp/jirc_strings2b3bfac6.xml;
lineNumber: 1; columnNumber: 1; Content is not allowed in prolog.
at
com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:257)
at
com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:205)
at com.hp.ilo2.intgapp.locinfo.initLocStrings(locinfo.java:499)
at com.hp.ilo2.intgapp.intgapp.init(intgapp.java:113)
at
net.sourceforge.jnlp.runtime.AppletEnvironment$2.run(AppletEnvironment.java:198)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:301)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
[jvanek][ITW-JAVAWS][ERROR_DEBUG][Thu Apr 05 09:58:45 CEST
2018][net.sourceforge.jnlp.runtime.AppletEnvironment.startApplet(AppletEnvironment.java:207)]
NETX Thread# 3e96ba4f, name Integrated Remote Console
java.lang.reflect.InvocationTargetException
at java.awt.EventQueue.invokeAndWait(EventQueue.java:1349)
at java.awt.EventQueue.invokeAndWait(EventQueue.java:1324)
at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1348)
at
net.sourceforge.jnlp.runtime.AppletEnvironment.startApplet(AppletEnvironment.java:191)
at net.sourceforge.jnlp.Launcher.launchApplet(Launcher.java:652)
at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:943)
Caused by: java.lang.NullPointerException
at com.hp.ilo2.virtdevs.virtdevs.init(virtdevs.java:137)
at com.hp.ilo2.intgapp.intgapp.init(intgapp.java:115)
at
net.sourceforge.jnlp.runtime.AppletEnvironment$2.run(AppletEnvironment.java:198)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:301)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
This is still caused by the jirc_strings2b3bfac6.xml file being not xml....
Can you provide file of /lang/en/jirc_strings.xml?
Maybe the xml is wrongly located or ITW search for it on wrong path?
More faking of jirc_strings.xml had some sucess. The xml properties were
loaded, but later come death by:
Exception: java.io.FileNotFoundException: /home/jvanek/.java/hp.properties (No
such file or directory)
[jvanek][ITW-JAVAWS][MESSAGE_DEBUG][Thu Apr 05 10:22:05 CEST
2018][net.sourceforge.jnlp.util.logging.FileLog.getFileName(FileLog.java:112)]
NETX Thread# 3283452c, name Output controller consumer daemon Attempting to log
into:
/home/jvanek/.config/icedtea-web/log/itw-clienta-2018-04-05_10:22:05.287.log
Trying to select locale: en_US
Started Retrieving parameters from ILO..
chk getPort: 8000
[jvanek][ITW-JAVAWS][MESSAGE_DEBUG][Thu Apr 05 10:22:05 CEST
2018][net.sourceforge.jnlp.runtime.JNLPProxySelector.select(JNLPProxySelector.java:183)]
NETX Thread# 1321c311, name AWT-EventQueue-1 Selecting proxy for:
https://localhost:8000/json/rc_info
[jvanek][ITW-JAVAWS][MESSAGE_DEBUG][Thu Apr 05 10:22:05 CEST
2018][net.sourceforge.jnlp.browser.BrowserAwareProxySelector.getFromBrowser(BrowserAwareProxySelector.java:222)]
NETX Thread# 1321c311, name AWT-EventQueue-1 Browser selected proxies: [DIRECT]
[jvanek][ITW-JAVAWS][MESSAGE_DEBUG][Thu Apr 05 10:22:05 CEST
2018][net.sourceforge.jnlp.runtime.JNLPProxySelector.select(JNLPProxySelector.java:212)]
NETX Thread# 1321c311, name AWT-EventQueue-1 Selected proxies: [DIRECT]
[jvanek][ITW-JAVAWS][MESSAGE_DEBUG][Thu Apr 05 10:22:05 CEST
2018][net.sourceforge.jnlp.runtime.JNLPProxySelector.select(JNLPProxySelector.java:183)]
NETX Thread# 1321c311, name AWT-EventQueue-1 Selecting proxy for:
socket://localhost:8000
[jvanek][ITW-JAVAWS][MESSAGE_DEBUG][Thu Apr 05 10:22:05 CEST
2018][net.sourceforge.jnlp.browser.BrowserAwareProxySelector.getFromBrowser(BrowserAwareProxySelector.java:222)]
NETX Thread# 1321c311, name AWT-EventQueue-1 Browser selected proxies: [DIRECT]
[jvanek][ITW-JAVAWS][MESSAGE_DEBUG][Thu Apr 05 10:22:05 CEST
2018][net.sourceforge.jnlp.runtime.JNLPProxySelector.select(JNLPProxySelector.java:212)]
NETX Thread# 1321c311, name AWT-EventQueue-1 Selected proxies: [DIRECT]
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:983)
at
sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1385)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1413)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1397)
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:107)
at
net.sourceforge.jnlp.runtime.AppletEnvironment$2.run(AppletEnvironment.java:198)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:301)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Message from beginning of initLocStrings
langStr received:en
lolcalized xml file shoudl be:lang/en/jirc_strings.xml
Creating/tmp/jirc_stringsfbe450.xml...
try localize file from webserver..
trying to retreive webser localize
file:http://localhost:8000/lang/en/jirc_strings.xml
[jvanek][ITW-JAVAWS][MESSAGE_DEBUG][Thu Apr 05 10:22:05 CEST
2018][net.sourceforge.jnlp.runtime.JNLPProxySelector.select(JNLPProxySelector.java:183)]
NETX Thread# 1321c311, name AWT-EventQueue-1 Selecting proxy for:
http://localhost:8000/lang/en/jirc_strings.xml
[jvanek][ITW-JAVAWS][MESSAGE_DEBUG][Thu Apr 05 10:22:05 CEST
2018][net.sourceforge.jnlp.browser.BrowserAwareProxySelector.getFromBrowser(BrowserAwareProxySelector.java:222)]
NETX Thread# 1321c311, name AWT-EventQueue-1 Browser selected proxies: [DIRECT]
[jvanek][ITW-JAVAWS][MESSAGE_DEBUG][Thu Apr 05 10:22:05 CEST
2018][net.sourceforge.jnlp.runtime.JNLPProxySelector.select(JNLPProxySelector.java:212)]
NETX Thread# 1321c311, name AWT-EventQueue-1 Selected proxies: [DIRECT]
[jvanek][ITW-JAVAWS][MESSAGE_DEBUG][Thu Apr 05 10:22:05 CEST
2018][net.sourceforge.jnlp.runtime.JNLPProxySelector.select(JNLPProxySelector.java:183)]
NETX Thread# 1321c311, name AWT-EventQueue-1 Selecting proxy for:
socket://localhost:8000
[jvanek][ITW-JAVAWS][MESSAGE_DEBUG][Thu Apr 05 10:22:05 CEST
2018][net.sourceforge.jnlp.browser.BrowserAwareProxySelector.getFromBrowser(BrowserAwareProxySelector.java:222)]
NETX Thread# 1321c311, name AWT-EventQueue-1 Browser selected proxies: [DIRECT]
[jvanek][ITW-JAVAWS][MESSAGE_DEBUG][Thu Apr 05 10:22:05 CEST
2018][net.sourceforge.jnlp.runtime.JNLPProxySelector.select(JNLPProxySelector.java:212)]
NETX Thread# 1321c311, name AWT-EventQueue-1 Selected proxies: [DIRECT]
Write xml to/tmp/jirc_stringsfbe450.xmlcomplete
Message after comp of webserver retrieval
Message after completion of initLocStrings
[jvanek][ITW-JAVAWS][ERROR_DEBUG][Thu Apr 05 10:22:05 CEST
2018][net.sourceforge.jnlp.runtime.AppletEnvironment.startApplet(AppletEnvironment.java:207)]
NETX Thread# 56234f11, name Integrated Remote Console
java.lang.reflect.InvocationTargetException
at java.awt.EventQueue.invokeAndWait(EventQueue.java:1349)
at java.awt.EventQueue.invokeAndWait(EventQueue.java:1324)
at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1348)
at
net.sourceforge.jnlp.runtime.AppletEnvironment.startApplet(AppletEnvironment.java:191)
at net.sourceforge.jnlp.Launcher.launchApplet(Launcher.java:652)
at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:943)
Caused by: java.lang.NullPointerException
at com.hp.ilo2.virtdevs.virtdevs.init(virtdevs.java:137)
at com.hp.ilo2.intgapp.intgapp.init(intgapp.java:115)
at
net.sourceforge.jnlp.runtime.AppletEnvironment$2.run(AppletEnvironment.java:198)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:301)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Funny is the NPE exception on closing of ITW. BUt I gues its arch-cause is the
bad loading.
I think it is bug in HP console - using some oracle-javaws implementation
specific issue.
Can you conenct me with HP developers? I will be happy to debug it with them
and to avoid decompiling the library.
--
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/20180405/bfaf164f/attachment-0001.html>
More information about the distro-pkg-dev
mailing list