TechReborn / RebornCore

Reborn Core is a library used for many of the Tech Reborn team's mods, including Tech Reborn, Quantum Storage, Fluxed Redstone, Hardcore Map Reset, and many more.
MIT License
44 stars 51 forks source link

Error during initialization, fails to load url from nonexistent domain files.modmuss50.me #140

Closed serpi90 closed 4 years ago

serpi90 commented 4 years ago

Looks like it loads ok after that. But shouldn't happen afaik Mods (subset):


[23:49:26] [Thread-76/INFO]: [STDERR]: java.net.UnknownHostException: files.modmuss50.me
[23:49:26] [Thread-76/INFO]: [STDERR]:  at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184)
[23:49:26] [Thread-76/INFO]: [STDERR]:  at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
[23:49:26] [Thread-76/INFO]: [STDERR]:  at java.net.Socket.connect(Socket.java:607)
[23:49:26] [Thread-76/INFO]: [STDERR]:  at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666)
[23:49:26] [Thread-76/INFO]: [STDERR]:  at sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:173)
[23:49:26] [Thread-76/INFO]: [STDERR]:  at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
[23:49:26] [Thread-76/INFO]: [STDERR]:  at sun.net.www.http.HttpClient.openServer(HttpClient.java:463)
[23:49:26] [Thread-76/INFO]: [STDERR]:  at sun.net.www.http.HttpClient.openServer(HttpClient.java:558)
[23:49:26] [Thread-76/INFO]: [STDERR]:  at sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:264)
[23:49:26] [Thread-76/INFO]: [STDERR]:  at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367)
[23:49:26] [Thread-76/INFO]: [STDERR]:  at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191)
[23:49:26] [Thread-76/INFO]: [STDERR]:  at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1162)
[23:49:26] [Thread-76/INFO]: [STDERR]:  at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1056)
[23:49:26] [Thread-76/INFO]: [STDERR]:  at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177)
[23:49:26] [Thread-76/INFO]: [STDERR]:  at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1570)
[23:49:26] [Thread-76/INFO]: [STDERR]:  at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
[23:49:26] [Thread-76/INFO]: [STDERR]:  at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:268)
[23:49:26] [Thread-76/INFO]: [STDERR]:  at reborncore.common.shields.json.ShieldJsonLoader.lambda$load$1(ShieldJsonLoader.java:86)
[23:49:26] [Thread-76/INFO]: [STDERR]:  at java.lang.Thread.run(Thread.java:748)```
modmuss50 commented 4 years ago

I have shutdown that server. I will remove the code that tries to connect to it soon. It should be safe to ignore it for now