I'm using jmeter to generate the requests and there are no exceptions in the jmeter log. I'm just getting a 503 response from the server with the content shown below.
<html><head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>503 Connection not allowed: reached maximum number of connections</title>
</head>
<body text=#000000 bgcolor=#ffffff>
<h1>Error: Connection not allowed: reached maximum number of connections</h1>
</body></html>
Thanks