Skip to content

Instantly share code, notes, and snippets.

@the-suspect2
Created April 23, 2019 06:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save the-suspect2/8fc9d2204d9fd3bb126ddf00eaae9cba to your computer and use it in GitHub Desktop.
Save the-suspect2/8fc9d2204d9fd3bb126ddf00eaae9cba to your computer and use it in GitHub Desktop.
icedtea-web error
net.sourceforge.jnlp.LaunchException: Fatalny: Błąd startowy: Nie można wystartować pliku JNLP. Nie zainicjalizowano aplikacji. Aby uzyskać więcej informacji, uruchom javaws lub przeglądarkę z wiersza poleceń i wyślij raport o błędzie.     at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:582)     at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:945) Caused by: java.lang.ClassNotFoundException: misc.ShapedWindowDemo     at net.sourceforge.jnlp.runtime.JNLPClassLoader.loadClass(JNLPClassLoader.java:1640)     at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:556)     ... 1 more
net.sourceforge.jnlp.LaunchException: Fatalny: Błąd startowy: Nie można wystartować pliku JNLP. Nie zainicjalizowano aplikacji. Aby uzyskać więcej informacji, uruchom javaws lub przeglądarkę z wiersza poleceń i wyślij raport o błędzie.     at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:582)     at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:945) Caused by: java.lang.ClassNotFoundException: misc.ShapedWindowDemo     at net.sourceforge.jnlp.runtime.JNLPClassLoader.loadClass(JNLPClassLoader.java:1640)     at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:556)     ... 1 more
netx: Błąd startowy: Nie można wystartować pliku JNLP. (misc.ShapedWindowDemo)
java.lang.ClassNotFoundException: misc.ShapedWindowDemo     at net.sourceforge.jnlp.runtime.JNLPClassLoader.loadClassExt(JNLPClassLoader.java:1798)     at net.sourceforge.jnlp.runtime.JNLPClassLoader.loadClass(JNLPClassLoader.java:1598)     at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:556)     at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:945)
Starting application [misc.ShapedWindowDemo] ...
Failed to create windows desktop icons. Most likely, your icedtea-web was built without mslinks.jar or mslinks.jar is not to be found. Try to fix it. If it do not help, maybe the application itself is to be blamed. At the end, study the exceptions above carefully and contact icedtea-web team.
java.lang.NullPointerException     at net.sourceforge.jnlp.util.WindowsDesktopEntry.createWindowsMenu(WindowsDesktopEntry.java:75)     at net.sourceforge.jnlp.runtime.ApplicationInstance.addMenuAndDesktopEntries(ApplicationInstance.java:194)     at net.sourceforge.jnlp.runtime.ApplicationInstance.initialize(ApplicationInstance.java:148)     at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:532)     at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:945)
Removed sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/favicon.ico
Disconnecting sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/favicon.ico
isCurrent:isCached false
Downloading file: https://docs.oracle.com/favicon.ico into: C:\Users\John Doe\.cache\icedtea-web\cache\23\https\docs.oracle.com\favicon.ico
Downloading https://docs.oracle.com/favicon.ico using https://docs.oracle.com/favicon.ico (encoding : null)
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/favicon.ico
done https://docs.oracle.com/favicon.ico
Adding sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/favicon.ico
Connecting https://docs.oracle.com/favicon.ico
Removed sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/favicon.ico
Disconnecting sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/favicon.ico
Removed sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ffavicon.ico
Disconnecting sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ffavicon.ico
java.io.FileNotFoundException: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ffavicon.ico     at sun.reflect.GeneratedConstructorAccessor17.newInstance(Unknown Source)     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)     at java.lang.reflect.Constructor.newInstance(Constructor.java:423)     at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1944)     at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1939)     at java.security.AccessController.doPrivileged(Native Method)     at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1938)     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1508)     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)     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:1481)     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263)     at net.sourceforge.jnlp.cache.ResourceDownloader.downloadFile(ResourceDownloader.java:412)     at net.sourceforge.jnlp.cache.ResourceDownloader.downloadResource(ResourceDownloader.java:364)     at net.sourceforge.jnlp.cache.ResourceDownloader.run(ResourceDownloader.java:118)     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)     at java.lang.Thread.run(Thread.java:748) Caused by: java.io.FileNotFoundException: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ffavicon.ico     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890)     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)     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:1481)     at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:3051)     at java.net.URLConnection.getContentEncoding(URLConnection.java:523)     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getContentEncoding(HttpsURLConnectionImpl.java:419)     at net.sourceforge.jnlp.cache.ResourceDownloader.downloadResource(ResourceDownloader.java:346)     ... 4 more
isCurrent:isCached false
Downloading file: https://docs.oracle.com/javase/favicon.ico into: C:\Users\John Doe\.cache\icedtea-web\cache\22\https\docs.oracle.com\javase\favicon.ico
isCurrent: https://docs.oracle.com/favicon.ico = false
isCurrent:isCached false
Downloading https://docs.oracle.com/javase/favicon.ico using https://docs.oracle.com/javase/favicon.ico (encoding : null)
done https://docs.oracle.com/favicon.ico
Adding sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/favicon.ico
Connecting https://docs.oracle.com/favicon.ico
best url for location=https://docs.oracle.com/favicon.ico state=PRECONNECT CONNECTING PREDOWNLOAD PROCESSING is https://docs.oracle.com/favicon.ico by HEAD
Removed sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/favicon.ico
Disconnecting sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/favicon.ico
Key : Content-Type ,Value : [image/x-icon]
Key : Mime-Version ,Value : [1.0]
Key : Content-Length ,Value : [10134]
Key : Expires ,Value : [Tue, 23 Apr 2019 05:01:57 GMT]
Key : ETag ,Value : ["c9856f0a4dd7ad0c215a68052a04d9e8:1415605726"]
Key : Accept-Ranges ,Value : [bytes]
Key : Date ,Value : [Tue, 23 Apr 2019 05:01:57 GMT]
Key : Last-Modified ,Value : [Mon, 10 Nov 2014 07:48:46 GMT]
Key : X-Check-Cacheable ,Value : [NO]
Key : Connection ,Value : [keep-alive]
Key : X-Akamai-SSL-Client-Sid ,Value : [zPd1w+1bkDPZW3n+mUKQug==]
Key : Server ,Value : [AkamaiGHost]
Key : null ,Value : [HTTP/1.1 200 OK]
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: socket://docs.oracle.com:443
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ffavicon.ico
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: socket://docs.oracle.com:443
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/favicon.ico
done https://docs.oracle.com/favicon.ico
Adding sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/favicon.ico
Connecting https://docs.oracle.com/favicon.ico
All possible urls for location=https://docs.oracle.com/favicon.ico state=PRECONNECT CONNECTING PREDOWNLOAD PROCESSING : [https://docs.oracle.com/favicon.ico, https://docs.oracle.com/favicon.ico]
Finding best URL for: https://docs.oracle.com/favicon.ico : DownloadOptions[use pack: false; use version: false]
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: socket://docs.oracle.com:443
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/javase/favicon.ico
done https://docs.oracle.com/javase/favicon.ico
Adding sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/javase/favicon.ico
Connecting https://docs.oracle.com/javase/favicon.ico
You are trying to get resource https://docs.oracle.com/javase/favicon.ico but it is not in cache and could not be downloaded. Attempting to continue, but you may expect failure
For location=https://docs.oracle.com/javase/favicon.ico state=PRECONNECT CONNECTING PREDOWNLOAD PROCESSING the server returned 404 code for GET request for https://docs.oracle.com/javase/favicon.ico
Removed sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ffavicon.ico
Disconnecting sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ffavicon.ico
Key : Content-Type ,Value : [text/html; charset=UTF-8]
Key : Content-Language ,Value : [en]
Key : X-XSS-Protection ,Value : [1; mode=block]
Key : Content-Length ,Value : [14631]
Key : Expires ,Value : [Tue, 23 Apr 2019 05:01:57 GMT]
Key : Cache-Control ,Value : [no-cache, no-store, must-revalidate]
Key : Strict-Transport-Security ,Value : [max-age=0]
Key : X-DB-Content-length ,Value : [14631]
Key : X-Frame-Options ,Value : [SAMEORIGIN, SAMEORIGIN]
Key : Date ,Value : [Tue, 23 Apr 2019 05:01:57 GMT]
Key : Pragma ,Value : [no-cache]
Key : Connection ,Value : [keep-alive]
Key : X-Content-Type-Options ,Value : [nosniff]
Key : Server ,Value : [Oracle-HTTP-Server-12c]
Key : null ,Value : [HTTP/1.1 404 Not Found]
java.io.FileNotFoundException: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ffavicon.ico     at sun.reflect.GeneratedConstructorAccessor17.newInstance(Unknown Source)     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)     at java.lang.reflect.Constructor.newInstance(Constructor.java:423)     at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1944)     at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1939)     at java.security.AccessController.doPrivileged(Native Method)     at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1938)     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1508)     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)     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:1481)     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263)     at net.sourceforge.jnlp.util.HttpUtils.consumeAndCloseConnection(HttpUtils.java:67)     at net.sourceforge.jnlp.util.HttpUtils.consumeAndCloseConnectionSilently(HttpUtils.java:53)     at net.sourceforge.jnlp.cache.ResourceDownloader.getUrlResponseCodeWithRedirectonResult(ResourceDownloader.java:82)     at net.sourceforge.jnlp.cache.ResourceDownloader.findBestUrl(ResourceDownloader.java:293)     at net.sourceforge.jnlp.cache.ResourceDownloader.initializeOnlineResource(ResourceDownloader.java:132)     at net.sourceforge.jnlp.cache.ResourceDownloader.initializeResource(ResourceDownloader.java:124)     at net.sourceforge.jnlp.cache.ResourceDownloader.run(ResourceDownloader.java:113)     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)     at java.lang.Thread.run(Thread.java:748) Caused by: java.io.FileNotFoundException: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ffavicon.ico     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890)     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)     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:1481)     at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:347)     at net.sourceforge.jnlp.cache.ResourceDownloader.getUrlResponseCodeWithRedirectonResult(ResourceDownloader.java:78)     ... 7 more
Following exception: 'https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ffavicon.ico' should be harmless, but may help in finding root cause.
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ffavicon.ico
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: socket://docs.oracle.com:443
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/javase/favicon.ico
done https://docs.oracle.com/javase/favicon.ico
Adding sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/javase/favicon.ico
Connecting https://docs.oracle.com/javase/favicon.ico
For location=https://docs.oracle.com/javase/favicon.ico state=PRECONNECT CONNECTING PREDOWNLOAD PROCESSING the server returned 404 code for GET request for https://docs.oracle.com/javase/favicon.ico
Removed sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ffavicon.ico
Disconnecting sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ffavicon.ico
Key : Content-Type ,Value : [text/html; charset=UTF-8]
Key : Content-Language ,Value : [en]
Key : X-XSS-Protection ,Value : [1; mode=block]
Key : Content-Length ,Value : [14631]
Key : Expires ,Value : [Tue, 23 Apr 2019 05:01:56 GMT]
Key : Set-Cookie ,Value : [BIGipServer~Public~tahiti_prod_adc_pool_8777=rd2o00000000000000000000ffff89fe12dbo8777; path=/; Httponly; Secure]
Key : Cache-Control ,Value : [no-cache, no-store, must-revalidate]
Key : Strict-Transport-Security ,Value : [max-age=0]
Key : X-DB-Content-length ,Value : [14631]
Key : X-Frame-Options ,Value : [SAMEORIGIN, SAMEORIGIN]
Key : Date ,Value : [Tue, 23 Apr 2019 05:01:56 GMT]
Key : Pragma ,Value : [no-cache]
Key : Connection ,Value : [keep-alive]
Key : X-Content-Type-Options ,Value : [nosniff]
Key : Server ,Value : [Oracle-HTTP-Server-12c]
Key : null ,Value : [HTTP/1.1 404 Not Found]
java.io.FileNotFoundException: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ffavicon.ico     at sun.reflect.GeneratedConstructorAccessor17.newInstance(Unknown Source)     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)     at java.lang.reflect.Constructor.newInstance(Constructor.java:423)     at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1944)     at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1939)     at java.security.AccessController.doPrivileged(Native Method)     at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1938)     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1508)     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)     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:1481)     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263)     at net.sourceforge.jnlp.util.HttpUtils.consumeAndCloseConnection(HttpUtils.java:67)     at net.sourceforge.jnlp.util.HttpUtils.consumeAndCloseConnectionSilently(HttpUtils.java:53)     at net.sourceforge.jnlp.cache.ResourceDownloader.getUrlResponseCodeWithRedirectonResult(ResourceDownloader.java:82)     at net.sourceforge.jnlp.cache.ResourceDownloader.findBestUrl(ResourceDownloader.java:293)     at net.sourceforge.jnlp.cache.ResourceDownloader.initializeOnlineResource(ResourceDownloader.java:132)     at net.sourceforge.jnlp.cache.ResourceDownloader.initializeResource(ResourceDownloader.java:124)     at net.sourceforge.jnlp.cache.ResourceDownloader.run(ResourceDownloader.java:113)     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)     at java.lang.Thread.run(Thread.java:748) Caused by: java.io.FileNotFoundException: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ffavicon.ico     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890)     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)     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:1481)     at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:347)     at net.sourceforge.jnlp.cache.ResourceDownloader.getUrlResponseCodeWithRedirectonResult(ResourceDownloader.java:78)     ... 7 more
Following exception: 'https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ffavicon.ico' should be harmless, but may help in finding root cause.
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: socket://docs.oracle.com:443
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ffavicon.ico
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/javase/favicon.ico
done https://docs.oracle.com/javase/favicon.ico
Adding sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/javase/favicon.ico
Connecting https://docs.oracle.com/javase/favicon.ico
For location=https://docs.oracle.com/javase/favicon.ico state=PRECONNECT CONNECTING PREDOWNLOAD PROCESSING the server returned 404 code for HEAD request for https://docs.oracle.com/javase/favicon.ico
Removed sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ffavicon.ico
Disconnecting sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ffavicon.ico
Key : Content-Type ,Value : [text/html; charset=UTF-8]
Key : Content-Language ,Value : [en]
Key : X-XSS-Protection ,Value : [1; mode=block]
Key : Content-Length ,Value : [0]
Key : Expires ,Value : [Tue, 23 Apr 2019 05:01:55 GMT]
Key : Cache-Control ,Value : [no-cache, no-store, must-revalidate]
Key : Strict-Transport-Security ,Value : [max-age=0]
Key : X-DB-Content-length ,Value : [14631]
Key : X-Frame-Options ,Value : [SAMEORIGIN, SAMEORIGIN]
Key : Date ,Value : [Tue, 23 Apr 2019 05:01:55 GMT]
Key : Pragma ,Value : [no-cache]
Key : Connection ,Value : [keep-alive]
Key : X-Content-Type-Options ,Value : [nosniff]
Key : Server ,Value : [Oracle-HTTP-Server-12c]
Key : null ,Value : [HTTP/1.1 404 Not Found]
java.io.FileNotFoundException: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ffavicon.ico     at sun.reflect.GeneratedConstructorAccessor17.newInstance(Unknown Source)     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)     at java.lang.reflect.Constructor.newInstance(Constructor.java:423)     at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1944)     at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1939)     at java.security.AccessController.doPrivileged(Native Method)     at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1938)     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1508)     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)     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:1481)     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263)     at net.sourceforge.jnlp.util.HttpUtils.consumeAndCloseConnection(HttpUtils.java:67)     at net.sourceforge.jnlp.util.HttpUtils.consumeAndCloseConnectionSilently(HttpUtils.java:53)     at net.sourceforge.jnlp.cache.ResourceDownloader.getUrlResponseCodeWithRedirectonResult(ResourceDownloader.java:82)     at net.sourceforge.jnlp.cache.ResourceDownloader.findBestUrl(ResourceDownloader.java:293)     at net.sourceforge.jnlp.cache.ResourceDownloader.initializeOnlineResource(ResourceDownloader.java:132)     at net.sourceforge.jnlp.cache.ResourceDownloader.initializeResource(ResourceDownloader.java:124)     at net.sourceforge.jnlp.cache.ResourceDownloader.run(ResourceDownloader.java:113)     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)     at java.lang.Thread.run(Thread.java:748) Caused by: java.io.FileNotFoundException: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ffavicon.ico     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890)     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)     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:1481)     at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:347)     at net.sourceforge.jnlp.cache.ResourceDownloader.getUrlResponseCodeWithRedirectonResult(ResourceDownloader.java:78)     ... 7 more
Following exception: 'https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ffavicon.ico' should be harmless, but may help in finding root cause.
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: socket://docs.oracle.com:443
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ffavicon.ico
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/javase/favicon.ico
done https://docs.oracle.com/javase/favicon.ico
Adding sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/javase/favicon.ico
Connecting https://docs.oracle.com/javase/favicon.ico
For location=https://docs.oracle.com/javase/favicon.ico state=PRECONNECT CONNECTING PREDOWNLOAD PROCESSING the server returned 404 code for HEAD request for https://docs.oracle.com/javase/favicon.ico
Removed sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ffavicon.ico
Disconnecting sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ffavicon.ico
Key : Content-Type ,Value : [text/html; charset=UTF-8]
Key : Content-Language ,Value : [en]
Key : X-XSS-Protection ,Value : [1; mode=block]
Key : Content-Length ,Value : [0]
Key : Expires ,Value : [Tue, 23 Apr 2019 05:01:55 GMT]
Key : Set-Cookie ,Value : [BIGipServer~Public~tahiti_prod_adc_pool_8777=rd2o00000000000000000000ffff89fe12dco8777; path=/; Httponly; Secure]
Key : Cache-Control ,Value : [no-cache, no-store, must-revalidate]
Key : Strict-Transport-Security ,Value : [max-age=0]
Key : X-DB-Content-length ,Value : [14631]
Key : X-Frame-Options ,Value : [SAMEORIGIN, SAMEORIGIN]
Key : Date ,Value : [Tue, 23 Apr 2019 05:01:55 GMT]
Key : Pragma ,Value : [no-cache]
Key : Connection ,Value : [keep-alive]
Key : X-Content-Type-Options ,Value : [nosniff]
Key : Server ,Value : [Oracle-HTTP-Server-12c]
Key : null ,Value : [HTTP/1.1 404 Not Found]
java.io.FileNotFoundException: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ffavicon.ico     at sun.reflect.GeneratedConstructorAccessor17.newInstance(Unknown Source)     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)     at java.lang.reflect.Constructor.newInstance(Constructor.java:423)     at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1944)     at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1939)     at java.security.AccessController.doPrivileged(Native Method)     at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1938)     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1508)     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)     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:1481)     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263)     at net.sourceforge.jnlp.util.HttpUtils.consumeAndCloseConnection(HttpUtils.java:67)     at net.sourceforge.jnlp.util.HttpUtils.consumeAndCloseConnectionSilently(HttpUtils.java:53)     at net.sourceforge.jnlp.cache.ResourceDownloader.getUrlResponseCodeWithRedirectonResult(ResourceDownloader.java:82)     at net.sourceforge.jnlp.cache.ResourceDownloader.findBestUrl(ResourceDownloader.java:293)     at net.sourceforge.jnlp.cache.ResourceDownloader.initializeOnlineResource(ResourceDownloader.java:132)     at net.sourceforge.jnlp.cache.ResourceDownloader.initializeResource(ResourceDownloader.java:124)     at net.sourceforge.jnlp.cache.ResourceDownloader.run(ResourceDownloader.java:113)     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)     at java.lang.Thread.run(Thread.java:748) Caused by: java.io.FileNotFoundException: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ffavicon.ico     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890)     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)     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:1481)     at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:347)     at net.sourceforge.jnlp.cache.ResourceDownloader.getUrlResponseCodeWithRedirectonResult(ResourceDownloader.java:78)     ... 7 more
Following exception: 'https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ffavicon.ico' should be harmless, but may help in finding root cause.
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: socket://docs.oracle.com:443
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ffavicon.ico
Removed sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2ffavicon.ico
Disconnecting sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2ffavicon.ico
java.io.FileNotFoundException: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2ffavicon.ico     at sun.reflect.GeneratedConstructorAccessor17.newInstance(Unknown Source)     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)     at java.lang.reflect.Constructor.newInstance(Constructor.java:423)     at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1944)     at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1939)     at java.security.AccessController.doPrivileged(Native Method)     at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1938)     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1508)     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)     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:1481)     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263)     at net.sourceforge.jnlp.cache.ResourceDownloader.downloadFile(ResourceDownloader.java:412)     at net.sourceforge.jnlp.cache.ResourceDownloader.downloadResource(ResourceDownloader.java:364)     at net.sourceforge.jnlp.cache.ResourceDownloader.run(ResourceDownloader.java:118)     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)     at java.lang.Thread.run(Thread.java:748) Caused by: java.io.FileNotFoundException: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2ffavicon.ico     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890)     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)     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:1481)     at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:3051)     at java.net.URLConnection.getContentEncoding(URLConnection.java:523)     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getContentEncoding(HttpsURLConnectionImpl.java:419)     at net.sourceforge.jnlp.cache.ResourceDownloader.downloadResource(ResourceDownloader.java:346)     ... 4 more
isCurrent:isCached false
Downloading file: https://docs.oracle.com/javase/tutorialJWS/favicon.ico into: C:\Users\John Doe\.cache\icedtea-web\cache\21\https\docs.oracle.com\javase\tutorialJWS\favicon.ico
Downloading https://docs.oracle.com/javase/tutorialJWS/favicon.ico using https://docs.oracle.com/javase/tutorialJWS/favicon.ico (encoding : null)
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: socket://docs.oracle.com:443
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2ffavicon.ico
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: socket://docs.oracle.com:443
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/javase/favicon.ico
done https://docs.oracle.com/javase/favicon.ico
Adding sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/javase/favicon.ico
Connecting https://docs.oracle.com/javase/favicon.ico
All possible urls for location=https://docs.oracle.com/javase/favicon.ico state=PRECONNECT CONNECTING PREDOWNLOAD PROCESSING : [https://docs.oracle.com/javase/favicon.ico, https://docs.oracle.com/javase/favicon.ico]
Finding best URL for: https://docs.oracle.com/javase/favicon.ico : DownloadOptions[use pack: false; use version: false]
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: socket://docs.oracle.com:443
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/javase/tutorialJWS/favicon.ico
done https://docs.oracle.com/javase/tutorialJWS/favicon.ico
Adding sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/javase/tutorialJWS/favicon.ico
Connecting https://docs.oracle.com/javase/tutorialJWS/favicon.ico
You are trying to get resource https://docs.oracle.com/javase/tutorialJWS/favicon.ico but it is not in cache and could not be downloaded. Attempting to continue, but you may expect failure
For location=https://docs.oracle.com/javase/tutorialJWS/favicon.ico state=PRECONNECT CONNECTING PREDOWNLOAD PROCESSING the server returned 404 code for GET request for https://docs.oracle.com/javase/tutorialJWS/favicon.ico
Removed sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2ffavicon.ico
Disconnecting sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2ffavicon.ico
Key : Content-Type ,Value : [text/html; charset=UTF-8]
Key : Content-Language ,Value : [en]
Key : X-XSS-Protection ,Value : [1; mode=block]
Key : Content-Length ,Value : [14631]
Key : Expires ,Value : [Tue, 23 Apr 2019 05:01:54 GMT]
Key : Cache-Control ,Value : [no-cache, no-store, must-revalidate]
Key : Strict-Transport-Security ,Value : [max-age=0]
Key : X-DB-Content-length ,Value : [14631]
Key : X-Frame-Options ,Value : [SAMEORIGIN, SAMEORIGIN]
Key : Date ,Value : [Tue, 23 Apr 2019 05:01:54 GMT]
Key : Pragma ,Value : [no-cache]
Key : Connection ,Value : [keep-alive]
Key : X-Content-Type-Options ,Value : [nosniff]
Key : Server ,Value : [Oracle-HTTP-Server-12c]
Key : null ,Value : [HTTP/1.1 404 Not Found]
java.io.FileNotFoundException: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2ffavicon.ico     at sun.reflect.GeneratedConstructorAccessor17.newInstance(Unknown Source)     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)     at java.lang.reflect.Constructor.newInstance(Constructor.java:423)     at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1944)     at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1939)     at java.security.AccessController.doPrivileged(Native Method)     at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1938)     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1508)     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)     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:1481)     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263)     at net.sourceforge.jnlp.util.HttpUtils.consumeAndCloseConnection(HttpUtils.java:67)     at net.sourceforge.jnlp.util.HttpUtils.consumeAndCloseConnectionSilently(HttpUtils.java:53)     at net.sourceforge.jnlp.cache.ResourceDownloader.getUrlResponseCodeWithRedirectonResult(ResourceDownloader.java:82)     at net.sourceforge.jnlp.cache.ResourceDownloader.findBestUrl(ResourceDownloader.java:293)     at net.sourceforge.jnlp.cache.ResourceDownloader.initializeOnlineResource(ResourceDownloader.java:132)     at net.sourceforge.jnlp.cache.ResourceDownloader.initializeResource(ResourceDownloader.java:124)     at net.sourceforge.jnlp.cache.ResourceDownloader.run(ResourceDownloader.java:113)     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)     at java.lang.Thread.run(Thread.java:748) Caused by: java.io.FileNotFoundException: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2ffavicon.ico     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890)     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)     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:1481)     at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:347)     at net.sourceforge.jnlp.cache.ResourceDownloader.getUrlResponseCodeWithRedirectonResult(ResourceDownloader.java:78)     ... 7 more
Following exception: 'https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2ffavicon.ico' should be harmless, but may help in finding root cause.
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2ffavicon.ico
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: socket://docs.oracle.com:443
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/javase/tutorialJWS/favicon.ico
done https://docs.oracle.com/javase/tutorialJWS/favicon.ico
Adding sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/javase/tutorialJWS/favicon.ico
Connecting https://docs.oracle.com/javase/tutorialJWS/favicon.ico
For location=https://docs.oracle.com/javase/tutorialJWS/favicon.ico state=PRECONNECT CONNECTING PREDOWNLOAD PROCESSING the server returned 404 code for GET request for https://docs.oracle.com/javase/tutorialJWS/favicon.ico
Removed sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2ffavicon.ico
Disconnecting sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2ffavicon.ico
Key : Content-Type ,Value : [text/html; charset=UTF-8]
Key : Content-Language ,Value : [en]
Key : X-XSS-Protection ,Value : [1; mode=block]
Key : Content-Length ,Value : [14631]
Key : Expires ,Value : [Tue, 23 Apr 2019 05:01:53 GMT]
Key : Set-Cookie ,Value : [BIGipServer~Public~tahiti_prod_adc_pool_8777=rd2o00000000000000000000ffff89fe12dbo8777; path=/; Httponly; Secure]
Key : Cache-Control ,Value : [no-cache, no-store, must-revalidate]
Key : Strict-Transport-Security ,Value : [max-age=0]
Key : X-DB-Content-length ,Value : [14631]
Key : X-Frame-Options ,Value : [SAMEORIGIN, SAMEORIGIN]
Key : Date ,Value : [Tue, 23 Apr 2019 05:01:53 GMT]
Key : Pragma ,Value : [no-cache]
Key : Connection ,Value : [keep-alive]
Key : X-Content-Type-Options ,Value : [nosniff]
Key : Server ,Value : [Oracle-HTTP-Server-12c]
Key : null ,Value : [HTTP/1.1 404 Not Found]
java.io.FileNotFoundException: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2ffavicon.ico     at sun.reflect.GeneratedConstructorAccessor17.newInstance(Unknown Source)     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)     at java.lang.reflect.Constructor.newInstance(Constructor.java:423)     at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1944)     at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1939)     at java.security.AccessController.doPrivileged(Native Method)     at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1938)     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1508)     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)     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:1481)     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263)     at net.sourceforge.jnlp.util.HttpUtils.consumeAndCloseConnection(HttpUtils.java:67)     at net.sourceforge.jnlp.util.HttpUtils.consumeAndCloseConnectionSilently(HttpUtils.java:53)     at net.sourceforge.jnlp.cache.ResourceDownloader.getUrlResponseCodeWithRedirectonResult(ResourceDownloader.java:82)     at net.sourceforge.jnlp.cache.ResourceDownloader.findBestUrl(ResourceDownloader.java:293)     at net.sourceforge.jnlp.cache.ResourceDownloader.initializeOnlineResource(ResourceDownloader.java:132)     at net.sourceforge.jnlp.cache.ResourceDownloader.initializeResource(ResourceDownloader.java:124)     at net.sourceforge.jnlp.cache.ResourceDownloader.run(ResourceDownloader.java:113)     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)     at java.lang.Thread.run(Thread.java:748) Caused by: java.io.FileNotFoundException: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2ffavicon.ico     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890)     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)     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:1481)     at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:347)     at net.sourceforge.jnlp.cache.ResourceDownloader.getUrlResponseCodeWithRedirectonResult(ResourceDownloader.java:78)     ... 7 more
Following exception: 'https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2ffavicon.ico' should be harmless, but may help in finding root cause.
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: socket://docs.oracle.com:443
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2ffavicon.ico
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/javase/tutorialJWS/favicon.ico
done https://docs.oracle.com/javase/tutorialJWS/favicon.ico
Adding sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/javase/tutorialJWS/favicon.ico
Connecting https://docs.oracle.com/javase/tutorialJWS/favicon.ico
For location=https://docs.oracle.com/javase/tutorialJWS/favicon.ico state=PRECONNECT CONNECTING PREDOWNLOAD PROCESSING the server returned 404 code for HEAD request for https://docs.oracle.com/javase/tutorialJWS/favicon.ico
Removed sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2ffavicon.ico
Disconnecting sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2ffavicon.ico
Key : Content-Type ,Value : [text/html; charset=UTF-8]
Key : Content-Language ,Value : [en]
Key : X-XSS-Protection ,Value : [1; mode=block]
Key : Content-Length ,Value : [0]
Key : Expires ,Value : [Tue, 23 Apr 2019 05:01:52 GMT]
Key : Cache-Control ,Value : [no-cache, no-store, must-revalidate]
Key : Strict-Transport-Security ,Value : [max-age=0]
Key : X-DB-Content-length ,Value : [14631]
Key : X-Frame-Options ,Value : [SAMEORIGIN, SAMEORIGIN]
Key : Date ,Value : [Tue, 23 Apr 2019 05:01:52 GMT]
Key : Pragma ,Value : [no-cache]
Key : Connection ,Value : [keep-alive]
Key : X-Content-Type-Options ,Value : [nosniff]
Key : Server ,Value : [Oracle-HTTP-Server-12c]
Key : null ,Value : [HTTP/1.1 404 Not Found]
java.io.FileNotFoundException: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2ffavicon.ico     at sun.reflect.GeneratedConstructorAccessor17.newInstance(Unknown Source)     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)     at java.lang.reflect.Constructor.newInstance(Constructor.java:423)     at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1944)     at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1939)     at java.security.AccessController.doPrivileged(Native Method)     at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1938)     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1508)     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)     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:1481)     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263)     at net.sourceforge.jnlp.util.HttpUtils.consumeAndCloseConnection(HttpUtils.java:67)     at net.sourceforge.jnlp.util.HttpUtils.consumeAndCloseConnectionSilently(HttpUtils.java:53)     at net.sourceforge.jnlp.cache.ResourceDownloader.getUrlResponseCodeWithRedirectonResult(ResourceDownloader.java:82)     at net.sourceforge.jnlp.cache.ResourceDownloader.findBestUrl(ResourceDownloader.java:293)     at net.sourceforge.jnlp.cache.ResourceDownloader.initializeOnlineResource(ResourceDownloader.java:132)     at net.sourceforge.jnlp.cache.ResourceDownloader.initializeResource(ResourceDownloader.java:124)     at net.sourceforge.jnlp.cache.ResourceDownloader.run(ResourceDownloader.java:113)     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)     at java.lang.Thread.run(Thread.java:748) Caused by: java.io.FileNotFoundException: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2ffavicon.ico     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890)     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)     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:1481)     at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:347)     at net.sourceforge.jnlp.cache.ResourceDownloader.getUrlResponseCodeWithRedirectonResult(ResourceDownloader.java:78)     ... 7 more
Following exception: 'https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2ffavicon.ico' should be harmless, but may help in finding root cause.
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: socket://docs.oracle.com:443
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2ffavicon.ico
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/javase/tutorialJWS/favicon.ico
done https://docs.oracle.com/javase/tutorialJWS/favicon.ico
Adding sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/javase/tutorialJWS/favicon.ico
Connecting https://docs.oracle.com/javase/tutorialJWS/favicon.ico
For location=https://docs.oracle.com/javase/tutorialJWS/favicon.ico state=PRECONNECT CONNECTING PREDOWNLOAD PROCESSING the server returned 404 code for HEAD request for https://docs.oracle.com/javase/tutorialJWS/favicon.ico
Removed sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2ffavicon.ico
Disconnecting sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2ffavicon.ico
Key : Content-Type ,Value : [text/html; charset=UTF-8]
Key : Content-Language ,Value : [en]
Key : X-XSS-Protection ,Value : [1; mode=block]
Key : Content-Length ,Value : [0]
Key : Expires ,Value : [Tue, 23 Apr 2019 05:01:52 GMT]
Key : Set-Cookie ,Value : [BIGipServer~Public~tahiti_prod_adc_pool_8777=rd2o00000000000000000000ffff89fe12ddo8777; path=/; Httponly; Secure]
Key : Cache-Control ,Value : [no-cache, no-store, must-revalidate]
Key : Strict-Transport-Security ,Value : [max-age=0]
Key : X-DB-Content-length ,Value : [14631]
Key : X-Frame-Options ,Value : [SAMEORIGIN, SAMEORIGIN]
Key : Date ,Value : [Tue, 23 Apr 2019 05:01:52 GMT]
Key : Pragma ,Value : [no-cache]
Key : Connection ,Value : [keep-alive]
Key : X-Content-Type-Options ,Value : [nosniff]
Key : Server ,Value : [Oracle-HTTP-Server-12c]
Key : null ,Value : [HTTP/1.1 404 Not Found]
java.io.FileNotFoundException: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2ffavicon.ico     at sun.reflect.GeneratedConstructorAccessor17.newInstance(Unknown Source)     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)     at java.lang.reflect.Constructor.newInstance(Constructor.java:423)     at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1944)     at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1939)     at java.security.AccessController.doPrivileged(Native Method)     at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1938)     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1508)     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)     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:1481)     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263)     at net.sourceforge.jnlp.util.HttpUtils.consumeAndCloseConnection(HttpUtils.java:67)     at net.sourceforge.jnlp.util.HttpUtils.consumeAndCloseConnectionSilently(HttpUtils.java:53)     at net.sourceforge.jnlp.cache.ResourceDownloader.getUrlResponseCodeWithRedirectonResult(ResourceDownloader.java:82)     at net.sourceforge.jnlp.cache.ResourceDownloader.findBestUrl(ResourceDownloader.java:293)     at net.sourceforge.jnlp.cache.ResourceDownloader.initializeOnlineResource(ResourceDownloader.java:132)     at net.sourceforge.jnlp.cache.ResourceDownloader.initializeResource(ResourceDownloader.java:124)     at net.sourceforge.jnlp.cache.ResourceDownloader.run(ResourceDownloader.java:113)     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)     at java.lang.Thread.run(Thread.java:748) Caused by: java.io.FileNotFoundException: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2ffavicon.ico     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890)     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)     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:1481)     at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:347)     at net.sourceforge.jnlp.cache.ResourceDownloader.getUrlResponseCodeWithRedirectonResult(ResourceDownloader.java:78)     ... 7 more
Following exception: 'https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2ffavicon.ico' should be harmless, but may help in finding root cause.
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: socket://docs.oracle.com:443
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2ffavicon.ico
Removed sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2ffavicon.ico
Disconnecting sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2ffavicon.ico
java.io.FileNotFoundException: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2ffavicon.ico     at sun.reflect.GeneratedConstructorAccessor17.newInstance(Unknown Source)     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)     at java.lang.reflect.Constructor.newInstance(Constructor.java:423)     at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1944)     at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1939)     at java.security.AccessController.doPrivileged(Native Method)     at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1938)     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1508)     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)     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:1481)     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263)     at net.sourceforge.jnlp.cache.ResourceDownloader.downloadFile(ResourceDownloader.java:412)     at net.sourceforge.jnlp.cache.ResourceDownloader.downloadResource(ResourceDownloader.java:364)     at net.sourceforge.jnlp.cache.ResourceDownloader.run(ResourceDownloader.java:118)     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)     at java.lang.Thread.run(Thread.java:748) Caused by: java.io.FileNotFoundException: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2ffavicon.ico     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890)     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)     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:1481)     at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:3051)     at java.net.URLConnection.getContentEncoding(URLConnection.java:523)     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getContentEncoding(HttpsURLConnectionImpl.java:419)     at net.sourceforge.jnlp.cache.ResourceDownloader.downloadResource(ResourceDownloader.java:346)     ... 4 more
isCurrent:isCached false
Downloading file: https://docs.oracle.com/javase/tutorialJWS/samples/favicon.ico into: C:\Users\John Doe\.cache\icedtea-web\cache\20\https\docs.oracle.com\javase\tutorialJWS\samples\favicon.ico
Downloading https://docs.oracle.com/javase/tutorialJWS/samples/favicon.ico using https://docs.oracle.com/javase/tutorialJWS/samples/favicon.ico (encoding : null)
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: socket://docs.oracle.com:443
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2ffavicon.ico
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: socket://docs.oracle.com:443
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/javase/tutorialJWS/favicon.ico
done https://docs.oracle.com/javase/tutorialJWS/favicon.ico
Adding sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/javase/tutorialJWS/favicon.ico
Connecting https://docs.oracle.com/javase/tutorialJWS/favicon.ico
All possible urls for location=https://docs.oracle.com/javase/tutorialJWS/favicon.ico state=PRECONNECT CONNECTING PREDOWNLOAD PROCESSING : [https://docs.oracle.com/javase/tutorialJWS/favicon.ico, https://docs.oracle.com/javase/tutorialJWS/favicon.ico]
Finding best URL for: https://docs.oracle.com/javase/tutorialJWS/favicon.ico : DownloadOptions[use pack: false; use version: false]
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: socket://docs.oracle.com:443
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/javase/tutorialJWS/samples/favicon.ico
done https://docs.oracle.com/javase/tutorialJWS/samples/favicon.ico
Adding sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/javase/tutorialJWS/samples/favicon.ico
Connecting https://docs.oracle.com/javase/tutorialJWS/samples/favicon.ico
You are trying to get resource https://docs.oracle.com/javase/tutorialJWS/samples/favicon.ico but it is not in cache and could not be downloaded. Attempting to continue, but you may expect failure
For location=https://docs.oracle.com/javase/tutorialJWS/samples/favicon.ico state=PRECONNECT CONNECTING PREDOWNLOAD PROCESSING the server returned 404 code for GET request for https://docs.oracle.com/javase/tutorialJWS/samples/favicon.ico
Removed sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2ffavicon.ico
Disconnecting sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2ffavicon.ico
Key : Content-Type ,Value : [text/html; charset=UTF-8]
Key : Content-Language ,Value : [en]
Key : X-XSS-Protection ,Value : [1; mode=block]
Key : Content-Length ,Value : [14631]
Key : Expires ,Value : [Tue, 23 Apr 2019 05:01:50 GMT]
Key : Cache-Control ,Value : [no-cache, no-store, must-revalidate]
Key : Strict-Transport-Security ,Value : [max-age=0]
Key : X-DB-Content-length ,Value : [14631]
Key : X-Frame-Options ,Value : [SAMEORIGIN, SAMEORIGIN]
Key : Date ,Value : [Tue, 23 Apr 2019 05:01:50 GMT]
Key : Pragma ,Value : [no-cache]
Key : Connection ,Value : [keep-alive]
Key : X-Content-Type-Options ,Value : [nosniff]
Key : Server ,Value : [Oracle-HTTP-Server-12c]
Key : null ,Value : [HTTP/1.1 404 Not Found]
java.io.FileNotFoundException: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2ffavicon.ico     at sun.reflect.GeneratedConstructorAccessor17.newInstance(Unknown Source)     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)     at java.lang.reflect.Constructor.newInstance(Constructor.java:423)     at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1944)     at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1939)     at java.security.AccessController.doPrivileged(Native Method)     at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1938)     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1508)     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)     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:1481)     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263)     at net.sourceforge.jnlp.util.HttpUtils.consumeAndCloseConnection(HttpUtils.java:67)     at net.sourceforge.jnlp.util.HttpUtils.consumeAndCloseConnectionSilently(HttpUtils.java:53)     at net.sourceforge.jnlp.cache.ResourceDownloader.getUrlResponseCodeWithRedirectonResult(ResourceDownloader.java:82)     at net.sourceforge.jnlp.cache.ResourceDownloader.findBestUrl(ResourceDownloader.java:293)     at net.sourceforge.jnlp.cache.ResourceDownloader.initializeOnlineResource(ResourceDownloader.java:132)     at net.sourceforge.jnlp.cache.ResourceDownloader.initializeResource(ResourceDownloader.java:124)     at net.sourceforge.jnlp.cache.ResourceDownloader.run(ResourceDownloader.java:113)     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)     at java.lang.Thread.run(Thread.java:748) Caused by: java.io.FileNotFoundException: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2ffavicon.ico     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890)     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)     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:1481)     at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:347)     at net.sourceforge.jnlp.cache.ResourceDownloader.getUrlResponseCodeWithRedirectonResult(ResourceDownloader.java:78)     ... 7 more
Following exception: 'https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2ffavicon.ico' should be harmless, but may help in finding root cause.
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2ffavicon.ico
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: socket://docs.oracle.com:443
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/javase/tutorialJWS/samples/favicon.ico
done https://docs.oracle.com/javase/tutorialJWS/samples/favicon.ico
Adding sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/javase/tutorialJWS/samples/favicon.ico
Connecting https://docs.oracle.com/javase/tutorialJWS/samples/favicon.ico
For location=https://docs.oracle.com/javase/tutorialJWS/samples/favicon.ico state=PRECONNECT CONNECTING PREDOWNLOAD PROCESSING the server returned 404 code for GET request for https://docs.oracle.com/javase/tutorialJWS/samples/favicon.ico
Removed sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2ffavicon.ico
Disconnecting sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2ffavicon.ico
Key : Content-Type ,Value : [text/html; charset=UTF-8]
Key : Content-Language ,Value : [en]
Key : X-XSS-Protection ,Value : [1; mode=block]
Key : Content-Length ,Value : [14631]
Key : Expires ,Value : [Tue, 23 Apr 2019 05:01:50 GMT]
Key : Set-Cookie ,Value : [BIGipServer~Public~tahiti_prod_adc_pool_8777=rd2o00000000000000000000ffff89fe1285o8777; path=/; Httponly; Secure]
Key : Cache-Control ,Value : [no-cache, no-store, must-revalidate]
Key : Strict-Transport-Security ,Value : [max-age=0]
Key : X-DB-Content-length ,Value : [14631]
Key : X-Frame-Options ,Value : [SAMEORIGIN, SAMEORIGIN]
Key : Date ,Value : [Tue, 23 Apr 2019 05:01:50 GMT]
Key : Pragma ,Value : [no-cache]
Key : Connection ,Value : [keep-alive]
Key : X-Content-Type-Options ,Value : [nosniff]
Key : Server ,Value : [Oracle-HTTP-Server-12c]
Key : null ,Value : [HTTP/1.1 404 Not Found]
java.io.FileNotFoundException: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2ffavicon.ico     at sun.reflect.GeneratedConstructorAccessor17.newInstance(Unknown Source)     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)     at java.lang.reflect.Constructor.newInstance(Constructor.java:423)     at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1944)     at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1939)     at java.security.AccessController.doPrivileged(Native Method)     at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1938)     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1508)     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)     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:1481)     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263)     at net.sourceforge.jnlp.util.HttpUtils.consumeAndCloseConnection(HttpUtils.java:67)     at net.sourceforge.jnlp.util.HttpUtils.consumeAndCloseConnectionSilently(HttpUtils.java:53)     at net.sourceforge.jnlp.cache.ResourceDownloader.getUrlResponseCodeWithRedirectonResult(ResourceDownloader.java:82)     at net.sourceforge.jnlp.cache.ResourceDownloader.findBestUrl(ResourceDownloader.java:293)     at net.sourceforge.jnlp.cache.ResourceDownloader.initializeOnlineResource(ResourceDownloader.java:132)     at net.sourceforge.jnlp.cache.ResourceDownloader.initializeResource(ResourceDownloader.java:124)     at net.sourceforge.jnlp.cache.ResourceDownloader.run(ResourceDownloader.java:113)     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)     at java.lang.Thread.run(Thread.java:748) Caused by: java.io.FileNotFoundException: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2ffavicon.ico     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890)     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)     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:1481)     at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:347)     at net.sourceforge.jnlp.cache.ResourceDownloader.getUrlResponseCodeWithRedirectonResult(ResourceDownloader.java:78)     ... 7 more
Following exception: 'https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2ffavicon.ico' should be harmless, but may help in finding root cause.
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: socket://docs.oracle.com:443
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2ffavicon.ico
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/javase/tutorialJWS/samples/favicon.ico
done https://docs.oracle.com/javase/tutorialJWS/samples/favicon.ico
Adding sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/javase/tutorialJWS/samples/favicon.ico
Connecting https://docs.oracle.com/javase/tutorialJWS/samples/favicon.ico
For location=https://docs.oracle.com/javase/tutorialJWS/samples/favicon.ico state=PRECONNECT CONNECTING PREDOWNLOAD PROCESSING the server returned 404 code for HEAD request for https://docs.oracle.com/javase/tutorialJWS/samples/favicon.ico
Removed sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2ffavicon.ico
Disconnecting sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2ffavicon.ico
Key : Content-Type ,Value : [text/html; charset=UTF-8]
Key : Content-Language ,Value : [en]
Key : X-XSS-Protection ,Value : [1; mode=block]
Key : Content-Length ,Value : [0]
Key : Expires ,Value : [Tue, 23 Apr 2019 05:01:49 GMT]
Key : Cache-Control ,Value : [no-cache, no-store, must-revalidate]
Key : Strict-Transport-Security ,Value : [max-age=0]
Key : X-DB-Content-length ,Value : [14631]
Key : X-Frame-Options ,Value : [SAMEORIGIN, SAMEORIGIN]
Key : Date ,Value : [Tue, 23 Apr 2019 05:01:49 GMT]
Key : Pragma ,Value : [no-cache]
Key : Connection ,Value : [keep-alive]
Key : X-Content-Type-Options ,Value : [nosniff]
Key : Server ,Value : [Oracle-HTTP-Server-12c]
Key : null ,Value : [HTTP/1.1 404 Not Found]
java.io.FileNotFoundException: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2ffavicon.ico     at sun.reflect.GeneratedConstructorAccessor17.newInstance(Unknown Source)     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)     at java.lang.reflect.Constructor.newInstance(Constructor.java:423)     at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1944)     at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1939)     at java.security.AccessController.doPrivileged(Native Method)     at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1938)     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1508)     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)     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:1481)     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263)     at net.sourceforge.jnlp.util.HttpUtils.consumeAndCloseConnection(HttpUtils.java:67)     at net.sourceforge.jnlp.util.HttpUtils.consumeAndCloseConnectionSilently(HttpUtils.java:53)     at net.sourceforge.jnlp.cache.ResourceDownloader.getUrlResponseCodeWithRedirectonResult(ResourceDownloader.java:82)     at net.sourceforge.jnlp.cache.ResourceDownloader.findBestUrl(ResourceDownloader.java:293)     at net.sourceforge.jnlp.cache.ResourceDownloader.initializeOnlineResource(ResourceDownloader.java:132)     at net.sourceforge.jnlp.cache.ResourceDownloader.initializeResource(ResourceDownloader.java:124)     at net.sourceforge.jnlp.cache.ResourceDownloader.run(ResourceDownloader.java:113)     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)     at java.lang.Thread.run(Thread.java:748) Caused by: java.io.FileNotFoundException: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2ffavicon.ico     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890)     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)     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:1481)     at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:347)     at net.sourceforge.jnlp.cache.ResourceDownloader.getUrlResponseCodeWithRedirectonResult(ResourceDownloader.java:78)     ... 7 more
Following exception: 'https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2ffavicon.ico' should be harmless, but may help in finding root cause.
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: socket://docs.oracle.com:443
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2ffavicon.ico
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/javase/tutorialJWS/samples/favicon.ico
done https://docs.oracle.com/javase/tutorialJWS/samples/favicon.ico
Adding sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/javase/tutorialJWS/samples/favicon.ico
Connecting https://docs.oracle.com/javase/tutorialJWS/samples/favicon.ico
For location=https://docs.oracle.com/javase/tutorialJWS/samples/favicon.ico state=PRECONNECT CONNECTING PREDOWNLOAD PROCESSING the server returned 404 code for HEAD request for https://docs.oracle.com/javase/tutorialJWS/samples/favicon.ico
Removed sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2ffavicon.ico
Disconnecting sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2ffavicon.ico
Key : Content-Type ,Value : [text/html; charset=UTF-8]
Key : Content-Language ,Value : [en]
Key : X-XSS-Protection ,Value : [1; mode=block]
Key : Content-Length ,Value : [0]
Key : Expires ,Value : [Tue, 23 Apr 2019 05:01:48 GMT]
Key : Set-Cookie ,Value : [BIGipServer~Public~tahiti_prod_adc_pool_8777=rd2o00000000000000000000ffff89fe1285o8777; path=/; Httponly; Secure]
Key : Cache-Control ,Value : [no-cache, no-store, must-revalidate]
Key : Strict-Transport-Security ,Value : [max-age=0]
Key : X-DB-Content-length ,Value : [14631]
Key : X-Frame-Options ,Value : [SAMEORIGIN, SAMEORIGIN]
Key : Date ,Value : [Tue, 23 Apr 2019 05:01:48 GMT]
Key : Pragma ,Value : [no-cache]
Key : Connection ,Value : [keep-alive]
Key : X-Content-Type-Options ,Value : [nosniff]
Key : Server ,Value : [Oracle-HTTP-Server-12c]
Key : null ,Value : [HTTP/1.1 404 Not Found]
java.io.FileNotFoundException: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2ffavicon.ico     at sun.reflect.GeneratedConstructorAccessor17.newInstance(Unknown Source)     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)     at java.lang.reflect.Constructor.newInstance(Constructor.java:423)     at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1944)     at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1939)     at java.security.AccessController.doPrivileged(Native Method)     at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1938)     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1508)     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)     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:1481)     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263)     at net.sourceforge.jnlp.util.HttpUtils.consumeAndCloseConnection(HttpUtils.java:67)     at net.sourceforge.jnlp.util.HttpUtils.consumeAndCloseConnectionSilently(HttpUtils.java:53)     at net.sourceforge.jnlp.cache.ResourceDownloader.getUrlResponseCodeWithRedirectonResult(ResourceDownloader.java:82)     at net.sourceforge.jnlp.cache.ResourceDownloader.findBestUrl(ResourceDownloader.java:293)     at net.sourceforge.jnlp.cache.ResourceDownloader.initializeOnlineResource(ResourceDownloader.java:132)     at net.sourceforge.jnlp.cache.ResourceDownloader.initializeResource(ResourceDownloader.java:124)     at net.sourceforge.jnlp.cache.ResourceDownloader.run(ResourceDownloader.java:113)     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)     at java.lang.Thread.run(Thread.java:748) Caused by: java.io.FileNotFoundException: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2ffavicon.ico     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890)     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)     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:1481)     at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:347)     at net.sourceforge.jnlp.cache.ResourceDownloader.getUrlResponseCodeWithRedirectonResult(ResourceDownloader.java:78)     ... 7 more
Following exception: 'https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2ffavicon.ico' should be harmless, but may help in finding root cause.
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: socket://docs.oracle.com:443
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2ffavicon.ico
Removed sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2ffavicon.ico
Disconnecting sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2ffavicon.ico
java.io.FileNotFoundException: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2ffavicon.ico     at sun.reflect.GeneratedConstructorAccessor17.newInstance(Unknown Source)     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)     at java.lang.reflect.Constructor.newInstance(Constructor.java:423)     at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1944)     at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1939)     at java.security.AccessController.doPrivileged(Native Method)     at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1938)     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1508)     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)     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:1481)     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263)     at net.sourceforge.jnlp.cache.ResourceDownloader.downloadFile(ResourceDownloader.java:412)     at net.sourceforge.jnlp.cache.ResourceDownloader.downloadResource(ResourceDownloader.java:364)     at net.sourceforge.jnlp.cache.ResourceDownloader.run(ResourceDownloader.java:118)     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)     at java.lang.Thread.run(Thread.java:748) Caused by: java.io.FileNotFoundException: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2ffavicon.ico     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890)     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)     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:1481)     at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:3051)     at java.net.URLConnection.getContentEncoding(URLConnection.java:523)     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getContentEncoding(HttpsURLConnectionImpl.java:419)     at net.sourceforge.jnlp.cache.ResourceDownloader.downloadResource(ResourceDownloader.java:346)     ... 4 more
isCurrent:isCached false
Downloading file: https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/favicon.ico into: C:\Users\John Doe\.cache\icedtea-web\cache\19\https\docs.oracle.com\javase\tutorialJWS\samples\uiswing\favicon.ico
Downloading https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/favicon.ico using https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/favicon.ico (encoding : null)
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: socket://docs.oracle.com:443
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2ffavicon.ico
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: socket://docs.oracle.com:443
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/javase/tutorialJWS/samples/favicon.ico
done https://docs.oracle.com/javase/tutorialJWS/samples/favicon.ico
Adding sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/javase/tutorialJWS/samples/favicon.ico
Connecting https://docs.oracle.com/javase/tutorialJWS/samples/favicon.ico
All possible urls for location=https://docs.oracle.com/javase/tutorialJWS/samples/favicon.ico state=PRECONNECT CONNECTING PREDOWNLOAD PROCESSING : [https://docs.oracle.com/javase/tutorialJWS/samples/favicon.ico, https://docs.oracle.com/javase/tutorialJWS/samples/favicon.ico]
Finding best URL for: https://docs.oracle.com/javase/tutorialJWS/samples/favicon.ico : DownloadOptions[use pack: false; use version: false]
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: socket://docs.oracle.com:443
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/favicon.ico
done https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/favicon.ico
Adding sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/favicon.ico
Connecting https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/favicon.ico
You are trying to get resource https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/favicon.ico but it is not in cache and could not be downloaded. Attempting to continue, but you may expect failure
For location=https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/favicon.ico state=PRECONNECT CONNECTING PREDOWNLOAD PROCESSING the server returned 404 code for GET request for https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/favicon.ico
Removed sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2ffavicon.ico
Disconnecting sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2ffavicon.ico
Key : Content-Type ,Value : [text/html; charset=UTF-8]
Key : Content-Language ,Value : [en]
Key : X-XSS-Protection ,Value : [1; mode=block]
Key : Content-Length ,Value : [14631]
Key : Expires ,Value : [Tue, 23 Apr 2019 05:01:46 GMT]
Key : Cache-Control ,Value : [no-cache, no-store, must-revalidate]
Key : Strict-Transport-Security ,Value : [max-age=0]
Key : X-DB-Content-length ,Value : [14631]
Key : X-Frame-Options ,Value : [SAMEORIGIN, SAMEORIGIN]
Key : Date ,Value : [Tue, 23 Apr 2019 05:01:46 GMT]
Key : Pragma ,Value : [no-cache]
Key : Connection ,Value : [keep-alive]
Key : X-Content-Type-Options ,Value : [nosniff]
Key : Server ,Value : [Oracle-HTTP-Server-12c]
Key : null ,Value : [HTTP/1.1 404 Not Found]
java.io.FileNotFoundException: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2ffavicon.ico     at sun.reflect.GeneratedConstructorAccessor17.newInstance(Unknown Source)     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)     at java.lang.reflect.Constructor.newInstance(Constructor.java:423)     at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1944)     at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1939)     at java.security.AccessController.doPrivileged(Native Method)     at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1938)     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1508)     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)     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:1481)     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263)     at net.sourceforge.jnlp.util.HttpUtils.consumeAndCloseConnection(HttpUtils.java:67)     at net.sourceforge.jnlp.util.HttpUtils.consumeAndCloseConnectionSilently(HttpUtils.java:53)     at net.sourceforge.jnlp.cache.ResourceDownloader.getUrlResponseCodeWithRedirectonResult(ResourceDownloader.java:82)     at net.sourceforge.jnlp.cache.ResourceDownloader.findBestUrl(ResourceDownloader.java:293)     at net.sourceforge.jnlp.cache.ResourceDownloader.initializeOnlineResource(ResourceDownloader.java:132)     at net.sourceforge.jnlp.cache.ResourceDownloader.initializeResource(ResourceDownloader.java:124)     at net.sourceforge.jnlp.cache.ResourceDownloader.run(ResourceDownloader.java:113)     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)     at java.lang.Thread.run(Thread.java:748) Caused by: java.io.FileNotFoundException: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2ffavicon.ico     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890)     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)     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:1481)     at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:347)     at net.sourceforge.jnlp.cache.ResourceDownloader.getUrlResponseCodeWithRedirectonResult(ResourceDownloader.java:78)     ... 7 more
Following exception: 'https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2ffavicon.ico' should be harmless, but may help in finding root cause.
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2ffavicon.ico
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: socket://docs.oracle.com:443
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/favicon.ico
done https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/favicon.ico
Adding sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/favicon.ico
Connecting https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/favicon.ico
For location=https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/favicon.ico state=PRECONNECT CONNECTING PREDOWNLOAD PROCESSING the server returned 404 code for GET request for https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/favicon.ico
Removed sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2ffavicon.ico
Disconnecting sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2ffavicon.ico
Key : Content-Type ,Value : [text/html; charset=UTF-8]
Key : Content-Language ,Value : [en]
Key : X-XSS-Protection ,Value : [1; mode=block]
Key : Content-Length ,Value : [14631]
Key : Expires ,Value : [Tue, 23 Apr 2019 05:01:45 GMT]
Key : Set-Cookie ,Value : [BIGipServer~Public~tahiti_prod_adc_pool_8777=rd2o00000000000000000000ffff89fe12dco8777; path=/; Httponly; Secure]
Key : Cache-Control ,Value : [no-cache, no-store, must-revalidate]
Key : Strict-Transport-Security ,Value : [max-age=0]
Key : X-DB-Content-length ,Value : [14631]
Key : X-Frame-Options ,Value : [SAMEORIGIN, SAMEORIGIN]
Key : Date ,Value : [Tue, 23 Apr 2019 05:01:45 GMT]
Key : Pragma ,Value : [no-cache]
Key : Connection ,Value : [keep-alive]
Key : X-Content-Type-Options ,Value : [nosniff]
Key : Server ,Value : [Oracle-HTTP-Server-12c]
Key : null ,Value : [HTTP/1.1 404 Not Found]
java.io.FileNotFoundException: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2ffavicon.ico     at sun.reflect.GeneratedConstructorAccessor17.newInstance(Unknown Source)     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)     at java.lang.reflect.Constructor.newInstance(Constructor.java:423)     at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1944)     at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1939)     at java.security.AccessController.doPrivileged(Native Method)     at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1938)     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1508)     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)     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:1481)     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263)     at net.sourceforge.jnlp.util.HttpUtils.consumeAndCloseConnection(HttpUtils.java:67)     at net.sourceforge.jnlp.util.HttpUtils.consumeAndCloseConnectionSilently(HttpUtils.java:53)     at net.sourceforge.jnlp.cache.ResourceDownloader.getUrlResponseCodeWithRedirectonResult(ResourceDownloader.java:82)     at net.sourceforge.jnlp.cache.ResourceDownloader.findBestUrl(ResourceDownloader.java:293)     at net.sourceforge.jnlp.cache.ResourceDownloader.initializeOnlineResource(ResourceDownloader.java:132)     at net.sourceforge.jnlp.cache.ResourceDownloader.initializeResource(ResourceDownloader.java:124)     at net.sourceforge.jnlp.cache.ResourceDownloader.run(ResourceDownloader.java:113)     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)     at java.lang.Thread.run(Thread.java:748) Caused by: java.io.FileNotFoundException: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2ffavicon.ico     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890)     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)     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:1481)     at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:347)     at net.sourceforge.jnlp.cache.ResourceDownloader.getUrlResponseCodeWithRedirectonResult(ResourceDownloader.java:78)     ... 7 more
Following exception: 'https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2ffavicon.ico' should be harmless, but may help in finding root cause.
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: socket://docs.oracle.com:443
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2ffavicon.ico
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/favicon.ico
done https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/favicon.ico
Adding sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/favicon.ico
Connecting https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/favicon.ico
For location=https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/favicon.ico state=PRECONNECT CONNECTING PREDOWNLOAD PROCESSING the server returned 404 code for HEAD request for https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/favicon.ico
Removed sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2ffavicon.ico
Disconnecting sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2ffavicon.ico
Key : Content-Type ,Value : [text/html; charset=UTF-8]
Key : Content-Language ,Value : [en]
Key : X-XSS-Protection ,Value : [1; mode=block]
Key : Content-Length ,Value : [0]
Key : Expires ,Value : [Tue, 23 Apr 2019 05:01:44 GMT]
Key : Cache-Control ,Value : [no-cache, no-store, must-revalidate]
Key : Strict-Transport-Security ,Value : [max-age=0]
Key : X-DB-Content-length ,Value : [14631]
Key : X-Frame-Options ,Value : [SAMEORIGIN, SAMEORIGIN]
Key : Date ,Value : [Tue, 23 Apr 2019 05:01:44 GMT]
Key : Pragma ,Value : [no-cache]
Key : Connection ,Value : [keep-alive]
Key : X-Content-Type-Options ,Value : [nosniff]
Key : Server ,Value : [Oracle-HTTP-Server-12c]
Key : null ,Value : [HTTP/1.1 404 Not Found]
java.io.FileNotFoundException: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2ffavicon.ico     at sun.reflect.GeneratedConstructorAccessor17.newInstance(Unknown Source)     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)     at java.lang.reflect.Constructor.newInstance(Constructor.java:423)     at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1944)     at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1939)     at java.security.AccessController.doPrivileged(Native Method)     at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1938)     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1508)     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)     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:1481)     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263)     at net.sourceforge.jnlp.util.HttpUtils.consumeAndCloseConnection(HttpUtils.java:67)     at net.sourceforge.jnlp.util.HttpUtils.consumeAndCloseConnectionSilently(HttpUtils.java:53)     at net.sourceforge.jnlp.cache.ResourceDownloader.getUrlResponseCodeWithRedirectonResult(ResourceDownloader.java:82)     at net.sourceforge.jnlp.cache.ResourceDownloader.findBestUrl(ResourceDownloader.java:293)     at net.sourceforge.jnlp.cache.ResourceDownloader.initializeOnlineResource(ResourceDownloader.java:132)     at net.sourceforge.jnlp.cache.ResourceDownloader.initializeResource(ResourceDownloader.java:124)     at net.sourceforge.jnlp.cache.ResourceDownloader.run(ResourceDownloader.java:113)     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)     at java.lang.Thread.run(Thread.java:748) Caused by: java.io.FileNotFoundException: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2ffavicon.ico     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890)     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)     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:1481)     at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:347)     at net.sourceforge.jnlp.cache.ResourceDownloader.getUrlResponseCodeWithRedirectonResult(ResourceDownloader.java:78)     ... 7 more
Following exception: 'https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2ffavicon.ico' should be harmless, but may help in finding root cause.
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: socket://docs.oracle.com:443
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2ffavicon.ico
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/favicon.ico
done https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/favicon.ico
Adding sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/favicon.ico
Connecting https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/favicon.ico
For location=https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/favicon.ico state=PRECONNECT CONNECTING PREDOWNLOAD PROCESSING the server returned 404 code for HEAD request for https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/favicon.ico
Removed sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2ffavicon.ico
Disconnecting sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2ffavicon.ico
Key : Content-Type ,Value : [text/html; charset=UTF-8]
Key : Content-Language ,Value : [en]
Key : X-XSS-Protection ,Value : [1; mode=block]
Key : Content-Length ,Value : [0]
Key : Expires ,Value : [Tue, 23 Apr 2019 05:01:44 GMT]
Key : Set-Cookie ,Value : [BIGipServer~Public~tahiti_prod_adc_pool_8777=rd2o00000000000000000000ffff89fe12ddo8777; path=/; Httponly; Secure]
Key : Cache-Control ,Value : [no-cache, no-store, must-revalidate]
Key : Strict-Transport-Security ,Value : [max-age=0]
Key : X-DB-Content-length ,Value : [14631]
Key : X-Frame-Options ,Value : [SAMEORIGIN, SAMEORIGIN]
Key : Date ,Value : [Tue, 23 Apr 2019 05:01:44 GMT]
Key : Pragma ,Value : [no-cache]
Key : Connection ,Value : [keep-alive]
Key : X-Content-Type-Options ,Value : [nosniff]
Key : Server ,Value : [Oracle-HTTP-Server-12c]
Key : null ,Value : [HTTP/1.1 404 Not Found]
java.io.FileNotFoundException: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2ffavicon.ico     at sun.reflect.GeneratedConstructorAccessor17.newInstance(Unknown Source)     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)     at java.lang.reflect.Constructor.newInstance(Constructor.java:423)     at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1944)     at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1939)     at java.security.AccessController.doPrivileged(Native Method)     at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1938)     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1508)     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)     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:1481)     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263)     at net.sourceforge.jnlp.util.HttpUtils.consumeAndCloseConnection(HttpUtils.java:67)     at net.sourceforge.jnlp.util.HttpUtils.consumeAndCloseConnectionSilently(HttpUtils.java:53)     at net.sourceforge.jnlp.cache.ResourceDownloader.getUrlResponseCodeWithRedirectonResult(ResourceDownloader.java:82)     at net.sourceforge.jnlp.cache.ResourceDownloader.findBestUrl(ResourceDownloader.java:293)     at net.sourceforge.jnlp.cache.ResourceDownloader.initializeOnlineResource(ResourceDownloader.java:132)     at net.sourceforge.jnlp.cache.ResourceDownloader.initializeResource(ResourceDownloader.java:124)     at net.sourceforge.jnlp.cache.ResourceDownloader.run(ResourceDownloader.java:113)     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)     at java.lang.Thread.run(Thread.java:748) Caused by: java.io.FileNotFoundException: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2ffavicon.ico     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890)     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)     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:1481)     at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:347)     at net.sourceforge.jnlp.cache.ResourceDownloader.getUrlResponseCodeWithRedirectonResult(ResourceDownloader.java:78)     ... 7 more
Following exception: 'https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2ffavicon.ico' should be harmless, but may help in finding root cause.
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: socket://docs.oracle.com:443
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2ffavicon.ico
Removed sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2fShapedWindowDemoProject%2ffavicon.ico
Disconnecting sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2fShapedWindowDemoProject%2ffavicon.ico
java.io.FileNotFoundException: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2fShapedWindowDemoProject%2ffavicon.ico     at sun.reflect.GeneratedConstructorAccessor17.newInstance(Unknown Source)     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)     at java.lang.reflect.Constructor.newInstance(Constructor.java:423)     at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1944)     at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1939)     at java.security.AccessController.doPrivileged(Native Method)     at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1938)     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1508)     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)     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:1481)     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263)     at net.sourceforge.jnlp.cache.ResourceDownloader.downloadFile(ResourceDownloader.java:412)     at net.sourceforge.jnlp.cache.ResourceDownloader.downloadResource(ResourceDownloader.java:364)     at net.sourceforge.jnlp.cache.ResourceDownloader.run(ResourceDownloader.java:118)     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)     at java.lang.Thread.run(Thread.java:748) Caused by: java.io.FileNotFoundException: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2fShapedWindowDemoProject%2ffavicon.ico     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890)     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)     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:1481)     at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:3051)     at java.net.URLConnection.getContentEncoding(URLConnection.java:523)     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getContentEncoding(HttpsURLConnectionImpl.java:419)     at net.sourceforge.jnlp.cache.ResourceDownloader.downloadResource(ResourceDownloader.java:346)     ... 4 more
isCurrent:isCached false
Downloading file: https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/favicon.ico into: C:\Users\John Doe\.cache\icedtea-web\cache\18\https\docs.oracle.com\javase\tutorialJWS\samples\uiswing\ShapedWindowDemoProject\favicon.ico
Downloading https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/favicon.ico using https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/favicon.ico (encoding : null)
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: socket://docs.oracle.com:443
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2fShapedWindowDemoProject%2ffavicon.ico
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: socket://docs.oracle.com:443
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/favicon.ico
done https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/favicon.ico
Adding sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/favicon.ico
Connecting https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/favicon.ico
All possible urls for location=https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/favicon.ico state=PRECONNECT CONNECTING PREDOWNLOAD PROCESSING : [https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/favicon.ico, https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/favicon.ico]
Finding best URL for: https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/favicon.ico : DownloadOptions[use pack: false; use version: false]
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: socket://docs.oracle.com:443
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/favicon.ico
done https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/favicon.ico
Adding sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/favicon.ico
Connecting https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/favicon.ico
You are trying to get resource https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/favicon.ico but it is not in cache and could not be downloaded. Attempting to continue, but you may expect failure
For location=https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/favicon.ico state=PRECONNECT CONNECTING PREDOWNLOAD PROCESSING the server returned 404 code for GET request for https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/favicon.ico
Removed sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2fShapedWindowDemoProject%2ffavicon.ico
Disconnecting sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2fShapedWindowDemoProject%2ffavicon.ico
Key : Content-Type ,Value : [text/html; charset=UTF-8]
Key : Content-Language ,Value : [en]
Key : X-XSS-Protection ,Value : [1; mode=block]
Key : Content-Length ,Value : [14631]
Key : Expires ,Value : [Tue, 23 Apr 2019 05:01:42 GMT]
Key : Cache-Control ,Value : [no-cache, no-store, must-revalidate]
Key : Strict-Transport-Security ,Value : [max-age=0]
Key : X-DB-Content-length ,Value : [14631]
Key : X-Frame-Options ,Value : [SAMEORIGIN, SAMEORIGIN]
Key : Date ,Value : [Tue, 23 Apr 2019 05:01:42 GMT]
Key : Pragma ,Value : [no-cache]
Key : Connection ,Value : [keep-alive]
Key : X-Content-Type-Options ,Value : [nosniff]
Key : Server ,Value : [Oracle-HTTP-Server-12c]
Key : null ,Value : [HTTP/1.1 404 Not Found]
java.io.FileNotFoundException: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2fShapedWindowDemoProject%2ffavicon.ico     at sun.reflect.GeneratedConstructorAccessor17.newInstance(Unknown Source)     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)     at java.lang.reflect.Constructor.newInstance(Constructor.java:423)     at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1944)     at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1939)     at java.security.AccessController.doPrivileged(Native Method)     at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1938)     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1508)     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)     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:1481)     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263)     at net.sourceforge.jnlp.util.HttpUtils.consumeAndCloseConnection(HttpUtils.java:67)     at net.sourceforge.jnlp.util.HttpUtils.consumeAndCloseConnectionSilently(HttpUtils.java:53)     at net.sourceforge.jnlp.cache.ResourceDownloader.getUrlResponseCodeWithRedirectonResult(ResourceDownloader.java:82)     at net.sourceforge.jnlp.cache.ResourceDownloader.findBestUrl(ResourceDownloader.java:293)     at net.sourceforge.jnlp.cache.ResourceDownloader.initializeOnlineResource(ResourceDownloader.java:132)     at net.sourceforge.jnlp.cache.ResourceDownloader.initializeResource(ResourceDownloader.java:124)     at net.sourceforge.jnlp.cache.ResourceDownloader.run(ResourceDownloader.java:113)     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)     at java.lang.Thread.run(Thread.java:748) Caused by: java.io.FileNotFoundException: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2fShapedWindowDemoProject%2ffavicon.ico     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890)     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)     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:1481)     at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:347)     at net.sourceforge.jnlp.cache.ResourceDownloader.getUrlResponseCodeWithRedirectonResult(ResourceDownloader.java:78)     ... 7 more
Following exception: 'https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2fShapedWindowDemoProject%2ffavicon.ico' should be harmless, but may help in finding root cause.
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2fShapedWindowDemoProject%2ffavicon.ico
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: socket://docs.oracle.com:443
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/favicon.ico
done https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/favicon.ico
Adding sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/favicon.ico
Connecting https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/favicon.ico
For location=https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/favicon.ico state=PRECONNECT CONNECTING PREDOWNLOAD PROCESSING the server returned 404 code for GET request for https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/favicon.ico
Removed sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2fShapedWindowDemoProject%2ffavicon.ico
Disconnecting sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2fShapedWindowDemoProject%2ffavicon.ico
Key : Content-Type ,Value : [text/html; charset=UTF-8]
Key : Content-Language ,Value : [en]
Key : X-XSS-Protection ,Value : [1; mode=block]
Key : Content-Length ,Value : [14631]
Key : Expires ,Value : [Tue, 23 Apr 2019 05:01:42 GMT]
Key : Set-Cookie ,Value : [BIGipServer~Public~tahiti_prod_adc_pool_8777=rd2o00000000000000000000ffff89fe12ddo8777; path=/; Httponly; Secure]
Key : Cache-Control ,Value : [no-cache, no-store, must-revalidate]
Key : Strict-Transport-Security ,Value : [max-age=0]
Key : X-DB-Content-length ,Value : [14631]
Key : X-Frame-Options ,Value : [SAMEORIGIN, SAMEORIGIN]
Key : Date ,Value : [Tue, 23 Apr 2019 05:01:42 GMT]
Key : Pragma ,Value : [no-cache]
Key : Connection ,Value : [keep-alive]
Key : X-Content-Type-Options ,Value : [nosniff]
Key : Server ,Value : [Oracle-HTTP-Server-12c]
Key : null ,Value : [HTTP/1.1 404 Not Found]
java.io.FileNotFoundException: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2fShapedWindowDemoProject%2ffavicon.ico     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)     at java.lang.reflect.Constructor.newInstance(Constructor.java:423)     at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1944)     at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1939)     at java.security.AccessController.doPrivileged(Native Method)     at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1938)     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1508)     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)     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:1481)     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263)     at net.sourceforge.jnlp.util.HttpUtils.consumeAndCloseConnection(HttpUtils.java:67)     at net.sourceforge.jnlp.util.HttpUtils.consumeAndCloseConnectionSilently(HttpUtils.java:53)     at net.sourceforge.jnlp.cache.ResourceDownloader.getUrlResponseCodeWithRedirectonResult(ResourceDownloader.java:82)     at net.sourceforge.jnlp.cache.ResourceDownloader.findBestUrl(ResourceDownloader.java:293)     at net.sourceforge.jnlp.cache.ResourceDownloader.initializeOnlineResource(ResourceDownloader.java:132)     at net.sourceforge.jnlp.cache.ResourceDownloader.initializeResource(ResourceDownloader.java:124)     at net.sourceforge.jnlp.cache.ResourceDownloader.run(ResourceDownloader.java:113)     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)     at java.lang.Thread.run(Thread.java:748) Caused by: java.io.FileNotFoundException: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2fShapedWindowDemoProject%2ffavicon.ico     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890)     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)     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:1481)     at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:347)     at net.sourceforge.jnlp.cache.ResourceDownloader.getUrlResponseCodeWithRedirectonResult(ResourceDownloader.java:78)     ... 7 more
Following exception: 'https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2fShapedWindowDemoProject%2ffavicon.ico' should be harmless, but may help in finding root cause.
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: socket://docs.oracle.com:443
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2fShapedWindowDemoProject%2ffavicon.ico
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/favicon.ico
done https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/favicon.ico
Adding sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/favicon.ico
Connecting https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/favicon.ico
For location=https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/favicon.ico state=PRECONNECT CONNECTING PREDOWNLOAD PROCESSING the server returned 404 code for HEAD request for https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/favicon.ico
Removed sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2fShapedWindowDemoProject%2ffavicon.ico
Disconnecting sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2fShapedWindowDemoProject%2ffavicon.ico
Key : Content-Type ,Value : [text/html; charset=UTF-8]
Key : Content-Language ,Value : [en]
Key : X-XSS-Protection ,Value : [1; mode=block]
Key : Content-Length ,Value : [0]
Key : Expires ,Value : [Tue, 23 Apr 2019 05:01:40 GMT]
Key : Cache-Control ,Value : [no-cache, no-store, must-revalidate]
Key : Strict-Transport-Security ,Value : [max-age=0]
Key : X-DB-Content-length ,Value : [14631]
Key : X-Frame-Options ,Value : [SAMEORIGIN, SAMEORIGIN]
Key : Date ,Value : [Tue, 23 Apr 2019 05:01:40 GMT]
Key : Pragma ,Value : [no-cache]
Key : Connection ,Value : [keep-alive]
Key : X-Content-Type-Options ,Value : [nosniff]
Key : Server ,Value : [Oracle-HTTP-Server-12c]
Key : null ,Value : [HTTP/1.1 404 Not Found]
java.io.FileNotFoundException: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2fShapedWindowDemoProject%2ffavicon.ico     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)     at java.lang.reflect.Constructor.newInstance(Constructor.java:423)     at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1944)     at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1939)     at java.security.AccessController.doPrivileged(Native Method)     at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1938)     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1508)     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)     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:1481)     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263)     at net.sourceforge.jnlp.util.HttpUtils.consumeAndCloseConnection(HttpUtils.java:67)     at net.sourceforge.jnlp.util.HttpUtils.consumeAndCloseConnectionSilently(HttpUtils.java:53)     at net.sourceforge.jnlp.cache.ResourceDownloader.getUrlResponseCodeWithRedirectonResult(ResourceDownloader.java:82)     at net.sourceforge.jnlp.cache.ResourceDownloader.findBestUrl(ResourceDownloader.java:293)     at net.sourceforge.jnlp.cache.ResourceDownloader.initializeOnlineResource(ResourceDownloader.java:132)     at net.sourceforge.jnlp.cache.ResourceDownloader.initializeResource(ResourceDownloader.java:124)     at net.sourceforge.jnlp.cache.ResourceDownloader.run(ResourceDownloader.java:113)     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)     at java.lang.Thread.run(Thread.java:748) Caused by: java.io.FileNotFoundException: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2fShapedWindowDemoProject%2ffavicon.ico     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890)     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)     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:1481)     at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:347)     at net.sourceforge.jnlp.cache.ResourceDownloader.getUrlResponseCodeWithRedirectonResult(ResourceDownloader.java:78)     ... 7 more
Following exception: 'https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2fShapedWindowDemoProject%2ffavicon.ico' should be harmless, but may help in finding root cause.
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: socket://docs.oracle.com:443
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2fShapedWindowDemoProject%2ffavicon.ico
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/favicon.ico
done https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/favicon.ico
Adding sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/favicon.ico
Connecting https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/favicon.ico
For location=https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/favicon.ico state=PRECONNECT CONNECTING PREDOWNLOAD PROCESSING the server returned 404 code for HEAD request for https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/favicon.ico
Removed sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2fShapedWindowDemoProject%2ffavicon.ico
Disconnecting sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2fShapedWindowDemoProject%2ffavicon.ico
Key : Content-Type ,Value : [text/html; charset=UTF-8]
Key : Content-Language ,Value : [en]
Key : X-XSS-Protection ,Value : [1; mode=block]
Key : Content-Length ,Value : [0]
Key : Expires ,Value : [Tue, 23 Apr 2019 05:01:40 GMT]
Key : Set-Cookie ,Value : [BIGipServer~Public~tahiti_prod_adc_pool_8777=rd2o00000000000000000000ffff89fe12dbo8777; path=/; Httponly; Secure]
Key : Cache-Control ,Value : [no-cache, no-store, must-revalidate]
Key : Strict-Transport-Security ,Value : [max-age=0]
Key : X-DB-Content-length ,Value : [14631]
Key : X-Frame-Options ,Value : [SAMEORIGIN, SAMEORIGIN]
Key : Date ,Value : [Tue, 23 Apr 2019 05:01:40 GMT]
Key : Pragma ,Value : [no-cache]
Key : Connection ,Value : [keep-alive]
Key : X-Content-Type-Options ,Value : [nosniff]
Key : Server ,Value : [Oracle-HTTP-Server-12c]
Key : null ,Value : [HTTP/1.1 404 Not Found]
java.io.FileNotFoundException: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2fShapedWindowDemoProject%2ffavicon.ico     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)     at java.lang.reflect.Constructor.newInstance(Constructor.java:423)     at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1944)     at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1939)     at java.security.AccessController.doPrivileged(Native Method)     at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1938)     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1508)     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)     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:1481)     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263)     at net.sourceforge.jnlp.util.HttpUtils.consumeAndCloseConnection(HttpUtils.java:67)     at net.sourceforge.jnlp.util.HttpUtils.consumeAndCloseConnectionSilently(HttpUtils.java:53)     at net.sourceforge.jnlp.cache.ResourceDownloader.getUrlResponseCodeWithRedirectonResult(ResourceDownloader.java:82)     at net.sourceforge.jnlp.cache.ResourceDownloader.findBestUrl(ResourceDownloader.java:293)     at net.sourceforge.jnlp.cache.ResourceDownloader.initializeOnlineResource(ResourceDownloader.java:132)     at net.sourceforge.jnlp.cache.ResourceDownloader.initializeResource(ResourceDownloader.java:124)     at net.sourceforge.jnlp.cache.ResourceDownloader.run(ResourceDownloader.java:113)     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)     at java.lang.Thread.run(Thread.java:748) Caused by: java.io.FileNotFoundException: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2fShapedWindowDemoProject%2ffavicon.ico     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890)     at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1484)     at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1482)     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:1481)     at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:347)     at net.sourceforge.jnlp.cache.ResourceDownloader.getUrlResponseCodeWithRedirectonResult(ResourceDownloader.java:78)     ... 7 more
Following exception: 'https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2fShapedWindowDemoProject%2ffavicon.ico' should be harmless, but may help in finding root cause.
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: socket://docs.oracle.com:443
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/pls/rdman/handle404?X_ORCL_404path=%2fjavase%2ftutorialJWS%2fsamples%2fuiswing%2fShapedWindowDemoProject%2ffavicon.ico
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/favicon.ico
done https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/favicon.ico
Adding sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/favicon.ico
Connecting https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/favicon.ico
All possible urls for location=https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/favicon.ico state=PRECONNECT CONNECTING PREDOWNLOAD PROCESSING : [https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/favicon.ico, https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/favicon.ico]
Finding best URL for: https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/favicon.ico : DownloadOptions[use pack: false; use version: false]
Acceptable title tag found, contains: ShapedWindowDemo (Shaped Window Demo)
Acceptable title tag found, contains: ShapedWindowDemo (Shaped Window Demo)
Generating windows desktop shorcut
Permission added: ("java.io.FilePermission" "C:\Users\John Doe\.cache\icedtea-web\cache\17\https\docs.oracle.com\javase\tutorialJWS\samples\uiswing\ShapedWindowDemoProject\ShapedWindowDemo.jar" "read")
Activate native: https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jar
Activate jar: file:/C:/Users/John Doe/.cache/icedtea-web/cache/17/https/docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jar
Acceptable title tag found, contains: ShapedWindowDemo (Shaped Window Demo)
Entry-Point manifest attribute for yours 'misc.ShapedWindowDemo'not found. Continuing.
All applications resources (https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject) are from codebas/documentbase https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject//https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/, skipping Application-Library-Allowable-Codebase Attribute check.
OK - https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject is from codebase/docbase.
- https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject
Found alaca URLs to be verified
The 'permissions' attribute is 'sandbox' and the applet is signed. Forcing sandbox.
Codebase matches codebase manifest attribute, but application is unsigned. Continuing. See: http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/security/no_redeploy.html for details.
Trusted Only manifest attribute not found. Continuing.
Returning value:YES
Setting value:YES
Setting value:null
App has trusted root CA: true
App already has trusted publisher: false
App already has trusted publisher: true
Ending check for signed JNLP file...
App already has trusted publisher: true
App already has trusted publisher: true
Znalezino CN=VeriSign Class 3 Public Primary Certification Authority - G5,OU=(c) 2006 VeriSign\, Inc. - For authorized use only,OU=VeriSign Trust Network,O=VeriSign\, Inc.,C=US w cacerts (C:\Zulu\zulu8.36.0.1-ca-fx-jdk8.0.202-win_x64\jre\lib\security\cacerts)
Jar found at C:\Users\John Doe\.cache\icedtea-web\cache\17\https\docs.oracle.com\javase\tutorialJWS\samples\uiswing\ShapedWindowDemoProject\ShapedWindowDemo.jarhas been verified as SIGNED_NOT_OK
Removed sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jar
Disconnecting sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jar
isCurrent:isCached false
Downloading file: https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jar into: C:\Users\John Doe\.cache\icedtea-web\cache\17\https\docs.oracle.com\javase\tutorialJWS\samples\uiswing\ShapedWindowDemoProject\ShapedWindowDemo.jar
Downloading https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jar using https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jar (encoding : null)
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jar
done https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jar
Adding sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jar
Connecting https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jar
Removed sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jar
Disconnecting sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jar
isCurrent: https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jar = false
isCurrent:isCached false
done https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jar
Adding sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jar
Connecting https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jar
best url for location=https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jar state=PRECONNECT CONNECTING PREDOWNLOAD PROCESSING is https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jar by HEAD
Removed sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jar
Disconnecting sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jar
Key : Content-Type ,Value : [application/x-jar]
Key : Date ,Value : [Tue, 23 Apr 2019 05:01:32 GMT]
Key : Content-Length ,Value : [13092]
Key : Last-Modified ,Value : [Wed, 08 Mar 2017 21:05:53 GMT]
Key : Connection ,Value : [keep-alive]
Key : ETag ,Value : ["007f889069314e28c6a3c37677b732fe:1489784614"]
Key : Server ,Value : [AkamaiNetStorage]
Key : null ,Value : [HTTP/1.1 200 OK]
Key : Accept-Ranges ,Value : [bytes]
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jar
done https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jar
Adding sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jar
Connecting https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jar
All possible urls for location=https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jar state=PRECONNECT CONNECTING PREDOWNLOAD PROCESSING : [https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jar, https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jar]
Finding best URL for: https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jar : DownloadOptions[use pack: false; use version: false]
Acceptable title tag found, contains: ShapedWindowDemo
Jars not ready to provide attribute Application-Name
New classloader: https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jnlp
        result: null
Acceptable title tag found, contains: ShapedWindowDemo
Jars not ready to provide attribute Application-Name
Acceptable title tag found, contains: ShapedWindowDemo
Jars not ready to provide attribute Application-Name
Acquired shared lock on C:\Users\JOHNDO~1\AppData\Local\Temp\John Doe\netx\locks\netx_running to indicate javaws is running
UNIQUEKEY=1555995702000-1453658504-https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jnlp
good - your JRE - 1.8.0_202 - match requested JRE - 1.7+
Acceptable vendor tag found, contains: The Java(tm) Tutorial
Acceptable title tag found, contains: ShapedWindowDemo
Jars not ready to provide attribute Application-Name
Description: ShapedWindowDemo
Homepage: https://docs.oracle.com/javase/tutorial/uiswing/examples/misc/index.html#ShapedWindowDemo
line: 23
line: 22
line: 21 </jnlp>
line: 20 
line: 19  <application-desc main-class="misc.ShapedWindowDemo"></application-desc>
line: 18  </resources>
line: 17    <jar href="ShapedWindowDemo.jar"></jar>
line: 16    <j2se version="1.7+"></j2se>
line: 15  <resources>
line: 14  </information>
line: 13    <offline-allowed></offline-allowed>
line: 12    <description kind="short">Creates an oval-shaped window with 30 percent translucency.</description>
line: 11    <description>ShapedWindowDemo</description>
line: 10    <homepage href="https://docs.oracle.com/javase/tutorial/uiswing/examples/misc/index.html#ShapedWindowDemo"></homepage>
line: 9    <vendor>The Java(tm) Tutorial</vendor>
line: 8    <title>ShapedWindowDemo</title>
line: 7  <information>
line: 6 <jnlp spec="1.0+" codebase="https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject" href="ShapedWindowDemo.jnlp" xmlns="http://www.w3.org/1999/xhtml">
line: 5
line: 4
line: 3
line: 2
<?xml version="1.0" standalone="yes"?>
Using MalformedXMLParser
UNIQUEKEY=1555995702000-2102754499-file:/D:/Pobrane/ShapedWindowDemo.jnlp
Removed sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jnlp
Disconnecting sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jnlp
isCurrent:isCached false
Downloading file: https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jnlp into: C:\Users\John Doe\.cache\icedtea-web\cache\16\https\docs.oracle.com\javase\tutorialJWS\samples\uiswing\ShapedWindowDemoProject\ShapedWindowDemo.jnlp
Downloading https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jnlp using https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jnlp (encoding : null)
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jnlp
done https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jnlp
Adding sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jnlp
Connecting https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jnlp
Removed sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jnlp
Disconnecting sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jnlp
isCurrent: https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jnlp = false
isCurrent:isCached false
done https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jnlp
Adding sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jnlp
Connecting https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jnlp
best url for location=https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jnlp state=PRECONNECT CONNECTING PREDOWNLOAD PROCESSING is https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jnlp by HEAD
Removed sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jnlp
Disconnecting sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jnlp
Key : Content-Type ,Value : [application/x-java-jnlp-file]
Key : Date ,Value : [Tue, 23 Apr 2019 05:01:32 GMT]
Key : Content-Length ,Value : [2393]
Key : Last-Modified ,Value : [Wed, 08 Mar 2017 21:05:53 GMT]
Key : Connection ,Value : [keep-alive]
Key : ETag ,Value : ["8f0c8cb134d0b7613953a57f9e2e5664:1489784614"]
Key : Server ,Value : [AkamaiNetStorage]
Key : null ,Value : [HTTP/1.1 200 OK]
Key : Accept-Ranges ,Value : [bytes]
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: socket://docs.oracle.com:443
Selected proxies: [DIRECT]
Browser selected proxies: [DIRECT]
Opcja proxy „4” (Automatic) przeglądarki jeszcze nie jest obsługiwana.
Selecting proxy for: https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jnlp
done https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jnlp
Adding sun.net.www.protocol.https.DelegateHttpsURLConnection:https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jnlp
Connecting https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jnlp
All possible urls for location=https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jnlp state=PRECONNECT CONNECTING PREDOWNLOAD PROCESSING : [https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jnlp, https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jnlp]
Finding best URL for: https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject/ShapedWindowDemo.jnlp : DownloadOptions[use pack: false; use version: false]
good - your JRE - 1.8.0_202 - match requested JRE - 1.7+
Acceptable vendor tag found, contains: The Java(tm) Tutorial
Acceptable title tag found, contains: ShapedWindowDemo
Jars not ready to provide attribute Application-Name
Description: ShapedWindowDemo
Homepage: https://docs.oracle.com/javase/tutorial/uiswing/examples/misc/index.html#ShapedWindowDemo
line: 23
line: 22
line: 21 </jnlp>
line: 20 
line: 19  <application-desc main-class="misc.ShapedWindowDemo"></application-desc>
line: 18  </resources>
line: 17    <jar href="ShapedWindowDemo.jar"></jar>
line: 16    <j2se version="1.7+"></j2se>
line: 15  <resources>
line: 14  </information>
line: 13    <offline-allowed></offline-allowed>
line: 12    <description kind="short">Creates an oval-shaped window with 30 percent translucency.</description>
line: 11    <description>ShapedWindowDemo</description>
line: 10    <homepage href="https://docs.oracle.com/javase/tutorial/uiswing/examples/misc/index.html#ShapedWindowDemo"></homepage>
line: 9    <vendor>The Java(tm) Tutorial</vendor>
line: 8    <title>ShapedWindowDemo</title>
line: 7  <information>
line: 6 <jnlp spec="1.0+" codebase="https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/ShapedWindowDemoProject" href="ShapedWindowDemo.jnlp" xmlns="http://www.w3.org/1999/xhtml">
line: 5
line: 4
line: 3
line: 2
<?xml version="1.0" standalone="yes"?>
Using MalformedXMLParser
Lokalizacja pliku JNLP: D:\Pobrane\ShapedWindowDemo.jnlp
Proceeding with jnlp
Read 444 entries from Firefox's preferences
Found preferences file: C:\Users\John Doe\AppData\Roaming\Mozilla\Firefox\Profiles/g4pp5xpr.default\prefs.js
Using firefox's profiles file: C:\Users\John Doe\AppData\Roaming\Mozilla\Firefox\profiles.ini
Starting security dialog thread
java.net.URISyntaxException: Illegal character in path at index 21: file://C:/Users/John Doe/.config/icedtea-web/security/java.policy     at java.net.URI$Parser.fail(URI.java:2848)     at java.net.URI$Parser.checkChars(URI.java:3021)     at java.net.URI$Parser.parseHierarchical(URI.java:3105)     at java.net.URI$Parser.parse(URI.java:3053)     at java.net.URI.<init>(URI.java:588)     at net.sourceforge.jnlp.runtime.JNLPPolicy.getPolicyFromUrl(JNLPPolicy.java:188)     at net.sourceforge.jnlp.runtime.JNLPPolicy.<init>(JNLPPolicy.java:64)     at net.sourceforge.jnlp.runtime.JNLPRuntime.initialize(JNLPRuntime.java:260)     at net.sourceforge.jnlp.runtime.Boot.init(Boot.java:349)     at net.sourceforge.jnlp.runtime.JnlpBoot.run(JnlpBoot.java:58)     at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:270)     at net.sourceforge.jnlp.runtime.Boot.run(Boot.java:63)     at java.security.AccessController.doPrivileged(Native Method)     at net.sourceforge.jnlp.runtime.Boot.main(Boot.java:210)
Forcing of offline set to: false
WARNING: key deployment.system.cachedir has no value, setting to default value
Loading User level properties from: file:/C:/Users/John%20Doe/.config/icedtea-web/deployment.properties
Ico provider registered correctly.
cache: C:\Users\John Doe\.cache\icedtea-web file exists:true
config: C:\Users\John Doe\.config\icedtea-web file exists: true
System is already following XDG .cache and .config specifications
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment