From continuum-users-return-774-apmail-maven-continuum-users-archive=maven.apache.org@maven.apache.org Wed Jan 04 13:53:38 2006 Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 31998 invoked from network); 4 Jan 2006 13:53:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Jan 2006 13:53:37 -0000 Received: (qmail 10987 invoked by uid 500); 4 Jan 2006 13:53:29 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 10959 invoked by uid 500); 4 Jan 2006 13:53:28 -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 10818 invoked by uid 99); 4 Jan 2006 13:53:28 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jan 2006 05:53:27 -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, 04 Jan 2006 05:53:26 -0800 Received: from mccoy4.mmm.com ([192.28.4.41]) by tuvok3.mmm.com (8.12.10/8.12.9) with ESMTP id k04DrAHN025864; Wed, 4 Jan 2006 07:53:11 -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 k04Dr3bX024046; Wed, 4 Jan 2006 07:53:08 -0600 (CST) In-Reply-To: <0775DD7F2F88084AA05BCC79EF6F32532EA3A153@iblonce105.gb.ad.drkw.net> To: "Stevenson, Chris" Cc: "'continuum-users@maven.apache.org'" Subject: RE: 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, 4 Jan 2006 14:53:04 +0100 X-MIMETrack: Serialize by Router on BE-Corporate-02/BE-Europe/3M/US(Release 6.5.3|September 14, 2004) at 04/01/2006 14:53:06, Serialize complete at 04/01/2006 14:53:06 Content-Type: multipart/alternative; boundary="=_alternative 004C4394C12570EC_=" 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 004C4394C12570EC_= Content-Type: text/plain; charset="US-ASCII" Chris, Unfortunately not. I haven't looked into it any further since this is a "nice to have" feature for me. The email notifier is working fine, so I'm using this for the moment. grtz, Peter "Stevenson, Chris" 04/01/2006 14:13 To "'phertogen@mmm.com'" cc "'continuum-users@maven.apache.org'" Subject RE: gtalk notifier not working Hi Peter, Did you manage to have any success with this? I am having a similar issue at the moment, except the jabber notifer just freezes. I'm using M2 and Continuum 1.0.2. Thanks, Chris -----Original Message----- From: phertogen@mmm.com [mailto:phertogen@mmm.com] Sent: 14 December 2005 16:58 To: continuum-users@maven.apache.org Subject: gtalk notifier not working 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.sendM essage(JabberContinuumNotifier.java:236) at org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendN otification(JabberContinuumNotifier.java:135) at org.apache.maven.continuum.notification.DefaultContinuumNotificationDispatch er.sendNotification(DefaultContinuumNotificationDispatcher.java:170) at org.apache.maven.continuum.notification.DefaultContinuumNotificationDispatch er.buildComplete(DefaultContinuumNotificationDispatcher.java:96) at org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(Defa ultBuildController.java:281) at org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.executeT ask(BuildProjectTaskExecutor.java:53) at org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRu nnable.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.j ava:51) at org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendM essage(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.j ava: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.JabberContinu umNotifier 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 ------ -------------------------------------------------------------------------------- The information contained herein is confidential and is intended solely for the addressee. Access by any other party is unauthorised without the express written permission of the sender. If you are not the intended recipient, please contact the sender either via the company switchboard on +44 (0)20 7623 8000, or via e-mail return. If you have received this e-mail in error or wish to read our e-mail disclaimer statement and monitoring policy, please refer to http://www.drkw.com/disc/email/ or contact the sender. 3167 -------------------------------------------------------------------------------- --=_alternative 004C4394C12570EC_=--