I have been qconsole which I think explains what's going on. Thanks! Gary
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Michael Blakeley Sent: Monday, April 14, 2014 3:23 PM To: MarkLogic Developer Discussion Subject: Re: [MarkLogic Dev General] timeouts Did that error message come from a tool like cq or qconsole? Those tools will use the default time limit from whatever app server they run on. They won't pick up the time limit from your XDBC server. If you're seeing the same error message via XCC, check both the server version and client version for known bugs. XDMP-EXTIME should only be the result of exceeding the lowest of the max time limit, default time limit, and request time limit. Check your XCC code to make sure you aren't setting a lower request time limit. And double-check to make sure you're looking at the right app-server for the max and default time limits. -- Mike On 14 Apr 2014, at 09:48 , Gary Larsen <[email protected]> wrote: > Here's an example from my customer: > > [1.0-ml] XDMP-EXTIME: cts:search(fn:doc(), > cts:document-query(("/db/netvisn/content/sub0/i07EED794F44E451C9ACB518 > 1BAFB8 0E8.xml", > "/db/netvisn/content/sub0/i1EB70609CDD84BD18695A40CFEB7FC28.xml", > "/db/netvisn/content/sub0/i282DFD3AB8A441778DDFB992D428E6F8.xml", > ...)), > "filtered") -- Time limit exceeded > > We've tried some XDBC configuration changes so need to check that it > still the error. > > Gary > > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of Michael > Blakeley > Sent: Monday, April 14, 2014 11:19 AM > To: MarkLogic Developer Discussion > Subject: Re: [MarkLogic Dev General] timeouts > > What release are you using? > > If there is an error message, what is it? > > How are you trying to run the query? With cq, qconsole, direct http request? > > Could it be a client timeout? What is the client? > > -- Mike > > On 14 Apr 2014, at 07:05 , Gary Larsen <[email protected]> wrote: > >> Trying to run a very long query, but get a timeout before the 'max >> time > limit' or 'default time limit' would have occurred. >> >> Is there another setting, maybe 'session time', which would also >> cause a > timeout? >> >> Thanks, >> Gary >> _______________________________________________ >> General mailing list >> [email protected] >> http://developer.marklogic.com/mailman/listinfo/general > > _______________________________________________ > General mailing list > [email protected] > http://developer.marklogic.com/mailman/listinfo/general > > _______________________________________________ > General mailing list > [email protected] > http://developer.marklogic.com/mailman/listinfo/general > _______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general _______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general
