NullWriter classNot Found error

2005-07-25 Thread Dave
Still having issues with 1.306 with logger.error("sum string", throwable) log4j throws an exception NullWriter class not found. only with the two parameter version of logger,error Any ideas would be appreciated de - To uns

RE: RollingFileAppender not work

2005-07-25 Thread 洪春植
hello, James unfortunately we can't work on the batch file. So, what we want to konw are 1) Is it the right way to repeatedly open->write->close the current log file by create and remove RollingFileAppenders per every logging event? 2) Why the backup log files index got incorrect when we perform

Re: RollingFileAppender not work

2005-07-25 Thread James Stauffer
Can you just make the batch program only grab the backed-up files (not the current file)? On 7/25/05, 洪春植 <[EMAIL PROTECTED]> wrote: > hello, all > > We are now using log4j.RollingFileAppender class to store logs at server > side, > and we have a batch program which gethers those log files runnin

Re: Recreating a deleted log4j file

2005-07-25 Thread James Stauffer
The only option that comes to mind is extending the appender class. On 7/24/05, Kavitha Shetty (kavshett) <[EMAIL PROTECTED]> wrote: > Hi, > > I have an application that uses log4j for all logging purposes. While > the application is running, if the user deletes one of the logger files, > is ther

[OT] WAS

2005-07-25 Thread log4jusers . ml . trace
I found a number of resources. This is for WAS 4 but should be applicable to WAS 5: http://www-128.ibm.com/developerworks/websphere/techjournal/0111_falk/falk.html This is for WAS5: http://www-128.ibm.com/developerworks/websphere/techjournal/0309_wosnick/wosnick.html Here is a search page with

WOT ->Re: [log4j] Embaded database in Websphere App Server 5.0 addressed to exclusive sender for this address)

2005-07-25 Thread Jim Rice
Jitendra, How about doing a Google Search or going to the IBM website? A Google search on com.ibm.db.beans.DBSelect returned 42 entries. The URL is:http://www.google.com/search?q=com.ibm.db.beans.DBSelect&start=0&start=0&ie=utf-8&oe=utf-8&client=firefox-a&rls=org.mozilla:en-US:official Either of

RE: [log4j] Embaded database in Websphere App Server 5.0 addressed to exclusive sender for this address)

2005-07-25 Thread log4jusers . ml . trace
Thanks a lot Fred. Can you point me to some examples of using it. A sample Java app. I am struggling to use it. I have found an example on IBM's info centre which uses com.ibm.db.beans.DBSelect class. Nut I am not able to locate the jar containing it. Regards, Jitendra -Original Message-

Re: [log4j] Embaded database in Websphere App Server 5.0 addressed to exclusive sender for this address)

2005-07-25 Thread log4jusers . ml . trace
Jitendra, WebSphere comes with the Cloudscape database, which is now open-source, --Fred On Monday 25 July 2005 05:35 am, Jitendra wrote: > Hi, > > First of all sorry for this topic in this list. But if anybody knows it > please help me. > > Does Websphere App Server 5.0 has any embeded databa

RE: Embaded database in Websphere App Server 5.0

2005-07-25 Thread Jitendra Kharche
Thanks Mark. -Original Message- From: Ceki Gülcü [mailto:[EMAIL PROTECTED] Sent: Monday, July 25, 2005 3:30 PM To: Log4J Users List Subject: RE: Embaded database in Websphere App Server 5.0 I quite like the style of this answer. Thanks Mark. At 11:57 AM 7/25/2005, Mark Benussi wrote:

RE: Embaded database in Websphere App Server 5.0

2005-07-25 Thread Ceki Gülcü
I quite like the style of this answer. Thanks Mark. At 11:57 AM 7/25/2005, Mark Benussi wrote: Jitendra. When you post an off topic message it is a good idea to put [OT] or [WOT] before the message subject. The answer is no, although WAS 5.0 is usually configured with a DB2 database. Previou

RE: Embaded database in Websphere App Server 5.0

2005-07-25 Thread Mark Benussi
Jitendra. When you post an off topic message it is a good idea to put [OT] or [WOT] before the message subject. The answer is no, although WAS 5.0 is usually configured with a DB2 database. Previous versions required a database server but not WAS 5.0 IBM's info centre is the best place to go an

Embaded database in Websphere App Server 5.0

2005-07-25 Thread Jitendra Kharche
Hi, First of all sorry for this topic in this list. But if anybody knows it please help me. Does Websphere App Server 5.0 has any embeded database within it? If yes, which database? Also it is good if someone points me to some good resources for using it. Regards, Jitendra