Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 27271 invoked from network); 12 Mar 2006 10:11:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Mar 2006 10:11:55 -0000 Received: (qmail 61757 invoked by uid 500); 12 Mar 2006 10:11:55 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 61725 invoked by uid 500); 12 Mar 2006 10:11:54 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Received: (qmail 61714 invoked by uid 99); 12 Mar 2006 10:11:54 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Mar 2006 02:11:54 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [62.193.206.9] (HELO webmail9.amenworld.com) (62.193.206.9) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 12 Mar 2006 02:11:53 -0800 Received: (qmail 12661 invoked from network); 12 Mar 2006 10:11:33 -0000 Received: from 24.189.97-84.rev.gaoland.net (HELO ?127.0.0.1?) (84.97.189.24) by 0 with SMTP; 12 Mar 2006 10:11:33 -0000 Message-ID: <4413F3CB.4010303@venisse.net> Date: Sun, 12 Mar 2006 11:11:23 +0100 From: Emmanuel Venisse User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: fr, en MIME-Version: 1.0 To: continuum-users@maven.apache.org Subject: Re: Jabber not working References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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 raghurajan.x.gurunathan@jpmchase.com a �crit : > Hi All, > > I'm using continuum 1.0.3 and added a shell project. > > then in my pom notifiers i have > > jabber > > mx.company.com > 5222 > raghu guru > password > company.com > false >
raghu@company.com
> false >
> true > true > false > > 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 >