Advertisement
Guest User

Untitled

a guest
Feb 4th, 2012
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.70 KB | None | 0 0
  1.  
  2. 2012-02-04 11:36:13 [INFO] [AuthMe] Loading AuthMe v2.6.
  3. 2012-02-04 11:36:13 [INFO] [AuthMe] MySQL driver loaded
  4. 2012-02-04 11:36:13 [INFO] [AuthMe] Connection pool ready
  5. 2012-02-04 11:36:13 [SEVERE] Error occurred while enabling AuthMe v2.6 (Is it up to date?): com.my
  6. sql.jdbc.jdbc2.optional.ConnectionWrapper.isValid(I)Z
  7. java.lang.AbstractMethodError: com.mysql.jdbc.jdbc2.optional.ConnectionWrapper.isValid(I)Z
  8.         at uk.org.whoami.authme.datasource.MiniConnectionPoolManager.getValidConnection2(MiniConne
  9. ctionPoolManager.java:209)
  10.         at uk.org.whoami.authme.datasource.MiniConnectionPoolManager.getValidConnection(MiniConnec
  11. tionPoolManager.java:185)
  12.         at uk.org.whoami.authme.datasource.MySQLDataSource.setup(MySQLDataSource.java:83)
  13.         at uk.org.whoami.authme.datasource.MySQLDataSource.<init>(MySQLDataSource.java:61)
  14.         at uk.org.whoami.authme.AuthMe.onEnable(AuthMe.java:78)
  15.         at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:230)
  16.         at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:1057)
  17.         at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:379)
  18.         at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:191)
  19.         at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:174)
  20.         at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:357)
  21.         at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:344)
  22.         at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:175)
  23.         at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:408)
  24.         at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement