Page 1 of 1

XQueryStackFrame error on MarkLogic debugging

Posted: Thu Apr 09, 2015 12:33 am
by squincy
Hi,

I was able to set up the XDBC and WebDAV connections to my MarkLogic database, and I can browse the servers and documents in the Data Source Explorer, but when I try to debug a XQuery module using the MarkLogic connection I get the following error:

System ID: D:\MarkLogic Demo\xqueries\finddoc.xquery
Severity: error
Description: com.marklogic.xcc.exceptions.XQueryException.getStack()[Lcom/marklogic/xcc/exceptions/XQueryStackFrame;


This happens whether the XQuery module I'm trying to debug has been opened from a local folder, or from the MarkLogic database.

What could I be doing wrong?

Re: XQueryStackFrame error on MarkLogic debugging

Posted: Thu Apr 09, 2015 10:25 am
by adrian
Hello,

What version of Oxygen are you using (Help > About)?
What version of MarkLogic are you using with Oxygen?
Note that MarkLogic 8 is not supported in v16.1 and earlier due to significant API changes in the driver.
v17.0 of Oxygen (soon to be released) will support MarkLogic 8. If you are interested in a beta build of v17.0 for testing purposes, please write to our support email address, support@oxygenxml.com and request access.

Regards,
Adrian

Re: XQueryStackFrame error on MarkLogic debugging

Posted: Thu Apr 09, 2015 5:02 pm
by squincy
Ah, that would explain it. I'm using MarkLogic v. 8 with Oxygen v. 16.1.

I'll ask for the beta of Oxygen 17. Thanks!

--- Bob