[Bug 3291] not able to start applet connecting to BlueCoat Proxy SG admin interface

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Thu Jan 19 08:34:58 UTC 2017


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3291

JiriVanek <jvanek at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #2 from JiriVanek <jvanek at redhat.com> ---
Looking to many like:

While processing
https://10.16.124.151:8082/Secure/Local/console/r183872/applets.jar by HEAD for
resource
location=https://10.16.124.151:8082/Secure/Local/console/r183872/applets.jar
state=PRECONNECT CONNECTING PREDOWNLOAD PROCESSING got
java.net.SocketException: Unexpected end of file from server: 
java.net.SocketException: Unexpected end of file from server
    at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:792)
    at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:647)
    at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:789)
    at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:647)
    at
sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1569)
    at
sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)
    at
sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1466)
    at
sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1464)
    at java.security.AccessController.doPrivileged(Native Method)
    at
java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:782)
    at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1463)
    at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
    at
sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:338)
    at
net.sourceforge.jnlp.cache.ResourceDownloader.getUrlResponseCodeWithRedirectonResult(ResourceDownloader.java:72)
    at
net.sourceforge.jnlp.cache.ResourceDownloader.findBestUrl(ResourceDownloader.java:263)
    at
net.sourceforge.jnlp.cache.ResourceDownloader.initializeOnlineResource(ResourceDownloader.java:126)
    at
net.sourceforge.jnlp.cache.ResourceDownloader.initializeResource(ResourceDownloader.java:118)
    at
net.sourceforge.jnlp.cache.ResourceDownloader.run(ResourceDownloader.java:107)
    at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)


Is you https well configured? Java is removing some legacy ssl algorithms, so
your secure conenction to 10.16.124.151 may ve revoked.


I guess 10.16.124.151 is your Intranet machine. So https is in your hand. 
Do you mind to debug the conenction?
If my suspicions are correct, then you can try to fix/update your https
settings, or fallback to http.

Anyway - As 10.16.124.151 is not accessible, it is impossible for me to debug
more then I did above by my personal crystal ball.

-- 
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/20170119/ad7922a7/attachment.html>


More information about the distro-pkg-dev mailing list