From 7bae461be57d06320c1d7860e6967bcd0b14718c Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Mon, 3 Dec 2007 15:04:10 +0100 Subject: - Changed AdminI server start/stop methods to use AMI/AMD - Minor exception handling fix in registry server admin router. - Changed Admin::getServerAdmin method to check if the server exists and can be loaded on the node before to return the server admin object. - Fixed icegridadmin to use the process facet to write messages --- cpp/src/IceGrid/RegistryServerAdminRouter.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cpp/src/IceGrid/RegistryServerAdminRouter.cpp') diff --git a/cpp/src/IceGrid/RegistryServerAdminRouter.cpp b/cpp/src/IceGrid/RegistryServerAdminRouter.cpp index 6bca684303b..ff3b8a29b30 100644 --- a/cpp/src/IceGrid/RegistryServerAdminRouter.cpp +++ b/cpp/src/IceGrid/RegistryServerAdminRouter.cpp @@ -61,6 +61,12 @@ IceGrid::RegistryServerAdminRouter::ice_invoke_async(const AMD_Array_Object_ice_ catch(const ServerNotExistException&) { } + catch(const NodeUnreachableException&) + { + } + catch(const DeploymentException&) + { + } if(target == 0) { -- cgit v1.2.3