Re: [MarkLogic Dev General] ML 9 Issues

2018-02-07 Thread Geert Josten
Hi Praveen, I have not run into segfaults myself for a while, running various patch version of ML9, including 9.0-4. Are you doing anything special? How are you loading the content, and are you applying any transformations along the way? Cheers, Geert From:

Re: [MarkLogic Dev General] ML 9 Issues

2018-02-07 Thread Praveen Gontla
I am using 9.0.-4. Yes, have a ticket filed already with my LexisNexis account login. Checking here with this group if anyone else have seen a similar type of issues and found any solutions. Thanks, Praveen. On Wed, Feb 7, 2018 at 2:23 PM, Geert Josten wrote: > Hi

[MarkLogic Dev General] MLCP Java class path configuration in windows 10

2018-02-07 Thread Aswanikumar Dhara
Team, I need to configure the classpath for MLP tool to run the mlcp.bat script from any drive in the system.what are the configuration details that I need to add to include in the classpath and system variables?can you please provide the samples of the path like indentation and place where I need

Re: [MarkLogic Dev General] ML 9 Issues

2018-02-07 Thread Geert Josten
Hi Praveen, Which version are you using specifically? If you are not yet using 9.0-4, could you rerun it with that as well? Cheers, Geert From: > on behalf of Praveen Gontla

[MarkLogic Dev General] ML 9 Issues

2018-02-07 Thread Praveen Gontla
Team, Does anyone heard of segmentation faults in ML 9 when running a load test ? Thanks, Praveen. ___ General mailing list General@developer.marklogic.com Manage your subscription at: http://developer.marklogic.com/mailman/listinfo/general

Re: [MarkLogic Dev General] Extracting ML Documents to a zip file using Java Client Api ?

2018-02-07 Thread Sam Mefford
I shared an answer in your duplicate SO question, but I'll repeat it here in case it helps anyone. Your onDocumentReady listener is run for each document, so I'm

[MarkLogic Dev General] Oscar Database

2018-02-07 Thread Noah Manukonda
Hi, I am learning Marklogic and beginner.I am currently learning on Marklogic 9. Do we have oscar db equivalent exercise in Marklogic 9? I heard that’s it a very good exercise to start leaning marklogic. Thanks, Noah ___ General mailing list

[MarkLogic Dev General] Extracting ML Documents to a zip file using Java Client Api ?

2018-02-07 Thread C. Yaswanth
Hi, I am exporting all the documents from a collection to local directory . Below is my code. public class Extract { static // replace with your MarkLogic Server connection information DatabaseClient client = DatabaseClientFactory.newClient("x", x,