The "Service end point URL" column in VS Catalog is displaying the registry host name instead of displaying the VSE host names where the service is running.
In the VSCatalog.log we are seeing:
500 Server Error https://<hostname>:1505/lisa-virtualize-invoke/api/v3/vses/<VSE_Name>/services/temp3/specifics (189ms, unknown-length body)
Release : 10.6
Component : CA Service Virtualization
This issue has been seen a few customers. In some cases the VSCatalog.log shows the VS Catalog running out of memory:
[FetchVsesService-1] .a.i.SimpleAsyncUncaughtExceptionHandler : Unexpected error occurred invoking async method: public void com.ca.ad.sv.bespin.config.FetchVsesEventListener.handleVsesRefresh(com.ca.ad.sv.bespin.config.event.FetchVsesEvent)java.lang.OutOfMemoryError: Java heap space
Engineering reviewed the issue, and they have a fix for this. If you are experiencing this problem, please contact Broadcom Support and request a copy of the 'bespin-service-1.7.2.jar' patch.
Installation Instructions:
Please give the IAM URL as per your environment and make sure you update the port # as needed.
svcatalog:
auth:
host:
url: <Enter your IAM URL Here. Eg: https://localhost:51111/auth>
refresh:
interval: 0 0/30 * * * *
devtest.
devtest.
server:
port: 52222
logging:
level:
com:
ca:
ad:
sv: INFO
okhttp3: ERROR
root: ERROR
file: bespin.log
How to Test
An Explanation About the 2 new properties added as part of this patch:
In the application.yml file the properties devtest.