try
{
SlaveBuildAgentTransportClient client =
new SlaveBuildAgentTransportClient( new URL( agent.getUrl() ) );
if ( client.ping() )
{
log.info( "agent is enabled, create distributed build queue for build agent '" + agent.getUrl() + "'" );
createDistributedBuildQueueForAgent( agent.getUrl() );
}
else