| Andy Wilkinson 2006-10-31, 1:22 pm |
| kishoreyendamuri@gmail.com wrote:
> [10/27/06 15:35:15:147 PDT] 0000000a RecoveredData E CSCP0013E: During Compensation Scope recovery an error occurred. The error was java.lang.IllegalStateException: unread block data
This error message indicates that during server startup the Compensation
service has found information in its logs and is attempting to recover
that information but has been unable to do so due to an
IllegalStateException during the deserialization of data from the log.
I can tell from the stack trace that it is a compensator which is being
deserialized. This compensator contains application-defined data that
allows a compensating action to be performed. Unfortunately, with the
information that you have provided it's impossible to tell if the
problem lies with the application data or in WPS or the underlying WAS.
I suggest that you open a PMR with IBM. The support team will almost
certainly want to see the compensation service's log files which, by
default, are stored in
<was-install-root>/profiles/<profile-name>/recoveryLogs.
Regards,
Andy
|