Velocity Proxy Log

#ZY2SwSm
3 errors
190 lines
Raw
1[09:31:32] [main/INFO] [com.velocitypowered.proxy.VelocityServer]: Booting up Velocity 3.4.0-SNAPSHOT (git-e69213f9-b473)...
2[09:31:32] [main/INFO] [com.velocitypowered.proxy.VelocityServer]: Loading localizations...
3[09:31:33] [main/INFO] [com.velocitypowered.proxy.network.ConnectionManager]: Connections will use epoll channels, libdeflate (Linux x86_64) compression, OpenSSL 3.x.x (Linux x86_64) ciphers
4[09:31:33] [main/WARN] [com.velocitypowered.proxy.config.VelocityConfiguration]: The proxy is running in offline mode! This is a security risk and you will NOT receive any support!
5[09:31:33] [main/WARN] [com.velocitypowered.proxy.config.VelocityConfiguration]: Player info forwarding is disabled! All players will appear to be connecting from the proxy and will have offline-mode UUIDs.
6[09:31:33] [main/INFO] [com.velocitypowered.proxy.VelocityServer]: Loading plugins...
7[09:31:33] [main/WARN] [limboapi]: Current LimboAPI version doesn't support current Velocity version (protocol version numbers: supported - 762, velocity - 769)
8[09:31:33] [main/WARN] [limboapi]: Please update LimboAPI (https://github.com/Elytrium/LimboAPI/releases). LimboAPI support: https://ely.su/discord
9[09:31:33] [main/INFO] [limboapi]: Initializing Simple Virtual World system...
10[09:31:35] [main/INFO] [limboapi]: Hooking into EventManager, PlayerList/UpsertPlayerInfo and StateRegistry...
11[09:31:35] [main/ERROR] [com.velocitypowered.proxy.plugin.VelocityPluginManager]: Can't create plugin limboapi
12com.google.inject.ProvisionException: Unable to provision, see the following errors:
13
141) [Guice/ErrorInjectingConstructor]: ReflectionException: An unexpected internal error was caught during the reflection operations.
15 at LimboAPI.<init>(LimboAPI.java:155)
16 at VelocityPluginModule.configure(VelocityPluginModule.java:47)
17 while locating LimboAPI
18
19Learn more:
20 https://github.com/google/guice/wiki/ERROR_INJECTING_CONSTRUCTOR
21
221 error
23
24======================
25Full classname legend:
26======================
27LimboAPI: "net.elytrium.limboapi.LimboAPI"
28ReflectionException: "net.elytrium.commons.utils.reflection.ReflectionException"
29VelocityPluginModule: "com.velocitypowered.proxy.plugin.loader.java.VelocityPluginModule"
30========================
31End of classname legend:
32========================
33
34 at com.google.inject.internal.InternalProvisionException.toProvisionException(InternalProvisionException.java:251) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
35 at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1151) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
36 at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1186) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
37 at com.velocitypowered.proxy.plugin.loader.java.JavaPluginLoader.createPlugin(JavaPluginLoader.java:131) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
38 at com.velocitypowered.proxy.plugin.VelocityPluginManager.loadPlugins(VelocityPluginManager.java:173) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
39 at com.velocitypowered.proxy.VelocityServer.loadPlugins(VelocityServer.java:427) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
40 at com.velocitypowered.proxy.VelocityServer.start(VelocityServer.java:298) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
41 at com.velocitypowered.proxy.Velocity.main(Velocity.java:71) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
42Caused by: net.elytrium.commons.utils.reflection.ReflectionException: An unexpected internal error was caught during the reflection operations.
43 at net.elytrium.limboapi.LimboAPI.<init>(LimboAPI.java:193) ~[?:?]
44 at net.elytrium.limboapi.LimboAPI$$FastClassByGuice$$6a763.GUICE$TRAMPOLINE(<generated>) ~[?:?]
45 at net.elytrium.limboapi.LimboAPI$$FastClassByGuice$$6a763.apply(<generated>) ~[?:?]
46 at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:82) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
47 at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
48 at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:91) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
49 at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:300) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
50 at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
51 at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:169) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
52 at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:45) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
53 at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1148) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
54 ... 6 more
55Caused by: java.lang.NoSuchMethodError: 'boolean com.velocitypowered.proxy.event.VelocityEventManager.shutdown()'
56 at net.elytrium.limboapi.injection.event.EventManagerHook.init(EventManagerHook.java:240) ~[?:?]
57 at net.elytrium.limboapi.LimboAPI.<init>(LimboAPI.java:187) ~[?:?]
58 at net.elytrium.limboapi.LimboAPI$$FastClassByGuice$$6a763.GUICE$TRAMPOLINE(<generated>) ~[?:?]
59 at net.elytrium.limboapi.LimboAPI$$FastClassByGuice$$6a763.apply(<generated>) ~[?:?]
60 at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:82) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
61 at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
62 at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:91) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
63 at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:300) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
64 at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
65 at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:169) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
66 at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:45) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
67 at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1148) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
68 ... 6 more
69[09:31:35] [main/ERROR] [com.velocitypowered.proxy.plugin.VelocityPluginManager]: Can't create plugin limboauth
70com.google.inject.ProvisionException: Unable to provision, see the following errors:
71
721) [Guice/ErrorInjectingConstructor]: NoSuchElementException: No value present
73 at LimboAuth.<init>(LimboAuth.java:184)
74 at VelocityPluginModule.configure(VelocityPluginModule.java:47)
75 while locating LimboAuth
76
77Learn more:
78 https://github.com/google/guice/wiki/ERROR_INJECTING_CONSTRUCTOR
79
801 error
81
82======================
83Full classname legend:
84======================
85LimboAuth: "net.elytrium.limboauth.LimboAuth"
86VelocityPluginModule: "com.velocitypowered.proxy.plugin.loader.java.VelocityPluginModule"
87========================
88End of classname legend:
89========================
90
91 at com.google.inject.internal.InternalProvisionException.toProvisionException(InternalProvisionException.java:251) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
92 at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1151) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
93 at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1186) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
94 at com.velocitypowered.proxy.plugin.loader.java.JavaPluginLoader.createPlugin(JavaPluginLoader.java:131) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
95 at com.velocitypowered.proxy.plugin.VelocityPluginManager.loadPlugins(VelocityPluginManager.java:173) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
96 at com.velocitypowered.proxy.VelocityServer.loadPlugins(VelocityServer.java:427) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
97 at com.velocitypowered.proxy.VelocityServer.start(VelocityServer.java:298) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
98 at com.velocitypowered.proxy.Velocity.main(Velocity.java:71) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
99Caused by: java.util.NoSuchElementException: No value present
100 at java.base/java.util.Optional.orElseThrow(Optional.java:377) ~[?:?]
101 at net.elytrium.limboauth.LimboAuth.<init>(LimboAuth.java:194) ~[?:?]
102 at net.elytrium.limboauth.LimboAuth$$FastClassByGuice$$167838.GUICE$TRAMPOLINE(<generated>) ~[?:?]
103 at net.elytrium.limboauth.LimboAuth$$FastClassByGuice$$167838.apply(<generated>) ~[?:?]
104 at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:82) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
105 at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
106 at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:91) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
107 at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:300) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
108 at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
109 at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:169) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
110 at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:45) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
111 at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1148) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
112 ... 6 more
113[09:31:35] [main/ERROR] [com.velocitypowered.proxy.plugin.VelocityPluginManager]: Can't create plugin limbofilter
114com.google.inject.ProvisionException: Unable to provision, see the following errors:
115
1161) [Guice/ErrorInjectingConstructor]: NoSuchElementException: No value present
117 at LimboFilter.<init>(LimboFilter.java:122)
118 at VelocityPluginModule.configure(VelocityPluginModule.java:47)
119 while locating LimboFilter
120
121Learn more:
122 https://github.com/google/guice/wiki/ERROR_INJECTING_CONSTRUCTOR
123
1241 error
125
126======================
127Full classname legend:
128======================
129LimboFilter: "net.elytrium.limbofilter.LimboFilter"
130VelocityPluginModule: "com.velocitypowered.proxy.plugin.loader.java.VelocityPluginModule"
131========================
132End of classname legend:
133========================
134
135 at com.google.inject.internal.InternalProvisionException.toProvisionException(InternalProvisionException.java:251) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
136 at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1151) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
137 at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1186) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
138 at com.velocitypowered.proxy.plugin.loader.java.JavaPluginLoader.createPlugin(JavaPluginLoader.java:131) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
139 at com.velocitypowered.proxy.plugin.VelocityPluginManager.loadPlugins(VelocityPluginManager.java:173) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
140 at com.velocitypowered.proxy.VelocityServer.loadPlugins(VelocityServer.java:427) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
141 at com.velocitypowered.proxy.VelocityServer.start(VelocityServer.java:298) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
142 at com.velocitypowered.proxy.Velocity.main(Velocity.java:71) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
143Caused by: java.util.NoSuchElementException: No value present
144 at java.base/java.util.Optional.orElseThrow(Optional.java:377) ~[?:?]
145 at net.elytrium.limbofilter.LimboFilter.<init>(LimboFilter.java:131) ~[?:?]
146 at net.elytrium.limbofilter.LimboFilter$$FastClassByGuice$$269dfd.GUICE$TRAMPOLINE(<generated>) ~[?:?]
147 at net.elytrium.limbofilter.LimboFilter$$FastClassByGuice$$269dfd.apply(<generated>) ~[?:?]
148 at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:82) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
149 at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
150 at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:91) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
151 at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:300) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
152 at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
153 at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:169) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
154 at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:45) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
155 at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1148) ~[velocity.jar:3.4.0-SNAPSHOT (git-e69213f9-b473)]
156 ... 6 more
157[09:31:35] [main/INFO] [com.velocitypowered.proxy.plugin.VelocityPluginManager]: Loaded plugin luckperms 5.4.46 by Luck
158[09:31:35] [main/INFO] [com.velocitypowered.proxy.plugin.VelocityPluginManager]: Loaded plugin skinsrestorer 14.2.10 by knat, AlexProgrammerDE, Blackfire62, McLive
159[09:31:35] [main/INFO] [com.velocitypowered.proxy.VelocityServer]: Loaded 3 plugins
160[09:31:36] [LuckPerms - Task Executor #0/INFO] [com.velocitypowered.proxy.console.VelocityConsole]: __
161[09:31:36] [LuckPerms - Task Executor #0/INFO] [com.velocitypowered.proxy.console.VelocityConsole]: | |__) LuckPerms v5.4.46
162[09:31:36] [LuckPerms - Task Executor #0/INFO] [com.velocitypowered.proxy.console.VelocityConsole]: |___ | Running on Velocity - Velocity
163[09:31:36] [LuckPerms - Task Executor #0/INFO] [com.velocitypowered.proxy.console.VelocityConsole]:
164[09:31:36] [LuckPerms - Task Executor #0/INFO] [luckperms]: Loading configuration...
165[09:31:36] [LuckPerms - Task Executor #0/INFO] [luckperms]: Loading storage provider... [H2]
166[09:31:37] [LuckPerms - Task Executor #0/INFO] [luckperms]: Loading internal permission managers...
167[09:31:37] [LuckPerms - Task Executor #0/INFO] [luckperms]: Performing initial data load...
168[09:31:37] [LuckPerms - Task Executor #0/INFO] [luckperms]: Successfully enabled. (took 2076ms)
169[09:31:39] [Netty epoll Boss #0/INFO] [com.velocitypowered.proxy.network.ConnectionManager]: Listening on /[0:0:0:0:0:0:0:0]:25585
170[09:31:39] [main/INFO] [com.velocitypowered.proxy.Velocity]: Done (7.06s)!
171[09:31:39] [SkinsRestorer - Task Executor #0/INFO] [skinsrestorer]: ----------------------------------------------
172[09:31:39] [SkinsRestorer - Task Executor #0/INFO] [skinsrestorer]: +==================+
173[09:31:39] [SkinsRestorer - Task Executor #0/INFO] [skinsrestorer]: | SkinsRestorer |
174[09:31:39] [SkinsRestorer - Task Executor #0/INFO] [skinsrestorer]: +==================+
175[09:31:39] [SkinsRestorer - Task Executor #0/INFO] [skinsrestorer]: ----------------------------------------------
176[09:31:39] [SkinsRestorer - Task Executor #0/INFO] [skinsrestorer]: Current version: 14.2.10
177[09:31:39] [SkinsRestorer - Task Executor #0/INFO] [skinsrestorer]: New version: 15.5.3
178[09:31:39] [SkinsRestorer - Task Executor #0/INFO] [skinsrestorer]: A new version is available! Download it at:
179[09:31:39] [SkinsRestorer - Task Executor #0/INFO] [skinsrestorer]: https://github.com/SkinsRestorer/SkinsRestorer/releases/download/15.5.3/SkinsRestorer.jar
180[09:31:39] [SkinsRestorer - Task Executor #0/INFO] [skinsrestorer]: ----------------------------------------------
181[09:31:39] [SkinsRestorer - Task Executor #0/INFO] [skinsrestorer]: ----------------------------------------------
182[09:31:39] [SkinsRestorer - Task Executor #0/INFO] [skinsrestorer]: +==================+
183[09:31:39] [SkinsRestorer - Task Executor #0/INFO] [skinsrestorer]: | SkinsRestorer |
184[09:31:39] [SkinsRestorer - Task Executor #0/INFO] [skinsrestorer]: +==================+
185[09:31:39] [SkinsRestorer - Task Executor #0/INFO] [skinsrestorer]: ----------------------------------------------
186[09:31:39] [SkinsRestorer - Task Executor #0/INFO] [skinsrestorer]: Current version: 14.2.10
187[09:31:39] [SkinsRestorer - Task Executor #0/INFO] [skinsrestorer]: New version: 15.5.3
188[09:31:39] [SkinsRestorer - Task Executor #0/INFO] [skinsrestorer]: A new version is available! Download it at:
189[09:31:39] [SkinsRestorer - Task Executor #0/INFO] [skinsrestorer]: https://github.com/SkinsRestorer/SkinsRestorer/releases/download/15.5.3/verification-hash.txt
190[09:31:39] [SkinsRestorer - Task Executor #0/INFO] [skinsrestorer]: ----------------------------------------------
This log will be saved for 90 days from their last view.
Report abuse