0

I am deploying a TrendsVerticle "com.example.test.trends" and calling this from MainVerticle. Issue happens when some uncaught exception happens in TrendsVerticle, the next time when I call the API I get this error and my whole verticle gets un deployed.

{
 "status": "FAILURE",
 "reason": "(NO_HANDLERS,-1) No handlers for address com.example.test.trends"
}

Why this behavior? shouldn't Vertx just handle this and not remove my verticle.

Shash
  • 11
  • 3
  • https://stackoverflow.com/questions/30983904/verticles-and-uncaught-exceptions this does not have answers what I'm looking for – Shash May 26 '17 at 12:27
  • Please post your code, as this shouldn't happen. Even if your verticle throws Throwable, it still won't be undeployed by itself. – Alexey Soshin May 27 '17 at 13:42

0 Answers0