My java application references a 3rd-party jar file which uses log4j logging. The problem is that this jar contains its own log4j.properties file which causes access denied
Try adding an environment variable called LOG4J_CONFIGURATION_FILE while you start the application.