Re: Java.lang.NullPOinterException error in outgoing email messages

2007-05-15 Thread Swapnil Inamdar
who's working on it and see if it speeds things up at all. Thanks! Dwayne Original message >Date: Mon, 14 May 2007 13:54:30 +0100 >From: John Baker <[EMAIL PROTECTED]> >Subject: Re: Java.lang.NullPOinterException error in outgoing email messages >To: arslist@

Re: Java.lang.NullPOinterException error in outgoing email messages

2007-05-14 Thread Dwayne Martin
-- Original message >Date: Mon, 14 May 2007 13:54:30 +0100 >From: John Baker <[EMAIL PROTECTED]> >Subject: Re: Java.lang.NullPOinterException error in outgoing email messages >To: arslist@ARSLIST.ORG > >This is a 30 second fix for BMC that will involve something like

Re: Java.lang.NullPOinterException error in outgoing email messages

2007-05-14 Thread John Baker
This is a 30 second fix for BMC that will involve something like changing: blah.toString(); to if (blah!=null) blah.toString(); Have you submitted it to BMC? John ___ UNSUBSCRIBE or access ARSlist Archives at www.ars

Java.lang.NullPOinterException error in outgoing email messages

2007-05-09 Thread Dwayne Martin
Hi Everyone, We are trying to get a new Remedy system going on a Red-Hat Linux server (ARS 7.01 patch 2). Most outgoing AR System Email Messages entries show an error log (AR System Email Error Logs) that says: null java.lang.NullPointerException at com.remedy.arsys.emaildaemon.CreatorM