When trying to access the configuration or the profiles of any Control-M module deployed by Control-M Application Pack, the error "The request failed with the following information ; error message <managed to connect but the agent dir in the response doesn't match, no point to continue>" is prompted. wget -d --header="Accept: application/json" --header="Content-Type: application/json" http://localhost:39580/dispatcher-919200/status/ |
Engage your sysadmin to disable the proxy configuration for the Control-M Application Pack requests. Once the proxy is disabled run the CURL test to validate it, you may receive an output similar to the following: curl -i -H "Accept: application/json" -H "Content-Type: applicat ion/json" -X GET http://localhost:39580/dispatcher-919200/status/ HTTP/1.1 404 Content-Type: text/html;charset=utf-8 Content-Language: en Content-Length: 1107 Date: Fri, 08 Jan 2021 16:57:12 GMT <!doctype html><html lang="en"><head><title>HTTP Status 404 – Not Found</title>< style type="text/css">h1 {font-family:Tahoma,Arial,sans-serif;color:white;backgr ound-color:#525D76;font-size:22px;} h2 {font-family:Tahoma,Arial,sans-serif;colo r:white;background-color:#525D76;font-size:16px;} h3 {font-family:Tahoma,Arial,s ans-serif;color:white;background-color:#525D76;font-size:14px;} body {font-famil y:Tahoma,Arial,sans-serif;color:black;background-color:white;} b {font-family:Ta homa,Arial,sans-serif;color:white;background-color:#525D76;} p {font-family:Taho ma,Arial,sans-serif;background:white;color:black;font-size:12px;} a {color:black ;} a.name {color:black;} .line {height:1px;background-color:#525D76;border:none; }</style></head><body><h1>HTTP Status 404 – Not Found</h1><hr class="line" /><p> <b>Type</b> Status Report</p><p><b>Message</b> /dispatcher-919200/status /</p><p><b>Description</b> The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.</p><h3>Apache Tomcat/9.0.14</h3></body></html> Once the proxy is disabled, you must be able to access the configuration and connection profiles of any Control-M Module deployed by Control-M Application Pack. |