[MarkLogic Dev General] Bug in QConsole Explore feature

2015-01-26 Thread Florent Georges
Hi, The Explore feature un QConsole is making the expectation that a document node has exactly one child node. If there is a document with several children, the following error is displayed and it is not possible to explore the content of the database: XDMP-ARGTYPE: (err:XPTY0004)

Re: [MarkLogic Dev General] ERR_EMPTY_RESPONSE from security-install.xqy

2015-01-26 Thread Danny Sokolsky
As David indicated, MarkLogic does not have a debian package, but many people have installed it the way you are. A few other things to look at: Is there anything in the log file (/var/opt/MarkLogic/Logs/ErrorLog.txt)? What is the user in the /etc/sysconfig/MarkLogic script, and does that user

Re: [MarkLogic Dev General] ERR_EMPTY_RESPONSE from security-install.xqy

2015-01-26 Thread Ardal Powell
Thanks again, Danny. My responses in your text below. Ardal On Jan 26, 2015, at 12:14 PM, Danny Sokolsky wrote: As David indicated, MarkLogic does not have a debian package, but many people have installed it the way you are. A few other things to look at: Is there anything in the

Re: [MarkLogic Dev General] ERR_EMPTY_RESPONSE from security-install.xqy

2015-01-26 Thread Ardal Powell
Thanks, Danny. I'm quite sure MarkLogic has not been installed before: it's a brand new droplet. I went ahead and reinstalled the data directory, but the same thing happened on trying to create a new admin user. The server took about a minute to return the error. I noticed that some of the

Re: [MarkLogic Dev General] ERR_EMPTY_RESPONSE from security-install.xqy

2015-01-26 Thread David Ennis
HI Ardal. I note that you are installing this in a VM using Ubuntu. I don't think that MarkLogic has a debian package available. I uaually use alien to convert them when testing on debian based systems. Could you explain how you went about installing MarkLogic on a debian based system?

Re: [MarkLogic Dev General] ERR_EMPTY_RESPONSE from security-install.xqy

2015-01-26 Thread Ardal Powell
Hi David, nice to see you here! I used alien as well: everything went smoothly with: sudo alien --to-deb --verbose {MarkLogic ... .rpm} sudo dpkg -i {the resulting .deb file} sudo /etc/init.d/MarkLogic start The script at /etc/sysconfig/MarkLogic seems to point to the

Re: [MarkLogic Dev General] ERR_EMPTY_RESPONSE from security-install.xqy

2015-01-26 Thread Danny Sokolsky
Well, it seems like the issue is that your data directory is not owned by daemon. It should have daemon as the owner and the group. I am not sure why, something about your setup. All I can think of is to shut down the server and recursively change the owner and group of /var/opt/MarkLogic to

Re: [MarkLogic Dev General] ERR_EMPTY_RESPONSE from security-install.xqy

2015-01-26 Thread Michael Blakeley
That segfault could be part of the problem. It may be that every time the server tries to bootstrap, it runs out of memory. According to https://developer.marklogic.com/products/marklogic-server/requirements-7.0 the minimum is still 512-MB RAM, but at least 2-GB is recommended. -- Mike On

Re: [MarkLogic Dev General] ERR_EMPTY_RESPONSE from security-install.xqy

2015-01-26 Thread Ardal Powell
Thanks, Danny. The owner/goup now looks right but the error persists: ardal@plink:~$ ls -l -r /var/opt/MarkLogic total 116 drwxr-xr-x 2 daemon daemon 4096 Jan 26 06:28 Temp -rw--- 1 daemon daemon 2045 Jan 26 06:28 server.xml drwxr-xr-x 2 daemon daemon 4096 Jan 26 06:28 Logs drwxr-xr-x

Re: [MarkLogic Dev General] ERR_EMPTY_RESPONSE from security-install.xqy

2015-01-26 Thread Ardal Powell
Thank you, Mike. I'll try resizing the droplet and report back. Ardal On Jan 26, 2015, at 5:36 PM, Michael Blakeley wrote: That segfault could be part of the problem. It may be that every time the server tries to bootstrap, it runs out of memory. According to