Just a second...

PUSH-000227

Multiplexer event is delayed as the queue current size is beyond threshold '{}', capacity = '{}'.

Description

A multiplexer cannot accept an event because its queue is full. Adding the event will be delayed.

Additional information

The depth of the multiplexer event queue has exceeded the value of the max-event-queue-size element in the Server.xml configuration file.

Set this value to 0 to make the size of the queue unbounded. If the value is not set to 0, it must be at least as large as the expected number of concurrent connections to avoid the possibility of deadlock.