SharePoint Search Problem: The crawler could not communicate with the server.
        Posted  
        
            by Clara Oscura
        on Geeks with Blogs
        
        See other posts from Geeks with Blogs
        
            or by Clara Oscura
        
        
        
        Published on Mon, 07 Feb 2011 16:08:41 GMT
        Indexed on 
            2011/02/07
            23:26 UTC
        
        
        Read the original article
        Hit count: 266
        
This one was not easy to solve ...
Error: The crawler could not communicate with the server. Check that the server is available and that the firewall access is configured.
Context: Some pages were not crawled (giving the above error) and, what is worse, all the sub content of that site was not crawled either! (the pages were the homepages of the site)
Solution:The pages that could not be crawled due to this error contained a custom web part. This web part used default credentials for a given action. During crawling, the SP_Search account tried to perform this action but did not have the appropriate rights. This gave an error that stopped the crawling for the whole site.
This blog helped me: http://patricklamber.blogspot.com/2010/04/why-might-moss-crawler-not-working.html
© Geeks with Blogs or respective owner