Expand my Community achievements bar.

SOLVED

LinkCheckerTask Failed to validate URL Error in Error.log file

Avatar

Level 5

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

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

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