I fixed the NPE. Can you try the latest snapshot?
http://maven.zones.apache.org/~continuum/builds/branches/continuum-1.0.x/continuum-20060312.020000.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

        <type>jabber</type>
        <configuration>
           <host>mx.company.com</host>
           <port>5222</port>
           <login>raghu guru</login>
           <password>password</password>
           <domainName>company.com</domainName>
           <sslConnection>false</sslConnection>
           <address>[EMAIL PROTECTED]</address>
           <isGroup>false</isGroup>
        </configuration>
         <sendOnError>true</sendOnError>
        <sendOnFailure>true</sendOnFailure>
        <sendOnWarning>false</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

Reply via email to