Hi,
The root cause of this problem, that is the [object is not assignable to a "org.apache.log4j.Appender"] complaint, stems from having two copies of log4j classes available to your application. Simply ensure that only one copy of log4j-x.x.jar is available and the problem will go away. At 18:53 12.07.2002 -0300, Reg Sherwood wrote: >Hi, > >log4j:ERROR Could not instantiate appender named "A2". >log4j:ERROR A "org.apache.log4j.net.SocketAppender" object is not >assignable to a "org.apache.log4j.Appender" variable. >log4j:ERROR Could not instantiate appender named "A2". >log4j: Parsing for [root] with value=[,A2]. >log4j: Parsing appender named "A2". >log4j: Finished configuring. >log4j:ERROR A "org.apache.log4j.net.SocketAppender" object is not >assignable to a "org.apache.log4j.Appender" variable. >log4j:ERROR Could not instantiate appender named "A2". > >Any thoughts, > >Thanks > >-Reg -- Ceki -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>