Re: Problem with log4j.

2009-08-27 Thread Curt Arnold
On Aug 27, 2009, at 3:07 AM, Leela Mallipudi wrote: Hi Apache support, We are facing one problem with log4j.properties file. Environment details: Documentum Content Server 5.3 sp6, Web sphere server 6.0 and jdk version 1.4.2 in AIX sp4. Problem Description :We are creating 50 bac

FW: Problem with log4j.

2009-08-27 Thread Leela Mallipudi
Hi Apache support, We are facing one problem with log4j.properties file. Environment details: Documentum Content Server 5.3 sp6, Web sphere server 6.0 and jdk version 1.4.2 in AIX sp4. Problem Description :We are creating 50 back up files with each file of size 50 MB, first time

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

Is there any problem with log4j on HPUX

2006-08-23 Thread Madhava
Hi All, My application uses log4j for logging. But i do not know very much internals of my application how it does. When my application starts during system boot using startup script method it crashes. And following exceptions are getting thrown on the console, not in any logs or any where els

Re: Problem with Log4j (Configuration)

2004-12-21 Thread Jacob Kjome
At 12:35 AM 12/22/2004 -0500, you wrote: > >thanks Jake, its working...:) > >but whats the detailed solution if i required two different configuration >files. > You'll have to come up with a repository selector that doesn't currently exist (that I know of) which supports differenti

Re: Problem with Log4j (Configuration)

2004-12-21 Thread Ran//-\\mir
at, 18 Dec 2004 11:31:45 -0600 Subject: Re: Problem with Log4j (Configuration) At 05:20 PM 12/18/2004 +0100, you wrote: > >Amir, > >Are A.txt and B.txt the configuration files or the files where logging >output goes? >I'm pretty sure he means that the .txt files are his lo

Re: Problem with Log4j (Configuration)

2004-12-21 Thread Ran//-\\mir
004 11:31:45 -0600 Subject: Re: Problem with Log4j (Configuration) At 05:20 PM 12/18/2004 +0100, you wrote: > >Amir, > >Are A.txt and B.txt the configuration files or the files where logging >output goes? >I'm pretty sure he means that the .txt files are his log files

Re: Problem with Log4j (Configuration)

2004-12-19 Thread Ran//-\\mir
17:20:27 +0100 Subject: Re: Problem with Log4j (Configuration) Amir,Are A.txt and B.txt the configuration files or the files where logging output goes?At 06:13 AM 12/17/2004, Ran//-\\mir wrote:>Apologies are mine if this issue is discussed already.>I have two different applicat

RE: Problem with Log4j (Configuration)

2004-12-19 Thread Rana Amir Bashir
well they are files where output goes And i am using different configuration files for both. -Original Message- From: Ceki Gülcü [mailto:[EMAIL PROTECTED] Sent: Saturday, December 18, 2004 9:20 PM To: Log4J Users List Subject: Re: Problem with Log4j (Configuration) Amir, Are A.txt and

Re: Problem with Log4j (Configuration)

2004-12-18 Thread Jacob Kjome
At 05:20 PM 12/18/2004 +0100, you wrote: > >Amir, > >Are A.txt and B.txt the configuration files or the files where logging >output goes? > I'm pretty sure he means that the .txt files are his log files and since he has two separate configurations, he expects appA's output to go to one file (as i

Re: Problem with Log4j (Configuration)

2004-12-18 Thread Ceki Gülcü
Amir, Are A.txt and B.txt the configuration files or the files where logging output goes? At 06:13 AM 12/17/2004, Ran//-\\mir wrote: Apologies are mine if this issue is discussed already. I have two different applications i-e two separate jar files (ApplicationA.jar and ApplicationB.jar). Both u

Problem with Log4j (Configuration)

2004-12-16 Thread Ran//-\\mir
Apologies are mine if this issue is discussed already. I have two different applications i-e two separate jar files (ApplicationA.jar and ApplicationB.jar). Both use log4j for logging to separate files (A.txt and B.txt). Now the scenario is ApplicationB uses ApplicationA jar file. I have p

Problem with Log4j ( Configuration)

2004-12-16 Thread Ran//-\\mir
Apologies are mine if this issue is discussed already.

Re: problem with log4j on weblogic 8.1 on linux

2004-06-23 Thread Jacob Kjome
commons-logging has a habit of being able to find Log4j using classloader tricks, but then not being able to actually use it afterwards because they don't exist in classloaders that are normally visible to each other except via classloader tricks. I think there needs to be two way communication be

Re: problem with log4j on weblogic 8.1 on linux

2004-06-23 Thread Alison Ortega
I had to put mine in the container classpath in one of the init files - it had something to do with the init and the application classpath not being enough. It's been a while, but if you need details, I could probably dig them up. Alison Ortega North Carolina State University ACS Systems Program

Re: problem with log4j on weblogic 8.1 on linux

2004-06-23 Thread Keith
The log4j-1.2.8.jar is simply included in the WAR file in WEB-INF/lib. If I take it out of there the application deploys successfully, if I leave it in I get the exception below. I am using the commons-logging api, which should then delegate logging to log4j, so I'm not calling log4j methods d

Re: problem with log4j on weblogic 8.1 on linux

2004-06-22 Thread Alison Ortega
Where are you defining the log4j.jar in your classpath? Alison Ortega North Carolina State University ACS Systems Programmer II 919-513-1417 >>> [EMAIL PROTECTED] 6/22/2004 11:02:12 AM >>> Hi, I have a problem deploying a war file containing log4j1.2.8.jar on weblogic 8.1 sp2 running on RedHat

Re: problem with log4j on weblogic 8.1 on linux

2004-06-22 Thread Jacob Kjome
Quoting Keith <[EMAIL PROTECTED]>: > Hi, > > I have a problem deploying a war file containing log4j1.2.8.jar on > weblogic 8.1 sp2 running on RedHat kernal version 2.4.21-4 > > The strange thing is it deploys fine on tomcat, and weblogic running on > windows. Just loses it when I try to deploy

problem with log4j on weblogic 8.1 on linux

2004-06-22 Thread Keith
Hi, I have a problem deploying a war file containing log4j1.2.8.jar on weblogic 8.1 sp2 running on RedHat kernal version 2.4.21-4 The strange thing is it deploys fine on tomcat, and weblogic running on windows. Just loses it when I try to deploy it on linux? Once I remove the log4j jar it dep