Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2017
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. 1. Copy the contents of server.properties, users.txt, groups.txt and kits.txt and paste it on pastebin.com, then provide us with the URL. (Un-necessary for this)
  2.  
  3. hMod: b129
  4. Minecraft: 2.6_02
  5.  
  6. minecraft@bgsuminecraft:~$ uname -a
  7. Linux bgsuminecraft 2.6.26-2-686 #1 SMP Thu Nov 25 01:53:57 UTC 2010 i686 GNU/Linux
  8.  
  9. (Debian Linux [Stable])
  10.  
  11. minecraft@bgsuminecraft:~$ java -version
  12. java version "1.6.0_0"
  13. OpenJDK Runtime Environment (build 1.6.0_0-b11)
  14. OpenJDK Client VM (build 1.6.0_0-b11, mixed mode, sharing)
  15.  
  16. Error Log:
  17.  
  18.  
  19. minecraft@bgsuminecraft:~$ ./server_nogui.sh
  20. 2010-12-01 20:14:20 [INFO] Starting minecraft server version 0.2.6_02
  21. 2010-12-01 20:14:20 [INFO] Loading properties
  22. 2010-12-01 20:14:20 [INFO] Starting Minecraft server on 129.1.217.242:25565
  23. 2010-12-01 20:14:20 [SEVERE] Unable to retreive connection
  24. java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost:3306/minecraft?autoReconnect=true&user=minecraft&password=[REMOVED]
  25. at java.sql.DriverManager.getConnection(DriverManager.java:640)
  26. at java.sql.DriverManager.getConnection(DriverManager.java:222)
  27. at etc._getSQLConnection(etc.java:987)
  28. at etc.getSQLConnection(etc.java:1000)
  29. at MySQLSource.loadGroups(MySQLSource.java:44)
  30. at MySQLSource.initialize(MySQLSource.java:30)
  31. at etc.loadData(etc.java:200)
  32. at gq.<init>(gq.java:29)
  33. at net.minecraft.server.MinecraftServer.d(SourceFile:130)
  34. at net.minecraft.server.MinecraftServer.run(SourceFile:191)
  35. at bx.run(SourceFile:484)
  36. java.lang.NullPointerException
  37. at MySQLSource.loadGroups(MySQLSource.java:46)
  38. at MySQLSource.initialize(MySQLSource.java:30)
  39. at etc.loadData(etc.java:200)
  40. at gq.<init>(gq.java:29)
  41. at net.minecraft.server.MinecraftServer.d(SourceFile:130)
  42. at net.minecraft.server.MinecraftServer.run(SourceFile:191)
  43. at bx.run(SourceFile:484)
  44. 2010-12-01 20:14:20 [SEVERE] Unexpected exception
  45. java.lang.NullPointerException
  46. at MySQLSource.loadGroups(MySQLSource.java:46)
  47. at MySQLSource.initialize(MySQLSource.java:30)
  48. at etc.loadData(etc.java:200)
  49. at gq.<init>(gq.java:29)
  50. at net.minecraft.server.MinecraftServer.d(SourceFile:130)
  51. at net.minecraft.server.MinecraftServer.run(SourceFile:191)
  52. at bx.run(SourceFile:484)
  53.  
  54. Attempt to rectify: Installation of libmysql-java
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement