It happened again, sending this message. It's the first after my first posting.

Vincenzo

-----Original Message-----
From: Vincenzo Gianferrari Pini
[mailto:[EMAIL PROTECTED]
Sent: marted� 17 giugno 2003 17.26
To: James Developers List
Subject: RE: Exception caught in RemoteDelivery.run():
java.lang.NullPointerException


Noel,

I could change 

                } catch (Throwable e) {
                    if (!destroyed) log("Exception caught in RemoteDelivery.run(): " + 
e);
                }

to 

                } catch (Throwable e) {
                    if (!destroyed) log("Exception caught in RemoteDelivery.run()", e);
                }

in RemoteDelivery.run() and wait for another NPE.

What do you think?

Vincenzo

> -----Original Message-----
> From: Noel J. Bergman [mailto:[EMAIL PROTECTED]
> Sent: marted� 17 giugno 2003 17.10
> To: James Developers List
> Subject: RE: Exception caught in RemoteDelivery.run():
> java.lang.NullPointerException
> 
> 
> > Exception caught in RemoteDelivery.run(): java.lang.NullPointerException
> 
> Can you provide a stack trace?  I'm not spotting anything obvious 
> in recent
> changes that would cause an NPE in run(), but I'll look more closely.
> 
> > Strangely, It occurred to me three times while sending messages
> > *to this list* (I had to resend it), and only to another message
> > sent by someone else to a long list of recipients in different
> > domains
> 
> I wonder if there is an error in the DNSServer change.
> 
>       --- Noel
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to