All Products
Search
Document Center

Tablestore:What do I do if the "java.lang.IllegalStateException:Request cannot be executed; I/O reactor status:STOPPED" error message is returned when I use Tablestore SDK for Java?

Last Updated:Apr 01, 2025

Problem description

The following error message is returned when I use Tablestore SDK for Java:

java.lang.IllegalStateException: Request cannot be executed; I/O reactor status: STOPPED

Possible cause

The Tablestore client is shut down and the internal I/O reactors are also shut down.

Solution

Check whether the Tablestore client is shut down. If the Tablestore client is shut down, reinitialize the Tablestore client and perform the operations. For more information, see Initialize a Tablestore client.