Re: NTEventLogAppender

2009-08-23 Thread Curt Arnold
On Aug 21, 2009, at 12:52 PM, Aa Bb wrote: Hello, I am using various appenders in my xml configuration file, i.e. Console, RollingFile, and SocketAppender. My NTEventLogAppender however is not working. Computer Config: Windows XP Service Pack 2 Log4j: log4j-1.2.15 I Did This:

Re: NTEventLogAppender not working

2007-03-20 Thread Ruben Gonzalez
THANKS A LOT I replaced NTEventLogAppender.dll and it worked fine! The dll was not working properly. Thanks again for your help! 2007/3/19, Curt Arnold [EMAIL PROTECTED]: On Mar 19, 2007, at 10:14 AM, Ruben Gonzalez wrote: I cannot update the dll and the jar file because it's a

Re: NTEventLogAppender not working

2007-03-19 Thread Curt Arnold
On Mar 19, 2007, at 2:41 AM, Ruben Gonzalez wrote: Hi everyone! I'm new to log4j and I'm having the following problem: My application reads the properties file, but I get this: * java.lang.UnsatisfiedLinkError: register EventSource * It appears that you are running Tomcat on Windows, but

Re: NTEventLogAppender not working

2007-03-19 Thread Curt Arnold
On Mar 19, 2007, at 10:14 AM, Ruben Gonzalez wrote: I cannot update the dll and the jar file because it's a requirement of the application. It has to work with log4j-1.2.8. Thanks again! Any idea? I've looked at the export table of both the NTEventLogAppender.dll shipped with log4j

RE: NTEventLogAppender with missing description source for Windows Server 2003

2007-01-02 Thread CHANG Shuh
on Messenger. http://imagine-windowslive.com/minisites/santabot/default.aspx ?locale=en-us -Original Message- From: CHANG Shuh [mailto:[EMAIL PROTECTED] Sent: Thursday, December 14, 2006 1:41 PM To: Log4J Users List Subject: RE: NTEventLogAppender with missing description source

RE: NTEventLogAppender with missing description source for Windows Server 2003

2006-12-14 Thread CHANG Shuh
] Sent: Wednesday, December 13, 2006 2:14 PM To: Log4J Users List Subject: Re: NTEventLogAppender with missing description source for Windows Server 2003 I believe that you misinterpreted my response. The log4j package does include all files necessary to rebuild NTEventLogAppender.dll

RE: NTEventLogAppender with missing description source for Windows Server 2003

2006-12-13 Thread CHANG Shuh
To: Log4J Users List Subject: RE: NTEventLogAppender with missing description source for Windows Server 2003 I need to make a correction: I just found out that the NTEventLogAppender.dll *does* create the default Log4j entry (or any other source specified in the log4j.properties

Re: NTEventLogAppender with missing description source for Windows Server 2003

2006-12-13 Thread Curt Arnold
On Dec 13, 2006, at 10:43 AM, CHANG Shuh wrote: Hi Emilie, Thanks for your inquiry. Please keep all inquiries on the log4j-user list. No, I have not heard much back to resolve this issue. I am hoping that someone who knows the answer could help out. Basically, the NTEventLogAppender works

RE: NTEventLogAppender with missing description source for Windows Server 2003

2006-11-22 Thread Shuh Chang
Other than the four solutions I tried, I forgot to mention the fifth one that I also did: 5. Use the regsvr32 to register NTEventLogAppender.dll: I used the regsvr32 command to register the NTEventLogAppender.dll file, but got the pop-up error message: NTEventLogAppender.dll was loaded, but the

Re: NTEventLogAppender with missing description source for Windows Server 2003

2006-11-22 Thread Curt Arnold
Sorry, I'm on the road at the moment and don't have access to my Windows development resources. As far as I can tell from your description the appender is working as expected. It does log the message to the EventLog, it just has never implemented the code to register a corresponding

RE: NTEventLogAppender with missing description source for Windows Server 2003

2006-11-22 Thread Shuh Chang
-Original Message- From: Curt Arnold [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 22, 2006 10:10 AM To: Log4J Users List Subject: Re: NTEventLogAppender with missing description source for Windows Server 2003 Sorry, I'm on the road at the moment and don't have access to my Windows development

RE: NTEventLogAppender with missing description source for Windows Server 2003

2006-11-22 Thread Shuh Chang
I need to make a correction: I just found out that the NTEventLogAppender.dll *does* create the default Log4j entry (or any other source specified in the log4j.properties) in the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application\So urces registry. That's my mistake. Sorry

Re: NTEventLogAppender sends nothing to the event log

2006-09-29 Thread Laurent Duperval
Oops, this is the file: ?xml version=1.0 encoding=UTF-8? !DOCTYPE log4j:configuration SYSTEM log4j.dtd !-- = -- !-- -- !-- Log4j Configuration

Re: NTEventLogAppender sends nothing to the event log

2006-09-29 Thread Laurent Duperval
On Fri, 29 Sep 2006 15:18:08 -0400, Laurent Duperval wrote: Oops, this is the file: I also tried to change the NTLOG to be a file appender (file name = ntlog.log) just to make sure that some messages /were/ being sent to the appender. They are, so the problem really seems to be specific to

RE: NTEventLogAppender Usage for Custom Event Log Reporting

2006-08-25 Thread Amit Pathak
I Really appreciate your reply. I will try it today definitely. Thanks and Best Regards, Amit Pathak -Original Message- From: Bender Heri [mailto:[EMAIL PROTECTED] Sent: Thursday, August 24, 2006 8:57 PM To: Log4J Users List Subject: RE: NTEventLogAppender Usage for Custom Event Log

RE: NTEventLogAppender Usage for Custom Event Log Reporting

2006-08-24 Thread Amit Pathak
Pathak -Original Message- From: Bender Heri [mailto:[EMAIL PROTECTED] Sent: Thursday, August 24, 2006 4:55 PM To: Log4J Users List Subject: RE: NTEventLogAppender Usage for Custom Event Log Reporting Use one of the various delivered Appenders (File, SMTP, DB, ...) or derive your own

RE: NTEventLogAppender Usage for Custom Event Log Reporting

2006-08-24 Thread Bender Heri
24, 2006 3:56 PM To: Log4J Users List Subject: RE: NTEventLogAppender Usage for Custom Event Log Reporting Thanks for replying. I am already using NTEventLogAppender for logging to Event logs. But the problem is that by default all my logs appear in Application Event log and I want to send

RE: NTEventLogAppender

2005-10-27 Thread Bender Heri
If the log entries to the Event viewer are the same as to the other appenders you already use, you needn't declare a new logger, just a new appender and attach this appender to the existing logger. BTW: plz dont's use old threads to start a new one. Some people read this newsgroup ordered by

RE: NTEventLogAppender, soon to be removed

2004-09-06 Thread Gary Gregory
Could it perhaps be put in a separate source folder instead of completely removing it from the distro? We do not use the NT Appender now, but if a customer of ours asks for it, I'd like to have it lying around. Thanks, Gary -Original Message- From: Ceki Gülcü [mailto:[EMAIL