Re: [MarkLogic Dev General] Issue with XCC - Error parsing HTTP headers: Premature EOF, partial header line read: ''

2018-01-09 Thread Ron Hitchens
That error message indicates that the network connection dropped before XCC could read the response from MarkLogic. That can happen when MarkLogic crashes while processing your request (extremely rare these days), or if the connection is broken for some other reason. It looks like you’e

[MarkLogic Dev General] Issue with XCC - Error parsing HTTP headers: Premature EOF, partial header line read: ''

2018-01-09 Thread Yalaverthi, Sudheer (LNG-RDU)
Hi, I have a java program that makes MarkLogic calls using XCC api to fetch some data. Calls to MarkLogic from the same client with same adhoc query and input parameters runs successfully sometimes and fails sometimes. Our ML cluster is in AWS and the client program is running from one of our