Thank you for the response. As it turns out I don't have an smtp server running on the host that Continuum is running on. I found an external smtp server to use, the javamail client connects and is authenticated but is doesn't have permission to send - doh! That is a separate issue. However, now that Continuum is pointed to a valid smtp host it no longer blocks the build queue; i.e., when an invalid smtp host is configured all builds subsequent to a notification build are enqueued but never commence, with a valid smtp host but still a permission exception (outsite the purvey of Continuum) the notification fails but subsequent builds are not blocked.
________________________________ From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Fri 3/24/2006 12:40 AM To: [email protected] Subject: Re: mail notification fails Do you have a particular smtp server? a particular connection to it( authentication...)? mail notifier works fine for other users. We use javamail in it. Emmanuel Trovinger, Larry a écrit : > I can connect on port 25, I can send messages with this account but Continuum > hangs at the SMTP connect everytime. Using 1.0.2. > > INFO | jvm 1 | 2006/03/23 22:46:19 | 2006-03-23 22:46:19,860 [Thread-2] > INF > O ContinuumBuildExecutor:maven2 - Exit code: 1 > INFO | jvm 1 | 2006/03/23 22:46:21 | 2006-03-23 22:46:21,601 [Thread-2] > INF > O Notifier:mail - Sending message: From '"ltrovinger" > <ltrovin > ger>'. > INFO | jvm 1 | 2006/03/23 22:46:21 | 2006-03-23 22:46:21,601 [Thread-2] > INF > O Notifier:mail - Recipient: To '<[EMAIL PROTECTED]>'. > INFO | jvm 1 | 2006/03/23 22:46:21 | DEBUG: JavaMail version 1.3.2 > INFO | jvm 1 | 2006/03/23 22:46:21 | DEBUG: > java.io.FileNotFoundException: > /usr/local/jrockit90_150_04/jre/lib/javamail.providers (No such file or > director > y) > INFO | jvm 1 | 2006/03/23 22:46:21 | DEBUG: !anyLoaded > INFO | jvm 1 | 2006/03/23 22:46:21 | DEBUG: not loading resource: > /META-INF > /javamail.providers > INFO | jvm 1 | 2006/03/23 22:46:21 | DEBUG: successfully loaded > resource: / > META-INF/javamail.default.providers > INFO | jvm 1 | 2006/03/23 22:46:21 | DEBUG: Tables of loaded providers > INFO | jvm 1 | 2006/03/23 22:46:21 | DEBUG: Providers Listed By Class > Name: > > {com.sun.mail.smtp.SMTPSSLTransport=javax.mail.Provider[TRANSPORT,smtps,com.sun > .mail.smtp.SMTPSSLTransport,Sun Microsystems, Inc], > com.sun.mail.smtp.SMTPTransp > ort=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun > Micro > systems, Inc], > com.sun.mail.imap.IMAPSSLStore=javax.mail.Provider[STORE,imaps,co > m.sun.mail.imap.IMAPSSLStore,Sun Microsystems, Inc], > com.sun.mail.pop3.POP3SSLSt > ore=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Sun > Microsyst > ems, Inc], > com.sun.mail.imap.IMAPStore=javax.mail.Provider[STORE,imap,com.sun.ma > il.imap.IMAPStore,Sun Microsystems, Inc], > com.sun.mail.pop3.POP3Store=javax.mail > .Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsystems, Inc]} > INFO | jvm 1 | 2006/03/23 22:46:21 | DEBUG: Providers Listed By > Protocol: { > imaps=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Sun > Microsy > stems, Inc], > imap=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun > Microsystems, Inc], > smtps=javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp > .SMTPSSLTransport,Sun Microsystems, Inc], > pop3=javax.mail.Provider[STORE,pop3,co > m.sun.mail.pop3.POP3Store,Sun Microsystems, Inc], > pop3s=javax.mail.Provider[STOR > E,pop3s,com.sun.mail.pop3.POP3SSLStore,Sun Microsystems, Inc], > smtp=javax.mail.P > rovider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc]} > INFO | jvm 1 | 2006/03/23 22:46:21 | DEBUG: successfully loaded > resource: / > META-INF/javamail.default.address.map > INFO | jvm 1 | 2006/03/23 22:46:21 | DEBUG: !anyLoaded > INFO | jvm 1 | 2006/03/23 22:46:21 | DEBUG: not loading resource: > /META-INF > /javamail.address.map > INFO | jvm 1 | 2006/03/23 22:46:21 | DEBUG: > java.io.FileNotFoundException: > /usr/local/jrockit90_150_04/jre/lib/javamail.address.map (No such file or > direct > ory) > INFO | jvm 1 | 2006/03/23 22:46:21 | DEBUG: setDebug: JavaMail version > 1.3. > 2 > INFO | jvm 1 | 2006/03/23 22:46:21 | DEBUG: getProvider() returning > javax.m > ail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, > In > c] > INFO | jvm 1 | 2006/03/23 22:46:21 | DEBUG SMTP: useEhlo true, useAuth > fals > e > INFO | jvm 1 | 2006/03/23 22:46:21 | DEBUG SMTP: trying to connect to > host > "localhost", port 25, isSSL false >
