1455   The SystemSequenceNumber initial value cannot be negative

Cause

This error occurs if the initial value passed to the createSystemSequenceNumber method of the System class is not zero (0) or greater.

Action

Correct your code.