|
|||||||
| OOTP 10 - Logged Issues All issues that have been logged and given a BZ # are stored here until fixed |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Bat Boy
Join Date: Jun 2009
Posts: 18
|
BZ 3128: Lack of FTP permissions causes freeze during report upload
I'm trying to set up an online league. Whenever I attempt to publish reports to the FTP OOTP locks up.
This started happening after I tried to upload an unreasonably large set of files, I'm assuming something is stuck somewhere. Any help? |
|
|
|
|
|
#2 (permalink) | |
|
OOTP Developments
|
Quote:
If you have access to your FTP server, you could do this: 1. Start publishing reports. 2. Once it "locks up," look at your FTP server in the directory where the reports are going, and keep refreshing your view to see if new files are, in fact, still getting added. This will help us figure out what's going on. Note: You can't assume that if Task Manager says "not responding," that it's not doing something! Thanks! |
|
|
|
|
|
|
#3 (permalink) |
|
Bat Boy
Join Date: Jun 2009
Posts: 18
|
I'll try that after it finishes copying files out (figured out that I can copy the files out and manually copy them onto the web -- same with the league file, create it and then copy by hand)
Is there any other debug info that I should try to gather? |
|
|
|
|
|
#4 (permalink) | |
|
OOTP Developments
|
Quote:
I'm not sure that I'm at a point yet where I need more debug info... Thanks! |
|
|
|
|
|
|
#8 (permalink) |
|
OOTP Developments
|
We could try this:
1. Go to Game > OOTP Preferences 2. Click Open config folder 3. Open the app file with any text editor 4. Find the line that says "trace_mode" and change the 0 to 1, and save 5. Quit OOTP and restart it, and try the FTP again. 6. OOTP will export a variety of information into two files called ootp.log and text_engine.log, stored in the \data directory of your OOTP installation. You can PM that info to me, post it here as an attachment, or just quote anything that looks particularly interesting.
|
|
|
|
|
|
#12 (permalink) |
|
Bat Boy
Join Date: Jun 2009
Posts: 18
|
So... looking at the ootp.log I see part of the problem.
Code:
Wed 3rd Jun 22:02 FTP_UPLOAD Uploading file index.html Wed 3rd Jun 22:02 FTP_UPLOAD ERROR Wed 3rd Jun 22:02 FTP_UPLOAD Uploading file index.html Wed 3rd Jun 22:02 FTP_UPLOAD ERROR Wed 3rd Jun 22:02 FTP_UPLOAD Uploading file index.html Wed 3rd Jun 22:02 FTP_UPLOAD ERROR Wed 3rd Jun 22:02 FTP_UPLOAD Uploading file index.html Wed 3rd Jun 22:02 FTP_UPLOAD ERROR Wed 3rd Jun 22:02 FTP_UPLOAD Uploading file index.html Wed 3rd Jun 22:02 FTP_UPLOAD ERROR Wed 3rd Jun 22:02 FTP_UPLOAD Uploading file index.html Wed 3rd Jun 22:02 FTP_UPLOAD ERROR Wed 3rd Jun 22:02 FTP_UPLOAD Uploading file index.html Wed 3rd Jun 22:02 FTP_UPLOAD ERROR Wed 3rd Jun 22:02 FTP_UPLOAD Uploading file index.html Wed 3rd Jun 22:02 FTP_UPLOAD ERROR Wed 3rd Jun 22:02 FTP_UPLOAD Uploading file index.html Wed 3rd Jun 22:02 FTP_UPLOAD ERROR Wed 3rd Jun 22:02 FTP_UPLOAD Uploading file index.html Wed 3rd Jun 22:02 FTP_UPLOAD ERROR Wed 3rd Jun 22:02 FTP_UPLOAD Uploading file index.html Wed 3rd Jun 22:02 FTP_UPLOAD ERROR Wed 3rd Jun 22:02 FTP_UPLOAD Uploading file index.html Wed 3rd Jun 22:02 FTP_UPLOAD ERROR Wed 3rd Jun 22:02 FTP_UPLOAD Uploading file index.html Wed 3rd Jun 22:02 FTP_UPLOAD ERROR Wed 3rd Jun 22:02 FTP_UPLOAD Uploading file index.html Wed 3rd Jun 22:02 FTP_UPLOAD ERROR Wed 3rd Jun 22:02 FTP_UPLOAD Uploading file index.html Wed 3rd Jun 22:02 FTP_UPLOAD ERROR Wed 3rd Jun 22:02 FTP_UPLOAD Uploading file index.html Wed 3rd Jun 22:02 FTP_UPLOAD ERROR Wed 3rd Jun 22:02 FTP_UPLOAD Uploading file index.html Wed 3rd Jun 22:02 FTP_UPLOAD ERROR I don't have a text_engine.log |
|
|
|
|
|
#15 (permalink) |
|
Moderator
Join Date: Mar 2002
Location: Mass.
Posts: 1,963
Thanked 136x in 94 posts
|
Just out of curiosity, in your online league options where you set up the ftp username/passwords what happens when you hit the test buttons to verify that the configuration works ok? It sounds like it is failing on the actual upload part. (Even though it is "uploading" locally)
__________________
- Front Office Offseason League. (Fast Paced OOTP-X and OOTP11 leagues, sims one season every week)
|
|
|
|
|
|
#17 (permalink) | |
|
Moderator
Join Date: Mar 2002
Location: Mass.
Posts: 1,963
Thanked 136x in 94 posts
|
Quote:
Thanks, so that part works fine... Does the FTP account that you are using have permission to write to the folders that you are trying to upload to? For instance, what happens if you manually ftp to your local system and try to upload that file index.html with the account that you entered into OOTP? Not copying it over using windows explorer or whatnot, but actually ftping it to yourself manually? Another option to get you working even though it won't solve your problem is to just do the OOTP file copy built into the reports. When you run the web reports, instead of uploading to the server, there is a button that says to copy the web reports to a specific directory instead. You could do that if you are having issues with the FTP. (That option may only be available for online league report uploads though I do not remember off the top of my head).
__________________
- Front Office Offseason League. (Fast Paced OOTP-X and OOTP11 leagues, sims one season every week)
|
|
|
|
|
|
|
#18 (permalink) | |
|
Bat Boy
Join Date: Jun 2009
Posts: 18
|
Quote:
That said, I think there should probably be a bug filed for the loop that the report uploader goes into. |
|
|
|
|
|
|
#19 (permalink) |
|
Moderator
Join Date: Mar 2002
Location: Mass.
Posts: 1,963
Thanked 136x in 94 posts
|
I fully agree. I'll try to see if I can replicate this and if so file a bug for it. It should error just once and then pop up an error for you on your screen. Not try it repeatedly and hang forever like that.. If you can let me know what you find out about what specifically was causing this error (if it was folder permissions for that ftp account or what), that would be helpful for me to logging this.
__________________
- Front Office Offseason League. (Fast Paced OOTP-X and OOTP11 leagues, sims one season every week)
|
|
|
|
|
|
#20 (permalink) |
|
Moderator
Join Date: Mar 2002
Location: Mass.
Posts: 1,963
Thanked 136x in 94 posts
|
I was able to replicate similar behavior by having the FTP account try to upload the reports to a path that is not writable by that ftp account as I suggested could be your issue.
Even though the fix to your problem would be to make the directory writable by that FTP account, I have logged this as BZ3128 since OOTP should error out rather than continuously try to upload over and over. Another issue that might cause this for you is if you are trying to write to a drive and are not allowed by the ftp server due to Quota being over the limit or other possible scenerios where the root file system does not allow that ftp account to write to the directory seem to cause this.
__________________
- Front Office Offseason League. (Fast Paced OOTP-X and OOTP11 leagues, sims one season every week)
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|