In the Devtest portal copy URL is copying the hostname instead of DNS name
search cancel

In the Devtest portal copy URL is copying the hostname instead of DNS name

book

Article ID: 413115

calendar_today

Updated On:

Products

Service Virtualization

Issue/Introduction

After we upgrade from Devtest 10.7.2 to Devtest 10.8 version, when we try to copy the service URL in the portal. It is copying/displaying the hostname instead of DNS name.

Below properties are added in local.properties, phoenix.properties files on registry and VSE servers.

 

devtest.hostname=<FQDN_NAME>
reshub.hostname=<FQDN_NAME>
registry.host=<FQDN_NAME>

Environment

Devtest 10.8

Resolution

Follow below steps to resolve this issue

  1. Stop the VSE.
  2. In the  VSE vmoptions, add the below property with the correct protocol (SSL or TCP) and FQDN name:

    -Ddevtest.virtual_service_environment.public_url=<ssl/tcp>://<FQDN_NAME> 

  3. Restart the VSE.
  4. Now verify Copy URL in the Portal.