LinkCheckerTask Failed to validate URL Error in Error.log file | Community
Skip to main content
Level 5
September 19, 2023
Solved

LinkCheckerTask Failed to validate URL Error in Error.log file

  • September 19, 2023
  • 1 reply
  • 689 views

Hi Team,

 

When we do some log analysis we counter many occurrence related "link checker" , Kindly let me what is configuration missing at system/console  to to fix  below error in log .

"

ERROR* [sling-default-1-com.day.cq.rewriter.linkchecker.impl.LinkCheckerTask.6488] com.day.cq.rewriter.linkchecker.impl.LinkCheckerTask Failed to validate URL https://marketing.adobe.com/resources/help/en_US/home/: java.net.UnknownHostException: marketing.adobe.com: Name or service not known"

 

Regards

Vara

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by aanchal-sikka

Hello @varaande 

 

when you encounter a "java.net.UnknownHostException: www.abc.com," it signifies that Java, and likely the operating system beneath it, is incapable of converting the "www.abc.com" hostname into an IP address. This usually indicates there is an issue with DNS resolution. May be machine isn't intended to resolve this specific hostname.

 

Please refer to 2 existing threads:

1 reply

aanchal-sikka
Community Advisor
aanchal-sikkaCommunity AdvisorAccepted solution
Community Advisor
September 20, 2023

Hello @varaande 

 

when you encounter a "java.net.UnknownHostException: www.abc.com," it signifies that Java, and likely the operating system beneath it, is incapable of converting the "www.abc.com" hostname into an IP address. This usually indicates there is an issue with DNS resolution. May be machine isn't intended to resolve this specific hostname.

 

Please refer to 2 existing threads:

Aanchal Sikka