log.warning(sm.getString("threadpool.max_threads_too_low", Integer.valueOf(maxThreads), Integer.valueOf(MAX_THREADS_MIN))); maxThreads = MAX_THREADS_MIN; } And the max threads default for the http-thread-pool is 5. If I change this number to 10, the warning goes away. Is...
Cause If the VIP EG Validation Server receives a STATE attribute value that is invalid or empty, a thread is consumed but the VIP EG validation server may not relinquish the thread. If this happens multiple times, a domino effect could eventually cause the invalid requests to overwhelm and exh...