Hi Geert, thanks for your hints.
The error is still there. Not sure what you mean by "try again": Just install it again? If so, I really would like to make sure beforehand that I am starting from a clean slate. My question here is: Which directories do I need to remove to really delete all old data? The only data directory that I could identify in the MarkLogic docs at http://docs.marklogic.com/guide/installation/procedures#id_28962 is: /var/opt/MarkLogic, which I have removed. By the way, I issued all the commands as root as you suggest. Best regards, Yves ---------------------------------------------------------------------- Message: 2 Date: Fri, 22 May 2015 15:18:58 +0000 From: Geert Josten <[email protected]> Subject: Re: [MarkLogic Dev General] Server Error "Invalid lexical value" after fresh install of MarkLogic 8.0-2 To: MarkLogic Developer Discussion <[email protected]> Message-ID: <d1851481.90bdc%[email protected]> Content-Type: text/plain; charset="iso-8859-1" Hi Yves, I?d first like to ask if you can reproduce this if you try again. I am seeing one other case being mentioned dating a year ago, and reporting 7.0-3. Sure the old data was really gone? Make sure to sudo all commands, or run as root (sudo su -). You might also want to use rpm -i instead of yum install. Not sure there is much difference, but just to be sure.. I would also recommend to try to get this fixed, otherwise it could get in the way in other places as well. Kind regards, Geert On 5/22/15, 4:36 PM, "[email protected]" <[email protected]> wrote: >Hi, > >on a server which had ML 7 on it before, I deleted all of the data and >then made a fresh install of ML 8, by following the steps explained here: >http://docs.marklogic.com/guide/installation/procedures > >Environment: CentOS 6.6, Java 8 > >Commands issued: > >/etc/init.d/MarkLogic stop >rpm -e MarkLogic >rm -fr /opt/MarkLogic/* >rm -fr /var/opt/MarkLogic >yum install ./MarkLogic-8.0-2.x86_64.rpm >/etc/init.d/MarkLogic start > >Everything went fine until step "Checking for the Correct Software >Version" as described here: >http://docs.marklogic.com/guide/installation/procedures#id_84772 > >Clicking on the status tab for the host left me with the following error: > >500: Internal Server Error >XDMP-LEXVAL: ss:request-rate("1.149613") -- Invalid lexical value >"1.149613" >In /host-status.xqy on line 324 >In displayForm() >$host = xs:unsignedLong("11642766665862851757") >$snode = <host-status >xmlns="http://marklogic.com/xdmp/status/host"><host-id>1164276666586285175 >7</host-id><host-name>deg-db-04</hos...</host-status> >$sstats = (<server-status >xmlns="http://marklogic.com/xdmp/status/server"><server-id>575598929159447 >2266</server-id><server-name>App-Servi...</server-status>, <server-status >xmlns="http://marklogic.com/xdmp/status/server"><server-id>610273940626805 >0579</server-id><server-name>Admin</se...</server-status>, <server-status >xmlns="http://marklogic.com/xdmp/status/server"><server-id>166220151364350 >36081</server-id><server-name>Manage</...</server-status>, ...) >$timenodes = (<ss:total-time >xmlns:ss="http://marklogic.com/xdmp/status/server"><ss:request-statuses/>< >ss:time><ss:current-time>2015-05-23T00:07...</ss:total-time>, ><ss:total-time >xmlns:ss="http://marklogic.com/xdmp/status/server"><ss:request-statuses><s >s:request-status><ss:request-id>427718270...</ss:total-time>, ><ss:total-time >xmlns:ss="http://marklogic.com/xdmp/status/server"><ss:request-statuses/>< >ss:time><ss:current-time>2015-05-23T00:07...</ss:total-time>, ...) >$other = "&section=host&host=11642766665862851757" >$ord = "" >$total-avg = "9.2 ms" >$total-old = "9.2 ms" >$as = <http-server-id xmlns="http://marklogic.com/xdmp/group" >xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">6102739406268050579< >/http-server-id> >$sstat = <server-status >xmlns="http://marklogic.com/xdmp/status/server"><server-id>610273940626805 >0579</server-id><server-name>Admin</se...</server-status> >$kind = "http" >$kind = "http" >$sname = <server-name >xmlns="http://marklogic.com/xdmp/status/server">Admin</server-name> >$reqs = <request-status >xmlns="http://marklogic.com/xdmp/status/server"><request-id>42771827015244 >62307</request-id><server-id>610273940...</request-status> >$ups = () >$timenode = <ss:times >xmlns:ss="http://marklogic.com/xdmp/status/server"><ss:request-statuses><s >s:request-status><ss:request-id>427718270...</ss:times> >$atime = "9.2 ms" >$oldest = "9.2 ms" >$ratio = "98%" >$error = fn:false() >In /host-status.xqy on line 946 >In hostStatusPage() >In /host-status.xqy on line 963 > > >What can I do to remedy that error? Do I need to worry about it at all? > > >Best regards, > >Yves > > >_______________________________________________ >General mailing list >[email protected] >Manage your subscription at: >http://developer.marklogic.com/mailman/listinfo/general ------------------------------ _______________________________________________ General mailing list [email protected] Manage your subscription at: http://developer.marklogic.com/mailman/listinfo/general End of General Digest, Vol 131, Issue 107 ***************************************** _______________________________________________ General mailing list [email protected] Manage your subscription at: http://developer.marklogic.com/mailman/listinfo/general
