I have a WinNT Java-based server application which polls a SCSI Device (every 1 minute) for its status data.
Created May 4, 2012
Alexander Krapf
It could be many different things, but most likely you are leaking JNI references into the JVM when you create temporary, local objects during the JNI call.