log4j:ERROR Could not parse input stream

2002-07-08 Thread S Malleswara Sarma
Hi All I am getting this error when i am starting weblogic Please help me to resolve this. log4j:ERROR Could not parse input stream [weblogic.utils.zip.SafeZipFileInputStr eam@38b810]. java.util.zip.ZipException: The system cannot find the file specified at java.util.zip.ZipFile.open(Nat

undeclared namespace prefix: 'log4j'

2002-07-08 Thread Lorinda Swick
Hi, When I drop my log4j.xml file on IE 6.0 Explorer, I get the following error: Reference to undeclared namespace prefix: 'log4j'. Error processing resource The first lines of my log4j.xml is: Is this a bug? If not, how can I clean this up? Thanks, Lorinda

XML layout Help

2002-07-08 Thread Vullanki, Srividya
Hi, I would like to use XML Layout for the output file. But i am getting an error to view the XML. Here is the error message. Reference to undeclared namespace prefix: 'log4j' Here is the XML file written to view the log file ]> http://jakarta.apache.org/log4j/";> &data; How can i solve

RE: using log4j in jsp

2002-07-08 Thread Mark Womack
Denis, I make up logger names for the jsp pages, since you cannot predict what the jsp java name will be (and you probably don't want to use it anyway since it is so long). Also, I use a mix of tags and direct java classes and use which ever one is appropriate for the place I am logging a messag

SMTPAppender:505 Authentication required

2002-07-08 Thread Scherer Joachim, ITS-AKIS
Hi, I am using SMTPAppender. The program compiles well and when running gives me an error "javax.mail.MessagingException: 505 Authentication required" I am using log4j-1.2.4 on a Windows NT machine. The mailserver is Exchange. This is my properties file:

RE: 3 basic questions

2002-07-08 Thread Ebersole, Steven
See inline... |-Original Message- |From: rayaku [mailto:[EMAIL PROTECTED]] |Sent: Thursday, March 07, 2002 10:25 PM |To: Log4J Users List |Cc: [EMAIL PROTECTED] |Subject: 3 basic questions | | | |Hi, |I found info is very clear, But I would like to know |1. where to find the keys and ho

RE: View log files

2002-07-08 Thread Shapira, Yoav
Howdy, To view them, any text editor or browser will do. If you specifically want some prettier output, check out the HTMLAppender. Or if you want to get arbitrarily fancy, you can play with some XMLAppender type stuff and write your own transformator. I have a conceptual problem with the secon

RE: Why Category.getRoot().getAllAppenders() always returns blank Enumeration?

2002-07-08 Thread joeblack
Hi, Gainty: In fact I didn't write code to use log4j directly, Jakarta-turbine encapsulate all operation about logging and just exposed a commons-logging usage to developer. Using turbine, I met a problem that all logging message is jam to console, and the course is Category.getRoot().getAllAp