On 11/15/10 12:08 PM, Reverend Chip wrote:
" logger_.warn("Unable to lock JVM memory (ENOMEM)." or logger.warn("Unknown mlockall error " + errno(e)); "Trunk also logs if it is successful : " logger.info("JNA mlockall successful");None of those messages has appeared in either output.log or system.log. ?
They are at WARN and INFO, you would have to explicitly enable INFO logging in log4j to see the INFO one. The lack of the WARN ones in your logs is relatively promising. :)
=Rob