Spectrum and Performance Management integration breaks after CA Spectrum upgrade. This happens when SSL is enabled and CA Spectrum is connected to CA PM using https.
ERROR | qtp258341854-136128 | 2022-01-04 11:15:55,944 | com.ca.im.portal.api.services.datasource.DataSourcePoll
INFO | jvm 1 | 2022/01/04 11:15:55 | | javax.xml.ws.soap.SOAPFaultException: Response was of unexpected text/html ContentType. Incoming portion of HTML stream:
All supported Performance Management and Spectrum releases
Solution for Spectrum 10.2.2 and previous versions:
Verify whether SSL is enabled on the OneClick web server host in the CA Spectrum environment. If so, verify that the "axis2.xml" file is updated with HTTPS protocol and appropriate port number.
Follow these steps:
<transportReceiver name="https" class="org.apache.axis2.transport.http.AxisServletListener"> <parameter name="port">8443</parameter> </transportReceiver>
Solution for Spectrum 10.2.3 and newer releases:
The "axis2.xml" file contains the following section in commented format. After CA Spectrum upgrade, you can uncomment this code and update the port number to integrate CA Spectrum with CA PM using https. You must restart the Webserver for these changes to take affect.
<transportReceiver name="https" class="org.apache.axis2.transport.http.AxisServletListener"> <parameter name="port">8443</parameter> </transportReceiver>
See the following documentation here: