Skip to content

Instantly share code, notes, and snippets.

@Brycey92
Created June 19, 2019 02:09
Show Gist options
  • Save Brycey92/b3acc6257d3b127f4a02a9340b50beea to your computer and use it in GitHub Desktop.
Save Brycey92/b3acc6257d3b127f4a02a9340b50beea to your computer and use it in GitHub Desktop.
[21:13:27] [main/INFO]: Booting up Velocity 1.0.1-SNAPSHOT (git-1fd2bd9e-b153)...
[21:13:28] [main/INFO]: Connections will use NIO channels, Java compression, Java ciphers
[21:13:28] [main/INFO]: Loading plugins...
[21:13:28] [main/INFO]: [AltFinder] Checking version of ACF
[21:13:28] [main/INFO]: [AltFinder] Checking version of SQLite
[21:13:28] [main/INFO]: [AltFinder] Checking version of MySQL
[21:13:29] [main/ERROR]: me.egg82.altfinder.AltFinder.<init>(java.lang.Object, com.velocitypowered.api.proxy.ProxyServer, com.velocitypowered.api.plugin.PluginDescription)
java.lang.NoSuchMethodException: me.egg82.altfinder.AltFinder.<init>(java.lang.Object, com.velocitypowered.api.proxy.ProxyServer, com.velocitypowered.api.plugin.PluginDescription)
at java.lang.Class.getConstructor0(Unknown Source) ~[?:1.8.0_211]
at java.lang.Class.getDeclaredConstructor(Unknown Source) ~[?:1.8.0_211]
at me.egg82.altfinder.VelocityBootstrap.<init>(VelocityBootstrap.java:103) ~[?:?]
at me.egg82.altfinder.VelocityBootstrap$$FastClassByGuice$$e978da4d.newInstance(<generated>) ~[?:?]
at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:89) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:91) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:306) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:148) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:39) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1050) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1086) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.velocitypowered.proxy.plugin.loader.java.JavaPluginLoader.createPlugin(JavaPluginLoader.java:78) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.velocitypowered.proxy.plugin.VelocityPluginManager.loadPlugins(VelocityPluginManager.java:98) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.velocitypowered.proxy.VelocityServer.loadPlugins(VelocityServer.java:240) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.velocitypowered.proxy.VelocityServer.start(VelocityServer.java:200) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.velocitypowered.proxy.Velocity.main(Velocity.java:41) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
[21:13:29] [main/ERROR]: Can't create plugin altfinder
com.google.inject.ProvisionException: Unable to provision, see the following errors:
1) Error injecting constructor, java.lang.RuntimeException: Could not create main class.
at me.egg82.altfinder.VelocityBootstrap.<init>(VelocityBootstrap.java:57)
at com.velocitypowered.proxy.plugin.loader.java.VelocityPluginModule.configure(VelocityPluginModule.java:31)
while locating me.egg82.altfinder.VelocityBootstrap
1 error
at com.google.inject.internal.InternalProvisionException.toProvisionException(InternalProvisionException.java:226) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1053) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1086) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.velocitypowered.proxy.plugin.loader.java.JavaPluginLoader.createPlugin(JavaPluginLoader.java:78) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.velocitypowered.proxy.plugin.VelocityPluginManager.loadPlugins(VelocityPluginManager.java:98) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.velocitypowered.proxy.VelocityServer.loadPlugins(VelocityServer.java:240) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.velocitypowered.proxy.VelocityServer.start(VelocityServer.java:200) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.velocitypowered.proxy.Velocity.main(Velocity.java:41) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
Caused by: java.lang.RuntimeException: Could not create main class.
at me.egg82.altfinder.VelocityBootstrap.<init>(VelocityBootstrap.java:107) ~[?:?]
at me.egg82.altfinder.VelocityBootstrap$$FastClassByGuice$$e978da4d.newInstance(<generated>) ~[?:?]
at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:89) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:91) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:306) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:148) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:39) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1050) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
... 6 more
[21:13:29] [main/INFO]: [Anti-VPN] Checking version of ACF
[21:13:29] [main/INFO]: [Anti-VPN] Checking version of SQLite
[21:13:29] [main/INFO]: [Anti-VPN] Checking version of MySQL
[21:13:29] [main/ERROR]: me.egg82.antivpn.AntiVPN.<init>(java.lang.Object, com.velocitypowered.api.proxy.ProxyServer, com.velocitypowered.api.plugin.PluginDescription)
java.lang.NoSuchMethodException: me.egg82.antivpn.AntiVPN.<init>(java.lang.Object, com.velocitypowered.api.proxy.ProxyServer, com.velocitypowered.api.plugin.PluginDescription)
at java.lang.Class.getConstructor0(Unknown Source) ~[?:1.8.0_211]
at java.lang.Class.getDeclaredConstructor(Unknown Source) ~[?:1.8.0_211]
at me.egg82.antivpn.VelocityBootstrap.<init>(VelocityBootstrap.java:103) ~[?:?]
at me.egg82.antivpn.VelocityBootstrap$$FastClassByGuice$$c2373590.newInstance(<generated>) ~[?:?]
at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:89) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:91) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:306) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:148) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:39) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1050) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1086) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.velocitypowered.proxy.plugin.loader.java.JavaPluginLoader.createPlugin(JavaPluginLoader.java:78) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.velocitypowered.proxy.plugin.VelocityPluginManager.loadPlugins(VelocityPluginManager.java:98) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.velocitypowered.proxy.VelocityServer.loadPlugins(VelocityServer.java:240) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.velocitypowered.proxy.VelocityServer.start(VelocityServer.java:200) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.velocitypowered.proxy.Velocity.main(Velocity.java:41) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
[21:13:29] [main/ERROR]: Can't create plugin antivpn
com.google.inject.ProvisionException: Unable to provision, see the following errors:
1) Error injecting constructor, java.lang.RuntimeException: Could not create main class.
at me.egg82.antivpn.VelocityBootstrap.<init>(VelocityBootstrap.java:57)
at com.velocitypowered.proxy.plugin.loader.java.VelocityPluginModule.configure(VelocityPluginModule.java:31)
while locating me.egg82.antivpn.VelocityBootstrap
1 error
at com.google.inject.internal.InternalProvisionException.toProvisionException(InternalProvisionException.java:226) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1053) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1086) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.velocitypowered.proxy.plugin.loader.java.JavaPluginLoader.createPlugin(JavaPluginLoader.java:78) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.velocitypowered.proxy.plugin.VelocityPluginManager.loadPlugins(VelocityPluginManager.java:98) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.velocitypowered.proxy.VelocityServer.loadPlugins(VelocityServer.java:240) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.velocitypowered.proxy.VelocityServer.start(VelocityServer.java:200) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.velocitypowered.proxy.Velocity.main(Velocity.java:41) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
Caused by: java.lang.RuntimeException: Could not create main class.
at me.egg82.antivpn.VelocityBootstrap.<init>(VelocityBootstrap.java:107) ~[?:?]
at me.egg82.antivpn.VelocityBootstrap$$FastClassByGuice$$c2373590.newInstance(<generated>) ~[?:?]
at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:89) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:91) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:306) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:148) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:39) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1050) ~[velocity-proxy-1.0.1-SNAPSHOT-all.jar:1.0.1-SNAPSHOT (git-1fd2bd9e-b153)]
... 6 more
[21:13:29] [main/INFO]: Loaded 3 plugins
[21:13:29] [Velocity Event Executor - #0/INFO]: __
[21:13:29] [Velocity Event Executor - #0/INFO]: | |__) LuckPerms v4.4.26
[21:13:29] [Velocity Event Executor - #0/INFO]: |___ | Running on Velocity - Velocity
[21:13:29] [Velocity Event Executor - #0/INFO]:
[21:13:29] [Velocity Event Executor - #0/INFO]: Loading configuration...
[21:13:29] [Velocity Event Executor - #0/INFO]: Loading storage provider... [SQLITE]
[21:13:30] [Velocity Event Executor - #0/INFO]: Loading internal permission managers...
[21:13:30] [Velocity Event Executor - #0/INFO]: Performing initial data load...
[21:13:30] [Velocity Event Executor - #0/INFO]: Successfully enabled. (took 353ms)
[21:13:30] [Netty NIO Boss #0/INFO]: Listening on /0:0:0:0:0:0:0:0:25577
[21:13:30] [Netty NIO Worker #0/INFO]: Listening for GS4 query on /0:0:0:0:0:0:0:0:25577
[21:13:30] [main/INFO]: Done (2.68s)!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment