Closed (fixed)
Project:
XML sitemap
Version:
6.x-2.0-unstable4
Component:
xmlsitemap.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Sep 2009 at 22:45 UTC
Updated:
23 Feb 2010 at 16:19 UTC
Jump to comment: Most recent
Comments
Comment #1
anoopjohn commentedI set up the complete site on my local machine today and the rebuild went through completely on the local machine. I still have the same issue on the webserver though. Would this problem have to have some issues with file permissions?
Comment #2
Anonymous (not verified) commentedNot file permissions, you're already creating files. The issue maybe more related to the number of modules you have installed. Or what those modules are doing. Do you find an error in your php log file? Do you find an error in your mysql log file? Do you find an entry in the watchdog log (admin/reports/dblog)?
Comment #3
dave reidHmm, sounds like it caught on the xmlsitemap_node part. Anything in your watchdog or server error longs to help us out?
Comment #4
anoopjohn commentedHere are some of the errors that I found.
1)
2) A tonne of following menu router errors.
I had not taken the site offline while rebuilding the sitemap. I also have cron running every 2 minutes.
There were no php errors in the apache error log.
I then rebuild the sitemap with the xmlsitemap and xmlsitemap_node unselected in the select box in the rebuild page. The following error was recorded twice.
Comment #5
anoopjohn commented@Dave - Any suggested watchdog calls to debug this issue?
Comment #6
dave reidOther people have reported a very similar issue with getting an access denied when running a batch process. It usually means that your database went down or away for some reason. You might want to give #434032: Batch update fails with access denied message a read and check if tweaking your database's configuration file helps.
Comment #7
dave reidMarked #599710: Rebuild Sitemap stuck at 66% Remaining 4 of 9 as a duplicate of this issue.
Comment #8
dave reidCan anyone confirm you've still had this problem with the latest code at all? If not, feel free to mark the issue as fixed.
Comment #9
anoopjohn commentedI have not rebuilt my sitemap on the live site since then. I had updated to version 6.x-2.0-unstable5. I have just tested the rebuilding on the development server with XML sitemap 6.x-2.0-unstable5 and with 50000 nodes and it completed without any errors. I however found that the watchdog call did not have the time output. Created a new issue for that.
So the issue does not exist for me anymore and this can be marked as fixed.
Comment #10
dave reidThank for reporting back anoopjohn. Much appreciated.
Comment #12
anoopjohn commentedOk I have tried to rebuild the sitemap and hit a similar issue again. Only that the processing gets stopped while still processing the nodes. However I have a feeling that the issue could be with mod_fcgid used on the server which is throwing internal server errors once in a while. I will post back if it was indeed an xmlsitemap issue or the server issue. BTW I was curious as to why the sitemap cannot be rebuilt partially over several crons?
Anoop
Comment #13
anoopjohn commentedMy new issue is more like #720878: Problems running cron to build the sitemap on large sites. I have posted more information about the issue at that thread