Re: problem with log4j...Help Please!!!

2009-03-23 Thread Ceki Gulcu
The error means that you have two copies of log4j.jar loaded into memory at the same time by two different class loaders. Classes loaded by different class loaders are incompatible even if the classes are bitwise identical. Pedro Moreno wrote: So the error I get at the output is the followin

problem with log4j...Help Please!!!

2009-03-23 Thread Pedro Moreno
Hi I’m very desperate with this problema. I’ve spent all day searching on Internet about this issue and trying several solution but no one works. The Problem is: I have a Sip client which implements a OSGI framework and one of the bundle is a log4j.jar, exactly release log4j-1.2.8. I want to integ