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 ]

Pages: [1]   Go Down
  Print  
Author Topic: Having issues  (Read 1357 times) Bookmark and Share
Full Member
***
Posts: 99
Offline Offline
« on: November 09, 2009, 01:51:59 PM »

Every thing loads up till the "loading plugins" and it just hangs there.
I know I edited the rules, I don't know what I did
Code:
091108 16:19:42 BOT    www.BigBrotherBot.com (b3) v1.2.1 [nt] (Daniel Win32)
091108 16:19:42 BOT    Python: 2.6.3 (r263rc1:75186, Oct  2 2009, 20:40:30) [MSC v.1500 32 bit (Intel)]
091108 16:19:42 BOT    Starting Cod5Parser server for 68.106.91.179:28961
091108 16:19:42 BOT    --------------------------------------------
091108 16:19:42 BOT    Attempting to connect to database mysql://b3:******@localhost/b3...
091108 16:19:43 ERROR STDERR C:\Program Files\BigBrotherBot_1.2.1\library.zip\MySQLdb\__init__.py:34: DeprecationWarning: the sets module is deprecated

091108 16:19:43 BOT    Connected to database [1 times]
091108 16:19:43 BOT    Game log C:\ETC\main\games_mp.log
091108 16:19:43 BOT    Starting bot reading file C:\ETC\main\games_mp.log
091108 16:19:43 VERBOSE RCON sending (68.106.91.179:28961) status
091108 16:19:43 BOT    Loading Plugin #1 censor [C:\Program Files\BigBrotherBot_1.2.1\conf\plugin_censor.xml]
091108 16:19:43 BOT    CensorPlugin: Loading config C:\Program Files\BigBrotherBot_1.2.1\conf\plugin_censor.xml for CensorPlugin
091108 16:19:43 DEBUG Register Event: Stop Process: CensorPlugin
091108 16:19:43 DEBUG Register Event: Program Exit: CensorPlugin
091108 16:19:43 BOT    Plugin censor (2.1.0 - ThorN) loaded
091108 16:19:43 BOT    Loading Plugin #2 spamcontrol [C:\Program Files\BigBrotherBot_1.2.1\conf\plugin_spamcontrol.xml]
091108 16:19:43 BOT    SpamcontrolPlugin: Loading config C:\Program Files\BigBrotherBot_1.2.1\conf\plugin_spamcontrol.xml for SpamcontrolPlugin
091108 16:19:43 DEBUG Register Event: Stop Process: SpamcontrolPlugin
091108 16:19:43 DEBUG Register Event: Program Exit: SpamcontrolPlugin
091108 16:19:43 BOT    Plugin spamcontrol (1.1.2 - ThorN) loaded
091108 16:19:43 BOT    Loading Plugin #3 admin [C:\Program Files\BigBrotherBot_1.2.1\conf\plugin_admin.xml]
091108 16:19:43 BOT    AdminPlugin: Loading config C:\Program Files\BigBrotherBot_1.2.1\conf\plugin_admin.xml for AdminPlugin
091108 16:19:43 DEBUG Register Event: Stop Process: AdminPlugin
091108 16:19:43 DEBUG Register Event: Program Exit: AdminPlugin
091108 16:19:43 BOT    Plugin admin (1.4.3 - ThorN) loaded
091108 16:19:43 BOT    Loading Plugin #4 tk [C:\Program Files\BigBrotherBot_1.2.1\conf\plugin_tk.xml]
091108 16:19:43 BOT    TkPlugin: Loading config C:\Program Files\BigBrotherBot_1.2.1\conf\plugin_tk.xml for TkPlugin
091108 16:19:43 DEBUG TkPlugin: tk max level is 40
091108 16:19:43 DEBUG TkPlugin: Send messages privately ? True
091108 16:19:43 DEBUG Register Event: Stop Process: TkPlugin
091108 16:19:43 DEBUG Register Event: Program Exit: TkPlugin
091108 16:19:43 BOT    Plugin tk (1.2.2 - ThorN) loaded
091108 16:19:43 BOT    Loading Plugin #5 stats [C:\Program Files\BigBrotherBot_1.2.1\conf\plugin_stats.xml]
091108 16:19:43 BOT    StatsPlugin: Loading config C:\Program Files\BigBrotherBot_1.2.1\conf\plugin_stats.xml for StatsPlugin
091108 16:19:43 DEBUG AdminPlugin: Command "mapstats (mstats)" registered with cmd_mapstats for level (1, 100)
091108 16:19:43 DEBUG AdminPlugin: Command "testscore (ts)" registered with cmd_testscore for level (1, 100)
091108 16:19:43 DEBUG AdminPlugin: Command "topstats (tstats)" registered with cmd_topstats for level (9, 100)
091108 16:19:43 DEBUG Register Event: Stop Process: StatsPlugin
091108 16:19:43 DEBUG Register Event: Program Exit: StatsPlugin
091108 16:19:43 BOT    Plugin stats (1.2.3 - ThorN) loaded
091108 16:19:43 BOT    Loading Plugin #6 pingwatch [C:\Program Files\BigBrotherBot_1.2.1\conf\plugin_pingwatch.xml]
091108 16:19:43 BOT    PingwatchPlugin: Loading config C:\Program Files\BigBrotherBot_1.2.1\conf\plugin_pingwatch.xml for PingwatchPlugin
091108 16:19:43 VERBOSE Added crontab <bound method PingwatchPlugin.check of <b3.plugins.pingwatch.PingwatchPlugin instance at 0x02CCBE90>> (46979600) - [0, 30]s -1m -1h -1d -1M -1DOW
091108 16:19:43 DEBUG Register Event: Stop Process: PingwatchPlugin
091108 16:19:43 DEBUG Register Event: Program Exit: PingwatchPlugin
091108 16:19:43 BOT    Plugin pingwatch (1.1.4 - ThorN) loaded
091108 16:19:43 BOT    Loading Plugin #7 adv [C:\Program Files\BigBrotherBot_1.2.1\conf\plugin_adv.xml]
091108 16:19:43 BOT    AdvPlugin: Loading config C:\Program Files\BigBrotherBot_1.2.1\conf\plugin_adv.xml for AdvPlugin
091108 16:19:43 CRITICAL Error loading plugin: mismatched tag: line 15, column 3
Traceback (most recent call last):
  File "b3\parser.pyo", line 438, in loadPlugins
  File "b3\plugin.pyo", line 43, in __init__
  File "b3\plugin.pyo", line 76, in loadConfig
  File "b3\config.pyo", line 240, in load
  File "b3\config.pyo", line 168, in load
  File "b3\config.pyo", line 61, in readfp
  File "b3\lib\elementtree\ElementTree.pyo", line 908, in parse
  File "b3\lib\elementtree\ElementTree.pyo", line 174, in parse
  File "b3\lib\elementtree\ElementTree.pyo", line 1292, in feed
ExpatError: mismatched tag: line 15, column 3
091108 16:19:43 INFO STDOUT Traceback (most recent call last):

091108 16:19:43 INFO STDOUT   File "b3\run.pyo", line 124, in main

091108 16:19:43 INFO STDOUT   File "b3\run.pyo", line 102, in run

091108 16:19:43 INFO STDOUT   File "b3\__init__.pyo", line 99, in start

091108 16:19:43 INFO STDOUT   File "b3\parser.pyo", line 285, in __init__

091108 16:19:43 INFO STDOUT   File "b3\parser.pyo", line 441, in loadPlugins

091108 16:19:43 INFO STDOUT   File "b3\parser.pyo", line 849, in critical

091108 16:19:43 INFO STDOUT   File "b3\output.pyo", line 51, in critical

091108 16:19:43 INFO STDOUT SystemExit: 220

091108 16:19:43 INFO STDOUT Press Enter to terminate
091108 16:20:00 VERBOSE RCON sending (68.106.91.179:28961) status
091108 16:20:30 VERBOSE RCON sending (68.106.91.179:28961) status
091108 16:21:00 VERBOSE RCON sending (68.106.91.179:28961) status
091108 16:21:30 VERBOSE RCON sending (68.106.91.179:28961) status
091108 16:21:30 ERROR RCON: ERROR reading: No readable socket
091108 16:21:30 VERBOSE RCON: retry sending status...
091108 16:22:00 VERBOSE RCON sending (68.106.91.179:28961) status
091108 16:22:30 VERBOSE RCON sending (68.106.91.179:28961) status
091108 16:23:00 VERBOSE RCON sending (68.106.91.179:28961) status
« Last Edit: November 09, 2009, 02:22:23 PM by Courgette » 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 #1 on: November 09, 2009, 02:12:01 PM »

Code:
091108 16:19:43   BOT       AdvPlugin: Loading config C:\Program Files\BigBrotherBot_1.2.1\conf\plugin_adv.xml for AdvPlugin
091108 16:19:43   CRITICAL   Error loading plugin: mismatched tag: line 15, column 3
Indicates that you have a wrong tag in your plugin_adv.xml.
Look for line 15, 3rd position or in the line before.

Common mistake: using special tags in the ad like <>/ or similar.
We advist you to use an xml editor with syntax highlighting if you can't find the error.
Logged

Full Member
***
Posts: 99
Offline Offline
« Reply #2 on: November 09, 2009, 06:31:25 PM »

ok, I am having DB issues, I cant connect to the DB and I am positive that I have everything set up right
here is the DB mysql//:b3:******@localhost/b3

also another question, how would I set up echelon to my ftp where my website is, I got the web part right, just not the SQL.
« Last Edit: November 09, 2009, 06:44:12 PM by sinister6500 » Logged
Full Member
***
Posts: 99
Offline Offline
« Reply #3 on: November 09, 2009, 08:43:40 PM »

i fixed the DB issue,  but still having issues with echelon and xlrstats
With xlrstats, B3 is not seeing "ctime" as a plugin and I am having issues installing it on the web space.
Echelon- I am having issues with the SQL part, uploaded to the web space with no issues.
Here is what happens when I attempt to connect to echelon.."Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)"

note* I tried my ip as the localhost and it gave me this "Can't connect to MySQL server on '68.**.**.109' (4)"

Ok, update on the xlrstats...I got it pretty much installed...but it can not find "/var/www/status/status.xml"
now the xlrstats is on a ftp server, still having issues with the plugin ctime.
« Last Edit: November 09, 2009, 09:51:16 PM by sinister6500 » Logged
Senior Dev.
*
OS: Linux
Type: Home user
Posts: 3478
Offline Offline
WWW
Support Specialty: B3-Core, UrT/SmG/BFBC2 parsers, Plugin development
« Reply #4 on: November 10, 2009, 02:18:35 AM »

B3 is not seeing "ctime" as a plugin
The b3.log should have helpful error messages.

Ok, update on the xlrstats...I got it pretty much installed...but it can not find "/var/www/status/status.xml"
Xlrstats optionnaly can read the status.xml file which is created by the status plugin. If you want to use this, you need to have the status plugin activated and you need to setup the path to the status.xml file correctly in xlrstats' config.
Logged

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


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal