DevTest Workstation Does Not Link to the Right Portal
book
Article ID: 127795
calendar_today
Updated On:
Products
CA Application TestService VirtualizationCA Continuous Application Insight (PathFinder)
Issue/Introduction
While trying to launch Portal, Reports from workstation, its always trying to connect to the local Registry and throws an error. It should connect to the Portal for which Registry is being used.
Environment
DevTest 10.4.0
Resolution
Step1.
Check in lisa.properties for devtest.hostname=localhost, if it is already enabled then disable it like #devtest.hostname=localhost and restart the Workstation.
If step 1 is not working then follow step2
Step2.
Check in Workstation.vmoptions file, whether the property -Ddevtest.hostname=<ip or hostname> is defined or not ? If yes, then comment it like #-Ddevtest.hostname=<ip or hostname> and restart the Workstation it should start working as expected make sure devtest.hostname should be disabled in lisa.properties.