Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Issue 'NoSuchFieldError: TRACE' from log4j #40

Merged
merged 3 commits into from
Nov 5, 2012

Commits on Oct 24, 2012

  1. Fix Issue 38: 'ClassNotFoundException...' search agent ${ServiceName}…

    …/lib for jars
    
    Agent with different FABAN_HOME than master would not find serice jars because it scanned ${ServiceName} and not ${ServiceName}/lib. Agent now scans ${ServiceName}/lib/
    willr3 committed Oct 24, 2012
    Configuration menu
    Copy the full SHA
    526ea8d View commit details
    Browse the repository at this point in the history
  2. Fix Issue 'NoSuchFieldError: TRACE' from log4j

    log4j-1.2.8 does not include a TRACE Level which causes errors loading classes that use log.tracef(). The TRACE level was added in 1.2.11 but updating to the latest 1.2.17.
    harness passes unit testing (run-tests)
    willr3 committed Oct 24, 2012
    Configuration menu
    Copy the full SHA
    f5fb473 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2012

  1. Change to HttpClient return type based on new API

    Changed the return type to HttpClient based on changes to internal API. This might be a compatibility issue.
    willr3 committed Oct 25, 2012
    Configuration menu
    Copy the full SHA
    601993d View commit details
    Browse the repository at this point in the history