Skungee/Skungee-2.0.0

Error when load on Velocity Proxy server

Closed this issue · 3 comments

[11:46:29] [Velocity Async Event Executor - #0/INFO]: Reflections took 23 ms to scan 1 urls, producing 1 keys and 1 values 
[11:46:29] [Velocity Async Event Executor - #0/ERROR]: java.net.SocketException: Unresolved address
[11:46:29] [Velocity Async Event Executor - #0/ERROR]: 	at java.base/sun.nio.ch.Net.translateToSocketException(Net.java:189)
[11:46:29] [Velocity Async Event Executor - #0/ERROR]: 	at java.base/sun.nio.ch.DatagramSocketAdaptor.bind(DatagramSocketAdaptor.java:109)
[11:46:29] [Velocity Async Event Executor - #0/ERROR]: 	at java.base/java.net.DatagramSocket.createDelegate(DatagramSocket.java:1127)
[11:46:29] [Velocity Async Event Executor - #0/ERROR]: 	at java.base/java.net.DatagramSocket.<init>(DatagramSocket.java:197)
[11:46:29] [Velocity Async Event Executor - #0/ERROR]: 	at com.skungee.japson.server.JapsonServer.<init>(JapsonServer.java:52)
[11:46:29] [Velocity Async Event Executor - #0/ERROR]: 	at com.skungee.japson.server.JapsonServer.<init>(JapsonServer.java:38)
[11:46:29] [Velocity Async Event Executor - #0/ERROR]: 	at com.skungee.velocity.VelocitySkungee.onProxyInitialization(VelocitySkungee.java:110)
[11:46:29] [Velocity Async Event Executor - #0/ERROR]: 	at com.skungee.velocity.Lmbda$25.execute(Unknown Source)
[11:46:29] [Velocity Async Event Executor - #0/ERROR]: 	at com.velocitypowered.proxy.event.UntargetedEventHandler$VoidHandler.lambda$buildHandler$0(UntargetedEventHandler.java:47)
[11:46:29] [Velocity Async Event Executor - #0/ERROR]: 	at com.velocitypowered.proxy.event.UntargetedEventHandler$VoidHandler$$Lambda$477/0x00000000e9582398.executeAsync(Unknown Source)
[11:46:29] [Velocity Async Event Executor - #0/ERROR]: 	at com.velocitypowered.proxy.event.VelocityEventManager.fire(VelocityEventManager.java:585)
[11:46:29] [Velocity Async Event Executor - #0/ERROR]: 	at com.velocitypowered.proxy.event.VelocityEventManager.lambda$fire$5(VelocityEventManager.java:466)
[11:46:29] [Velocity Async Event Executor - #0/ERROR]: 	at com.velocitypowered.proxy.event.VelocityEventManager$$Lambda$479/0x00000000e9583dc0.run(Unknown Source)
[11:46:29] [Velocity Async Event Executor - #0/ERROR]: 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
[11:46:29] [Velocity Async Event Executor - #0/ERROR]: 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
[11:46:29] [Velocity Async Event Executor - #0/ERROR]: 	at java.base/java.lang.Thread.run(Thread.java:853)
[11:46:29] [Velocity Async Event Executor - #0/ERROR]: Caused by: java.nio.channels.UnresolvedAddressException
[11:46:29] [Velocity Async Event Executor - #0/ERROR]: 	at java.base/sun.nio.ch.Net.checkAddress(Net.java:149)
[11:46:29] [Velocity Async Event Executor - #0/ERROR]: 	at java.base/sun.nio.ch.Net.checkAddress(Net.java:157)
[11:46:29] [Velocity Async Event Executor - #0/ERROR]: 	at java.base/sun.nio.ch.DatagramChannelImpl.bindInternal(DatagramChannelImpl.java:1183)
[11:46:29] [Velocity Async Event Executor - #0/ERROR]: 	at java.base/sun.nio.ch.DatagramChannelImpl.bind(DatagramChannelImpl.java:1160)
[11:46:29] [Velocity Async Event Executor - #0/ERROR]: 	at java.base/sun.nio.ch.DatagramSocketAdaptor.bind(DatagramSocketAdaptor.java:107)
[11:46:29] [Velocity Async Event Executor - #0/ERROR]: 	... 14 more

The address you're setting Skungee to bind too is unresolved.

The address you're setting Skungee to bind too is unresolved.

I tried both numeric and local, but I could not make any connection. Velocity side can be a nuisance. I am using version 3.0.

Should be fixed in newer Skungee versions