Is this message listed in /var/adm/syslog.syslog.log
what programs are you running?
could it be in the program itself , that this message is being displayed ?
This does not sound like an operating system generated message , more of an application one.
try finding files , with this type of message in
find / -type f -exec grep -il "due to misuse" {} \;
HTH