In order to make sure that you are not in a lock-wait situation, change the following parm.
db2 connect to <db-name>
db2 update db cfg using locktimeout 15
db2 force application all (or db2stop and db2start)
If you have a lock-wait problem longer than 15 seconds, your application error with a -911 reason code 68.