• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Log4j problem

 
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys,
We have just migrated application from WAS 5X to WAS 6.0.
Everything working fine. Log4j giving follwing Eroor. (I am posting
error because it is small. )

[8/4/08 9:44:02:804 EDT] 00000081 SystemErr R log4j:ERROR A "org.apache.log4j.RollingFileAppender" object is not assignable to a "org.apache.log4j.Appender" variable.
[8/4/08 9:44:02:804 EDT] 00000081 SystemErr R log4j:ERROR The class "org.apache.log4j.Appender" was loaded by
[8/4/08 9:44:02:804 EDT] 00000081 SystemErr R log4j:ERROR [com.ibm.ws.bootstrap.ExtClassLoader@121e121e] whereas object of type
[8/4/08 9:44:02:804 EDT] 00000081 SystemErr R log4j:ERROR "org.apache.log4j.RollingFileAppender" was loaded by [


According to my thinking it is giving this error because it is pointing to
to two different log4j jar in classpath. Is i am correct or any other
reason for this ?
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic