It looks like a null pointer exception in one of your java actions.
Caused by: java.lang.NullPointerException
at as400adapter.actions.InqCustVerify.executeAction(InqCustVerify.java:111)
at as400adapter.actions.InqCustVerify.executeAction(InqCustVerify.java:1)
at com.mendix.systemwideinterfaces.core.UserAction.execute(SourceFile:57)
Try looking somewhere near line 111 to see what happens there.