INTERRUPTED_EXCEPTION_CWOBJ0005=CWOBJ0005W: The thread created an java.lang.InterruptedException: {0}
Explanation
A java.lang.InterruptedException occurred and woke up the waiting or sleeping thread.
User response
Check the exception message to see whether this interruption is expected. For example, if the user stopped the login panel. Otherwise, check for configuration or compatibility errors.