marklogic-data-hub icon indicating copy to clipboard operation
marklogic-data-hub copied to clipboard

Need details to regards an error code.

Open ISimion opened this issue 2 years ago • 0 comments

Issue details

I am on an ODH running on a Windows 11 Enterprise 22H2 computer with MarkLogic 11.1.0. I am getting an XDMP-NOSUCHAXIS error. The ODH and its troublesome modules are deployed by gradle 8.7.

I tried to debug the issue myself, but I got stuck since no documentation on the official page is provided for this error.

Has anybody encountered this error before, or can anyone from MarkLogic help me figure out what this error means?

This is an excerpt from the logs with the error:

2024-02-23 16:10:00.512 Notice: XDMP-NOSUCHAXIS: cts:search(fn:collection("dummy"), cts:and-query((cts:period-range-query(("system"), "iso_contains", cts:period(xs:dateTime("2024-02-23T16:10:00.5084497+02:00"),xs:dateTime("2024-02-23T16:10:01.5084497+02:00")), ()), cts:element-range-query(xs:QName("g:id"), "=", "3e9c7be6-fd79-4205-8ece-0fb5e3c1196f", ("collation=http://marklogic.com/collation/"), 1)), ())) -- 
2024-02-23 16:10:00.512 Notice:+in /app/models/generic/versioning-lib.xqy, at 113:31,
2024-02-23 16:10:00.512 Notice:+in v:min-date("/dummy/3e9c7be6-fd79-4205-8ece-0fb5e3c1196f...", xs:dateTime("2012-01-01T00:00:00")) [1.0-ml]
2024-02-23 16:10:00.512 Notice:+  $uri = "/dummy/3e9c7be6-fd79-4205-8ece-0fb5e3c1196f...

ISimion avatar Feb 23 '24 15:02 ISimion