I'd guess that UNEOF is short for "unexpected end of file" - that is, http-get() didn't see the full response that it expected before the servlet closed the http socket.

This could be caused by a number of things. If you can reproduce this easily, then you might use a network packet trace tool such as tcpdump to debug the problem.

thanks,
-- Mike

On 2009-02-03 07:49, Dileshni Jayasinghe wrote:
Hi,

I'm trying to use http-get() to receive a servlet response and keep
getting this error - 'XDMP-DOCUNEOF'.
I only get this error on a few urls, and the majority of them works with
no problem. There are no errors in the servlet output, so I'm a bit
confused as to what it's complaning about.

Could someone explain to me what this error means?

Thanks in advance,


_______________________________________________
General mailing list
[email protected]
http://xqzone.com/mailman/listinfo/general

Reply via email to