Service Virtualization

 View Only

 org.quartz.JobExecutionException: Could not locate coordinator server!

Saichand K's profile image
Saichand K posted Jul 01, 2021 08:52 AM
Hi Team,

we are facing an issue for one test case in the lisa server where its getting failed with Coordinator server error .
Please suggest on this issue and how this can be resolved

============================================================================
| Continuous Validation Service
============================================================================
| Step:        zinger_expiryCheck
----------------------------------------------------------------------------
| Message:     Error executing single test: Could not locate coordinator server!
----------------------------------------------------------------------------
| Trapped Exception: Could not locate coordinator server!
| Trapped Message:   org.quartz.JobExecutionException: Could not locate coordinator server!
----------------------------------------------------------------------------
STACK TRACE
org.quartz.JobExecutionException: Could not locate coordinator server!
	at com.itko.lisa.coordinator.CVSMonitorRunner.executeTest(CVSMonitorRunner.java:168)
	at com.itko.lisa.coordinator.CVSMonitorRunner.execute(CVSMonitorRunner.java:137)
	at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
	at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:525)
============================================================================
Vaibhav Jain's profile image
Vaibhav Jain
Hi Sai,

This error denotes unavailability of the coordinator service, Please validate if the co-ordinator server/service is up & running.

Thanks