CMR logging (Windows)

Page outdated - problem already fixed

This problem is fixed. The page is kept as backtrack.

Problem

The CMR does not provide any logging information, but complains that log4j is not configured correctly.

Description

Currently the logging of the CMR on windows is incorrect. This bug is tracked as Jira ticket INSPECTIT-31

Solution

As workaround you do the following:

  1. Get the log4j.properties from the inspectit-cmr.jar archive (you can open it with any application that can deal with zip archives). You can find this file within the /config folder.
  2. Copy this log4j.properties to a new folder that you create within the CMR folder and call is config (so you have CMRRoot/config/log4j.properties).
  3. Edit the startup script and add "-cp lib/*;config;." to it.