Dear OPA developers,
I was trying to download a policy model from the Hub using the command line, however encountered an error I have never seen before when running exactly the same command for this policy. The error message is: The element type "hr" must be terminated by the matching end-tag "</hr>".
Please see below snippet from the logs:
ERROR (SOAPServiceRequestSender.java:179) - OPA-RN-4:An error has occurred in co
m.oracle.determinations.hub.service.SOAPServiceRequestSender when parsing the re
quest. Reason: Error parsing
com.oracle.determinations.hub.exception.HubRuntimeException: Error parsing
at com.oracle.determinations.hub.webservice.hubclient.HubGetDeploymentRe
sponseParser.parseResponse(HubGetDeploymentResponseParser.java:116)
at com.oracle.determinations.hub.service.SOAPServiceRequestSender.send(S
OAPServiceRequestSender.java:117)
at com.oracle.determinations.hub.exec.DownloadDeploymentCommand.exec(Dow
nloadDeploymentCommand.java:91)
at com.oracle.determinations.hub.exec.HubExecAdminCmdLine.main(HubExecAd
minCmdLine.java:76)
Caused by: com.oracle.determinations.util.xml.XMLWalkerException: ParseError at
[row,col]:[10,8]
Message: The element type "hr" must be terminated by the matching end-tag "</hr>
".
The same download_deployment command but for a different policy model in the Hub worked successfully though. It's only happening in one policy model in the Hub. It is the biggest and currently has 255 versions.
Can you please enlighten why this is happening and how it can be resolved? It would be good to have this working again for quick automated deployments.
Many thanks!!