In Tomcat 7 on Ubuntu 12.04 64-bit I get the following error:
SEVERE: The web application [/MyApplication] appears to have started a thread named [AS400 Read Daemon [system:mysystem:093048/QUSER/QZDASOINIT]] but has failed to stop it. This is very likely to create a memory leak.
I want to find out what created that thread so I can figure out how to stop it. I can attach to Tomcat with jdb, if that helps.