RE: SMTPAppender

2008-12-04 Thread Steve Ash
You can't connect so you have a firewall, networking, or server/service issue. Telnetting to a socket and port, just tries to establish a simple socket connection. If you cannot even make the simple socket connection, then there is a problem between your machine (all the way down the tcp/ip st

RE: SMTPAppender

2008-12-04 Thread Joe White
Yes, you are wrong. It is possible to connect to a SMTP server via Telnet on port 25. If you know the proper commands, you can even send email that way. Quoting Massimo Quagliani <[EMAIL PROTECTED]>: I tried: telnet mail.libero.it 25 Trying 212.52.84.54... telnet: Unable to connec

AW: [SPAM (Keyword Checking)] - RE: SMTPAppender - Found word(s) list error in the Text body

2008-12-04 Thread Bender Heri
As far as I know this command just opens a socket: Host:port. No protocol is anticipated. If your machine cannot open this socket connection then something might be wrong with your network, firewall, gateway, etc. This is shurly not related to log4j. Heri -Ursprüngliche Nachricht- Vo

RE: SMTPAppender

2008-12-04 Thread Massimo Quagliani
I tried: telnet mail.libero.it 25 Trying 212.52.84.54... telnet: Unable to connect to remote host: Connection timed out But I have a stupid question, using telnet my client is expected to find a telnet server on the port 25, while there should be an smtp server. Am I wrong? /MAx -Original

AW: SMTPAppender

2008-12-04 Thread Bender Heri
Try a standalone tool in order to open this socket. E.g. castalia socktest (free download), or even telnet in your command prompt: Telnet host port heri -Ursprüngliche Nachricht- Von: Massimo Quagliani [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 4. Dezember 2008 18:02 An: Log4J Us

RE: SMTPAppender

2008-12-04 Thread Massimo Quagliani
Please, could you explain in detail what you would do in this situation? I didn't figure out your suggestion. /Max -Original Message- From: Joe White [mailto:[EMAIL PROTECTED] Sent: giovedì 4 dicembre 2008 17.45 To: log4j-user@logging.apache.org Subject: RE: SMTPAppender The erro

RE: SMTPAppender

2008-12-04 Thread Joe White
The error is clear in the stacktrace.         java.net.ConnectException: Connection timed out: connect         at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1391) I do not think it's log4j related.. Can you make the connection on your box via telnet or some other ty

Re: initialize the log4j system properly

2008-12-04 Thread Juha Laiho
Dipocse wrote: > I've a database (PRJ) and I'm trying to connect from Asterisk server to that > database. In the shell script i used a log4j-1.2.11.jar with all others jar > files. ... > when i run the above shell script (./runagi.sh). It shows me the following > warnings > > > Warning:

Re: log4j adopting SLF4J? [Was: Repository selectors, useful?]

2008-12-04 Thread Maarten Bosteels
+1 for log4j adopting SLF4J API Maarten On Mon, Dec 1, 2008 at 1:36 PM, Ceki Gulcu <[EMAIL PROTECTED]> wrote: > > > Jacob Kjome wrote: > > > Ceki Gulcu wrote: > >> It should not be difficult to write a SLF4J binding for log4j which > >> supports repository selectors. > >> > > ...which would requ

RE: SMTPAppender

2008-12-04 Thread Massimo Quagliani
Thanks, But I changed my log4j.properties file using another SMTP host, which, according to this link http://www.velociraptus.com/internet/articoli_d.php?particoloID=27 uses port 25 for SMTP (it is in italian but in the table it is clear the port is 25). The error is still there... Please help!