Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 94579 invoked from network); 14 Dec 2005 16:58:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Dec 2005 16:58:34 -0000 Received: (qmail 19502 invoked by uid 500); 14 Dec 2005 16:58:19 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 19362 invoked by uid 500); 14 Dec 2005 16:58:19 -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 19231 invoked by uid 99); 14 Dec 2005 16:58:18 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Dec 2005 08:58:18 -0800 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=HTML_MESSAGE,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [192.28.4.40] (HELO tuvok3.mmm.com) (192.28.4.40) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Dec 2005 08:58:17 -0800 Received: from mccoy4.mmm.com ([192.28.4.41]) by tuvok3.mmm.com (8.12.10/8.12.9) with ESMTP id jBEGvtqW003759 for ; Wed, 14 Dec 2005 10:57:55 -0600 (CST) Received: from BE-Corporate-02.EURO.MMM.COM ([169.5.98.229]) by mccoy4.mmm.com (8.12.10/8.12.9) with ESMTP id jBEGvsEW024619 for ; Wed, 14 Dec 2005 10:57:55 -0600 (CST) To: continuum-users@maven.apache.org Subject: gtalk notifier not working MIME-Version: 1.0 X-Mailer: Lotus Notes Release 6.5.3 September 14, 2004 From: phertogen@mmm.com Message-ID: Date: Wed, 14 Dec 2005 17:57:55 +0100 X-MIMETrack: Serialize by Router on BE-Corporate-02/BE-Europe/3M/US(Release 6.5.3|September 14, 2004) at 14/12/2005 17:57:48, Serialize complete at 14/12/2005 17:57:48 Content-Type: multipart/alternative; boundary="=_alternative 005D30E7C12570D7_=" X-Scanned-By: MIMEDefang 2.52 on 192.28.4.40 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --=_alternative 005D30E7C12570D7_= Content-Type: text/plain; charset="US-ASCII" Hi, >From the Continuum faq and mailing-list I understood it should be possbile to use google's gtalk to be notified since it uses the jabber protocol, but I must be doing something wrong because I get this error: ERROR org.apache.maven.continuum.notification.ContinuumNotificationDispatcher - Error while trying to use the jabbernotifier. org.codehaus.plexus.notification.NotificationException: Exception while sending message. at org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendMessage(JabberContinuumNotifier.java:236) at org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendNotification(JabberContinuumNotifier.java:135) 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:281) 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:534) Caused by: org.codehaus.plexus.jabber.JabberClientException: Can't connect to talk.google.com:5222 at org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:51) at org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendMessage(JabberContinuumNotifier.java:216) ... 7 more Caused by: XMPPError connecting to talk.google.com:5222.: (502) -- caused by: java.net.ConnectException: Connection timed out: connect at org.jivesoftware.smack.XMPPConnection.(XMPPConnection.java:174) at org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:42) ... 8 more This is my setup: I'm using continuum 1.0.2, running a Maven 1.0.2 project in a windows environment. org.codehaus.plexus.notification.notifier.Notifier jabber org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier org.codehaus.plexus.jabber.JabberClient org.apache.maven.continuum.configuration.ConfigurationService org.apache.maven.continuum.store.ContinuumStore my fist gtalk account without gmail.com mypassword talk.google.com 5222 false Then in the continuum web interface I use the same jabber notifier settings, and as jabber recipient I have myothergtalkaccount@gmail.com, not using SSL and not part of a Jabber group. Both on Continuum server and client PC I have gtalk installed and via gtalk I can communicate in two directions. So firewall should be open. As mentioned on this mailing list, I have 2 different gtalk accounts, and they are friends of each other. I also tried to run Continuum server, when gtalk was switched of because I think Continuum shouldn't need it to function. Do I need to install some additional Jabber stuff? Or what else couldt be the problem? thanks a lot for advice, Peter --=_alternative 005D30E7C12570D7_=--