[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [xmlblaster] client stops receiving messages



Hi Marshall


Then I got a bunch of client side exceptions such as:

[Oct 10, 2005 4:26:36 PM WARN  XmlBlaster.DispatchWorkerPool.xmlBlaster_195_1_1_41_3412-0 RequestBroker] Generating dead message 'callback:/node/xmlBlaster_195_1_1_41_3412/client/jaguar/-4/NORM/1128975991609000002/ComponentHeartbeat' from publisher=/node/xmlBlaster_195_1_1_41_3412/client/PD/-9 because delivery with queue 'callback:/node/xmlBlaster_195_1_1_41_3412/client/jaguar/-4' failed: XmlBlasterException errorCode=[user.update.internalError] serverSideException=false location=[AbstractCallbackExtended.update] message=[#exported Error in client code : java.lang.NullPointerException] [See URL _http://www.xmlblaster.org/xmlBlaster/doc/requirements/admin.errorcodes.listing.html#user.update.internalError_]


Could you please check your client side log file, it contains the complete stack trace of the reported
NullPointerException and send it to us?


( This is how the client logs it:
log.warn(ME + ".update", "Error in client user code of update(): " + e.toString());
e.printStackTrace();
throw new XmlBlasterException(..) // this is what we see in the above server log
)


thanks
Marcel