Not able to connect to DevTest Registry from Workstation
search cancel

Not able to connect to DevTest Registry from Workstation

book

Article ID: 229650

calendar_today

Updated On:

Products

Service Virtualization

Issue/Introduction

Unable to connect to the DevTest Registry from Workstation even though the Registry service is running. Getting the timeout error.

 

 

Environment

All supported DevTest releases.

Linux

Cause

Hung threads of the Registry Service in Linux caused the issue.

Resolution

Follow the below steps to resolve the issue:
. Stop the Registry Service if it is in running.
. Clear all the logs.
. Find the running Java process with the command ps -ef |grep java.
. Use the command kill -9 PID of the Java process (Repeat this if you have multiple RegistryService processes are running).
. Make sure no Registry Service processes are running and then start it.
 
Connecting to the Registry from Workstation without any issue.