Team-Fruit / SignPicture

The sign tells us how beautiful it is!
GNU Lesser General Public License v3.0
32 stars 23 forks source link

ERROR #10

Closed tacogerbil closed 7 years ago

tacogerbil commented 7 years ago

I'm hosting the images on a web server through hostgator ISP. I have full control and the files are publicly accessible. Everyone on my server has had no problems seeing them at all... until recently.... We randomly get this error about some "content .... does not exist"_ and the image fails to load. Sometimes the image will load randomly.. sometimes not until after several restarts of the client or the computer... I tried using the supplied "Upload" button but it seems only I am able to see those images.. everyone else on my personal server sees the same error as the one from hosting images on my personal web server, about some "content .... does not exist"_ image SignPicture-1.10.2-2.5.1-universal forge-1.10.2-12.18.3.2185-universal

Kamesuta commented 7 years ago

In the guess from the image, if it is an http type error, the server may have returned a 404 error. If it is a FileNotFoundException or the like, there is a possibility that the access to the cache folder or temporary folder etc. is not successful. Please check with your browser again. Also, I could not read what the error is because the image is too small, but what did it say?


画像からの推測では、http系のエラーでしたらサーバが404エラーを返している可能性があります。FileNotFoundExceptionなどでしたら、キャッシュフォルダや一時的フォルダなどとのアクセスがうまくいっていない可能性があります。ブラウザなどでもう一度ご確認ください。また、画像が小さすぎて何のエラーなのかを読み取ることができませんでしたが、何と書いてありましたか?

tacogerbil commented 7 years ago

It is the path to the /minecraft/signpic/temp/content_ file. I'm sitting right next to my son... He can see the image, My older son as well. http://adamstablet.com/MC/imageSigns/DSlayer.jpg is the image in this case..

On Sun, Dec 11, 2016 at 2:07 PM, Kamesuta notifications@github.com wrote:

In the guess from the image, if it is an http type error, the server may have returned a 404 error. If it is a FileNotFoundException or the like, there is a possibility that the access to the cache folder or temporary folder etc. is not successful. Please check with your browser again. Also, I could not read what the error is because the image is too small, but what did it say?

画像からの推測では、http系のエラーでしたらサーバが404エラーを返している可能性があります。 FileNotFoundExceptionなどでしたら、キャッシュフォルダや一時的フォルダなどとのアクセスがうまくいっていない可能性があります。 ブラウザなどでもう一度ご確認ください。また、画像が小さすぎて何のエラーなのかを読み取ることができませんでしたが、何と書いてありましたか?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Team-Fruit/SignPicture/issues/10#issuecomment-266311841, or mute the thread https://github.com/notifications/unsubscribe-auth/AMXIcyLSWh0-IMM-hvdVAUXo7QzLQOyWks5rHHQygaJpZM4LJ-0u .

Kamesuta commented 7 years ago

ImageProcessing of SignPicture is downloaded to the temp folder and then moved to the cache folder. This error was downloaded to the temp folder, but the downloaded image soon disappeared, so the file could not be moved to the cache folder. There is a possibility that the security software etc erases the image. Please add signpic folder to monitor exception and try again.


SignPictureの画像処理は、tempフォルダにダウンロードしたあと、cacheフォルダに移動するようになっています。今回のエラーは、tempフォルダにダウンロードしたが、ダウンロードした画像がすぐになくなってしまったため、ファイルをcacheフォルダに移動することができなかったというものでしょう。セキュリティソフトなどが画像を消去している可能性があります。signpicフォルダを監視例外に追加してもう一度お試しください。

tacogerbil commented 7 years ago

I have no security software... I'm on a Mac. Outside the firewall the files just get downloaded... It happened in the past.. I would leave.. go several chunks away, come back and you would see a bluish "loading" circle and it would be back. Right now after a couple of restarts it still shows the error. I have even re-installed everything from scratch.. Nothing... even the image I used for your upload is now nor showing up and all 3 folders are empty.... image

image

tacogerbil commented 7 years ago

Another thing.... I'm trying to redo a sign from scratch with this image ---> http://adamstablet.com/MC/imageSigns/hardwarestore.png ... I get the error as soon as I click on "Preview". It's almost as if it's unable to download the image and create the necessary content_ file... image

Kamesuta commented 7 years ago

The debug log function was implemented in the latest version 2.6.1. Please update to 2.6.1, start Minecraft after displaying console, set debugLog of config to true, and try loading the previous image. Details of the error are displayed on the console, so please report it to us.

If you get over the retry count limit, please press Options from the GUI, right click on the sign and press the download again.


最新版2.6.1にデバッグログ機能を実装しました。2.6.1にアップデートし、コンソールを表示した上でMinecraftを起動し、configのdebugLogをtrueにし、先ほどの画像を読み込んでみてください。コンソールにエラーの詳細が表示されますので、それをこちらにご報告ください。

もし、リトライカウント制限に引っかかる場合は、GUIよりOptionsを押し、看板を右クリックして再ダウンロードを押してください。

tacogerbil commented 7 years ago

Turned on Debug.. I tried loading this image --> http://adamstablet.com/MC/imageSigns/sharklego.jpg (I had already placed it on a wall a while back, it was showing the red error symbol for a while now). I destroyed the previous one (same image) and loaded it in again to see if it would make a difference... I tried it two times with the same image. Still will not load, I get the same error.

[18:32:13] [signpic-http-0/ERROR] [signpic]: [DEBUG] Invalid URL java.net.URISyntaxException: Illegal character in authority at index 7: http://--->Door at java.net.URI$Parser.fail(URI.java:2848) ~[?:1.8.0_66] at java.net.URI$Parser.parseAuthority(URI.java:3186) ~[?:1.8.0_66] at java.net.URI$Parser.parseHierarchical(URI.java:3097) ~[?:1.8.0_66] at java.net.URI$Parser.parse(URI.java:3053) ~[?:1.8.0_66] at java.net.URI.(URI.java:588) ~[?:1.8.0_66] at com.kamesuta.mc.signpic.entry.content.ContentLocation.remoteLocation(ContentLocation.java:13) ~[ContentLocation.class:?] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:56) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:32:13] [signpic-http-0/ERROR] [signpic]: [DEBUG] Invalid URL java.net.URISyntaxException: Illegal character in authority at index 7: http://<-----BED at java.net.URI$Parser.fail(URI.java:2848) ~[?:1.8.0_66] at java.net.URI$Parser.parseAuthority(URI.java:3186) ~[?:1.8.0_66] at java.net.URI$Parser.parseHierarchical(URI.java:3097) ~[?:1.8.0_66] at java.net.URI$Parser.parse(URI.java:3053) ~[?:1.8.0_66] at java.net.URI.(URI.java:588) ~[?:1.8.0_66] at com.kamesuta.mc.signpic.entry.content.ContentLocation.remoteLocation(ContentLocation.java:13) ~[ContentLocation.class:?] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:56) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:32:13] [signpic-http-1/ERROR] [signpic]: [DEBUG] Failed to Read: §7java.io.FileNotFoundException: Source '/Users/adam/.TacoGerbils_Launcher/Tacoinstance/NoodlesVille/minecraft/signpic/temp/content_9150229366469262798' does not exist java.io.FileNotFoundException: Source '/Users/adam/.TacoGerbils_Launcher/Tacoinstance/NoodlesVille/minecraft/signpic/temp/content_9150229366469262798' does not exist at org.apache.commons.io.FileUtils.moveFile(FileUtils.java:2819) ~[commons-io-2.4.jar:2.4] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:115) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:32:13] [signpic-http-2/ERROR] [signpic]: [DEBUG] Failed to Read: §7java.io.FileNotFoundException: Source '/Users/adam/.TacoGerbils_Launcher/Tacoinstance/NoodlesVille/minecraft/signpic/temp/content_3899975281904470968' does not exist java.io.FileNotFoundException: Source '/Users/adam/.TacoGerbils_Launcher/Tacoinstance/NoodlesVille/minecraft/signpic/temp/content_3899975281904470968' does not exist at org.apache.commons.io.FileUtils.moveFile(FileUtils.java:2819) ~[commons-io-2.4.jar:2.4] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:115) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:32:34] [Client thread/INFO] [LiteLoader]: Baking listener list for PlayerClickListener with 0 listeners [18:35:57] [Client thread/INFO] [signpic]: [DEBUG] signmeta={}, unsupported=false [18:35:57] [signpic-http-0/ERROR] [signpic]: [DEBUG] Invalid URL java.net.URISyntaxException: Expected authority at index 7: http:// at java.net.URI$Parser.fail(URI.java:2848) ~[?:1.8.0_66] at java.net.URI$Parser.failExpecting(URI.java:2854) ~[?:1.8.0_66] at java.net.URI$Parser.parseHierarchical(URI.java:3102) ~[?:1.8.0_66] at java.net.URI$Parser.parse(URI.java:3053) ~[?:1.8.0_66] at java.net.URI.(URI.java:588) ~[?:1.8.0_66] at com.kamesuta.mc.signpic.entry.content.ContentLocation.remoteLocation(ContentLocation.java:13) ~[ContentLocation.class:?] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:56) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:36:03] [Client thread/INFO] [signpic]: [DEBUG] signmeta={}, unsupported=false [18:36:03] [signpic-http-1/ERROR] [signpic]: [DEBUG] Failed to Read: §7java.io.FileNotFoundException: Source '/Users/adam/.TacoGerbils_Launcher/Tacoinstance/NoodlesVille/minecraft/signpic/temp/content_444130831715160946' does not exist java.io.FileNotFoundException: Source '/Users/adam/.TacoGerbils_Launcher/Tacoinstance/NoodlesVille/minecraft/signpic/temp/content_444130831715160946' does not exist at org.apache.commons.io.FileUtils.moveFile(FileUtils.java:2819) ~[commons-io-2.4.jar:2.4] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:115) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:36:08] [signpic-http-2/ERROR] [signpic]: [DEBUG] Invalid URL java.net.URISyntaxException: Illegal character in authority at index 7: http://--->Door at java.net.URI$Parser.fail(URI.java:2848) ~[?:1.8.0_66] at java.net.URI$Parser.parseAuthority(URI.java:3186) ~[?:1.8.0_66] at java.net.URI$Parser.parseHierarchical(URI.java:3097) ~[?:1.8.0_66] at java.net.URI$Parser.parse(URI.java:3053) ~[?:1.8.0_66] at java.net.URI.(URI.java:588) ~[?:1.8.0_66] at com.kamesuta.mc.signpic.entry.content.ContentLocation.remoteLocation(ContentLocation.java:13) ~[ContentLocation.class:?] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:56) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:36:08] [signpic-http-0/ERROR] [signpic]: [DEBUG] Invalid URL java.net.URISyntaxException: Illegal character in authority at index 7: http://<-----BED at java.net.URI$Parser.fail(URI.java:2848) ~[?:1.8.0_66] at java.net.URI$Parser.parseAuthority(URI.java:3186) ~[?:1.8.0_66] at java.net.URI$Parser.parseHierarchical(URI.java:3097) ~[?:1.8.0_66] at java.net.URI$Parser.parse(URI.java:3053) ~[?:1.8.0_66] at java.net.URI.(URI.java:588) ~[?:1.8.0_66] at com.kamesuta.mc.signpic.entry.content.ContentLocation.remoteLocation(ContentLocation.java:13) ~[ContentLocation.class:?] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:56) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:36:15] [Client thread/INFO] [signpic]: [DEBUG] signmeta={}, unsupported=false [18:36:22] [signpic-http-1/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://# org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://# at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:36:22] [signpic-http-2/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#a org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#a at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:36:22] [signpic-http-0/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#ad org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#ad at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:36:22] [signpic-http-1/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#ada org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#ada at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:36:22] [signpic-http-2/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adam org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adam at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:36:23] [signpic-http-0/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adams org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adams at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:36:23] [signpic-http-1/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamst org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamst at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:36:23] [signpic-http-2/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamsta org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamsta at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:36:23] [signpic-http-0/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstab org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstab at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:36:23] [signpic-http-1/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstabl org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstabl at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:36:23] [signpic-http-2/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstable org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstable at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:36:23] [signpic-http-0/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:36:23] [signpic-http-1/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet. org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet. at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:36:23] [signpic-http-2/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.c org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.c at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:36:23] [signpic-http-0/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.co org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.co at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:36:23] [signpic-http-1/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:36:23] [signpic-http-2/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/ org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/ at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:36:23] [signpic-http-0/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/M org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/M at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:36:23] [signpic-http-1/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:36:23] [signpic-http-2/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/ org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/ at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:36:23] [signpic-http-0/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/i org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/i at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:36:23] [signpic-http-1/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/im org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/im at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:36:23] [signpic-http-2/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/ima org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/ima at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:36:24] [signpic-http-0/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imag org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imag at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:36:24] [signpic-http-1/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/image org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/image at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:36:24] [signpic-http-2/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageS org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageS at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:36:24] [signpic-http-0/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSi org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSi at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:36:24] [signpic-http-1/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSig org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSig at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:36:24] [signpic-http-2/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSign org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSign at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:36:24] [signpic-http-0/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSigns org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSigns at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:36:24] [signpic-http-1/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSigns/ org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSigns/ at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:36:24] [signpic-http-2/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSigns/s org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSigns/s at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:36:24] [signpic-http-0/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSigns/sh org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSigns/sh at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:36:24] [signpic-http-1/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSigns/sha org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSigns/sha at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:36:24] [signpic-http-2/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSigns/shar org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSigns/shar at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:36:24] [signpic-http-0/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSigns/shark org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSigns/shark at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:36:24] [signpic-http-1/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSigns/sharkl org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSigns/sharkl at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:36:24] [signpic-http-2/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSigns/sharkle org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSigns/sharkle at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:36:25] [signpic-http-0/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSigns/sharkleg org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSigns/sharkleg at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:36:25] [signpic-http-1/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSigns/sharklego. org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSigns/sharklego. at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:36:25] [Client thread/INFO] [signpic]: [DEBUG] signmeta={}, unsupported=false [18:37:01] [Client thread/INFO] [signpic]: [DEBUG] signmeta={}, unsupported=false [18:37:01] [Client thread/INFO] [signpic]: [DEBUG] signmeta={}, unsupported=false [18:37:25] [Client thread/INFO] [signpic]: [DEBUG] signmeta={3x2}, unsupported=false [18:37:25] [signpic-http-2/ERROR] [signpic]: [DEBUG] Failed to Read: §7java.io.FileNotFoundException: Source '/Users/adam/.TacoGerbils_Launcher/Tacoinstance/NoodlesVille/minecraft/signpic/temp/content_6163948622901647794' does not exist java.io.FileNotFoundException: Source '/Users/adam/.TacoGerbils_Launcher/Tacoinstance/NoodlesVille/minecraft/signpic/temp/content_6163948622901647794' does not exist at org.apache.commons.io.FileUtils.moveFile(FileUtils.java:2819) ~[commons-io-2.4.jar:2.4] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:115) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:37:26] [signpic-http-0/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://# org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://# at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:37:26] [signpic-http-1/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#a org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#a at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:37:26] [signpic-http-2/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#ad org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#ad at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:37:26] [signpic-http-0/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#ada org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#ada at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:37:26] [signpic-http-1/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adams org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adams at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:37:26] [signpic-http-2/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamst org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamst at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:37:27] [signpic-http-0/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamsta org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamsta at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:37:27] [signpic-http-1/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstab org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstab at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:37:27] [signpic-http-2/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstabl org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstabl at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:37:27] [signpic-http-0/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstable org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstable at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:37:27] [signpic-http-1/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:37:27] [signpic-http-2/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet. org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet. at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:37:27] [signpic-http-0/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.c org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.c at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:37:27] [signpic-http-1/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.co org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.co at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:37:27] [signpic-http-2/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:37:27] [signpic-http-0/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/ org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/ at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:37:27] [signpic-http-1/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/M org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/M at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:37:27] [signpic-http-2/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:37:27] [signpic-http-0/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/ org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/ at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:37:27] [signpic-http-1/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/i org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/i at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:37:27] [signpic-http-2/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/im org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/im at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:37:27] [signpic-http-0/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/ima org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/ima at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:37:27] [signpic-http-1/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imag org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imag at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:37:28] [signpic-http-2/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/image org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/image at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:37:28] [signpic-http-0/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSi org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSi at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:37:28] [signpic-http-1/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSig org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSig at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:37:28] [signpic-http-2/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSign org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSign at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:37:28] [signpic-http-0/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSigns org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSigns at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:37:28] [signpic-http-1/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSigns/ org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSigns/ at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:37:28] [signpic-http-2/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSigns/s org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSigns/s at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:37:28] [signpic-http-0/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSigns/sh org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSigns/sh at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:37:28] [signpic-http-1/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSigns/sha org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSigns/sha at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:37:28] [signpic-http-2/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSigns/shar org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSigns/shar at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:37:28] [signpic-http-0/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSigns/shark org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSigns/shark at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:37:28] [signpic-http-1/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSigns/sharkl org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSigns/sharkl at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:37:28] [signpic-http-2/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSigns/sharkle org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSigns/sharkle at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:37:28] [signpic-http-0/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSigns/sharkleg org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSigns/sharkleg at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:37:28] [signpic-http-1/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSigns/sharklego. org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSigns/sharklego. at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:37:29] [signpic-http-2/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSigns/sharklego.j org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSigns/sharklego.j at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:37:29] [signpic-http-0/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSigns/sharklego.jp org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSigns/sharklego.jp at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:37:29] [signpic-http-1/ERROR] [signpic]: [DEBUG] Failed to Read: §7org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSigns/sharklego.jpg org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://#adamstablet.com/MC/imageSigns/sharklego.jpg at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:59) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66] [18:37:29] [Client thread/INFO] [signpic]: [DEBUG] signmeta={}, unsupported=false [18:37:29] [Client thread/INFO] [signpic]: [DEBUG] signmeta={3x2}, unsupported=false

IlyaGreat commented 7 years ago

Hello, Have a same error on macOS Sierra [22:32:23] [signpic-http-0/ERROR] [signpic/signpic]: [DEBUG] Failed to Read: §7java.io.FileNotFoundException: Source '/Users/User/Desktop/signpic/temp/content_1028723543746799201' does not exist java.io.FileNotFoundException: Source '/Users/User/Desktop/signpic/temp/content_1028723543746799201' does not exist at org.apache.commons.io.FileUtils.moveFile(FileUtils.java:2819) ~[commons-io-2.4.jar:2.4] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:115) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_74] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_74] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_74] [22:32:26] [Client thread/INFO] [signpic/]: [DEBUG] signmeta={}, unsupported=false [22:32:26] [Client thread/INFO] [signpic/]: [DEBUG] signmeta={}, unsupported=false [22:32:29] [signpic-http-1/ERROR] [signpic/]: [DEBUG] Failed to Read: §7java.io.FileNotFoundException: Source '/Users/User/Desktop/signpic/temp/content_2607594614803207009' does not exist java.io.FileNotFoundException: Source '/Users/User/Desktop/signpic/temp/content_2607594614803207009' does not exist at org.apache.commons.io.FileUtils.moveFile(FileUtils.java:2819) ~[commons-io-2.4.jar:2.4] at com.kamesuta.mc.signpic.http.download.ContentDownload.communicate(ContentDownload.java:115) [ContentDownload.class:?] at com.kamesuta.mc.signpic.http.Communicator$1.run(Communicator.java:31) [Communicator$1.class:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_74] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_74] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_74]

Kamesuta commented 7 years ago

The Update was released. Please try it :)

IlyaGreat commented 7 years ago

@Kamesuta thank you very much!