Skip to content

Magento 2.0.7 XML sitemap is not generated by schedule #5768

Closed
@dexterityzx

Description

@dexterityzx

Preconditions

  1. Magento 2.0.7
  2. Cron job is working. I've checked the cron_schedule table, but nothing like "sitemap" is in the table.

Steps to reproduce

  1. go to admin>store>configurtion>catalog>xml sitemap
  2. turn on generation and set up time.

Expected result

  1. generate sitemap in magento root folder.

Actual result

no xml sitemap is found. Below is my settings.

  1. Cron settings:
*/1 * * * * php /var/www/magento-demo1/bin/magento cron:run | grep -v "Ran jobs by schedule" >> /var/www/magento-demo1/var/log/magento.cron.log&
*/1 * * * * php /var/www/magento-demo1/update/cron.php >> /var/www/magento-demo1/var/log/update.cron.log&
*/1 * * * * php /var/www/magento-demo1/bin/magento setup:cron:run >> /var/www/magento-demo1/var/log/setup.cron.log&
  1. Log: magento.cron.log and setup.cron.log are empty, and the update.cron.log shows Cron readiness check failed
  2. cron_schedule table:
    capture

Metadata

Metadata

Assignees

No one assigned

    Labels

    Fixed in 2.1.xThe issue has been fixed in 2.1 release lineFixed in 2.2.xThe issue has been fixed in 2.2 release lineFixed in 2.3.xThe issue has been fixed in 2.3 release lineIssue: ConfirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedIssue: Format is validGate 1 Passed. Automatic verification of issue format passedIssue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentReproduced on 2.1.xThe issue has been reproduced on latest 2.1 releaseReproduced on 2.2.xThe issue has been reproduced on latest 2.2 releaseReproduced on 2.3.xThe issue has been reproduced on latest 2.3 releasebug report

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions