ICO0057E   javax.resource.spi.IllegalStateException:
ICO0057E:methodname error.
Invoked with invalid connection handle.

Explanation

The application is in an illegal state. The connection handle (IMSConnection instance) that is used for this interaction is not valid. The application might be attempting to use a connection handle that is either for a previously used connection or for the wrong connection if the application has more than one connection open.

User response

Ensure that the application is using the valid IMSConnection instance for that connection.