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

Release : 10.6

Component : DevTest Registry

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.
 
Try connecting to the Registry from Workstation and should be able to connect without any issue.