In our support boards we aim to provide support for the B3 core in its current state. Older releases of B3 are NOT supported. Check our front page for the latest version. You may post feature requests in our General Discussion board. Modifications and Hacks of the core B3 code are NOT supported.
Before you ask for support: [ Read the Support Instructions ] - More info: [ Full Support Disclaimer ]

You are here: Big Brother Bot ForumSupport ForumsInstallation Support (Moderator: MordyT)ERROR**** Event queue was full (15)
Pages: [1]   Go Down
  Print  
Author Topic: ERROR**** Event queue was full (15)  (Read 468 times) Bookmark and Share
Sr. Member
****
OS: Windows
Type: Gameserver Rental Co.
Gameservers: CoD4
Posts: 182
Offline Offline
« on: September 09, 2010, 02:06:59 PM »

Any idea why im getting this error all of a sudden?

Quote
100909 17:04:40    CONSOLE    11416:31 D;20d878b0567c958aeb7778a61c6db1ea;20;axis;Llort;7ab2e3e21629da06b08fce25bc93252e;26;allies;Phips;ak47_silencer_mp;36;MOD_RIFLE_BULLET;right_arm_lower
100909 17:04:40    CONSOLE    11416:31 D;7ab2e3e21629da06b08fce25bc93252e;26;allies;Phips;99292c09f5cfd26324ee93ad06594f81;27;axis;VOLKFOVO;ak47_mp;12;MOD_RIFLE_BULLET;torso_lower
100909 17:04:42    ERROR    STDERR Exception in thread Thread-72:
Traceback (most recent call last):
  File "threading.pyo", line 522, in __bootstrap_inner
  File "threading.pyo", line 726, in run
  File "b3\parsers\cod.pyo", line 511, in newPlayer
KeyError: '34'


100909 17:04:42    ERROR    **** Event queue was full (15)
100909 17:04:42    CONSOLE    11416:31 D;20d878b0567c958aeb7778a61c6db1ea;20;axis;Llort;7ab2e3e21629da06b08fce25bc93252e;26;allies;Phips;ak47_silencer_mp;36;MOD_RIFLE_BULLET;right_arm_upper
100909 17:04:42    CONSOLE    11416:31 K;20d878b0567c958aeb7778a61c6db1ea;20;;Llort;7ab2e3e21629da06b08fce25bc93252e;26;;Phips;ak47_silencer_mp;36;MOD_RIFLE_BULLET;torso_lower
100909 17:04:42    CONSOLE    11416:31 D;66a98842bd449e76b44ddea76ca58769;5;allies;Daniel;99292c09f5cfd26324ee93ad06594f81;27;axis;VOLKFOVO;ak47_mp;8;MOD_HEAD_SHOT;head
100909 17:04:43    ERROR    STDERR Exception in thread Thread-73:
Traceback (most recent call last):
  File "threading.pyo", line 522, in __bootstrap_inner
  File "threading.pyo", line 726, in run
  File "b3\parsers\cod.pyo", line 511, in newPlayer
KeyError: '34'


100909 17:04:44    ERROR    **** Event queue was full (15)
Logged


Sr. Member
****
OS: Windows
Type: Gameserver Rental Co.
Gameservers: CoD4
Posts: 182
Offline Offline
« Reply #1 on: September 09, 2010, 04:28:08 PM »

Also just noticed that i see a lot of these in my log about every second it says this:
100909 17:12:44   ERROR   STDERR Exception in thread Thread-242:
Traceback (most recent call last):
  File "threading.pyo", line 522, in __bootstrap_inner
  File "threading.pyo", line 726, in run
  File "b3\parsers\cod.pyo", line 511, in newPlayer
KeyError: '26'


100909 17:12:45   ERROR   STDERR Exception in thread Thread-243:
Traceback (most recent call last):
  File "threading.pyo", line 522, in __bootstrap_inner
  File "threading.pyo", line 726, in run
  File "b3\parsers\cod.pyo", line 511, in newPlayer
KeyError: '26'


100909 17:12:46   ERROR   STDERR Exception in thread Thread-244:
Traceback (most recent call last):
  File "threading.pyo", line 522, in __bootstrap_inner
  File "threading.pyo", line 726, in run
  File "b3\parsers\cod.pyo", line 511, in newPlayer
KeyError: '33'


100909 17:12:47   ERROR   STDERR Exception in thread Thread-245:
Traceback (most recent call last):
  File "threading.pyo", line 522, in __bootstrap_inner
  File "threading.pyo", line 726, in run
  File "b3\parsers\cod.pyo", line 511, in newPlayer
KeyError: '33'

Logged

[ www.xlrstats.com ]
Project Lead
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 2022
Offline Offline
WWW
Support Specialty: B3-Core, CoD/UrT/WoP/ETPro parsers, Plugin development
« Reply #2 on: September 10, 2010, 12:12:32 AM »

What version of the bot?
Logged

B3 Contrib/Support
*
OS: --No B3 installed--
Type: --No B3 installed--
Posts: 1225
Offline Offline
Support Specialty: B3-Core, CoD/BFBC2 parsers, FTP-functionality, Plugin development
« Reply #3 on: September 10, 2010, 12:51:58 PM »

You changed your mysql configurations recently?

ie it's probably a mysql issue. Too much happing in too short a time for your mysql server to process quick enough. If you improve your mysql speed, it likely won't happen any more.
Logged

Former Dev. (senate)
*****
OS: Linux
Type: Owner dedicated server(s)
Gameservers: OpenArena
Posts: 258
Offline Offline
« Reply #4 on: September 10, 2010, 02:59:52 PM »

You changed your mysql configurations recently?

ie it's probably a mysql issue. Too much happing in too short a time for your mysql server to process quick enough. If you improve your mysql speed, it likely won't happen any more.

Not necessarily : b3 seems to have a hardcoded thread queue limit (correct me if I'm wrong). That's pointed by the "Event queue was full (15)".

It can happen when there are too many plugins too, or a badly written plugin, producing too many events at once. That's what happened with a previous version of Wideban, and why I fixed it asap.
Logged
[ www.xlrstats.com ]
Project Lead
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 2022
Offline Offline
WWW
Support Specialty: B3-Core, CoD/UrT/WoP/ETPro parsers, Plugin development
« Reply #5 on: September 11, 2010, 01:14:36 AM »

The keyerror in newplayer() indicates that an older version of the bot is used. I know because I fixed that error earlier.

I'd like to know the version of the bot before we're all going to speculate on what might be wrong...
Logged

Sr. Member
****
OS: Windows
Type: Gameserver Rental Co.
Gameservers: CoD4
Posts: 182
Offline Offline
« Reply #6 on: September 11, 2010, 06:49:20 PM »

its version 1.3.3 it just started doing it and i have 5 servers on 1 b3 db that might be wh now that i think of it
Logged

[ www.xlrstats.com ]
Project Lead
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 2022
Offline Offline
WWW
Support Specialty: B3-Core, CoD/UrT/WoP/ETPro parsers, Plugin development
« Reply #7 on: September 12, 2010, 12:40:04 AM »

Does your error occur just after a mapchange?
Logged

Tags:
Pages: [1]   Go Up
  Print  
 
Jump to:  


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal