Advertisement
Guest User

Untitled

a guest
Jul 29th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. 2011-02-28 19:22:11 [SEVERE] [BBROTHER] MySQL SQLException on Creation
  2. java.sql.SQLException: invalid database address: jdbc:jdc:jdcpool
  3. at org.sqlite.JDBC.createConnection(JDBC.java:74)
  4. at org.sqlite.JDBC.connect(JDBC.java:64)
  5. at java.sql.DriverManager.getConnection(DriverManager.java:582)
  6. at java.sql.DriverManager.getConnection(DriverManager.java:207)
  7. at me.taylorkelly.bigbrother.datasource.ConnectionManager.createConnection(ConnectionManager.java:27)
  8. at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:95)
  9. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
  10. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:414)
  11. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:187)
  12. at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:83)
  13. at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:61)
  14. at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
  15. at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
  16. at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
  17. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
  18. at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
  19. 2011-02-28 19:22:11 [SEVERE] [BBROTHER] Could not establish SQL connection. Disabling BigBrother
  20.  
  21.  
  22. ======== CONFIG
  23.  
  24. MySQL = true #If true, uses MySQL. If false, uses Sqlite
  25. mysqlDB = jdbc:mysql://localhost:3306/enthouse #DB for MySQL (if applicable)
  26. stickItem = 280 #The item used for /bb stick
  27. engine = INNODB #Engine for the Database (INNODB is recommended)
  28. autoWatch = true #Automatically start watching players
  29. defaultSearchRadius = 2 #Default search radius for bbhere and bbfind
  30. flatFileLogs = false #If true, will also log actions to .logs (one for each player)
  31. restoreFire = false #Restore fire when rolling back
  32. mysqlPass = bb #Password for MySQL db (if applicable)
  33. mysqlUser = <redacted> #Username for MySQL db (if applicable)
  34. maxRecords = 10000000 #The maximum number of records that you want in your database (-1 to disable)
  35. cleanseAge = 1d12h #The maximum age of items in the database (can be mixture of #d,h,m,s) (0s to disable)
  36. freedMem = 0.0 #The amount of memory freed by BB
  37. sendDelay = 4 #Delay to batch send updates to database (4-5 recommended)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement