=rem #16241 Added helpful message for remoting startup timeout.
This commit is contained in:
parent
8cd0286774
commit
1a5007009d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue