Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The ServiceMix 2.0.2 distribution has a known logging bug, so output is not logged to the console, currently. To resolve this issue, correct the source distribution of ServiceMix 2.0.2, by replacing the jencks-all-1.1.1.jar with the jencks-all-1.1.2.jar file. Or, There are two ways to fix this problem. The first solution is to upgrade to 2.0.3 or greater to resolve the issue. 2.0.3 release is a developer's release at this time. Please see Download for the latest developer's release.

This procedure explains the work around for The other solution is to replace the jencks-all-1.1.1.jar with the jencks-all-1.1.2.jar file. Note: This can only be done for the source version of ServiceMix 2.0.2. The steps to apply the fix are:

  1. Download the jencks-all-1.2.jar here.
  2. Wiki Markup
    Copy the jar file to \[servicemix_src_install_dir\]\assembly\target\servicemix-2.0.2\bin\servicemix-2.0.2\lib, where \[servicemix_src_install_dir\] is the directory in which the ServiceMix distribution is located.
  3. Delete jencks-all-1.1.1.jar from that directory.
  4. Wiki Markup
    Place a copy of the jar file in the ServiceMix web directory  at \[servicemix_src_install_dir\]\servicemix-2.0.2\tooling\servicemix-web\target\servicemix-web\WEB-INF as well.
  5. To run the example in the source distribution:

...