[MarkLogic Dev General] Using CURL to Test ML HTTP Processing

2017-06-22 Thread Eliot Kimber
I’m trying to understand the ML support for handling HTTP requests and I’m trying to use CURL to test things just to learn. I’m getting an odd behavior and I haven’t been able to figure out what I’m doing wrong from either the curl info I can find or from the relevant ML docs. Here’s my module

Re: [MarkLogic Dev General] Host restart issue after joining cluster

2017-06-22 Thread Yogesh Jadhav
Hi Rajesh, Naveen ia correct here. Please disable firewall if you are in Windows and stop iptables if you are in Linux. Thanks, Yogesh On Jun 22, 2017 5:45 PM, "NAVEEN KUMAR MOTIPALLI Computer Science & Engineering" wrote: > hi, Rajesh > > i faced same situation, i can up solving it with stopi

Re: [MarkLogic Dev General] Query Console error post upgrade 8 > 9

2017-06-22 Thread Mark Donoghue
I don't know if this is relevant, but my App-Services is running off port 8008 (not 8000). I tried changing it to another port and I still get the error. - -- --- - - Mark Donoghue IEEE (732) 562-6045 m.donog...@ieee.org IEEE - Advancing Technology for Humanity On Thu, J

Re: [MarkLogic Dev General] Query Console error post upgrade 8 > 9

2017-06-22 Thread Dave Cassel
There's an article in the Support team's Knowledge Base about this (https://help.marklogic.com/Knowledgebase/Article/View/478/0/query-console-security-badrequest-invalid-csrf-token-error), but it sounds like you've already followed their recommendations. Anyone else have ideas? -- Dave Cassel,

[MarkLogic Dev General] Query Console error post upgrade 8 > 9

2017-06-22 Thread Mark Donoghue
Hi, I just upgraded my local (laptop) install of Marklogic 8 to 9.0-1.1. Now, when I attempt to access the query console I get the following error: == SECURITY-BADREQUEST (err:FOER): Your session has been terminated by another login. Refresh Query Console to create a new session. ==

Re: [MarkLogic Dev General] Host restart issue after joining cluster

2017-06-22 Thread NAVEEN KUMAR MOTIPALLI Computer Science & Engineering
hi, Rajesh i faced same situation, i can up solving it with stoping firewall in windows(easier way) or, u need to set u windows firewall to allow communication on ML ports. On Wed, Jun 14, 2017 at 4:49 PM, Geert Josten wrote: > Hi Rajesh, > > It is important that both hosts can see each other.

Re: [MarkLogic Dev General] Regarding Marklogic space

2017-06-22 Thread Geert Josten
Hi Siva, It may be wise to reach out to MarkLogic Support as well for more detailed guidance, but I can at least try to explain what the graph is showing you. Your databases have a combined disk footprint of 450 Gb. If deleted fragments have been merged out fully, that is how much the actual da

[MarkLogic Dev General] Regarding Marklogic space

2017-06-22 Thread Mani, Sivasubramani (ELS)
Hi Team, I am new to Mark Logic. In the Mark Logic Monitoring Dashboard one of my Mark Logic Node show's critical disk space. My Free disk space is 549GB but show's 9.8% capacity. What is meant by capacity here How capacity is arrived. If capacity is in critical it causes any problem to the nod

Re: [MarkLogic Dev General] Marklogic - xdmp:filesystem-file

2017-06-22 Thread Geert Josten
Hi Thichxai, You are reading the entire file as a single value. I’d suggest putting bare id’s in your file (no quotes, no commas), one on each line. Then, after reading the file, use fn:tokenize to split on line-end before you pass in the list into your element-value-query.. Kind regards, Geer