UT3 logs not uploading for me :(

General forum for discussions regarding UTStatsDB
erock
Posts: 2
Joined: Thu Mar 19, 2009 9:43 pm

UT3 logs not uploading for me :(

Postby erock » Sat Mar 21, 2009 12:32 am

Logs are logging... not uploading correctly. I'm prob missing something really obvious at this point...:(

<!--
ScriptLog: UT3Stats: Closing log file.
ScriptLog: UT3Stats: Sending log to web server.
...
Log: Resolved http://www.xxx.com (76.163.38.xx:0)
Log: CheckConnectionAttempt: Connection attempt has not yet completed.
Log: CheckConnectionAttempt: Connection attempt has not yet completed.
Log: CheckConnectionAttempt: Connection attempt has not yet completed.
-->

The port "0" looks sketchy to me... any ideas??
thx much -e
_____________________________
Win Server (hosted)
UtstatsDB 3.06
Ut3 Stats 1.02
Mysql 5.0
php 4
Win xp sp2 (game server) -patched 2.0

Panther
Site Admin
Posts: 500
Joined: Sat Dec 08, 2007 12:51 am
Contact:

Re: UT3 logs not uploading for me :(

Postby Panther » Sat Mar 21, 2009 7:58 am

What does your UTUT3Stats.ini look like?

erock
Posts: 2
Joined: Thu Mar 19, 2009 9:43 pm

Re: UT3 logs not uploading for me :(

Postby erock » Sat Mar 21, 2009 9:17 am

<!--
[UT3Stats UTUIDataProvider_Mutator]
ClassName=UT3Stats.UT3Stats
FriendlyName=UT3Stats
Description=UT3 Stat Logging Mutator
GroupNames=
UIConfigScene=
bStandaloneOnly=False
BitValue=0
bRemoveOn360=False
bRemoveOnPC=False
bRemoveOnPS3=False

[UT3Stats.UT3Stats]
bUploadLogs=true
UploadURL=http://xxx.com/utstatsdb/OLSendLog.php
UploadPass=xxxxx
bParseLogs=true
ParserURL=http://xxx.com/utstatsdb/logs.php
ParserPass=xxxxx
-->

Thx! -e

FlyveHest
Posts: 18
Joined: Tue Apr 21, 2009 8:42 am

Re: UT3 logs not uploading for me :(

Postby FlyveHest » Tue Apr 21, 2009 8:48 am

I'm having the same issues, i've set up my own Stats server (Linux/Apache/PHP), and edited the .INI file (just to be clear, it should be placed together with the .u file, and not in the standard config folder?)

After playing a map, I get the following in the log

Code: Select all

ScriptLog: UT3Stats: Closing log file. ScriptLog: UT3Stats: Sending log to web server. ScriptLog: UT3Stats: Sending log parse command to web server.
But, nothing get uploaded, and checking my Apache log, I can see that no-one has tried to access the OLSend php file.

Also, I do not get any Log: Resolved entries in my serverlog, so i'm thinking that maybe the INI file is not read.

INI file is as follows

Code: Select all

[UT3Stats UTUIDataProvider_Mutator] ClassName=UT3Stats.UT3Stats FriendlyName=UT3Stats Description=UT3 Stat Logging Mutator GroupNames= UIConfigScene= bStandaloneOnly=False BitValue=0 bRemoveOn360=False bRemoveOnPC=False bRemoveOnPS3=False [UT3Stats.UT3Stats] bUploadLogs=True UploadURL=http://gaming.gladblad.dk/ut3/stats/OLSendLog.php UploadPass=? bParseLogs=True ParserURL=http://gaming.gladblad.dk/ut3/stats/logs.php ParserPass=?
Any ideas?

Edit:
Running UT3 2.0 w/Titan pack, on a Windows box.

Panther
Site Admin
Posts: 500
Joined: Sat Dec 08, 2007 12:51 am
Contact:

Re: UT3 logs not uploading for me :(

Postby Panther » Tue Apr 21, 2009 12:31 pm

Log uploading results seem to be varied, I'm not sure why at this point. You don't have to have the game send the parse request by the way, as UTStatsDB can be configured to do it automatically upon receiving a log file. Of course, you didn't mention anywhere which version of UTStatsDB you're using...

FlyveHest
Posts: 18
Joined: Tue Apr 21, 2009 8:42 am

Re: UT3 logs not uploading for me :(

Postby FlyveHest » Tue Apr 21, 2009 1:55 pm

The latest, 3.06, just downloaded and setup today.

FlyveHest
Posts: 18
Joined: Tue Apr 21, 2009 8:42 am

Re: UT3 logs not uploading for me :(

Postby FlyveHest » Tue Apr 21, 2009 2:19 pm

But, is there any way that I can help you debug this? I'd be happy to help.

For now, I just moved the stats to the server running the UT3 server, and have gotten UTStats to parse the files using a direct directory reference, and it works as intended.

Could you, now that I have your attention, help me with how I am supposed to shutdown a running server gracefully, so that the mutator closes the stats files correctly?

I'm running 30 frags, no time limit, and if no-one completes the map, stats aren't recorded, and it seems like (with just this one test, admittedly), that ctrl-c'ing the server window does not shutdown gracefully :)

Panther
Site Admin
Posts: 500
Joined: Sat Dec 08, 2007 12:51 am
Contact:

Re: UT3 logs not uploading for me :(

Postby Panther » Tue Apr 21, 2009 6:16 pm

FTP is the most reliable method of transferring the stats.

A graceful shutdown of the server would be to do so from the console (which is accessible via WebAdmin). I believe EXIT is the shutdown command. You will also need to configure UTStatsDB to allow incomplete matches in the stats via the main config menu.

FlyveHest
Posts: 18
Joined: Tue Apr 21, 2009 8:42 am

Re: UT3 logs not uploading for me :(

Postby FlyveHest » Wed Apr 22, 2009 1:45 pm

Now that i've moved the stats to the local server, I can't seem to get it to trigger parsing when rounds are done.

I had to go and manually parse the logs from the admin part of the site, even though bParseLogs=True

I just enabled logs for the webserver, so i'll try and see if it actually does try to connect to the server.


Return to “UTStatsDB”