Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
[email protected] webmail now available. Want one? Go here.
Cannot use outlook/hotmail/live here to register as they blocking our mail servers. #microsoftdeez
Obey the Epel!

Paste

Pasted as Bash by Mantas ( 13 years ago )
08:28:55 [INFO] [BBROTHER] ------------------------------------
08:28:55 [INFO] [BBROTHER] Hello, and thank you for using the TESTING version of
 BigBrother!
08:28:55 [INFO] [BBROTHER] Please note that, since this is far from complete, th
ere will be many bugs.
08:28:55 [INFO] [BBROTHER] IF YOU FIND ANY BUGS, PLEASE REPORT THEM ON http://bu
gs.nexisonline.net/bb
08:28:55 [INFO] [BBROTHER] Please stay tuned in irc.esper.net #bigbrother for up
dates and build notifications.
08:28:55 [INFO] [BBROTHER] ------------------------------------
08:28:58 [INFO] [BBROTHER] Building `bbdata` table...
08:28:58 [SEVERE] [BBROTHER] executeUpdate failed (CREATE TABLE `bbdata` (`id` I
NTEGER AUTO_INCREMENT PRIMARY KEY,`date` INT UNSIGNED NOT NULL DEFAULT '0',`play
er` INT UNSIGNED NOT NULL DEFAULT '0',`action` tinyint NOT NULL DEFAULT '0',`wor
ld` tinyint NOT NULL DEFAULT '0',`x` int NOT NULL DEFAULT '0',`y` tinyint UNSIGN
ED NOT NULL DEFAULT '0',`z` int NOT NULL DEFAULT '0',`type` smallint NOT NULL DE
FAULT '0',`data` TEXT NOT NULL DEFAULT '',`rbacked` boolean NOT NULL DEFAULT '0'
);CREATE INDEX dateIndex on bbdata (date);CREATE INDEX playerIndex on bbdata (pl
ayer);CREATE INDEX actionIndex on bbdata (action);CREATE INDEX worldIndex on bbd
ata (world);CREATE INDEX posIndex on bbdata (x,y,z);CREATE INDEX typeIndex on bb
data (type);CREATE INDEX rbackedIndex on bbdata (rbacked);):
org.h2.jdbc.JdbcSQLException: Table "BBDATA" already exists; SQL statement:
CREATE TABLE `bbdata` (`id` INTEGER AUTO_INCREMENT PRIMARY KEY,`date` INT UNSIGN
ED NOT NULL DEFAULT '0',`player` INT UNSIGNED NOT NULL DEFAULT '0',`action` tiny
int NOT NULL DEFAULT '0',`world` tinyint NOT NULL DEFAULT '0',`x` int NOT NULL D
EFAULT '0',`y` tinyint UNSIGNED NOT NULL DEFAULT '0',`z` int NOT NULL DEFAULT '0
',`type` smallint NOT NULL DEFAULT '0',`data` TEXT NOT NULL DEFAULT '',`rbacked`
 boolean NOT NULL DEFAULT '0');CREATE INDEX dateIndex on bbdata (date);CREATE IN
DEX playerIndex on bbdata (player);CREATE INDEX actionIndex on bbdata (action);C
REATE INDEX worldIndex on bbdata (world);CREATE INDEX posIndex on bbdata (x,y,z)
;CREATE INDEX typeIndex on bbdata (type);CREATE INDEX rbackedIndex on bbdata (rb
acked); [42101-153]
        at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
        at org.h2.message.DbException.get(DbException.java:167)
        at org.h2.message.DbException.get(DbException.java:144)
        at org.h2.command.ddl.CreateTable.update(CreateTable.java:108)
        at org.h2.command.CommandContainer.update(CommandContainer.java:69)
        at org.h2.command.Command.executeUpdate(Command.java:212)
        at org.h2.command.CommandList.update(CommandList.java:41)
        at org.h2.command.Command.executeUpdate(Command.java:212)
        at org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedS
tatement.java:143)
        at org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement
.java:129)
        at me.taylorkelly.bigbrother.datasource.BBDB.executeUpdate(BBDB.java:244
)
        at me.taylorkelly.bigbrother.tablemgrs.DBTable.createTable(DBTable.java:
35)
        at me.taylorkelly.bigbrother.tablemgrs.BBDataTable.<init>(BBDataTable.ja
va:58)
        at me.taylorkelly.bigbrother.tablemgrs.BBDataH2.<init>(BBDataH2.java:13)

        at me.taylorkelly.bigbrother.tablemgrs.BBDataTable.getInstance(BBDataTab
le.java:48)
        at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:115)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
.java:632)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
r.java:218)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:116)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:94)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:217)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:204)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:144)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:259)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
08:28:58 [INFO] [BBROTHER] BBData H2 Driver r1 loaded!
08:28:58 [INFO] [BBROTHER] Building `bbworlds` table...
08:28:58 [INFO] [BBROTHER] Building `bbusers` table...
08:28:58 [SEVERE] [BBROTHER] executeUpdate failed (CREATE TABLE `bbusers` (`id`
INT AUTO_INCREMENT PRIMARY KEY,`name` varchar(32) NOT NULL DEFAULT 'Player',`fla
gs` INT NOT NULL DEFAULT '0');CREATE UNIQUE INDEX idxUsername ON `bbusers` (`nam
e`)):
org.h2.jdbc.JdbcSQLException: Table "BBUSERS" already exists; SQL statement:
CREATE TABLE `bbusers` (`id` INT AUTO_INCREMENT PRIMARY KEY,`name` varchar(32) N
OT NULL DEFAULT 'Player',`flags` INT NOT NULL DEFAULT '0');CREATE UNIQUE INDEX i
dxUsername ON `bbusers` (`name`) [42101-153]
        at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
        at org.h2.message.DbException.get(DbException.java:167)
        at org.h2.message.DbException.get(DbException.java:144)
        at org.h2.command.ddl.CreateTable.update(CreateTable.java:108)
        at org.h2.command.CommandContainer.update(CommandContainer.java:69)
        at org.h2.command.Command.executeUpdate(Command.java:212)
        at org.h2.command.CommandList.update(CommandList.java:41)
        at org.h2.command.Command.executeUpdate(Command.java:212)
        at org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedS
tatement.java:143)
        at org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement
.java:129)
        at me.taylorkelly.bigbrother.datasource.BBDB.executeUpdate(BBDB.java:244
)
        at me.taylorkelly.bigbrother.tablemgrs.DBTable.createTable(DBTable.java:
35)
        at me.taylorkelly.bigbrother.tablemgrs.BBUsersTable.<init>(BBUsersTable.
java:67)
        at me.taylorkelly.bigbrother.tablemgrs.BBUsersH2.<init>(BBUsersH2.java:1
1)
        at me.taylorkelly.bigbrother.tablemgrs.BBUsersTable.getInstance(BBUsersT
able.java:54)
        at me.taylorkelly.bigbrother.BBPlayerInfo.<init>(BBPlayerInfo.java:50)
        at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:117)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
.java:632)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
r.java:218)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:116)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:94)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:217)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:204)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:144)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:259)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
08:28:58 [INFO] [BBROTHER] Permissions enabled using: Permissions v2.5.1
08:28:58 [WARNING] [BBROTHER] 'Help' isn't detected. No /help support
08:28:58 [INFO] [BBROTHER] BigBrother 1.8-SNAPSHOT (build #419) enabled!

 

Revise this Paste

Your Name: Code Language: