Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-12097

Using Jabber Plugin with Google Talk logs VCARD Exception

      Dec 13, 2011 1:04:36 PM hudson.plugins.jabber.im.transport.JabberIMConnection connect
      INFO: Connected to XMPP on talk.google.com:5222/gmail.com using TLS
      Dec 13, 2011 1:04:36 PM hudson.plugins.jabber.im.transport.JabberIMConnection createVCardIfNeeded
      WARNING: internal-server-error(500)
      at org.jivesoftware.smackx.packet.VCard.save(VCard.java:515)
      at hudson.plugins.jabber.im.transport.JabberIMConnection.createVCard(JabberIMConnection.java:408)
      at hudson.plugins.jabber.im.transport.JabberIMConnection.createVCardIfNeeded(JabberIMConnection.java:368)
      at hudson.plugins.jabber.im.transport.JabberIMConnection.createConnection(JabberIMConnection.java:314)
      at hudson.plugins.jabber.im.transport.JabberIMConnection.connect(JabberIMConnection.java:154)
      at hudson.plugins.jabber.im.transport.JabberIMConnectionProvider.createConnection(JabberIMConnectionProvider.java:42)
      at hudson.plugins.im.IMConnectionProvider.create(IMConnectionProvider.java:65)
      at hudson.plugins.im.IMConnectionProvider.access$600(IMConnectionProvider.java:22)
      at hudson.plugins.im.IMConnectionProvider$ConnectorRunnable.run(IMConnectionProvider.java:183)
      at java.lang.Thread.run(Thread.java:636)

          [JENKINS-12097] Using Jabber Plugin with Google Talk logs VCARD Exception

          kutzi added a comment -

          But the connection itself does work, doesn't it?

          kutzi added a comment - But the connection itself does work, doesn't it?

          Christian NA added a comment -

          yes it seems to send notifications.

          Christian NA added a comment - yes it seems to send notifications.

          kutzi added a comment -

          Issue type is improvement. There are exceptions logged, but they're not harmful.
          Task is to determine if the server supports vCards and if not, then not even try to set one.

          kutzi added a comment - Issue type is improvement. There are exceptions logged, but they're not harmful. Task is to determine if the server supports vCards and if not, then not even try to set one.

          James Howe added a comment -

          "IfNeeded" suggests it's a bug, as it's failed to determine whether it's needed

          James Howe added a comment - "IfNeeded" suggests it's a bug, as it's failed to determine whether it's needed

          internal-server-error(500) suggests that the XMPP service (Google in this case?) does not support vcards. Nothing uncommon or unexpected.

          Florian Schmaus added a comment - internal-server-error(500) suggests that the XMPP service (Google in this case?) does not support vcards. Nothing uncommon or unexpected.

            kutzi kutzi
            moogs Christian NA
            Votes:
            4 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: