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
Solved! Go to Solution.
Views
Replies
Total Likes
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:
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:
Views
Likes
Replies