ICO0030E javax.resource.spi.ApplicationServerInternalException:
ICO0030E:methodname error.
[source_methodname:source_exception]
Explanation
A run time error or exception was detected in methodname during the interaction. source_methodname:source_exception indicates where the error or exception that was detected in methodname originally occurred and might provide additional information regarding the cause of the error.User response
Examine source_exception for additional information regarding the cause of the error. The actions to be taken depend on the value of source_methodname:source_exception. Suggested actions to take, based on the value of source_methodname:source_exception are described in the following table.Java exceptions | Description |
---|---|
java.lang.OutOfMemoryError | This error is thrown when the Java™ Virtual Machine cannot allocate an object because it is out of memory, and no more memory could be made available by the garbage collector. Increase the amount of memory that is available to the virtual machine used by WebSphere® Application Server. |
java.io.InterruptedIOException | An InterruptedIOException is thrown to indicate that an input or output transfer has been terminated because the thread performing it was terminated. Investigate reasons why the thread was terminated. |