Tomcat 7/OpenVPMS 1.8 log worries
Submitted by Guest on Tue, 21/07/2015 - 05:57
I have just done a Tomcat 6 to 7 upgrade on a system running OpenVPMS 1.8
On a Tomcat shutdown the Tomcat log shows:
Do I need to worry about these entries?
Regards, Tim G
Re: Tomcat 7/OpenVPMS 1.8 log worries
You only need to worry about it if you repeatedly start and stop OpenVPMS via Tomcat Manager. If you shut down Tomcat itself, not so much.
The errors regarding the scheduler_worker threads can probably be removed by changing <TOMCAT_HOME>/webapps/openvpms/WEB-INF/openvpms-framework.xml to include waitForJobsToCompleteOnShutdown:
The Pipe: threads will need a code change.
I'm a bit surprised you are seeing the error regarding the MySQL driver. You can ignore it, but it shouldn't occur as the MySQL driver should be in the Tomcat lib/ directory and thus be loaded by the jvm. See http://stackoverflow.com/questions/3320400/to-prevent-a-memory-leak-the-...
Raised as https://openvpms.atlassian.net/browse/OVPMS-1640