Fixed broken tests for Active Objects + added logging to Scheduler + fixed problem with SchedulerSpec

This commit is contained in:
Jonas Bonér 2010-07-26 12:19:17 +02:00
parent 474529e102
commit b3473c7a18
8 changed files with 251 additions and 105 deletions

View file

@ -222,6 +222,7 @@ class RemoteServer extends Logging {
bootstrap.releaseExternalResources
Cluster.deregisterLocalNode(hostname, port)
} catch {
case e: java.nio.channels.ClosedChannelException => {}
case e => log.warning("Could not close remote server channel in a graceful way")
}
}