Hi, all, I am getting this in my sync log.
09 May 2024 08:37:17 ERROR o.a.r.u.p.PolicyMgrUserGroupBuilder [UnixUserSyncThread] - Failed to get response, Error is : java.lang.IllegalArgumentException: Illegal character in authority at index 7: http://ba-master01.xxxxxx.hq.eset.com:6080 I cannot see why there should be a problem. Here is the install.properties snippet. # # The following URL should be the base URL for connecting to the policy manager web application # For example: # # POLICY_MGR_URL = http://policymanager.xasecure.net:6080 # POLICY_MGR_URL = http://ba-master01.xxxxxx.hq.eset.com:6080 <property> <name>hadoop.proxyuser.hue.hosts</name> <value>*</value> </property> <property> <name>hadoop.proxyuser.hue.groups</name> <value>*</value> </property> If anyone can shed light I'd appreciate it. Marc