Installed MM in a dual IPv6 / IPv4 environment with primary/failover MC and am having trouble getting WEBCAMM to work. Upon initial login via browser to WEBCAMM, the app hangs for a few seconds and eventually returns with a 'Failed to retrieve the version information' dialog and shows nothing in the Controllers tab.
How can I simulate the call the application is making to retrieve the version information?
Release : 21.2
Component : CA Mediation Manager
I was able to find the call the application makes to retrieve the version information from itself:
$ curl -u admin -X GET http://localhost:8880/tim-web/
Enter host password for user 'admin':
<CAMM-Version>
<Current>
<Version>21.2.8</Version>
<Revision>111</Revision>
</Current>
</CAMM-Version>$