jabber not working

2006-08-04 Thread Naredi

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
   addressBuild Notification/address
  configuration
from-addresscruise/from-address
from-passwordniobium/from-password
host10.4.22.22/host
port5222/port
sslConnectionfalse/sslConnection
isGrouptrue/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-not-working-tf2050465.html#a5648154
Sent from the Continuum - Users forum at Nabble.com.



Re: Jabber not working

2006-03-15 Thread Emmanuel Venisse
I'm sorry but i don't jnow what's happen, it works fine for me and other users with a standard 
jabber server or google talk.


You can try to find what is the problem by looking at code of plexus-jabber : 
http://svn.codehaus.org/trunk/plexus-components/plexus-jabber/src/main/java/org/codehaus/plexus/jabber/?root=plexus


Emmanuel

[EMAIL PROTECTED] a écrit :

OK

I tried couple of things

1. I changed something so build would fail(that would change the previous 
state of build) and my jabber configuration i used it as SSL then i got 
the error


jvm 1| 2006-03-14 17:40:19,385 [Thread-1] ERROR 
ContinuumNotificationDispatcher - Error while trying to use the jabb

ernotifier.
jvm 1| org.codehaus.plexus.notification.NotificationException: 
Exception while sending message.
jvm 1|  at 
org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendMessage(JabberContinuumNot

ifier.java:236)
jvm 1|  at 
org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendNotification(JabberContinu

umNotifier.java:135)
jvm 1|  at 
org.apache.maven.continuum.notification.DefaultContinuumNotificationDispatcher.sendNotification(Defau

ltContinuumNotificationDispatcher.java:173)
jvm 1|  at 
org.apache.maven.continuum.notification.DefaultContinuumNotificationDispatcher.buildComplete(DefaultC

ontinuumNotificationDispatcher.java:96)
jvm 1|  at 
org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(DefaultBuildController.java:3

63)
jvm 1|  at 
org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.executeTask(BuildProjectTaskExecu

tor.java:53)
jvm 1|  at 
org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable.run(ThreadedTaskQu

eueExecutor.java:103)
jvm 1|  at java.lang.Thread.run(Thread.java:534)
jvm 1| Caused by: org.codehaus.plexus.jabber.JabberClientException: 
Can't connect to mx.mycompany:5223
jvm 1|  at 
org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:51)
jvm 1|  at 
org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendMessage(JabberContinuumNot

ifier.java:216)
jvm 1|  ... 7 more
jvm 1| Caused by: Connection failed. No response from server.:
jvm 1|  at 
org.jivesoftware.smack.PacketReader.startup(PacketReader.java:170)
jvm 1|  at 
org.jivesoftware.smack.XMPPConnection.init(XMPPConnection.java:766)
jvm 1|  at 
org.jivesoftware.smack.XMPPConnection.init(XMPPConnection.java:222)
jvm 1|  at 
org.jivesoftware.smack.SSLXMPPConnection.init(SSLXMPPConnection.java:87)
jvm 1|  at 
org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:46)

jvm 1|  ... 8 more




2. Then again changed the fixed the code (so now it would change exit code 
from 1 - 0) then changed the SSL connection to false for jabber 
notification


 This time got Exit 0  but no notification to Jabber, it just stopped 
at saying Exit Code - 0




Thanks,
Raghu 






Emmanuel Venisse [EMAIL PROTECTED]
03/14/2006 10:36 AM
Please respond to continuum-users

 
To: continuum-users@maven.apache.org
cc: 
Subject:Re: Jabber not working



it's because you have the same state in your current build and your last.

Create an error in your code (if actually, your build is in success) so, 
the build state will be 
different and notifier will be called.


Emmanuel

[EMAIL PROTECTED] a écrit :


Yes,

It just displays error code 0 thats it nothing more






Thanks,
Raghu 






Emmanuel Venisse [EMAIL PROTECTED]
03/14/2006 02:36 AM
Please respond to continuum-users


   To: continuum-users@maven.apache.org
   cc: 
   Subject:Re: Jabber not working



Without SSL checked, you have nothing, no errors, no log messages?

Emmanuel

[EMAIL PROTECTED] a écrit :


Yeah exactly same thing (room as Recipient address, then Is it a Jabber 




group  has checked)  have it defined in my notifier


I also logged into to my room using the samecredential so the server is 


up 




and credential also right.

the one thing i noticied is 


when i say it has SSL Connection then its threw that error,

vm 1| Caused by: org.codehaus.plexus.jabber.JabberClientException: 
Can't connect to mx.company.com:5223
vm 1|  at 





org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:51)

vm 1|  at 





org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendMessage(JabberContinuumNot


fier.java:216)
vm 1|  ... 7 more
vm 1| Caused by: Connection failed. No response from server.:
vm 1|  at 
org.jivesoftware.smack.PacketReader.startup(PacketReader.java:170)
vm 1|  at 
org.jivesoftware.smack.XMPPConnection.init(XMPPConnection.java:766)
vm 1|  at 
org.jivesoftware.smack.XMPPConnection.init(XMPPConnection.java:222)
vm 1

Re: Jabber not working

2006-03-14 Thread Emmanuel Venisse

Without SSL checked, you have nothing, no errors, no log messages?

Emmanuel

[EMAIL PROTECTED] a écrit :

Yeah exactly same thing (room as Recipient address, then Is it a Jabber group 
 has checked)  have it defined in my notifier

I also logged into to my room using the samecredential so the server is up 
and credential also right.


the one thing i noticied is 


when i say it has SSL Connection then its threw that error,

vm 1| Caused by: org.codehaus.plexus.jabber.JabberClientException: 
Can't connect to mx.company.com:5223
vm 1|  at 
org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:51)
vm 1|  at 
org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendMessage(JabberContinuumNot

fier.java:216)
vm 1|  ... 7 more
vm 1| Caused by: Connection failed. No response from server.:
vm 1|  at 
org.jivesoftware.smack.PacketReader.startup(PacketReader.java:170)
vm 1|  at 
org.jivesoftware.smack.XMPPConnection.init(XMPPConnection.java:766)
vm 1|  at 
org.jivesoftware.smack.XMPPConnection.init(XMPPConnection.java:222)
vm 1|  at 
org.jivesoftware.smack.SSLXMPPConnection.init(SSLXMPPConnection.java:87)
vm 1|  at 
org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:46)


 if i uncheck the SSL connection its not throwing error, as wellas its not 
sending any messages it just stops at 

jvm 1| 2006-03-13 13:44:54,039 [Thread-1] INFO 
ContinuumBuildExecutor:shell   - Exit code: 0







Thanks,
Raghu 






Emmanuel Venisse [EMAIL PROTECTED]
03/13/2006 12:55 PM
Please respond to continuum-users

 
To: continuum-users@maven.apache.org
cc: 
Subject:Re: Jabber not working



Are you sure your server is up?
Exception is :
Can't connect to mx.company.com with user raghu.guru
Caused by: No response from the server.:

Recipient address is the jabber address of user that will receive all 
notifications.
For room, you must define the room name in recipient address and activate 
Is it a Jabber group? field.


Emmanuel

[EMAIL PROTECTED] a écrit :


Thanks for your reply,

I tried with your new continuum snapshot, i added notification thru 
continuum admin console, and created a shell project also


now i'mgetting

jjvm 1| 2006-03-13 12:36:01,978 [Thread-1] ERROR 
ContinuumNotificationDispatcher - Error while trying to use the jabb

ernotifier.
jvm 1| org.codehaus.plexus.notification.NotificationException: 
Exception while sending message.
jvm 1|  at 



org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendMessage(JabberContinuumNot


ifier.java:236)
jvm 1|  at 



org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendNotification(JabberContinu


umNotifier.java:135)
jvm 1|  at 



org.apache.maven.continuum.notification.DefaultContinuumNotificationDispatcher.sendNotification(Defau


ltContinuumNotificationDispatcher.java:173)
jvm 1|  at 



org.apache.maven.continuum.notification.DefaultContinuumNotificationDispatcher.buildComplete(DefaultC


ontinuumNotificationDispatcher.java:96)
jvm 1|  at 



org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(DefaultBuildController.java:3


63)
jvm 1|  at 



org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.executeTask(BuildProjectTaskExecu


tor.java:53)
jvm 1|  at 



org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable.run(ThreadedTaskQu


eueExecutor.java:103)
jvm 1|  at java.lang.Thread.run(Thread.java:534)
jvm 1| Caused by: org.codehaus.plexus.jabber.JabberClientException: 
Can't connect to mx.company.com with user raghu.guru
jvm 1|  at 



org.codehaus.plexus.jabber.DefaultJabberClient.logon(DefaultJabberClient.java:121)

jvm 1|  at 



org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendMessage(JabberContinuumNot


ifier.java:218)
jvm 1|  ... 7 more
jvm 1| Caused by: No response from the server.:
jvm 1|  at 



org.jivesoftware.smack.NonSASLAuthentication.authenticate(NonSASLAuthentication.java:58)

jvm 1|  at 



org.jivesoftware.smack.SASLAuthentication.authenticate(SASLAuthentication.java:220)

jvm 1|  at 
org.jivesoftware.smack.XMPPConnection.login(XMPPConnection.java:352)
jvm 1|  at 
org.jivesoftware.smack.XMPPConnection.login(XMPPConnection.java:318)
jvm 1|  at 



org.codehaus.plexus.jabber.DefaultJabberClient.logon(DefaultJabberClient.java:94)


jvm 1|  ... 8 more

I manually logged into jabber with the 

What will recipient Address here?, my company also uses a conference 
room is there somewhere in settings i can mention the room name??


Thanks,
Raghu 






Emmanuel Venisse [EMAIL PROTECTED]
03/12/2006 04:11 AM
Please respond to continuum-users


   To: continuum-users@maven.apache.org
   cc

Re: Jabber not working

2006-03-14 Thread raghurajan . x . gurunathan
Yes,

It just displays error code 0 thats it nothing more






Thanks,
Raghu 





Emmanuel Venisse [EMAIL PROTECTED]
03/14/2006 02:36 AM
Please respond to continuum-users

 
To: continuum-users@maven.apache.org
cc: 
Subject:Re: Jabber not working


Without SSL checked, you have nothing, no errors, no log messages?

Emmanuel

[EMAIL PROTECTED] a écrit :
 Yeah exactly same thing (room as Recipient address, then Is it a Jabber 
group  has checked)  have it defined in my notifier
 
 I also logged into to my room using the samecredential so the server is 
up 
 and credential also right.
 
 the one thing i noticied is 
 
 when i say it has SSL Connection then its threw that error,
 
 vm 1| Caused by: org.codehaus.plexus.jabber.JabberClientException: 
 Can't connect to mx.company.com:5223
 vm 1|  at 
 
org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:51)
 vm 1|  at 
 
org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendMessage(JabberContinuumNot
 fier.java:216)
 vm 1|  ... 7 more
 vm 1| Caused by: Connection failed. No response from server.:
 vm 1|  at 
 org.jivesoftware.smack.PacketReader.startup(PacketReader.java:170)
 vm 1|  at 
 org.jivesoftware.smack.XMPPConnection.init(XMPPConnection.java:766)
 vm 1|  at 
 org.jivesoftware.smack.XMPPConnection.init(XMPPConnection.java:222)
 vm 1|  at 
 
org.jivesoftware.smack.SSLXMPPConnection.init(SSLXMPPConnection.java:87)
 vm 1|  at 
 
org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:46)
 
  if i uncheck the SSL connection its not throwing error, as wellas its 
not 
 sending any messages it just stops at 
 
 jvm 1| 2006-03-13 13:44:54,039 [Thread-1] INFO 
 ContinuumBuildExecutor:shell   - Exit code: 0
 
 
 
 
 
 
 Thanks,
 Raghu 
 
 
 
 
 
 Emmanuel Venisse [EMAIL PROTECTED]
 03/13/2006 12:55 PM
 Please respond to continuum-users
 
 
 To: continuum-users@maven.apache.org
 cc: 
 Subject:Re: Jabber not working
 
 
 Are you sure your server is up?
 Exception is :
 Can't connect to mx.company.com with user raghu.guru
 Caused by: No response from the server.:
 
 Recipient address is the jabber address of user that will receive all 
 notifications.
 For room, you must define the room name in recipient address and 
activate 
 Is it a Jabber group? field.
 
 Emmanuel
 
 [EMAIL PROTECTED] a écrit :
 
Thanks for your reply,

I tried with your new continuum snapshot, i added notification thru 
continuum admin console, and created a shell project also

now i'mgetting

jjvm 1| 2006-03-13 12:36:01,978 [Thread-1] ERROR 
ContinuumNotificationDispatcher - Error while trying to use the jabb
ernotifier.
jvm 1| org.codehaus.plexus.notification.NotificationException: 
Exception while sending message.
jvm 1|  at 

 
 
org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendMessage(JabberContinuumNot
 
ifier.java:236)
jvm 1|  at 

 
 
org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendNotification(JabberContinu
 
umNotifier.java:135)
jvm 1|  at 

 
 
org.apache.maven.continuum.notification.DefaultContinuumNotificationDispatcher.sendNotification(Defau
 
ltContinuumNotificationDispatcher.java:173)
jvm 1|  at 

 
 
org.apache.maven.continuum.notification.DefaultContinuumNotificationDispatcher.buildComplete(DefaultC
 
ontinuumNotificationDispatcher.java:96)
jvm 1|  at 

 
 
org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(DefaultBuildController.java:3
 
63)
jvm 1|  at 

 
 
org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.executeTask(BuildProjectTaskExecu
 
tor.java:53)
jvm 1|  at 

 
 
org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable.run(ThreadedTaskQu
 
eueExecutor.java:103)
jvm 1|  at java.lang.Thread.run(Thread.java:534)
jvm 1| Caused by: org.codehaus.plexus.jabber.JabberClientException: 
Can't connect to mx.company.com with user raghu.guru
jvm 1|  at 

 
 
org.codehaus.plexus.jabber.DefaultJabberClient.logon(DefaultJabberClient.java:121)
 
jvm 1|  at 

 
 
org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendMessage(JabberContinuumNot
 
ifier.java:218)
jvm 1|  ... 7 more
jvm 1| Caused by: No response from the server.:
jvm 1|  at 

 
 
org.jivesoftware.smack.NonSASLAuthentication.authenticate(NonSASLAuthentication.java:58)
 
jvm 1|  at 

 
 
org.jivesoftware.smack.SASLAuthentication.authenticate(SASLAuthentication.java:220)
 
jvm 1|  at 
org.jivesoftware.smack.XMPPConnection.login(XMPPConnection.java:352)
jvm 1|  at 
org.jivesoftware.smack.XMPPConnection.login(XMPPConnection.java:318)
jvm 1|  at 

 
 
org.codehaus.plexus.jabber.DefaultJabberClient.logon(DefaultJabberClient.java:94

Re: Jabber not working

2006-03-14 Thread raghurajan . x . gurunathan
OK

I tried couple of things

1. I changed something so build would fail(that would change the previous 
state of build) and my jabber configuration i used it as SSL then i got 
the error

jvm 1| 2006-03-14 17:40:19,385 [Thread-1] ERROR 
ContinuumNotificationDispatcher - Error while trying to use the jabb
ernotifier.
jvm 1| org.codehaus.plexus.notification.NotificationException: 
Exception while sending message.
jvm 1|  at 
org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendMessage(JabberContinuumNot
ifier.java:236)
jvm 1|  at 
org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendNotification(JabberContinu
umNotifier.java:135)
jvm 1|  at 
org.apache.maven.continuum.notification.DefaultContinuumNotificationDispatcher.sendNotification(Defau
ltContinuumNotificationDispatcher.java:173)
jvm 1|  at 
org.apache.maven.continuum.notification.DefaultContinuumNotificationDispatcher.buildComplete(DefaultC
ontinuumNotificationDispatcher.java:96)
jvm 1|  at 
org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(DefaultBuildController.java:3
63)
jvm 1|  at 
org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.executeTask(BuildProjectTaskExecu
tor.java:53)
jvm 1|  at 
org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable.run(ThreadedTaskQu
eueExecutor.java:103)
jvm 1|  at java.lang.Thread.run(Thread.java:534)
jvm 1| Caused by: org.codehaus.plexus.jabber.JabberClientException: 
Can't connect to mx.mycompany:5223
jvm 1|  at 
org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:51)
jvm 1|  at 
org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendMessage(JabberContinuumNot
ifier.java:216)
jvm 1|  ... 7 more
jvm 1| Caused by: Connection failed. No response from server.:
jvm 1|  at 
org.jivesoftware.smack.PacketReader.startup(PacketReader.java:170)
jvm 1|  at 
org.jivesoftware.smack.XMPPConnection.init(XMPPConnection.java:766)
jvm 1|  at 
org.jivesoftware.smack.XMPPConnection.init(XMPPConnection.java:222)
jvm 1|  at 
org.jivesoftware.smack.SSLXMPPConnection.init(SSLXMPPConnection.java:87)
jvm 1|  at 
org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:46)
jvm 1|  ... 8 more




2. Then again changed the fixed the code (so now it would change exit code 
from 1 - 0) then changed the SSL connection to false for jabber 
notification

 This time got Exit 0  but no notification to Jabber, it just stopped 
at saying Exit Code - 0



Thanks,
Raghu 





Emmanuel Venisse [EMAIL PROTECTED]
03/14/2006 10:36 AM
Please respond to continuum-users

 
To: continuum-users@maven.apache.org
cc: 
Subject:Re: Jabber not working


it's because you have the same state in your current build and your last.

Create an error in your code (if actually, your build is in success) so, 
the build state will be 
different and notifier will be called.

Emmanuel

[EMAIL PROTECTED] a écrit :
 Yes,
 
 It just displays error code 0 thats it nothing more
 
 
 
 
 
 
 Thanks,
 Raghu 
 
 
 
 
 
 Emmanuel Venisse [EMAIL PROTECTED]
 03/14/2006 02:36 AM
 Please respond to continuum-users
 
 
 To: continuum-users@maven.apache.org
 cc: 
 Subject:Re: Jabber not working
 
 
 Without SSL checked, you have nothing, no errors, no log messages?
 
 Emmanuel
 
 [EMAIL PROTECTED] a écrit :
 
Yeah exactly same thing (room as Recipient address, then Is it a Jabber 

 
 group  has checked)  have it defined in my notifier
 
I also logged into to my room using the samecredential so the server is 
 
 up 
 
and credential also right.

the one thing i noticied is 

when i say it has SSL Connection then its threw that error,

vm 1| Caused by: org.codehaus.plexus.jabber.JabberClientException: 
Can't connect to mx.company.com:5223
vm 1|  at 

 
 
org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:51)
 
vm 1|  at 

 
 
org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendMessage(JabberContinuumNot
 
fier.java:216)
vm 1|  ... 7 more
vm 1| Caused by: Connection failed. No response from server.:
vm 1|  at 
org.jivesoftware.smack.PacketReader.startup(PacketReader.java:170)
vm 1|  at 
org.jivesoftware.smack.XMPPConnection.init(XMPPConnection.java:766)
vm 1|  at 
org.jivesoftware.smack.XMPPConnection.init(XMPPConnection.java:222)
vm 1|  at 

 
 
org.jivesoftware.smack.SSLXMPPConnection.init(SSLXMPPConnection.java:87)
 
vm 1|  at 

 
 
org.codehaus.plexus.jabber.DefaultJabberClient.connect(DefaultJabberClient.java:46)
 
 if i uncheck the SSL connection its not throwing error, as wellas its 
 
 not 
 
sending any messages it just stops at 

jvm 1| 2006-03-13 13:44:54,039

Re: Jabber not working

2006-03-13 Thread Emmanuel Venisse

Are you sure your server is up?
Exception is :
Can't connect to mx.company.com with user raghu.guru
Caused by: No response from the server.:

Recipient address is the jabber address of user that will receive all 
notifications.
For room, you must define the room name in recipient address and activate Is it a 
Jabber group? field.

Emmanuel

[EMAIL PROTECTED] a écrit :

Thanks for your reply,

I tried with your new continuum snapshot, i added notification thru 
continuum admin console, and created a shell project also


now i'mgetting

jjvm 1| 2006-03-13 12:36:01,978 [Thread-1] ERROR 
ContinuumNotificationDispatcher - Error while trying to use the jabb

ernotifier.
jvm 1| org.codehaus.plexus.notification.NotificationException: 
Exception while sending message.
jvm 1|  at 
org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendMessage(JabberContinuumNot

ifier.java:236)
jvm 1|  at 
org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendNotification(JabberContinu

umNotifier.java:135)
jvm 1|  at 
org.apache.maven.continuum.notification.DefaultContinuumNotificationDispatcher.sendNotification(Defau

ltContinuumNotificationDispatcher.java:173)
jvm 1|  at 
org.apache.maven.continuum.notification.DefaultContinuumNotificationDispatcher.buildComplete(DefaultC

ontinuumNotificationDispatcher.java:96)
jvm 1|  at 
org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(DefaultBuildController.java:3

63)
jvm 1|  at 
org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.executeTask(BuildProjectTaskExecu

tor.java:53)
jvm 1|  at 
org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable.run(ThreadedTaskQu

eueExecutor.java:103)
jvm 1|  at java.lang.Thread.run(Thread.java:534)
jvm 1| Caused by: org.codehaus.plexus.jabber.JabberClientException: 
Can't connect to mx.company.com with user raghu.guru
jvm 1|  at 
org.codehaus.plexus.jabber.DefaultJabberClient.logon(DefaultJabberClient.java:121)
jvm 1|  at 
org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendMessage(JabberContinuumNot

ifier.java:218)
jvm 1|  ... 7 more
jvm 1| Caused by: No response from the server.:
jvm 1|  at 
org.jivesoftware.smack.NonSASLAuthentication.authenticate(NonSASLAuthentication.java:58)
jvm 1|  at 
org.jivesoftware.smack.SASLAuthentication.authenticate(SASLAuthentication.java:220)
jvm 1|  at 
org.jivesoftware.smack.XMPPConnection.login(XMPPConnection.java:352)
jvm 1|  at 
org.jivesoftware.smack.XMPPConnection.login(XMPPConnection.java:318)
jvm 1|  at 
org.codehaus.plexus.jabber.DefaultJabberClient.logon(DefaultJabberClient.java:94)

jvm 1|  ... 8 more

I manually logged into jabber with the 

What will recipient Address here?, my company also uses a conference 
room is there somewhere in settings i can mention the room name??


Thanks,
Raghu 






Emmanuel Venisse [EMAIL PROTECTED]
03/12/2006 04:11 AM
Please respond to continuum-users

 
To: continuum-users@maven.apache.org
cc: 
Subject:Re: Jabber not working



I fixed the NPE. Can you try the latest snapshot?
http://maven.zones.apache.org/~continuum/builds/branches/continuum-1.0.x/continuum-20060312.02.tar.gz

Emmanuel

[EMAIL PROTECTED] a écrit :


Hi All,

I'm using continuum 1.0.3 and added a shell project.

then in my pom notifiers i have

   typejabber/type
   configuration
  hostmx.company.com/host
  port5222/port
  loginraghu guru/login
  passwordpassword/password
  domainNamecompany.com/domainName
  sslConnectionfalse/sslConnection
  address[EMAIL PROTECTED]/address
  isGroupfalse/isGroup
   /configuration
sendOnErrortrue/sendOnError
   sendOnFailuretrue/sendOnFailure
   sendOnWarningfalse/sendOnWarning

but when i build it, getting the error as

4377956 [Thread-1] INFO 
org.codehaus.plexus.notification.notifier.Notifier:jabber  - Current 


build 


state: 2, previous build state: 3
4383040 [Thread-1] ERROR 
org.codehaus.plexus.taskqueue.execution.TaskQueueExecutor:build-project 


- 


Error while executing task.
java.lang.NullPointerException
   at 



org.codehaus.plexus.jabber.DefaultJabberClient.logon(DefaultJabberClient.java:103)

   at 



org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendMessage(JabberContinuumNotifier.java:218)

   at 



org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendNotification(JabberContinuumNotifier.java:135)

   at 



org.apache.maven.continuum.notification.DefaultContinuumNotificationDispatcher.sendNotification(DefaultContinuumNotificationDispatcher.java:170)

   at 



org.apache.maven.continuum.notification.DefaultContinuumNotificationDispatcher.buildComplete

Re: Jabber not working

2006-03-13 Thread raghurajan . x . gurunathan
Thanks for your reply,

I tried with your new continuum snapshot, i added notification thru 
continuum admin console, and created a shell project also

now i'mgetting

jjvm 1| 2006-03-13 12:36:01,978 [Thread-1] ERROR 
ContinuumNotificationDispatcher - Error while trying to use the jabb
ernotifier.
jvm 1| org.codehaus.plexus.notification.NotificationException: 
Exception while sending message.
jvm 1|  at 
org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendMessage(JabberContinuumNot
ifier.java:236)
jvm 1|  at 
org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendNotification(JabberContinu
umNotifier.java:135)
jvm 1|  at 
org.apache.maven.continuum.notification.DefaultContinuumNotificationDispatcher.sendNotification(Defau
ltContinuumNotificationDispatcher.java:173)
jvm 1|  at 
org.apache.maven.continuum.notification.DefaultContinuumNotificationDispatcher.buildComplete(DefaultC
ontinuumNotificationDispatcher.java:96)
jvm 1|  at 
org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(DefaultBuildController.java:3
63)
jvm 1|  at 
org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.executeTask(BuildProjectTaskExecu
tor.java:53)
jvm 1|  at 
org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable.run(ThreadedTaskQu
eueExecutor.java:103)
jvm 1|  at java.lang.Thread.run(Thread.java:534)
jvm 1| Caused by: org.codehaus.plexus.jabber.JabberClientException: 
Can't connect to mx.company.com with user raghu.guru
jvm 1|  at 
org.codehaus.plexus.jabber.DefaultJabberClient.logon(DefaultJabberClient.java:121)
jvm 1|  at 
org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendMessage(JabberContinuumNot
ifier.java:218)
jvm 1|  ... 7 more
jvm 1| Caused by: No response from the server.:
jvm 1|  at 
org.jivesoftware.smack.NonSASLAuthentication.authenticate(NonSASLAuthentication.java:58)
jvm 1|  at 
org.jivesoftware.smack.SASLAuthentication.authenticate(SASLAuthentication.java:220)
jvm 1|  at 
org.jivesoftware.smack.XMPPConnection.login(XMPPConnection.java:352)
jvm 1|  at 
org.jivesoftware.smack.XMPPConnection.login(XMPPConnection.java:318)
jvm 1|  at 
org.codehaus.plexus.jabber.DefaultJabberClient.logon(DefaultJabberClient.java:94)
jvm 1|  ... 8 more

I manually logged into jabber with the 

What will recipient Address here?, my company also uses a conference 
room is there somewhere in settings i can mention the room name??

Thanks,
Raghu 





Emmanuel Venisse [EMAIL PROTECTED]
03/12/2006 04:11 AM
Please respond to continuum-users

 
To: continuum-users@maven.apache.org
cc: 
Subject:Re: Jabber not working


I fixed the NPE. Can you try the latest snapshot?
http://maven.zones.apache.org/~continuum/builds/branches/continuum-1.0.x/continuum-20060312.02.tar.gz

Emmanuel

[EMAIL PROTECTED] a écrit :
 Hi All,
 
 I'm using continuum 1.0.3 and added a shell project.
 
 then in my pom notifiers i have
 
 typejabber/type
 configuration
hostmx.company.com/host
port5222/port
loginraghu guru/login
passwordpassword/password
domainNamecompany.com/domainName
sslConnectionfalse/sslConnection
address[EMAIL PROTECTED]/address
isGroupfalse/isGroup
 /configuration
  sendOnErrortrue/sendOnError
 sendOnFailuretrue/sendOnFailure
 sendOnWarningfalse/sendOnWarning
 
 but when i build it, getting the error as
 
 4377956 [Thread-1] INFO 
 org.codehaus.plexus.notification.notifier.Notifier:jabber  - Current 
build 
 state: 2, previous build state: 3
 4383040 [Thread-1] ERROR 
 org.codehaus.plexus.taskqueue.execution.TaskQueueExecutor:build-project 
- 
 Error while executing task.
 java.lang.NullPointerException
 at 
 
org.codehaus.plexus.jabber.DefaultJabberClient.logon(DefaultJabberClient.java:103)
 at 
 
org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendMessage(JabberContinuumNotifier.java:218)
 at 
 
org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendNotification(JabberContinuumNotifier.java:135)
 at 
 
org.apache.maven.continuum.notification.DefaultContinuumNotificationDispatcher.sendNotification(DefaultContinuumNotificationDispatcher.java:170)
 at 
 
org.apache.maven.continuum.notification.DefaultContinuumNotificationDispatcher.buildComplete(DefaultContinuumNotificationDispatcher.java:96)
 at 
 
org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(DefaultBuildController.java:363)
 at 
 
org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.executeTask(BuildProjectTaskExecutor.java:53)
 at 
 
org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor

Re: Jabber not working

2006-03-12 Thread Emmanuel Venisse

I fixed the NPE. Can you try the latest snapshot?
http://maven.zones.apache.org/~continuum/builds/branches/continuum-1.0.x/continuum-20060312.02.tar.gz

Emmanuel

[EMAIL PROTECTED] a écrit :

Hi All,

I'm using continuum 1.0.3 and added a shell project.

then in my pom notifiers i have

typejabber/type
configuration
   hostmx.company.com/host
   port5222/port
   loginraghu guru/login
   passwordpassword/password
   domainNamecompany.com/domainName
   sslConnectionfalse/sslConnection
   address[EMAIL PROTECTED]/address
   isGroupfalse/isGroup
/configuration
 sendOnErrortrue/sendOnError
sendOnFailuretrue/sendOnFailure
sendOnWarningfalse/sendOnWarning

but when i build it, getting the error as

4377956 [Thread-1] INFO 
org.codehaus.plexus.notification.notifier.Notifier:jabber  - Current build 
state: 2, previous build state: 3
4383040 [Thread-1] ERROR 
org.codehaus.plexus.taskqueue.execution.TaskQueueExecutor:build-project  - 
Error while executing task.

java.lang.NullPointerException
at 
org.codehaus.plexus.jabber.DefaultJabberClient.logon(DefaultJabberClient.java:103)
at 
org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendMessage(JabberContinuumNotifier.java:218)
at 
org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendNotification(JabberContinuumNotifier.java:135)
at 
org.apache.maven.continuum.notification.DefaultContinuumNotificationDispatcher.sendNotification(DefaultContinuumNotificationDispatcher.java:170)
at 
org.apache.maven.continuum.notification.DefaultContinuumNotificationDispatcher.buildComplete(DefaultContinuumNotificationDispatcher.java:96)
at 
org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(DefaultBuildController.java:363)
at 
org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.executeTask(BuildProjectTaskExecutor.java:53)
at 
org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable.run(ThreadedTaskQueueExecutor.java:103)

at java.lang.Thread.run(Thread.java:534)


I guess i'm missing something thats why getting NullPointer , anyone has 
any idea on this??



Thanks,
Raghu 





Jabber not working

2006-03-10 Thread raghurajan . x . gurunathan
Hi All,

I'm using continuum 1.0.3 and added a shell project.

then in my pom notifiers i have

typejabber/type
configuration
   hostmx.company.com/host
   port5222/port
   loginraghu guru/login
   passwordpassword/password
   domainNamecompany.com/domainName
   sslConnectionfalse/sslConnection
   address[EMAIL PROTECTED]/address
   isGroupfalse/isGroup
/configuration
 sendOnErrortrue/sendOnError
sendOnFailuretrue/sendOnFailure
sendOnWarningfalse/sendOnWarning

but when i build it, getting the error as

4377956 [Thread-1] INFO 
org.codehaus.plexus.notification.notifier.Notifier:jabber  - Current build 
state: 2, previous build state: 3
4383040 [Thread-1] ERROR 
org.codehaus.plexus.taskqueue.execution.TaskQueueExecutor:build-project  - 
Error while executing task.
java.lang.NullPointerException
at 
org.codehaus.plexus.jabber.DefaultJabberClient.logon(DefaultJabberClient.java:103)
at 
org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendMessage(JabberContinuumNotifier.java:218)
at 
org.apache.maven.continuum.notification.jabber.JabberContinuumNotifier.sendNotification(JabberContinuumNotifier.java:135)
at 
org.apache.maven.continuum.notification.DefaultContinuumNotificationDispatcher.sendNotification(DefaultContinuumNotificationDispatcher.java:170)
at 
org.apache.maven.continuum.notification.DefaultContinuumNotificationDispatcher.buildComplete(DefaultContinuumNotificationDispatcher.java:96)
at 
org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(DefaultBuildController.java:363)
at 
org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.executeTask(BuildProjectTaskExecutor.java:53)
at 
org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable.run(ThreadedTaskQueueExecutor.java:103)
at java.lang.Thread.run(Thread.java:534)


I guess i'm missing something thats why getting NullPointer , anyone has 
any idea on this??


Thanks,
Raghu