Pearl1594 commented on PR #10483: URL: https://github.com/apache/cloudstack/pull/10483#issuecomment-2736706417
@rohityadavcloud adding XCP hosts tend to intermittently fail with the following exception : ``` 2025-03-19 13:34:58,727 INFO [c.c.r.ResourceManagerImpl] (qtp1390913202-18:[ctx-4be47ca3, ctx-752e7a77]) (logid:0a02de25) Trying to add a new host at http://10.0.32.176 in data center Zone {"id": "1", "name": "pr10483-t12773-xcpng83", "uuid": "dddf459a-8a67-4b06-8c69-7430b694a12a"} 2025-03-19 13:34:58,783 WARN [c.c.h.x.d.XcpServerDiscoverer] (qtp1390913202-18:[ctx-4be47ca3, ctx-752e7a77]) (logid:0a02de25) Xml Rpc Exception org.apache.xmlrpc.client.XmlRpcClientException: Failed to parse server's response: Duplicate name: restrict_vtpm at org.apache.xmlrpc.client.XmlRpcStreamTransport.readResponse(XmlRpcStreamTransport.java:188) at org.apache.xmlrpc.client.XmlRpcStreamTransport.sendRequest(XmlRpcStreamTransport.java:156) at org.apache.xmlrpc.client.XmlRpcHttpTransport.sendRequest(XmlRpcHttpTransport.java:143) at org.apache.xmlrpc.client.XmlRpcSunHttpTransport.sendRequest(XmlRpcSunHttpTransport.java:69) at org.apache.xmlrpc.client.XmlRpcClientWorker.execute(XmlRpcClientWorker.java:56) at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:167) at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:137) at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:126) at com.xensource.xenapi.Connection.dispatch(Connection.java:330) at com.xensource.xenapi.Host.getAllRecords(Host.java:3251) at com.cloud.hypervisor.xenserver.discoverer.XcpServerDiscoverer.find(XcpServerDiscoverer.java:236) at com.cloud.resource.ResourceManagerImpl.discoverHostsFull(ResourceManagerImpl.java:829) ``` Seems similar to https://xcp-ng.org/forum/topic/9839/java-sdk-xmlrpcclientexception-failed-to-parse-server-s-response-duplicate-name-restrict_vtpm/2 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org