Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9123781
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T06:25:29+00:00 2026-06-17T06:25:29+00:00

I am using logback for my logging and it has been working however; the

  • 0

I am using logback for my logging and it has been working however; the other day I started getting a warning

log4j:WARN No appenders could be found for logger (org.apache.axis.i18n.ProjectResourceBundle).
log4j:WARN Please initialize the log4j system properly.

I am not using log4j nor have I ever with this project.
I have a logback.xml in my resources folder.

Any ideas on why this warning started to show up?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T06:25:30+00:00Added an answer on June 17, 2026 at 6:25 am

    You must be using a library that does use log4j. Can you post anything more about your project?

    You should probably just put log4j bridge on the classpath. Read more here:
    http://www.slf4j.org/legacy.html

    The jar you want to look into is log4j-over-slf4j. It will bridge log4j API to actually make calls to your implementation of slf4j API (in your case – logback).

    If you are using Maven to build your project then it might be as simple as putting

    <dependency>
        <groupId>org.slf4j</groupId>
        <artifactId>log4j-over-slf4j</artifactId>
        <version>1.7.7</version>
    </dependency>
    

    in dependencies.

    Excluding a library (if needed) would be done in this fashion (this assumes we are talking about the transitive dependency from the jar you’ve mentioned):

        <dependency>
            <groupId>org.swift.common</groupId>
            <artifactId>jira-soap</artifactId>
            <version>4.4.0</version>
            <exclusions>
                <exclusion>
                    <groupId>...</groupId>
                    <artifactId>...</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using logback/slf4j to handle logging in my application. Everything was working perfectly
I've been using Log4j informally for a while and am now switching to Logback.
I am developing an eclipse plugin. It has other plugin/feature dependencies. However I want
I'm just start using logback for logging my Java project running on glassfish3 AS,
When putting logback.xml in src/main/resources/ folder of my web-application, its working fine. However, when
We are running OSGI bundles with pax-runner. We are logging using logback over slf4j.
I'm using Drools 5.4.0.Final For logging I'm using logback in my application. I tried
I'm developing a web application using Logback as logging framework, and am testing it
We are using SLF4J/Logback combination to perform our logging. One of the requirement we
I am using logback for logging and have no logger set, just root logger:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.