Inactive [SEC] xAuth v2.0.10 - Extra Authentication [1.2.5-R1.3+]

Discussion in 'Inactive/Unsupported Plugins' started by CypherX, Mar 16, 2011.

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

    CypherX

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    xAuth v2.0.10 - (CraftBukkit build: [1.2.5-R1.3+])
    Download v2.0.10

    lycano is taking over the development of xAuth as I no longer have the time nor the will to continue working on it. Please see the BukkitDev page: http://dev.bukkit.org/server-mods/xauth/

    Thanks to everyone who has showed support for me and xAuth over the past 17 months. It's been 'fun'. If for any reason you need to contact me, stop by my IRC channel (irc.rizon.net #LoveDespite) or toss me a message at http://love-despite.com/forum. Until we meet again, stay gold. Bang.

    ------------------------------------------------------------------

    xAuth is a plugin designed with a single task in mind: protect a server and its players while running in offline-mode. The basic idea of this protection is allowing players to register an account based on their player name and a supplied password. When a registered player connects to the server, that player will be prompted to authenticate his or herself by logging in. If and only if a valid password is supplied, they will regain full control of their account until their session expires.


    Features
    • Before registering/logging in, players cannot:
      • Chat, execute commands, interact with objects (levers, chests, etc.), move, or pickup items.
      • Break or place blocks
      • Receive or give damage, be targeted (followed) by hostile mobs
    • Inventory and location protection
    • In-depth setting and message configuration
    • Persistent login sessions through server restarts
    • Player name filter and password complexity configuration
    • Kick non-logged in (but registered) players after a configurable amount of time
    • Bukkit Permissions support
    • Kick or temporarily lockout the IP address of a player who fails to log in after a configurable amount of tries
    • Custom, highly secure password hashing
    • H2 and MySQL support
    • Authentication over URL (AuthURL) allows for connection to forum or website databases
    Changelog (click for full changelog)
    • Version 2.0.10
      • [Fixed] Exploit to completely bypass login system.
      • [Fixed] xAuth commands not working with Rcon
      • [Fixed] Exploiting login system to avoid fire & drowning damage.
      • [Fixed] NPE caused by player connecting & disconnecting during same server tick.
      • [Fixed] 'Table "SESSIONS" not found' error when a player uses /logout while session length is set to zero.
      • [Fixed] Exploiting location protection after dieing to return to the spot of death.
    • Version 2.0.9
      • Added several reverse single session configuration options.
      • Fixed registration.forced: false not working.
      • Updated version check and H2 download links.
    xAuth Importer
    xAuth Importer is a tool used to import accounts from previous versions of xAuth as well as other authentication plugins. Click here for more information.

    This post has been edited 82 times. It was last edited by c0mp Aug 17, 2012.
  2.  
  3. Offline

    908070p

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    well it didnt work for me when i installed and reloaded/restarted 5 times
  4. Offline

    CypherX

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    How do you expect me to help you if you don't provide any information? Let's start with the error from the server log.
  5. Offline

    908070p

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    no errors it just wont show the ./login when i restart but it shows in the ./plugins as green. I use Mpserv hosting
  6. Offline

    CypherX

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Post a log of your server starting up.
  7. Offline

    GlitchHero9724

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    No I don't use MySQL as far as I know. I actually didn't upgrade, I started a new one from scratch :/
    And I downloaded 2.0.7

    After all, a friend of mine told me I just had to use 2.0.5, and it worked. Hope that helps a bit :)
    Gr. GlitchHero9724
  8. Offline

    CypherX

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    The error you received doesn't have anything to do with the version. I believe it may have been a one time thing so try the latest version of xAuth again. You should always use the latest version anyway.
  9. Offline

    nhoclesnar

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Very fast and lightweight with great performance. That's what I love about this plugin.
  10. Offline

    nhoclesnar

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I got this error when running xAuth 2.0.7

    2012-05-01 18:02:32 [INFO] [xAuth] Enabling xAuth v2.0.7
    2012-05-01 18:02:32 [INFO] [xAuth] Downloading required H2 library..
    2012-05-01 18:02:38 [INFO] [xAuth] Download complete, reloading xAuth..
    2012-05-01 18:02:38 [INFO] [xAuth] Disabling xAuth v2.0.7
    2012-05-01 18:02:38 [INFO] [xAuth] Enabling xAuth v2.0.7
    2012-05-01 18:02:38 [SEVERE] [xAuth] Failed to create instance of H2 JDBC Driver!
    java.lang.ClassNotFoundException: org.h2.Driver
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:41)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at com.cypherx.xauth.database.ConnectionPool.<init>(ConnectionPool.java:19)
    at com.cypherx.xauth.database.DatabaseController.dbInit(DatabaseController.java:50)
    at com.cypherx.xauth.database.DatabaseController.<init>(DatabaseController.java:24)
    at com.cypherx.xauth.xAuth.onEnable(xAuth.java:78)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:383)
    at com.cypherx.xauth.xAuth.onEnable(xAuth.java:70)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:383)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:367)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:349)
    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:420)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:407)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:224)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:475)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    2012-05-01 18:02:38 [SEVERE] [xAuth] Failed to borrow H2 connection from pool!
    java.lang.NullPointerException
    at com.cypherx.xauth.database.DatabaseController.getConnection(DatabaseController.java:87)
    at com.cypherx.xauth.database.DatabaseController.isConnectable(DatabaseController.java:76)
    at com.cypherx.xauth.xAuth.onEnable(xAuth.java:81)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:383)
    at com.cypherx.xauth.xAuth.onEnable(xAuth.java:70)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:383)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:367)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:349)
    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:420)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:407)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:224)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:475)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    2012-05-01 18:02:38 [SEVERE] [xAuth] Failed to establish H2 database connection!
    2012-05-01 18:02:38 [INFO] [xAuth] Disabling xAuth v2.0.7
    2012-05-01 18:02:38 [SEVERE] [xAuth] Failed to close H2 connection pool!
    java.lang.NullPointerException
    at com.cypherx.xauth.database.DatabaseController.close(DatabaseController.java:138)
    at com.cypherx.xauth.xAuth.onDisable(xAuth.java:38)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
    at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:362)
    at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:401)
    at com.cypherx.xauth.xAuth.onEnable(xAuth.java:85)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:383)
    at com.cypherx.xauth.xAuth.onEnable(xAuth.java:70)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:383)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:367)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:349)
    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:420)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:407)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:224)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:475)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
  11. Offline

    CypherX

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    @nhoclesnar
    Did you try starting the server again? If that doesn't work download this and drop it in <server root>\lib\ (you might have to replace the one in there).
  12. Offline

    nhoclesnar

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    It dl the file and put it in the lib folder. It works beautifully without error now, thanks.
  13. Offline

    316peti

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    How can i disable space in player names? A lots of user have space in their names and i can't kick or do something with them.

    This post has been edited 1 time. It was last edited by 316peti May 2, 2012.
  14. Offline

    kremington

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hi, I am getting this error with 2.07
    Code:
    02.05 16:36:40 [Server] INFO    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    02.05 16:36:40 [Server] INFO    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:449)
    02.05 16:36:40 [Server] INFO    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:551)
    02.05 16:36:40 [Server] INFO    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
    02.05 16:36:40 [Server] INFO    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
    02.05 16:36:40 [Server] INFO    at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
    02.05 16:36:40 [Server] INFO    at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:34)
    02.05 16:36:40 [Server] INFO    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:764)
    02.05 16:36:40 [Server] INFO    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:781)
    02.05 16:36:40 [Server] INFO    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:821)
    02.05 16:36:40 [Server] INFO    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:473)
    02.05 16:36:40 [Server] INFO    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
    02.05 16:36:40 [Server] INFO    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    02.05 16:36:40 [Server] INFO    at com.cypherx.xauth.commands.LogoutCommand.onCommand(LogoutCommand.java:28)
    02.05 16:36:40 [Server] INFO    at com.cypherx.xauth.PlayerManager.deleteSession(PlayerManager.java:412)
    02.05 16:36:40 [Server] INFO    at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:267)
    02.05 16:36:40 [Server] INFO    at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:71)
    02.05 16:36:40 [Server] INFO    at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1119)
    02.05 16:36:40 [Server] INFO    at org.h2.engine.Session.prepareCommand(Session.java:364)
    02.05 16:36:40 [Server] INFO    at org.h2.engine.Session.prepareLocal(Session.java:415)
    02.05 16:36:40 [Server] INFO    at org.h2.command.Parser.prepareCommand(Parser.java:217)
    02.05 16:36:40 [Server] INFO    at org.h2.command.Parser.parse(Parser.java:251)
    02.05 16:36:40 [Server] INFO    at org.h2.command.Parser.parse(Parser.java:279)
    02.05 16:36:40 [Server] INFO    at org.h2.command.Parser.parsePrepared(Parser.java:336)
    02.05 16:36:40 [Server] INFO    at org.h2.command.Parser.parseDelete(Parser.java:726)
    02.05 16:36:40 [Server] INFO    at org.h2.command.Parser.readSimpleTableFilter(Parser.java:704)
    02.05 16:36:40 [Server] INFO    at org.h2.command.Parser.readTableOrView(Parser.java:4725)
    02.05 16:36:40 [Server] INFO    at org.h2.command.Parser.readTableOrView(Parser.java:4747)
    02.05 16:36:40 [Server] INFO    at org.h2.message.DbException.get(DbException.java:146)
    02.05 16:36:40 [Server] INFO    at org.h2.message.DbException.get(DbException.java:169)
    02.05 16:36:40 [Server] INFO    at org.h2.message.DbException.getJdbcSQLException(DbException.java:329)
    02.05 16:36:40 [Server] INFO DELETE FROM `sessions` WHERE `accountid` = ? [42102-159]
    02.05 16:36:40 [Server] INFO org.h2.jdbc.JdbcSQLException: Table "SESSIONS" not found; SQL statement:
    02.05 16:36:40 [Server] SEVERE [xAuth] Something went wrong while deleting session for account: 435
    02.05 16:36:31 [Server] INFO Admin: [HIDDEN]Krem, Ranemist
    02.05 16:36:31 [Server] INFO /204.237.60.139:50685 lost connection
    02.05 16:36:23 [Server] INFO    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    02.05 16:36:23 [Server] INFO    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:449)
    02.05 16:36:23 [Server] INFO    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:551)
    02.05 16:36:23 [Server] INFO    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
    02.05 16:36:23 [Server] INFO    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
    02.05 16:36:23 [Server] INFO    at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
    02.05 16:36:23 [Server] INFO    at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:34)
    02.05 16:36:23 [Server] INFO    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:764)
    02.05 16:36:23 [Server] INFO    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:781)
    02.05 16:36:23 [Server] INFO    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:821)
    02.05 16:36:23 [Server] INFO    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:473)
    02.05 16:36:23 [Server] INFO    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
    02.05 16:36:23 [Server] INFO    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    02.05 16:36:23 [Server] INFO    at com.cypherx.xauth.commands.LogoutCommand.onCommand(LogoutCommand.java:28)
    02.05 16:36:23 [Server] INFO    at com.cypherx.xauth.PlayerManager.deleteSession(PlayerManager.java:412)
    02.05 16:36:23 [Server] INFO    at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:267)
    02.05 16:36:23 [Server] INFO    at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:71)
    02.05 16:36:23 [Server] INFO    at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1119)
    02.05 16:36:23 [Server] INFO    at org.h2.engine.Session.prepareCommand(Session.java:364)
    02.05 16:36:23 [Server] INFO    at org.h2.engine.Session.prepareLocal(Session.java:415)
    02.05 16:36:23 [Server] INFO    at org.h2.command.Parser.prepareCommand(Parser.java:217)
    02.05 16:36:23 [Server] INFO    at org.h2.command.Parser.parse(Parser.java:251)
    02.05 16:36:23 [Server] INFO    at org.h2.command.Parser.parse(Parser.java:279)
    02.05 16:36:23 [Server] INFO    at org.h2.command.Parser.parsePrepared(Parser.java:336)
    02.05 16:36:23 [Server] INFO    at org.h2.command.Parser.parseDelete(Parser.java:726)
    02.05 16:36:23 [Server] INFO    at org.h2.command.Parser.readSimpleTableFilter(Parser.java:704)
    02.05 16:36:23 [Server] INFO    at org.h2.command.Parser.readTableOrView(Parser.java:4725)
    02.05 16:36:23 [Server] INFO    at org.h2.command.Parser.readTableOrView(Parser.java:4747)
    02.05 16:36:23 [Server] INFO    at org.h2.message.DbException.get(DbException.java:146)
    02.05 16:36:23 [Server] INFO    at org.h2.message.DbException.get(DbException.java:169)
    02.05 16:36:23 [Server] INFO    at org.h2.message.DbException.getJdbcSQLException(DbException.java:329)
    02.05 16:36:23 [Server] INFO DELETE FROM `sessions` WHERE `accountid` = ? [42102-159]
    02.05 16:36:23 [Server] INFO org.h2.jdbc.JdbcSQLException: Table "SESSIONS" not found; SQL statement:
    02.05 16:36:23 [Server] SEVERE [xAuth] Something went wrong while deleting session for account: 4
    02.05 16:36:08 [Server] INFO /204.237.60.139:50666 lost connection
    02.05 16:36:05 [Server] INFO Admin: [HIDDEN]Krem, Ranemist
    02.05 16:35:52 [Server] INFO /108.226.55.123:50465 lost connection
    02.05 16:35:41 [Server] INFO /124.187.15.251:50824 lost connection
    02.05 16:35:39 [Server] INFO Admin: [HIDDEN]Krem, Ranemist
    02.05 16:35:30 [Server] INFO /124.187.15.251:50814 lost connection
    02.05 16:35:13 [Server] INFO Admin: [HIDDEN]Krem, Ranemist
    02.05 16:34:46 [Server] INFO Admin: [HIDDEN]Krem, Ranemist
    02.05 16:34:46 [Server] INFO /178.238.93.101:58832 lost connection
    02.05 16:34:43 [Server] INFO CH: Running original command on player Ranemist ----> /j
    02.05 16:34:34 [Server] INFO    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    02.05 16:34:34 [Server] INFO    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:449)
    02.05 16:34:34 [Server] INFO    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:551)
    02.05 16:34:34 [Server] INFO    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
    02.05 16:34:34 [Server] INFO    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
    02.05 16:34:34 [Server] INFO    at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
    02.05 16:34:34 [Server] INFO    at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:34)
    02.05 16:34:34 [Server] INFO    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:764)
    02.05 16:34:34 [Server] INFO    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:781)
    02.05 16:34:34 [Server] INFO    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:821)
    02.05 16:34:34 [Server] INFO    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:473)
    02.05 16:34:34 [Server] INFO    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
    02.05 16:34:34 [Server] INFO    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    02.05 16:34:34 [Server] INFO    at com.cypherx.xauth.commands.LogoutCommand.onCommand(LogoutCommand.java:28)
    02.05 16:34:34 [Server] INFO    at com.cypherx.xauth.PlayerManager.deleteSession(PlayerManager.java:412)
    02.05 16:34:34 [Server] INFO    at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:267)
    02.05 16:34:34 [Server] INFO    at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:71)
    02.05 16:34:34 [Server] INFO    at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1119)
    02.05 16:34:34 [Server] INFO    at org.h2.engine.Session.prepareCommand(Session.java:364)
    02.05 16:34:34 [Server] INFO    at org.h2.engine.Session.prepareLocal(Session.java:415)
    02.05 16:34:34 [Server] INFO    at org.h2.command.Parser.prepareCommand(Parser.java:217)
    02.05 16:34:34 [Server] INFO    at org.h2.command.Parser.parse(Parser.java:251)
    02.05 16:34:34 [Server] INFO    at org.h2.command.Parser.parse(Parser.java:279)
    02.05 16:34:34 [Server] INFO    at org.h2.command.Parser.parsePrepared(Parser.java:336)
    02.05 16:34:34 [Server] INFO    at org.h2.command.Parser.parseDelete(Parser.java:726)
    02.05 16:34:34 [Server] INFO    at org.h2.command.Parser.readSimpleTableFilter(Parser.java:704)
    02.05 16:34:34 [Server] INFO    at org.h2.command.Parser.readTableOrView(Parser.java:4725)
    02.05 16:34:34 [Server] INFO    at org.h2.command.Parser.readTableOrView(Parser.java:4747)
    02.05 16:34:34 [Server] INFO    at org.h2.message.DbException.get(DbException.java:146)
    02.05 16:34:34 [Server] INFO    at org.h2.message.DbException.get(DbException.java:169)
    02.05 16:34:34 [Server] INFO    at org.h2.message.DbException.getJdbcSQLException(DbException.java:329)
    02.05 16:34:34 [Server] INFO DELETE FROM `sessions` WHERE `accountid` = ? [42102-159]
    02.05 16:34:34 [Server] INFO org.h2.jdbc.JdbcSQLException: Table "SESSIONS" not found; SQL statement:
    02.05 16:34:34 [Server] SEVERE [xAuth] Something went wrong while deleting session for account: 4
    02.05 16:34:33 [Server] INFO [VanishNoPacket] Ranemist faked joining
    02.05 16:34:33 [Server] INFO Ranemist joined the game.
    02.05 16:34:33 [Server] INFO [VanishNoPacket] Ranemist reappeared.
    02.05 16:34:33 [Server] INFO CH: Running original command on player Ranemist ----> /j
    02.05 16:34:31 [Server] INFO [xAuth] kremington has logged in
    02.05 16:34:31 [Server] INFO [xAuth] Ranemist has logged in
    
  15. Offline

    CypherX

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    @kremington
    Code:
    Table "SESSIONS" not found;
    Did you do anything to your H2 file?

    This post has been edited 1 time. It was last edited by CypherX May 2, 2012.
  16. Offline

    godhex

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    i have some problem i have a few hackers tring to crash my server, they do spam login, and when im in game i allways get kiked " login from another location" is there a way to stop that :(
  17. Offline

    kremington

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I converted it with the conversion tool and that was the name of it in my original config...
  18. Offline

    vasil7112

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    If anyone could help me on how to do the following thing add me on skype to answer me or just answer it here, BUT DETAILED INFORMATION PLEASE!

    How when a user registers here, automaticly registers to my website
  19. Offline

    CypherX

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Did it occur right after converting it who did the error start appearing after a while?
  20. Offline

    djrazr

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    CypherX, i have to tell you that this Problem happened to me aswell now.. No one is able to login, no error and no reaction to /login .... This happened just after updating to R2 Beta... now even the first doesnt work.. -.-
  21. Offline

    CypherX

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    What does the server output when it's starting?
  22. Offline

    Harry8550

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    There are so many force-op's which bypass this as the dev sold the code. Don't use it. so many people think their safe :/
  23. Offline

    djrazr

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    19:20:09 [INFO] [xAuth] Enabling xAuth v2.0.7
    19:20:10 [INFO] [xAuth] v2.0.7 Enabled!

    With:
    bPermissions, MultiInv, Minequery, WorldEdit, AutoGamemode, Vault, LogBlock, FigAdmin, MobileAdmin, WorldGuard, MCDocs, dynmap, BorderGuard, HTTPConsole, StopTalkingAutoBan, iConomy, DragonTravel, xAuth, NoCheat, FalseBookCore, iChat, FalseBookCart, Essentials, Citizens, ShowCaseStandalone, FalseBookBlock, EssentialsSpawn, VanishNoPacket, LWC, FalseBookIC, FalseBookExtra


    Authtype is authurl...
  24. Offline

    CypherX

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    1. That post is from over a year ago.
    2. The code for my plugin has always been and will always be open source. I didn't sell anything you tool.
    3. This plugin actually prevents the force-op exploit(s).
    Don't come in here and spread false information.
  25. Offline

    Harry8550

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    You think i cant force op with this plugin on a server? Lets try it mate :)
  26. Offline

    CypherX

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Yeah, let's see you do it. I also enjoy how you ignored the other two points I called you out on.
  27. Offline

    djrazr

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    How bout repairin hat issue? Right now everyone gets op on my server by just puttin my name ...
  28. Offline

    CypherX

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    So you expect me to magically fix an issue that only exists on your server while knowing nothing about said issue? Yeah, I'll get right on that.
  29. Offline

    djrazr

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Cause nobody is usin authurl -.-'
  30. Offline

    CypherX

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Plenty of people use it without issue.
  31. Offline

    djrazr

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    And you know that cause?... Is there no debug mode?
  32. Offline

    CypherX

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    How do I know it's being used? Maybe because people have requested changes/features, asked for help, and reported issues with it?
Thread Status:
Not open for further replies.

Share This Page