org.jackhuang.hellominecraft.util.tasks.download.NetException: Failed to download https://libraries.minecraft.net/org/apache/logging/log4j/log4j-core/2.0-beta9/log4j-core-2.0-beta9.jar
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via GitHub by dxNeil
, 1 year agoorg.jackhuang.hellominecraft.util.tasks.download.NetException: Failed to download, the response code 500
at org.jackhuang.hellominecraft.util.tasks.download.FileDownloadTask.executeTask(FileDownloadTask.java:143)
at org.jackhuang.hellominecraft.util.tasks.TaskList.executeTask(TaskList.java:140)
at org.jackhuang.hellominecraft.util.tasks.TaskList.access$000(TaskList.java:42)
at org.jackhuang.hellominecraft.util.tasks.TaskList$Invoker.run(TaskList.java:87)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)