XQueryStackFrame error on MarkLogic debugging

Issues related to W3C XQuery.
squincy
Posts: 2
Joined: Thu Apr 09, 2015 12:07 am

XQueryStackFrame error on MarkLogic debugging

Post 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?
adrian
Posts: 2855
Joined: Tue May 17, 2005 4:01 pm

Re: XQueryStackFrame error on MarkLogic debugging

Post 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
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
squincy
Posts: 2
Joined: Thu Apr 09, 2015 12:07 am

Re: XQueryStackFrame error on MarkLogic debugging

Post 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
Post Reply