This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What steps will reproduce the problem? 1.Compile and run the example java program 2.use it to connect to server
What is the expected output? What do you see instead? Normal output for example program. Instead I get an error
What version of the product are you using? Bukquery 1.1 (ClassVersion fix)
Do you have an error log of what happened?
13:02:59 [INFO] [Bukquery] Enabled. 13:02:59 [INFO] [Bukquery] Successfully bound to port 25560. [...Initialization of other plugins...] 13:03:16 [INFO] [Bukquery] Query (192.168.1.2): rcon auth admin 13:03:16 [SEVERE] Exception in thread "Thread-35" 13:03:16 [SEVERE] java.lang.IncompatibleClassChangeError: class com.forairan.bukquery.RconCommandSender has interface org.bukkit.command.ConsoleCommandSender as super class 13:03:16 [SEVERE] at java.lang.ClassLoader.defineClass1(Native Method) 13:03:16 [SEVERE] at java.lang.ClassLoader.defineClass(Unknown Source) 13:03:16 [SEVERE] at java.security.SecureClassLoader.defineClass(Unknown Source) 13:03:16 [SEVERE] at java.net.URLClassLoader.defineClass(Unknown Source) 13:03:16 [SEVERE] at java.net.URLClassLoader.access$100(Unknown Source) 13:03:16 [SEVERE] at java.net.URLClassLoader$1.run(Unknown Source) 13:03:16 [SEVERE] at java.net.URLClassLoader$1.run(Unknown Source) 13:03:16 [SEVERE] at java.security.AccessController.doPrivileged(Native Method) 13:03:16 [SEVERE] at java.net.URLClassLoader.findClass(Unknown Source) 13:03:16 [SEVERE] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36) 13:03:16 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:221) 13:03:16 [SEVERE] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:32) 13:03:16 [SEVERE] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24) 13:03:16 [SEVERE] at java.lang.ClassLoader.loadClass(Unknown Source) 13:03:16 [SEVERE] at java.lang.ClassLoader.loadClass(Unknown Source) 13:03:16 [SEVERE] at com.forairan.bukquery.RconClient.doCommand(RconClient.java:81) 13:03:16 [SEVERE] at com.forairan.bukquery.RconClient.run(RconClient.java:57) 13:03:16 [SEVERE] at java.lang.Thread.run(Unknown Source)
Please provide any additional information below. When I use the program, I get this server output. Craftbukkit #1597 RCON and Query enabled on respective ports 25555 and 25565. BukQuery Enabled on port 25560 I used the example config.yml, and replaced authkey with "admin"
To post a comment, please login or register a new account.