Re: [MarkLogic Dev General] Applying XSLT on XML file using xdmp:xslt-invoke

2013-07-10 Thread Geert Josten
Hi Kashif, My first guess would be that your stylesheet returns the output as element nodes rather than a serialized string, and document-insert assumes .html files should be stored as text files (which is the default), and therefore flattens the output from xml to text, effectively stripping al

[MarkLogic Dev General] Applying XSLT on XML file using xdmp:xslt-invoke

2013-07-10 Thread Khan, Kashif
Hello everyone, I am having problem understanding the following issue. Any help will be greatly appreciated When I use the following code in query console the XSL gets applied and I get the proper results let $x := xdmp:xslt-invoke("/pipelines/HTML.xsl", doc("/ancillary/20130626114719392MXENM0

Re: [MarkLogic Dev General] MarkLogic Nagios Plugin Not Working

2013-07-10 Thread Colleen Whitney
Hi Daniel, You're running into an issue that someone else saw very recently, and has suggested a work-around for. Disclaimer that I haven't had a chance to verify this. But it looks reasonable, so I"ll pass it along. If you are still not succeeding with this in place, then we'll dig in furth

Re: [MarkLogic Dev General] java.io.IOException on store

2013-07-10 Thread Gary Larsen
Just found a relevant thread: http://developer.marklogic.com/pipermail/general/2010-March/004924.html Sorry. Gary From: general-boun...@developer.marklogic.com [mailto:general-boun...@developer.marklogic.com] On Behalf Of Gary Larsen Sent: Wednesday, July 10, 2013 12:19 PM To: General Mark

[MarkLogic Dev General] java.io.IOException on store

2013-07-10 Thread Gary Larsen
My java web app running in Tomcat is storing data files to the ML database using XCCJ. Once in a great while, apparently random, I'll get this error. This is killing a process and would like to resolve, though will probably add a retry to see if that is successful. Any ideas? Thanks, Ga

Re: [MarkLogic Dev General] MarkLogic Nagios Plugin Not Working

2013-07-10 Thread Gibbons, Daniel (RBI-UK)
Hi Colleen, I'm just coming back to the Nagios plugin now and have installed a missing lib that was required. I'm now trying to test the plugin according to the instructions but I always receive a 404 when I execute: [root@localhost libexec]# ./check_marklogic.pl -a admin:123 --H danspc -p 800