[FIXED] Noone can connect to 1.6.6 (Build 818)

Discussion in 'Bukkit Help' started by jamietech, Jun 1, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    jamietech

    Okay, so I think it might be a plugin, already removed iConomy. Well, here's the log.
    Server Log (open)

    Code:
    2011-06-02 07:14:26 [INFO] Starting minecraft server version Beta 1.6.6
    2011-06-02 07:14:26 [INFO] Loading properties
    2011-06-02 07:14:26 [INFO] Starting Minecraft server on *:25565
    2011-06-02 07:14:26 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-766-g3fc0460-b818jnks (MC: 1.6.6)
    2011-06-02 07:14:26 [INFO] Preparing level "world"
    2011-06-02 07:14:26 [INFO] Preparing start region for level 0
    2011-06-02 07:14:27 [INFO] Preparing spawn area: 89%
    2011-06-02 07:14:27 [INFO] Preparing start region for level 1
    2011-06-02 07:14:28 [INFO] Preparing spawn area: 85%
    2011-06-02 07:14:29 [INFO] [Permissions] (Phoenix) was Initialized.
    2011-06-02 07:14:29 [WARNING] [AutoSave] UNKNOWN SERVER VERSION: It has NOT been tested and AutoSave MAY NOT function properly: git-Bukkit-0.0.0-766-g3fc0460-b818jnks (MC: 1.6.6)
    2011-06-02 07:14:29 [INFO] [AutoSave] Loading config file
    2011-06-02 07:14:29 [INFO] [AutoSave] Version 1.3.0 is enabled: 593f2044-d8dd-4298-9407-920a5b4bfa32
    2011-06-02 07:14:29 [INFO] AutoStop Enabled. Windows Vista
    2011-06-02 07:14:29 [INFO] [AutoStop] Scheduled for shutdown at time(s): 00:00:00 01:00:00 02:00:00 03:00:00 04:00:00 05:00:00 06:00:00 07:00:00 08:00:00 09:00:00 10:00:00 11:00:00 12:00:00 13:00:00 14:00:00 15:00:00 16:00:00 17:00:00 18:00:00 19:00:00 20:00:00 21:00:00 22:00:00 23:00:00
    2011-06-02 07:14:29 [INFO] [BBROTHER] ------------------------------------
    2011-06-02 07:14:29 [INFO] [BBROTHER] Hello, and thank you for using the TESTING version of BigBrother!
    2011-06-02 07:14:29 [INFO] [BBROTHER] Please note that, since this is far from complete, there will be many bugs.
    2011-06-02 07:14:29 [INFO] [BBROTHER] IF YOU FIND ANY BUGS, PLEASE REPORT THEM ON http://bugs.nexisonline.net/bb
    2011-06-02 07:14:29 [INFO] [BBROTHER] Please stay tuned in irc.esper.net #bigbrother for updates and build notifications.
    2011-06-02 07:14:29 [INFO] [BBROTHER] ------------------------------------
    2011-06-02 07:14:30 [INFO] [BBROTHER] Building `bbdata` table...
    2011-06-02 07:14:30 [SEVERE] [BBROTHER] executeUpdate failed (CREATE TABLE IF NOT EXISTS `bbdata` (`id` INTEGER AUTO_INCREMENT PRIMARY KEY,`date` INT UNSIGNED NOT NULL DEFAULT '0',`player` INT UNSIGNED NOT NULL DEFAULT '0',`action` tinyint NOT NULL DEFAULT '0',`world` tinyint NOT NULL DEFAULT '0',`x` int NOT NULL DEFAULT '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 INDEX playerIndex on bbdata (player);CREATE INDEX actionIndex on bbdata (action);CREATE INDEX worldIndex on bbdata (world);CREATE INDEX posIndex on bbdata (x,y,z);CREATE INDEX typeIndex on bbdata (type);CREATE INDEX rbackedIndex on bbdata (rbacked);):
    org.h2.jdbc.JdbcSQLException: Index "DATEINDEX" already exists; SQL statement:
    CREATE INDEX dateIndex on bbdata (date);CREATE INDEX playerIndex on bbdata (player);CREATE INDEX actionIndex on bbdata (action);CREATE INDEX worldIndex on bbdata (world);CREATE INDEX posIndex on bbdata (x,y,z);CREATE INDEX typeIndex on bbdata (type);CREATE INDEX rbackedIndex on bbdata (rbacked); [42111-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.CreateIndex.update(CreateIndex.java:76)
    	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.CommandList.executeRemaining(CommandList.java:36)
    	at org.h2.command.CommandList.update(CommandList.java:42)
    	at org.h2.command.Command.executeUpdate(Command.java:212)
    	at org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedStatement.java:143)
    	at org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement.java:129)
    	at me.taylorkelly.bigbrother.datasource.BBDB.executeUpdate(BBDB.java:273)
    	at me.taylorkelly.bigbrother.tablemgrs.DBTable.createTable(DBTable.java:35)
    	at me.taylorkelly.bigbrother.tablemgrs.BBDataTable.<init>(BBDataTable.java:57)
    	at me.taylorkelly.bigbrother.tablemgrs.BBDataH2.<init>(BBDataH2.java:13)
    	at me.taylorkelly.bigbrother.tablemgrs.BBDataTable.getInstance(BBDataTable.java:47)
    	at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:118)
    	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
    	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:750)
    	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:134)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:112)
    	at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
    	at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
    	at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-02 07:14:30 [INFO] [BBROTHER] BBData H2 Driver r1 loaded!
    2011-06-02 07:14:30 [INFO] [BBROTHER] Building `bbworlds` table...
    2011-06-02 07:14:30 [INFO] [BBROTHER] Building `bbusers` table...
    2011-06-02 07:14:30 [SEVERE] [BBROTHER] executeUpdate failed (CREATE TABLE IF NOT EXISTS `bbusers` (`id` INT AUTO_INCREMENT PRIMARY KEY,`name` varchar(32) NOT NULL DEFAULT 'Player',`flags` INT NOT NULL DEFAULT '0');CREATE UNIQUE INDEX idxUsername ON `bbusers` (`name`)):
    org.h2.jdbc.JdbcSQLException: Index "IDXUSERNAME" already exists; SQL statement:
    CREATE TABLE IF NOT EXISTS `bbusers` (`id` INT AUTO_INCREMENT PRIMARY KEY,`name` varchar(32) NOT NULL DEFAULT 'Player',`flags` INT NOT NULL DEFAULT '0');CREATE UNIQUE INDEX idxUsername ON `bbusers` (`name`) [42111-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.CreateIndex.update(CreateIndex.java:76)
    	at org.h2.command.CommandContainer.update(CommandContainer.java:69)
    	at org.h2.command.CommandList.executeRemaining(CommandList.java:36)
    	at org.h2.command.CommandList.update(CommandList.java:42)
    	at org.h2.command.Command.executeUpdate(Command.java:212)
    	at org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedStatement.java:143)
    	at org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement.java:129)
    	at me.taylorkelly.bigbrother.datasource.BBDB.executeUpdate(BBDB.java:273)
    	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:12)
    	at me.taylorkelly.bigbrother.tablemgrs.BBUsersTable.getInstance(BBUsersTable.java:54)
    	at me.taylorkelly.bigbrother.BBPlayerInfo.<init>(BBPlayerInfo.java:50)
    	at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:120)
    	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
    	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:750)
    	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:134)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:112)
    	at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
    	at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
    	at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-02 07:14:30 [INFO] [BBROTHER] Permissions enabled using: Permissions v2.7.4
    2011-06-02 07:14:30 [WARNING] [BBROTHER] 'Help' isn't detected. No /help support
    2011-06-02 07:14:30 [INFO] [BBROTHER] BigBrother 1.8-SNAPSHOT (build #443) enabled!
    2011-06-02 07:14:30 [INFO] [ChopTree] Using Permissions.
    2011-06-02 07:14:30 [INFO] ChopTree 1.22_1 enabled!
    2011-06-02 07:14:30 [INFO] CommandBook 1.5.1-customized enabled.
    2011-06-02 07:14:30 [INFO] CommandBook: 0 banned name(s) loaded.
    2011-06-02 07:14:30 [INFO] CommandBook: 1 kit(s) loaded.
    2011-06-02 07:14:30 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-02 07:14:30 [INFO] CraftBookCommon 3.0-alpha2 enabled.
    2011-06-02 07:14:30 [INFO] CraftBookCommon: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-02 07:14:30 [INFO] CraftBookCircuits 3.0-alpha2 enabled.
    2011-06-02 07:14:30 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-02 07:14:30 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-02 07:14:30 [INFO] CraftBookMechanisms 3.0-alpha2 enabled.
    2011-06-02 07:14:30 [INFO] CraftBookMechanisms: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-02 07:14:30 [INFO] 1 cauldron recipe(s) loaded
    2011-06-02 07:14:30 [INFO] FenceStack version 1.13 loaded.
    2011-06-02 07:14:30 [INFO] [HeroicDeath] 1.8.1.156 enabled.
    2011-06-02 07:14:30 [INFO] iChat (v2.3.0) enabled
    2011-06-02 07:14:30 [INFO] MCBans: mcbans version 2.9.1 is enabled!
    2011-06-02 07:14:30 [INFO] MCBans: Voting enabled!
    2011-06-02 07:14:30 [INFO] MCBans: Debug mode active!
    2011-06-02 07:14:30 [INFO] MCBans: Checking for premium!
    2011-06-02 07:14:31 [INFO] MCBans: Server NOT premium!
    2011-06-02 07:14:31 [INFO] [mcMMO] Permissions enabled.
    2011-06-02 07:14:31 [INFO] mcMMO version 1.0.09 is enabled!
    2011-06-02 07:14:31 [INFO] [MinecraftViewer] Query running on 0.0.0.0:25626
    2011-06-02 07:14:31 [INFO] [MinecraftViewer] v1.0b Plugin Enabled.
    2011-06-02 07:14:33 [INFO] [ModTRS] Using Permissions version 2.7.4 for permission handling
    2011-06-02 07:14:33 [INFO] [ModTRS] Plugin enabled! (version 1.4)
    2011-06-02 07:14:33 [INFO] [Permissions] version [2.7.4] (Phoenix)  loaded
    2011-06-02 07:14:33 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-02 07:14:33 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-02 07:14:33 [INFO] [iChat] Found Permissions (v2.7.4)
    2011-06-02 07:14:33 [INFO] [MultiHome] Version 0.9.3 loaded.
    2011-06-02 07:14:33 [INFO] Nether v1.1 enabled
    2011-06-02 07:14:33 [INFO] [OpenInv] version 1.2.3 is enabled!
    2011-06-02 07:14:33 [INFO] PlgLogCmd version 1.0 is enabled!
    2011-06-02 07:14:33 [INFO] PlgSetspawn version 4.1 is enabled!
    2011-06-02 07:14:33 [INFO] [Tips] Loaded 1 global tip set(s)
    2011-06-02 07:14:33 [INFO] [Tips] Loaded 0 tip set(s) for world world
    2011-06-02 07:14:33 [INFO] [Tips] Loaded 0 tip set(s) for world world_nether
    2011-06-02 07:14:33 [INFO] [Tips] version 1.0.1 enabled
    2011-06-02 07:14:33 [INFO] [uQuest] Loaded with Flatfile!
    2011-06-02 07:14:33 [INFO] [uQuest] v1.5 enabled! With 2 quests loaded!
    2011-06-02 07:14:33 [INFO] [VanishNoPickup] 1.7 enabled.
    2011-06-02 07:14:33 [INFO] WarnFreeze by Queepo, version 1.0 is enabled!
    2011-06-02 07:14:33 [INFO] WorldEdit 4.4 enabled.
    2011-06-02 07:14:33 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-02 07:14:33 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-02 07:14:33 [INFO] WorldGuard: Blacklist loaded.
    2011-06-02 07:14:33 [INFO] WorldGuard: Loaded configuration for world 'world"
    2011-06-02 07:14:33 [INFO] WorldGuard: (world_nether) Single session is enforced.
    2011-06-02 07:14:33 [INFO] WorldGuard: (world_nether) TNT ignition is PERMITTED.
    2011-06-02 07:14:33 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    2011-06-02 07:14:33 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    2011-06-02 07:14:33 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    2011-06-02 07:14:33 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    2011-06-02 07:14:33 [INFO] WorldGuard: 18 regions loaded for 'world'
    2011-06-02 07:14:33 [INFO] WorldGuard 5.0-alpha10 enabled.
    2011-06-02 07:14:33 [INFO] Done (0.698s)! For help, type "help" or "?"
    2011-06-02 07:14:36 [INFO] [BBROTHER] Cleaned out 20 records because of age in 0h00m00s.
    2011-06-02 07:14:38 [INFO] [uQuest] Successfully linked with Permissions.
    2011-06-02 07:14:38 [SEVERE] [uQuest] iConomy is not loaded. Turning iConomy support off.
    2011-06-02 07:14:39 [INFO] MCBans: Sent From: Console .::. Potential Login
    2011-06-02 07:14:39 [INFO] MCBans: Sent From: Console .::. Player triggered prelogin event!
    2011-06-02 07:14:39 [INFO] MCBans: Sent From: Console .::. Online Mode.
    2011-06-02 07:14:39 [INFO] MCBans: Sent From: Console .::. Player check with mcbans.com started.
    2011-06-02 07:14:40 [INFO] MCBans: Sent From: Console .::. Recieved reply.
    2011-06-02 07:14:40 [INFO] MCBans: Sent From: Console .::. Check completed!
    2011-06-02 07:14:40 [INFO] jamietech [/127.0.0.1:50848] logged in with entity id 141 at (-161.48756350757418, 71.0, -50.46571152841674)
    2011-06-02 07:14:40 [INFO] CommandBook: No intro.mid; not playing intro song.
    2011-06-02 07:14:40 [INFO] [AutoSave] AutoSaveThread Started: Interval is 300 seconds, Warn Times are 0
    2011-06-02 07:14:40 [INFO] Disconnecting jamietech [/127.0.0.1:50848]: Internal server error
    2011-06-02 07:14:40 [WARNING] Failed to handle packet: java.lang.IllegalArgumentException: Listener already listening
    java.lang.IllegalArgumentException: Listener already listening
    	at net.minecraft.server.Container.a(SourceFile:32)
    	at net.minecraft.server.EntityPlayer.syncInventory(EntityPlayer.java:70)
    	at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:100)
    	at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
    	at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
    	at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:401)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-02 07:14:40 [INFO] jamietech lost connection: disconnect.endOfStream
    2011-06-02 07:14:41 [INFO] [AutoSave] World Auto-Saving
    2011-06-02 07:14:42 [INFO] [AutoSave] World Auto-Save Complete
    
     
  2. Offline

    Jeyge

    Try removing OpenInv.
     
  3. Offline

    jamietech

    @Jeyge thanks! I'll try when I get access to my computer and I'll let you know how it goes.
     
  4. Offline

    Jeyge

    Fyi - I see the dev of OpenInv just released a new version that fixes the problems. You may want to just update to the new version instead of removing it.
     
  5. Offline

    jamietech

    Just noticed that too when I was checking for plugin updates. xP
     
  6. Offline

    Samuel Ferguson

    hi I have the same problem but I removed all of my plugins made a new world changed the server settings a million times I even made a completely new server but people still can't connect does anyone know how I could fix this?
     
  7. Offline

    jamietech

    To fix it (as mentioned above :p) simply remove the plugin called "OpenINV". Enjoy your Bukkit server :)
     
  8. Offline

    dak393

    he said he removed everything >.>
    @Samuel Ferguson so what errors are you getting what mc version do users have?
     
  9. Offline

    robotec007

    I got the same problem i removed too every plugin but i can't connect. whit localhost i can connect but over the ip i can't an sunday 5-6 user have played but today nothing goes anymore.i have Win 7 x86 and 6GB ram
    sry for my bad english
     
  10. Offline

    jamietech

    @robotec007 Maybe you have a dynamic IP? Check your latest IP and see if it's different from the one you're giving your users.
     
  11. Offline

    robotec007

    nope i have a static ip last week all have work but this week nothing work... i don't change something in settings or like that but it won't work. i don't understand
     
Thread Status:
Not open for further replies.

Share This Page