java.lang.IllegalStateException: Expected to be healthy after starting
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Google Groups by Kotesh Banoth, 1 year ago
via Google Groups by Zhenhua Cao, 1 year ago
via GitHub by bkotesh
, 1 year agovia Google Groups by Vicky Kak, 1 year ago
via grokbase.com by Unknown author, 2 years ago
java.lang.IllegalStateException: Expected to be healthy after starting
at com.google.common.base.Preconditions.checkState(Preconditions.java:150)
at com.google.common.util.concurrent.ServiceManager.awaitHealthy(ServiceManager.java:278)
at gobblin.runtime.app.ServiceBasedAppLauncher.start(ServiceBasedAppLauncher.java:144)
at gobblin.scheduler.SchedulerDaemon.main(SchedulerDaemon.java:63)