OKB3 Causing server to become unresponsive #36


  • New
  • Defect
Open
Assigned to _ForgeUser3386019
  • _ForgeUser7230648 created this issue Jan 14, 2012

    What steps will reproduce the problem?
    1.Resyncing account in-game with /resync

    What is the expected output? What do you see instead?
    Instead of re-syncing the accounts, the server becomes inresponsive, the CPU usage and the RAM usage skyrockets.

    What version of the product are you using?
    I'm using v3.4.0 with CraftBukkit version 1.1 R1

    Do you have an error log of what happened?
    There were no errors, so i presume it's an error with the config.
    But here is the startup:
    OKB3: Attempting to enable OKB3 v3.4.0 by Kalman Olah...
    OKB3: Initiating auto-update...
    OKB3: You already have the latest version of OKB3.
    OKB3: Configuration file loaded.
    OKB3: [DB] Initializing MySQL connection...
    OKB3: [DB] Loading database...
    OKB3: OKB3 v3.4.0 enabled successfully.
    OKB3: Hooked into iConomy version: 6...
    .............................................................................
    And when i joined:
    CONSOLE: Airsoft742 has logged in.
    OKB3: [SYNC] Airsoft742's ranks successfully updated.
    CONSOLE: Airsoft742 joined the game.
    OKB3: [NICK-SYNC] Set Airsoft742's nickname to Airsoft742.
    Server: Welcome back, Airsoft742
    ..................................................................................
    That's when i deleted the database file in the OKB3 Directory, as someone posted that it solved this error, and synced myself
    After that i re-synced to see if it was working, and then the server became un-responsive again

    Please provide any additional information below.
    Here is my configuration, sorry for it being a little messy:

    general:
      mode: secure
      enable-whitelist: 'true'
      enable-nickname-syncing: 'true'
      enable-synced-banning: 'false'
      enable-promotion-track: 'true'
      enable-rank-changing: 'true'
      enable-post-count-rewarding: 'true'
    modes:
      normal:
        user-table: smf_members
        minecraft-login-name-field: minecraft_name
        rank-id-field: rank_group_field
        multitable:
          enable-multiple-tables: 'false'
          second-table: second_table
          user-id-field-in-user-table: user_id_field_user_table
          user-id-field-in-second-table: user_id_field_second_table
      secure:
        forum: smf
        type1:
          user-table: smf_members
          username-field: member_name
          password-field: passwd
          rank-id-field: id_group
        type2:
          user-table: user_table
          username-field: username_field
          password-field: password_field
          rank-id-field: rank_group_field
          location-of-passgen-php: http://as.df/passgen.php
          password-set-in-config-inc-php:asdf
        type3:
          user-table: user_table
          rank-id-field: rank_group_field
          username-field: username_field
          password-field: password_field
          second-table: second_table
          user-id-field-in-user-table: user_id_field_user_table
          user-id-field-in-second-table: user_id_field_second_table
        type4:
          user-table: user_table
          username-field: username_field
          password-field: password-field
          rank-id-field: rank_group_field
          location-of-passgen-php: http://as.df/passgen.php
          password-set-in-config-inc-php: asdf
    mysql-connection:
      mysql-host: localhost
      mysql-user: database
      mysql-password: nope
      mysql-database-name: database
      mysql-port: '3306'
    group-mapping:
      default:
         '1': Admin
         '2': PowerMod
         '3': Moderator
         '9': Banned
         '10': VIP
      worlds:
        exampleworld1:
          '1': ExampleGroup1
          '2': ExampleGroup2
        world:
          '1': Admin
          '2': PowerMod
          '3': Moderator
          '9': Banned
          '10': VIP

    extras:
      whitelist:
        kick-message: Your Forum Group is Not Whitelisted.
        use-as-blacklist: 'true'
        groups:
          '9': 'false'
      nickname-syncing:
        nickname-field-in-usertable: real_name
      synced-banning:
        banned-user-forum-rank-id: '9'
        unbanned-user-forum-rank-id: '10'
        ban-message: Sorry, You are Banned, Make a ban appeal at as.df!
      promotion-track:
        track: 6|4|68|123|10
      rank-changing:
        identifiers:
          '1': NickNameforRank1
          '7': NickNameforAnotherRank
      post-count-rewarding:
        post-count-field-in-user-table: posts
        currency-reward-per-post: '2'

  • _ForgeUser7230648 added the tags New Defect Jan 14, 2012

To post a comment, please login or register a new account.