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
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