Description:
This situation happens when the maximum pool size of default 50 has been reached and hence may not be possible to more support bridge connections.
Solution:
Increase the MAX_POOL_SIZE in C:\Program Files\CA\SupportBridge\tomcat\webapps\SupportBridgeTC\WEB-INF\web.xml to say 75 and check if you still get the same error message.
</init-param> <init-param> <param-name>MAX_POOL_SIZE</param-name> <param-value>50</param-value> </init-param>
Save the file followed by re-cycle of services.