From continuum-users-return-937-apmail-maven-continuum-users-archive=maven.apache.org@maven.apache.org Tue Jan 31 08:50:34 2006 Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 62267 invoked from network); 31 Jan 2006 08:50:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 31 Jan 2006 08:50:34 -0000 Received: (qmail 73165 invoked by uid 500); 31 Jan 2006 08:50:33 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 73102 invoked by uid 500); 31 Jan 2006 08:50:33 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Received: (qmail 73091 invoked by uid 99); 31 Jan 2006 08:50:33 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jan 2006 00:50:33 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [62.193.206.9] (HELO webmail9.amenworld.com) (62.193.206.9) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 31 Jan 2006 00:50:32 -0800 Received: (qmail 16721 invoked from network); 31 Jan 2006 08:50:12 -0000 Received: from 213.29.98-84.rev.gaoland.net (HELO ?127.0.0.1?) (84.98.29.213) by 0 with SMTP; 31 Jan 2006 08:50:12 -0000 Message-ID: <43DF24C0.4080303@venisse.net> Date: Tue, 31 Jan 2006 09:50:08 +0100 From: Emmanuel Venisse User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: fr, en MIME-Version: 1.0 To: continuum-users@maven.apache.org Subject: Re: Continuum problems References: <31cc37360601261411n527d3650u2bbac01e215a9a48@mail.gmail.com> <43DA32C1.90904@venisse.net> <31cc37360601271129l27eb3e71uee4d54ca7caaa2d1@mail.gmail.com> <43DB7265.9020603@venisse.net> <31cc37360601302031p5a52917bq8bd1a6b018c36cdb@mail.gmail.com> In-Reply-To: <31cc37360601302031p5a52917bq8bd1a6b018c36cdb@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Henri Yandell a écrit : > Built the 1.0.x branch. Failed due to lack of memory. weird. It always works fine on my laptop. > export MAVEN_OPTS='-Xmx512m' > > Now it (MavenOneIntegrationTest) fails because there's no SMTP on localhost 25: No, it isn't a failure. We only print the stacktrace but we don't fail the build for that. I don't have smtp on localhost. Emmanuel > > DEBUG SMTP: trying to connect to host "localhost", port 25, isSSL false > 2006-01-30 23:05:04,529 [Thread-29] ERROR > ContinuumNotificationDispatcher - Error while trying to use the > mailnotifier. > org.codehaus.plexus.notification.NotificationException: Exception > while sending message. > at org.apache.maven.continuum.notification.mail.MailContinuumNotifier.sendMessage(MailContinuumNotifier.java:400) > at org.apache.maven.continuum.notification.mail.MailContinuumNotifier.buildComplete(MailContinuumNotifier.java:303) > at org.apache.maven.continuum.notification.mail.MailContinuumNotifier.sendNotification(MailContinuumNotifier.java:198) > at org.apache.maven.continuum.notification.DefaultContinuumNotificationDispatcher.sendNotification(DefaultContinuumNotificationDispatcher.java:170) > at org.apache.maven.continuum.notification.DefaultContinuumNotificationDispatcher.buildComplete(DefaultContinuumNotificationDispatcher.java:96) > at org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(DefaultBuildController.java:341) > at org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.executeTask(BuildProjectTaskExecutor.java:53) > at org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable.run(ThreadedTaskQueueExecutor.java:103) > at java.lang.Thread.run(Thread.java:552) > Caused by: org.codehaus.plexus.mailsender.MailSenderException: Error > while sending mail. > at org.codehaus.plexus.mailsender.javamail.JavamailMailSender.send(JavamailMailSender.java:217) > at org.apache.maven.continuum.notification.mail.MailContinuumNotifier.sendMessage(MailContinuumNotifier.java:396) > ... 8 more > Caused by: javax.mail.MessagingException: Could not connect to SMTP > host: localhost, port: 25; > nested exception is: > java.net.ConnectException: Connection refused > at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1213) > at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:311) > at javax.mail.Service.connect(Service.java:233) > at javax.mail.Service.connect(Service.java:134) > at javax.mail.Service.connect(Service.java:86) > at com.sun.mail.smtp.SMTPTransport.connect(SMTPTransport.java:144) > at javax.mail.Transport.send0(Transport.java:150) > at javax.mail.Transport.send(Transport.java:80) > at org.codehaus.plexus.mailsender.javamail.JavamailMailSender.send(JavamailMailSender.java:213) > ... 9 more > > >