Not all VSEs Showing on the VS Catalog
search cancel

Not all VSEs Showing on the VS Catalog

book

Article ID: 142150

calendar_today

Updated On:

Products

Service Virtualization

Issue/Introduction

Have added multiple Enterprise Dashboards to Service Catalog, but are not seeing services related to one of the VSE.

 

Environment

All supported DevTest releases.

Cause

Network

Resolution

We did the following to resolve this issue:

1) Changed the application.yml file to log with INFO instead of DEBUG (too many log files being created)
2) Restarted the VS Catalog service.
3) Logged into VS Catalog on browser and was able to see the missing VSE and services.

Additional Information

Sample application.yml file:

svcatalog: 
  auth: 
    host: 
      url: https://localhost:51111/auth
logging:
  file:
    name: log/vscatalog.log
  level:
    com.ca.ad.sv: INFO
server:
  ssl:
    key-alias: lisa
    key-store: file:\\C:/DevTest10.7.2/webreckeys.ks
key-password: (enc)EHSJgUCF48GA0QQBs5LOAw==
#For Mac OS,follow the below syntax for the absolute path: file:/Applications/CA/DevTest/vsc_keystore/webreckeys.ks
#For Windows, follow the below syntax for the absolute path:  file:\\C:/Users/Administrator/Documents/webreckeys.ks