Re: log4j losing log files SOLVED

2003-11-13 Thread Laurent Blume
Hello all, A bit late, I'm afraid, but since I just got an off-list question about it, and that it was a problem for me, maybe it can help others in the future. Hope it helps you, Tim, if not, don't hesitate to subscribe and post to the list, there are many people that can help you better than

ms sql server and log4j problems

2003-11-13 Thread Magnus Andersson
i got a problem with my database and log4j. I found a correct driver that connect to database but i got a error message that says: log4j:ERROR Failed to excute sql java.sql.SQLException: [MAGNUS]Line 1: Incorrect syntax near 'ERROR'. at com.inet.tds.a.a(Unknown Source) at

RE: ms sql server and log4j problems

2003-11-13 Thread Shapira, Yoav
Howdy, Can you rerun your system with -Dlog4j.debug=true as a java runtime option, and tell us what you're logging in the logger.error(???) statement? Yoav Shapira Millennium ChemInformatics -Original Message- From: Magnus Andersson [mailto:[EMAIL PROTECTED] Sent: Thursday, November

Re: ms sql server and log4j problems

2003-11-13 Thread donald larmee|ALTERthought
I believe the problem is with syntax of your SQL statement, not w/ log4j per se try putting commas between your VALUES in your SQL statement. -Don On Thu, 13 Nov 2003 09:55:45 -0500 [EMAIL PROTECTED] wrote: Howdy, Can you rerun your system with -Dlog4j.debug=true as a java runtime

How to log local time with GMT-[number] format in log4j?

2003-11-13 Thread Jason Z Gui
Hi Dear All, Can we configure Log4j to log local time with GMT-[number] format? Like 13 Nov 2003 12:07:58 -0800 . Since we are running a system across different time zone, we need to compare timestamp based on GMT. Thanks. Jason Gui

IBM's JRas

2003-11-13 Thread Sullivan, Sean C - MWT
fyi IBM's JRas is a logging and tracing facility in the Websphere Application Server. article: Getting Started with JRas http://www-106.ibm.com/developerworks/websphere/techjournal/0306_vincent/vin cent.html Programming with the JRas framework

RE: Jboss + Velocity - Log4j [STDERR] errors.

2003-11-13 Thread Rai Ou
Thanks for the suggestions. I believe the Velocity can find the log4j classes bescause the Jboss Application server use log4j by default. I am thinking maybe this error logs caused by my VM file fault, I am checking my vm files now and try to void all of the NULL variables.