Sitemap Generator Java Memory Error
Fix Java memory and runtime failures that stop the AuditMyPC XML Sitemap Generator before it finishes crawling a site.
Focused legacy troubleshooting archive
Curated guide
Troubleshoot sitemap runs that stop at the first page, skip deeper URLs, or fail after the home page in the legacy AuditMyPC tool.
The archive pattern behind this guide is not a single bug report. It is a cluster of very similar failures: the crawler opens, accepts the site address, and then either stops at the home page, starts throwing connection-reset errors, or produces a crawl that is far smaller than the site owner expects.
Across threads like removing-dynamic-urls, status-failed-error-connection-reset, sitemap-stops-after-only-2191-of-9600-pages, and google-sitemap-stops-after-the-index-page, the same theme kept showing up. The tool usually was not refusing to crawl for no reason. It was reacting to the way the site exposed URLs, redirects, filters, or alternate hostnames.
www and non-www, or the crawler sees both the bare address and a default file like index.php as separate paths.www, use that version consistently and redirect the alternate version to it.The original threads came from a Java-based webmaster tool and an older Google Sitemaps workflow. Specific browser advice is dated, but the canonical-host and redirect logic is still relevant.
Some examples refer to index.php, .htaccess, and early SEO-friendly URL modules. The names are old; the underlying lesson is not. A crawler can only follow the version of the site your links and redirects actually expose.
Fix Java memory and runtime failures that stop the AuditMyPC XML Sitemap Generator before it finishes crawling a site.
Troubleshoot garbled characters, encoding issues, and odd text output in generated HTML sitemaps from the legacy AuditMyPC tool.
Understand large-site sitemap limits, split-file issues, and crawl restrictions that affected older XML sitemap workflows.
Troubleshoot duplicate titles, crawl duplication, and URL handling problems that can distort sitemap exports and indexing.
Legacy support hub for the AuditMyPC XML Sitemap Generator, including crawl limits, Java errors, odd exports, and duplicate URL problems.