You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@continuum.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2005/11/16 01:47:06 UTC

[jira] Created: (CONTINUUM-451) jabber doesn't work with talk.google.com

jabber doesn't work with talk.google.com
----------------------------------------

         Key: CONTINUUM-451
         URL: http://jira.codehaus.org/browse/CONTINUUM-451
     Project: Continuum
        Type: Task
    Reporter: Brett Porter
     Fix For: 1.1


from what I can tell, talk.google.com is on port 5222, but still SSL.

However, selecting port 5222 and trying SSL conects on 5223, which gives an exception that there is no response.
@40000000437a7d6d2975942c Caused by: org.codehaus.plexus.jabber.JabberClientException: Can't connect to talk.google.com:5223
@40000000437a7d6d29759bfc       at org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:51)
@40000000437a7d6d2975a3cc       at org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendMessage(JabberContinuumNotifier.java:207)
@40000000437a7d6d2975c30c       ... 7 more
@40000000437a7d6d2975c6f4 Caused by: Connection failed. No response from server.:
@40000000437a7d6d2975cadc       at org.jivesoftware.smack.PacketReader.startup(PacketReader.java:170)
@40000000437a7d6d2975d2ac       at org.jivesoftware.smack.XMPPConnection.init(XMPPConnection.java:766)
@40000000437a7d6d2975d694       at org.jivesoftware.smack.XMPPConnection.<init>(XMPPConnection.java:222)
@40000000437a7d6d2975f5d4       at org.jivesoftware.smack.SSLXMPPConnection.<init>(SSLXMPPConnection.java:87)
@40000000437a7d6d2975fda4       at org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:46)
@40000000437a7d6d29760574       ... 8 more

Using no SSL gives:
@40000000437a771714668e9c Caused by: org.codehaus.plexus.jabber.JabberClientException: Can't connect to talk.gmail.com:5222
@40000000437a77171466966c       at org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:51)
@40000000437a771714669e3c       at org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendMessage(JabberContinuumNotifier.java:207)
@40000000437a77171466c164       ... 7 more
@40000000437a77171466c54c Caused by: Could not connect to talk.gmail.com:5222.: (504)
@40000000437a77171466c934   -- caused by: java.net.UnknownHostException: talk.gmail.com
@40000000437a77171466d104       at org.jivesoftware.smack.XMPPConnection.<init>(XMPPConnection.java:168)
@40000000437a77171466d4ec       at org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:42)
@40000000437a77171466f42c       ... 8 more


Perhaps we can use Smack 2.0's special GoogleTalkConnection and add a new notifier type?

-- 
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


[jira] Closed: (CONTINUUM-451) jabber doesn't work with talk.google.com

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-451?page=all ]
     
Emmanuel Venisse closed CONTINUUM-451:
--------------------------------------

    Resolution: Cannot Reproduce

google notification works fine when sender is in friend list of recipient user, and with configuration define above.

> jabber doesn't work with talk.google.com
> ----------------------------------------
>
>          Key: CONTINUUM-451
>          URL: http://jira.codehaus.org/browse/CONTINUUM-451
>      Project: Continuum
>         Type: Task
>     Reporter: Brett Porter
>     Assignee: Emmanuel Venisse
>      Fix For: 1.0.2

>
>
> from what I can tell, talk.google.com is on port 5222, but still SSL.
> However, selecting port 5222 and trying SSL conects on 5223, which gives an exception that there is no response.
> @40000000437a7d6d2975942c Caused by: org.codehaus.plexus.jabber.JabberClientException: Can't connect to talk.google.com:5223
> @40000000437a7d6d29759bfc       at org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:51)
> @40000000437a7d6d2975a3cc       at org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendMessage(JabberContinuumNotifier.java:207)
> @40000000437a7d6d2975c30c       ... 7 more
> @40000000437a7d6d2975c6f4 Caused by: Connection failed. No response from server.:
> @40000000437a7d6d2975cadc       at org.jivesoftware.smack.PacketReader.startup(PacketReader.java:170)
> @40000000437a7d6d2975d2ac       at org.jivesoftware.smack.XMPPConnection.init(XMPPConnection.java:766)
> @40000000437a7d6d2975d694       at org.jivesoftware.smack.XMPPConnection.<init>(XMPPConnection.java:222)
> @40000000437a7d6d2975f5d4       at org.jivesoftware.smack.SSLXMPPConnection.<init>(SSLXMPPConnection.java:87)
> @40000000437a7d6d2975fda4       at org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:46)
> @40000000437a7d6d29760574       ... 8 more
> Using no SSL gives:
> @40000000437a771714668e9c Caused by: org.codehaus.plexus.jabber.JabberClientException: Can't connect to talk.gmail.com:5222
> @40000000437a77171466966c       at org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:51)
> @40000000437a771714669e3c       at org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendMessage(JabberContinuumNotifier.java:207)
> @40000000437a77171466c164       ... 7 more
> @40000000437a77171466c54c Caused by: Could not connect to talk.gmail.com:5222.: (504)
> @40000000437a77171466c934   -- caused by: java.net.UnknownHostException: talk.gmail.com
> @40000000437a77171466d104       at org.jivesoftware.smack.XMPPConnection.<init>(XMPPConnection.java:168)
> @40000000437a77171466d4ec       at org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:42)
> @40000000437a77171466f42c       ... 8 more
> Perhaps we can use Smack 2.0's special GoogleTalkConnection and add a new notifier type?

-- 
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


[jira] Commented: (CONTINUUM-451) jabber doesn't work with talk.google.com

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-451?page=comments#action_52768 ] 

Emmanuel Venisse commented on CONTINUUM-451:
--------------------------------------------

smack doesn't have a "special" connection for google, but only a preconfigured connection.

I tried this :
host : talk.google.com
port : 5222
login: google login
password : ****
domain name : gmail.com
recipient : google recipient
SSL connection false

With this configuration, i don't have exception on connect, but i don't receive messages. I'll investigate.


> jabber doesn't work with talk.google.com
> ----------------------------------------
>
>          Key: CONTINUUM-451
>          URL: http://jira.codehaus.org/browse/CONTINUUM-451
>      Project: Continuum
>         Type: Task
>     Reporter: Brett Porter
>     Assignee: Emmanuel Venisse
>      Fix For: 1.0.2

>
>
> from what I can tell, talk.google.com is on port 5222, but still SSL.
> However, selecting port 5222 and trying SSL conects on 5223, which gives an exception that there is no response.
> @40000000437a7d6d2975942c Caused by: org.codehaus.plexus.jabber.JabberClientException: Can't connect to talk.google.com:5223
> @40000000437a7d6d29759bfc       at org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:51)
> @40000000437a7d6d2975a3cc       at org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendMessage(JabberContinuumNotifier.java:207)
> @40000000437a7d6d2975c30c       ... 7 more
> @40000000437a7d6d2975c6f4 Caused by: Connection failed. No response from server.:
> @40000000437a7d6d2975cadc       at org.jivesoftware.smack.PacketReader.startup(PacketReader.java:170)
> @40000000437a7d6d2975d2ac       at org.jivesoftware.smack.XMPPConnection.init(XMPPConnection.java:766)
> @40000000437a7d6d2975d694       at org.jivesoftware.smack.XMPPConnection.<init>(XMPPConnection.java:222)
> @40000000437a7d6d2975f5d4       at org.jivesoftware.smack.SSLXMPPConnection.<init>(SSLXMPPConnection.java:87)
> @40000000437a7d6d2975fda4       at org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:46)
> @40000000437a7d6d29760574       ... 8 more
> Using no SSL gives:
> @40000000437a771714668e9c Caused by: org.codehaus.plexus.jabber.JabberClientException: Can't connect to talk.gmail.com:5222
> @40000000437a77171466966c       at org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:51)
> @40000000437a771714669e3c       at org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendMessage(JabberContinuumNotifier.java:207)
> @40000000437a77171466c164       ... 7 more
> @40000000437a77171466c54c Caused by: Could not connect to talk.gmail.com:5222.: (504)
> @40000000437a77171466c934   -- caused by: java.net.UnknownHostException: talk.gmail.com
> @40000000437a77171466d104       at org.jivesoftware.smack.XMPPConnection.<init>(XMPPConnection.java:168)
> @40000000437a77171466d4ec       at org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:42)
> @40000000437a77171466f42c       ... 8 more
> Perhaps we can use Smack 2.0's special GoogleTalkConnection and add a new notifier type?

-- 
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


[jira] Updated: (CONTINUUM-451) jabber doesn't work with talk.google.com

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-451?page=all ]

Emmanuel Venisse updated CONTINUUM-451:
---------------------------------------

      Assign To: Emmanuel Venisse
    Fix Version:     (was: 1.1)
                 1.0.2

> jabber doesn't work with talk.google.com
> ----------------------------------------
>
>          Key: CONTINUUM-451
>          URL: http://jira.codehaus.org/browse/CONTINUUM-451
>      Project: Continuum
>         Type: Task
>     Reporter: Brett Porter
>     Assignee: Emmanuel Venisse
>      Fix For: 1.0.2

>
>
> from what I can tell, talk.google.com is on port 5222, but still SSL.
> However, selecting port 5222 and trying SSL conects on 5223, which gives an exception that there is no response.
> @40000000437a7d6d2975942c Caused by: org.codehaus.plexus.jabber.JabberClientException: Can't connect to talk.google.com:5223
> @40000000437a7d6d29759bfc       at org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:51)
> @40000000437a7d6d2975a3cc       at org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendMessage(JabberContinuumNotifier.java:207)
> @40000000437a7d6d2975c30c       ... 7 more
> @40000000437a7d6d2975c6f4 Caused by: Connection failed. No response from server.:
> @40000000437a7d6d2975cadc       at org.jivesoftware.smack.PacketReader.startup(PacketReader.java:170)
> @40000000437a7d6d2975d2ac       at org.jivesoftware.smack.XMPPConnection.init(XMPPConnection.java:766)
> @40000000437a7d6d2975d694       at org.jivesoftware.smack.XMPPConnection.<init>(XMPPConnection.java:222)
> @40000000437a7d6d2975f5d4       at org.jivesoftware.smack.SSLXMPPConnection.<init>(SSLXMPPConnection.java:87)
> @40000000437a7d6d2975fda4       at org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:46)
> @40000000437a7d6d29760574       ... 8 more
> Using no SSL gives:
> @40000000437a771714668e9c Caused by: org.codehaus.plexus.jabber.JabberClientException: Can't connect to talk.gmail.com:5222
> @40000000437a77171466966c       at org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:51)
> @40000000437a771714669e3c       at org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendMessage(JabberContinuumNotifier.java:207)
> @40000000437a77171466c164       ... 7 more
> @40000000437a77171466c54c Caused by: Could not connect to talk.gmail.com:5222.: (504)
> @40000000437a77171466c934   -- caused by: java.net.UnknownHostException: talk.gmail.com
> @40000000437a77171466d104       at org.jivesoftware.smack.XMPPConnection.<init>(XMPPConnection.java:168)
> @40000000437a77171466d4ec       at org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:42)
> @40000000437a77171466f42c       ... 8 more
> Perhaps we can use Smack 2.0's special GoogleTalkConnection and add a new notifier type?

-- 
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


[jira] Commented: (CONTINUUM-451) jabber doesn't work with talk.google.com

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-451?page=comments#action_51093 ] 

Brett Porter commented on CONTINUUM-451:
----------------------------------------

check the client page - it has lots of configuration - I'm using Gaim to connect. talk.google.com, SSL, 5222.

The Smack website also talks about connecting with a special connection - I think it might be best to just create a new one (reduced configuration), but within the continuum-notifiers-jabber library.



> jabber doesn't work with talk.google.com
> ----------------------------------------
>
>          Key: CONTINUUM-451
>          URL: http://jira.codehaus.org/browse/CONTINUUM-451
>      Project: Continuum
>         Type: Task
>     Reporter: Brett Porter
>      Fix For: 1.1

>
>
> from what I can tell, talk.google.com is on port 5222, but still SSL.
> However, selecting port 5222 and trying SSL conects on 5223, which gives an exception that there is no response.
> @40000000437a7d6d2975942c Caused by: org.codehaus.plexus.jabber.JabberClientException: Can't connect to talk.google.com:5223
> @40000000437a7d6d29759bfc       at org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:51)
> @40000000437a7d6d2975a3cc       at org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendMessage(JabberContinuumNotifier.java:207)
> @40000000437a7d6d2975c30c       ... 7 more
> @40000000437a7d6d2975c6f4 Caused by: Connection failed. No response from server.:
> @40000000437a7d6d2975cadc       at org.jivesoftware.smack.PacketReader.startup(PacketReader.java:170)
> @40000000437a7d6d2975d2ac       at org.jivesoftware.smack.XMPPConnection.init(XMPPConnection.java:766)
> @40000000437a7d6d2975d694       at org.jivesoftware.smack.XMPPConnection.<init>(XMPPConnection.java:222)
> @40000000437a7d6d2975f5d4       at org.jivesoftware.smack.SSLXMPPConnection.<init>(SSLXMPPConnection.java:87)
> @40000000437a7d6d2975fda4       at org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:46)
> @40000000437a7d6d29760574       ... 8 more
> Using no SSL gives:
> @40000000437a771714668e9c Caused by: org.codehaus.plexus.jabber.JabberClientException: Can't connect to talk.gmail.com:5222
> @40000000437a77171466966c       at org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:51)
> @40000000437a771714669e3c       at org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendMessage(JabberContinuumNotifier.java:207)
> @40000000437a77171466c164       ... 7 more
> @40000000437a77171466c54c Caused by: Could not connect to talk.gmail.com:5222.: (504)
> @40000000437a77171466c934   -- caused by: java.net.UnknownHostException: talk.gmail.com
> @40000000437a77171466d104       at org.jivesoftware.smack.XMPPConnection.<init>(XMPPConnection.java:168)
> @40000000437a77171466d4ec       at org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:42)
> @40000000437a77171466f42c       ... 8 more
> Perhaps we can use Smack 2.0's special GoogleTalkConnection and add a new notifier type?

-- 
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


[jira] Commented: (CONTINUUM-451) jabber doesn't work with talk.google.com

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-451?page=comments#action_51091 ] 

Emmanuel Venisse commented on CONTINUUM-451:
--------------------------------------------

I'll test it. do you know if this server use special connection features (port, certificate...)?

> jabber doesn't work with talk.google.com
> ----------------------------------------
>
>          Key: CONTINUUM-451
>          URL: http://jira.codehaus.org/browse/CONTINUUM-451
>      Project: Continuum
>         Type: Task
>     Reporter: Brett Porter
>      Fix For: 1.1

>
>
> from what I can tell, talk.google.com is on port 5222, but still SSL.
> However, selecting port 5222 and trying SSL conects on 5223, which gives an exception that there is no response.
> @40000000437a7d6d2975942c Caused by: org.codehaus.plexus.jabber.JabberClientException: Can't connect to talk.google.com:5223
> @40000000437a7d6d29759bfc       at org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:51)
> @40000000437a7d6d2975a3cc       at org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendMessage(JabberContinuumNotifier.java:207)
> @40000000437a7d6d2975c30c       ... 7 more
> @40000000437a7d6d2975c6f4 Caused by: Connection failed. No response from server.:
> @40000000437a7d6d2975cadc       at org.jivesoftware.smack.PacketReader.startup(PacketReader.java:170)
> @40000000437a7d6d2975d2ac       at org.jivesoftware.smack.XMPPConnection.init(XMPPConnection.java:766)
> @40000000437a7d6d2975d694       at org.jivesoftware.smack.XMPPConnection.<init>(XMPPConnection.java:222)
> @40000000437a7d6d2975f5d4       at org.jivesoftware.smack.SSLXMPPConnection.<init>(SSLXMPPConnection.java:87)
> @40000000437a7d6d2975fda4       at org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:46)
> @40000000437a7d6d29760574       ... 8 more
> Using no SSL gives:
> @40000000437a771714668e9c Caused by: org.codehaus.plexus.jabber.JabberClientException: Can't connect to talk.gmail.com:5222
> @40000000437a77171466966c       at org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:51)
> @40000000437a771714669e3c       at org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendMessage(JabberContinuumNotifier.java:207)
> @40000000437a77171466c164       ... 7 more
> @40000000437a77171466c54c Caused by: Could not connect to talk.gmail.com:5222.: (504)
> @40000000437a77171466c934   -- caused by: java.net.UnknownHostException: talk.gmail.com
> @40000000437a77171466d104       at org.jivesoftware.smack.XMPPConnection.<init>(XMPPConnection.java:168)
> @40000000437a77171466d4ec       at org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:42)
> @40000000437a77171466f42c       ... 8 more
> Perhaps we can use Smack 2.0's special GoogleTalkConnection and add a new notifier type?

-- 
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