java.util.concurrent.ExecutionException: java.util.concurrent.RejectedExecutionException: Capacity[1] is reached!!!
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
java.util.concurrent.ExecutionException: java.util.concurrent.RejectedExecutionException: Capacity[1] is reached!!!
at com.hazelcast.durableexecutor.impl.TaskRingBuffer.findEmptySpot(TaskRingBuffer.java:70)
at com.hazelcast.durableexecutor.impl.TaskRingBuffer.add(TaskRingBuffer.java:60)
at com.hazelcast.durableexecutor.impl.DurableExecutorContainer.execute(DurableExecutorContainer.java:59)
at com.hazelcast.durableexecutor.impl.operations.TaskOperation.run(TaskOperation.java:47)
at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.run(OperationRunnerImpl.java:182)
at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.process(OperationThread.java:122)
at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.run(OperationThread.java:102)