You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@continuum.apache.org by Naredi <Na...@yahoo.com> on 2006/08/03 18:09:01 UTC

jabber notifcation not working

I am trying to use jabber notifier . for that I have added the notofieer
property in
pom.xml , as well as in application.xml ,
which is 
<notifiers>
      <notifier>
       <address>Build Notification</address> 
      <configuration> 
        <from-address>cruise</from-address>
        <from-password>niobium</from-password>
        <host>10.4.22.22</host>
        <port>5222</port>
        <sslConnection>false</sslConnection> 
        <isGroup>true</isGroup>
      </configuration>
      </notifier>
    </notifiers>
but continuum is giving error , the stack trace is -

javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
        at
com.sun.net.ssl.internal.ssl.InputRecord.handleUnknownRecord(InputRecord.java:501)
        at
com.sun.net.ssl.internal.ssl.InputRecord.read(InputRecord.java:343)
        at
com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:720)
        at
com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1025)
        at
com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1038)
        at
org.jivesoftware.smack.XMPPConnection.proceedTLSReceived(XMPPConnection.java:950)
        at
org.jivesoftware.smack.PacketReader.parsePackets(PacketReader.java:309)
        at
org.jivesoftware.smack.PacketReader.access$000(PacketReader.java:42)
        at org.jivesoftware.smack.PacketReader$1.run(PacketReader.java:62)
2006-08-03 17:07:03,622 [Thread-2] ERROR 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:241)
        at
org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendNotification(JabberContinuumNotifier.java:139)
        at
org.apache.maven.continuum.notification.DefaultContinuumNotificationDispatcher.sendNotification(DefaultContinuumNotificationDispatcher.java:173)
        at
org.apache.maven.continuum.notification.DefaultContinuumNotificationDispatcher.buildComplete(DefaultContinuumNotificationDispatcher.java:96)
        at
org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(DefaultBuildController.java:378)
        at
org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.executeTask(BuildProjectTaskExecutor.java:47)
        at
org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable.run(ThreadedTaskQueueExecutor.java:103)
        at java.lang.Thread.run(Thread.java:595)
Caused by: org.codehaus.plexus.jabber.JabberClientException: Can't connect
to jabber:5223
        at
org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:51)
        at
org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendMessage(JabberContinuumNotifier.java:221)
        ... 7 more
Caused by: Connection failed. No response from server.:
        at
org.jivesoftware.smack.PacketReader.startup(PacketReader.java:170)
        at
org.jivesoftware.smack.XMPPConnection.init(XMPPConnection.java:766)
        at
org.jivesoftware.smack.XMPPConnection.<init>(XMPPConnection.java:222)       
at
org.jivesoftware.smack.SSLXMPPConnection.<init>(SSLXMPPConnection.java:87)
        at
org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:46)

I telnet and jabber is accpeting both port 5222 and port 5223

and it is working fine on cruisecontrol




-- 
View this message in context: http://www.nabble.com/jabber-notifcation-not-working-tf2046544.html#a5635518
Sent from the Continuum - Users forum at Nabble.com.