FLP00550S InterruptedException thrown waiting for all fragments to complete. Thread processing final fragment xxx. yyy

Explanation

Gateway Server

An InterruptedException occurred in one of the other IncomingFileProcessor threads during the wait for the final fragments of a large transmission to finish loading. The large transmission could not be loaded because of this error.

xxx is the name of the IncomingFileProcessor thread that was processing the last fragment and waiting for the other threads to complete. yyy is the message that is associated with the InterruptedException that occurred.

Operator response

Use the exception message, yyy, to determine whether some external error caused the problem when the large transmission was loaded. Correct any problems before you try to ingest the transmission again.