=rem #16241 Added helpful message for remoting startup timeout.

This commit is contained in:
Björn Antonsson 2014-11-10 16:13:21 +01:00
parent 8cd0286774
commit 1a5007009d

View file

@ -195,7 +195,7 @@ private[remote] class Remoting(_system: ExtendedActorSystem, _provider: RemoteAc
} catch {
case e: TimeoutException
notifyError("Startup timed out", e)
notifyError("Startup timed out. This is usually related to actor system host setting or host name resolution misconfiguration.", e)
throw e
case NonFatal(e)
notifyError("Startup failed", e)