Advertisement
Guest User

Untitled

a guest
Feb 20th, 2012
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.10 KB | None | 0 0
  1. 20.02 17:44:43 [Server] INFO [HomeSpawnPlus] version 1.4.1, build 182 is disabled
  2. 20.02 17:44:43 [Server] INFO [HomeSpawnPlus] Unloading HomeSpawnPlus v1.4.1.
  3. 20.02 17:44:43 [Server] SEVERE Error detected when loading plugin HomeSpawnPlus, plugin shutting down.
  4. 20.02 17:44:43 [Server] SEVERE ... 19 more
  5. 20.02 17:44:43 [Server] SEVERE at com.avaje.ebeaninternal.server.ddl.DdlGenerator.runStatement(DdlGenerator.java:271)
  6. 20.02 17:44:43 [Server] SEVERE at com.avaje.ebeaninternal.server.lib.sql.PooledConnection.prepareStatement(PooledConnection.java:396)
  7. 20.02 17:44:43 [Server] SEVERE at com.avaje.ebeaninternal.server.lib.sql.PooledConnection.prepareStatement(PooledConnection.java:426)
  8. 20.02 17:44:43 [Server] SEVERE at org.sqlite.Conn.prepareStatement(Conn.java:383)
  9. 20.02 17:44:43 [Server] SEVERE at org.sqlite.Conn.prepareStatement(Conn.java:399)
  10. 20.02 17:44:43 [Server] SEVERE at org.sqlite.Conn.prepareStatement(Conn.java:404)
  11. 20.02 17:44:43 [Server] SEVERE at org.sqlite.PrepStmt.<init>(PrepStmt.java:42)
  12. 20.02 17:44:43 [Server] SEVERE at org.sqlite.DB.prepare(DB.java:123)
  13. 20.02 17:44:43 [Server] SEVERE at org.sqlite.NativeDB.prepare(Native Method)
  14. 20.02 17:44:43 [Server] SEVERE at org.sqlite.DB.throwex(DB.java:374)
  15. 20.02 17:44:43 [Server] SEVERE at org.sqlite.DB.newSQLException(DB.java:387)
  16. 20.02 17:44:43 [Server] SEVERE at org.sqlite.DB.newSQLException(DB.java:383)
  17. 20.02 17:44:43 [Server] SEVERE Caused by: java.sql.SQLException: [SQLITE_ERROR] SQL error or missing database (near "AUTOINCREMENT": syntax error)
  18. 20.02 17:44:43 [Server] SEVERE ... 17 more
  19. 20.02 17:44:43 [Server] SEVERE at com.avaje.ebeaninternal.server.ddl.DdlGenerator.runScript(DdlGenerator.java:224)
  20. 20.02 17:44:43 [Server] SEVERE at com.avaje.ebeaninternal.server.ddl.DdlGenerator.runStatements(DdlGenerator.java:246)
  21. 20.02 17:44:43 [Server] SEVERE at com.avaje.ebeaninternal.server.ddl.DdlGenerator.runStatement(DdlGenerator.java:281)
  22. 20.02 17:44:43 [Server] SEVERE Caused by: java.lang.RuntimeException: Error executing stmt[create table hsp_home ( id integer AUTOINCREMENT primary key, player_name varchar(32), name varchar(32), updated_by varchar(32), world varchar(32), x double not null, y double not null, z double not null, pitch float, yaw float, bed_home integer(1) not null, default_home integer(1) not null, last_modified timestamp not null, date_created timestamp not null, constraint uq_hsp_home_1 unique (player_name,name)) ] error[[SQLITE_ERROR] SQL error or missing database (near "AUTOINCREMENT": syntax error)]
  23. 20.02 17:44:43 [Server] SEVERE ... 15 more
  24. 20.02 17:44:43 [Server] SEVERE at org.morganm.homespawnplus.util.MyDatabase.initializeDatabase(MyDatabase.java:84)
  25. 20.02 17:44:43 [Server] SEVERE at org.morganm.homespawnplus.util.MyDatabase.installDatabase(MyDatabase.java:239)
  26. 20.02 17:44:43 [Server] SEVERE at com.avaje.ebeaninternal.server.ddl.DdlGenerator.runScript(DdlGenerator.java:233)
  27. 20.02 17:44:43 [Server] SEVERE Caused by: javax.persistence.PersistenceException: Error: Error executing stmt[create table hsp_home ( id integer AUTOINCREMENT primary key, player_name varchar(32), name varchar(32), updated_by varchar(32), world varchar(32), x double not null, y double not null, z double not null, pitch float, yaw float, bed_home integer(1) not null, default_home integer(1) not null, last_modified timestamp not null, date_created timestamp not null, constraint uq_hsp_home_1 unique (player_name,name)) ] error[[SQLITE_ERROR] SQL error or missing database (near "AUTOINCREMENT": syntax error)]
  28. 20.02 17:44:43 [Server] SEVERE at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
  29. 20.02 17:44:43 [Server] SEVERE at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:408)
  30. 20.02 17:44:43 [Server] SEVERE at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:175)
  31. 20.02 17:44:43 [Server] SEVERE at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:344)
  32. 20.02 17:44:43 [Server] SEVERE at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:357)
  33. 20.02 17:44:43 [Server] SEVERE at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:182)
  34. 20.02 17:44:43 [Server] SEVERE at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:199)
  35. 20.02 17:44:43 [Server] SEVERE at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:380)
  36. 20.02 17:44:43 [Server] SEVERE at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:1057)
  37. 20.02 17:44:43 [Server] SEVERE at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:230)
  38. 20.02 17:44:43 [Server] SEVERE at org.morganm.homespawnplus.HomeSpawnPlus.onEnable(HomeSpawnPlus.java:116)
  39. 20.02 17:44:43 [Server] SEVERE at org.morganm.homespawnplus.HomeSpawnPlus.initializeDatabase(HomeSpawnPlus.java:217)
  40. 20.02 17:44:43 [Server] SEVERE at org.morganm.homespawnplus.storage.StorageFactory.getInstance(StorageFactory.java:23)
  41. 20.02 17:44:43 [Server] SEVERE at org.morganm.homespawnplus.storage.StorageEBeans.<init>(StorageEBeans.java:46)
  42. 20.02 17:44:43 [Server] SEVERE at org.morganm.homespawnplus.storage.StorageEBeans.initializeStorage(StorageEBeans.java:66)
  43. 20.02 17:44:43 [Server] SEVERE at org.morganm.homespawnplus.util.MyDatabase.initializeDatabase(MyDatabase.java:87)
  44. 20.02 17:44:43 [Server] SEVERE java.lang.RuntimeException: An exception has occured while initializing the database
  45. 20.02 17:44:43 [Server] SEVERE Error loading plugin: HomeSpawnPlus
  46. 20.02 17:44:42 [Server] INFO [HomeSpawnPlus] Loaded 63 locale strings (0 overrides)
  47. 20.02 17:44:42 [Server] WARNING [HomeSpawnPlus]Error in setDebugFile: Couldn't get lock for plugins/HomeSpawnPlus/debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement