Return-Path: Delivered-To: apmail-continuum-issues-archive@www.apache.org Received: (qmail 26723 invoked from network); 22 Apr 2009 14:45:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Apr 2009 14:45:15 -0000 Received: (qmail 52070 invoked by uid 500); 22 Apr 2009 14:45:14 -0000 Delivered-To: apmail-continuum-issues-archive@continuum.apache.org Received: (qmail 52029 invoked by uid 500); 22 Apr 2009 14:45:14 -0000 Mailing-List: contact issues-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list issues@continuum.apache.org Received: (qmail 52015 invoked by uid 99); 22 Apr 2009 14:45:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Apr 2009 14:45:14 +0000 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Apr 2009 14:45:06 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 0DD5314A81A4 for ; Wed, 22 Apr 2009 09:44:45 -0500 (CDT) Message-ID: <31611794.35431240411485024.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Wed, 22 Apr 2009 09:44:45 -0500 (CDT) From: "Brett Porter (JIRA)" To: issues@continuum.apache.org Subject: [jira] Updated: (CONTINUUM-1585) Can't connect to gtalk with jabber notifier via proxy MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 4e90ceb663894a42f12c0e28abbab431 X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/CONTINUUM-1585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brett Porter updated CONTINUUM-1585: ------------------------------------ Fix Version/s: 1.4.0 smack 3.1.0 supports this - let's review for upgrading > Can't connect to gtalk with jabber notifier via proxy > ----------------------------------------------------- > > Key: CONTINUUM-1585 > URL: http://jira.codehaus.org/browse/CONTINUUM-1585 > Project: Continuum > Issue Type: Bug > Components: Notifier - Jabber > Affects Versions: 1.1 > Environment: Windows 2003 Server > Reporter: Siarhei Dudzin > Fix For: 1.4.0 > > > Hi, > I have sending notifications to GTalk via jabber notifier if I am behind proxy. I've configured notifier as specified in the FAQ: > jabber host: talk.google.com > jabber port: 5222 > jabber login: > Jabber Domain Name: gmail.com > Is it a SSL Connection? false > I am starting continuum as a service with local account (to be able to read settings.xml where we also have a proxy defined). I have defined proxy in wrapper.conf in the following way: > wrapper.java.additional.9=-Dhttp.proxyHost="" > wrapper.java.additional.9.stripquotes=TRUE > wrapper.java.additional.10=-Dhttp.proxyPort="8080" > wrapper.java.additional.10.stripquotes=TRUE > wrapper.java.additional.11=-Dhttp.nonProxyHosts="*.mycompany.com|localhost|127.0.0.1" > I tried host and port with and without quotes, tried to use proxy ip instead of the host name. No result, I get the following exception: > 135043 [pool-1-thread-1] ERROR org.apache.maven.continuum.notification.ContinuumNotificationDispatcher:default - Error while trying to use the jabber notifier. > org.codehaus.plexus.notification.NotificationException: Exception while sending message. > at org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendMessage(JabberContinuumNotifier.java:240) > at org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendNotification(JabberContinuumNotifier.java:138) > at org.apache.maven.continuum.notification.DefaultContinuumNotificationDispatcher.sendNotification(DefaultContinuumNotificationDispatcher.java:199) > at org.apache.maven.continuum.notification.DefaultContinuumNotificationDispatcher.sendNotification(DefaultContinuumNotificationDispatcher.java:159) > at org.apache.maven.continuum.notification.DefaultContinuumNotificationDispatcher.buildComplete(DefaultContinuumNotificationDispatcher.java:103) > at org.apache.maven.continuum.buildcontroller.DefaultBuildController.endBuild(DefaultBuildController.java:221) > at org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(DefaultBuildController.java:175) > at org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.executeTask(BuildProjectTaskExecutor.java:50) > at org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable$1.run(ThreadedTaskQueueExecutor.java:116) > at edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442) > at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:176) > at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665) > at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690) > at java.lang.Thread.run(Thread.java:619) > 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:220) > ... 13 more > Caused by: Could not connect to talk.google.com:5222.: (504) > -- caused by: java.net.UnknownHostException: talk.google.com > at org.jivesoftware.smack.XMPPConnection.(XMPPConnection.java:168) > at org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:42) > ... 14 more -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira