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>11642766665862851757</host-id><host-name>deg-db-04</hos...</host-status> $sstats = (<server-status xmlns="http://marklogic.com/xdmp/status/server"><server-id>5755989291594472266</server-id><server-name>App-Servi...</server-status>, <server-status xmlns="http://marklogic.com/xdmp/status/server"><server-id>6102739406268050579</server-id><server-name>Admin</se...</server-status>, <server-status xmlns="http://marklogic.com/xdmp/status/server"><server-id>16622015136435036081</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><ss: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>6102739406268050579</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>4277182701524462307</request-id><server-id>610273940...</request-status> $ups = () $timenode = <ss:times xmlns:ss="http://marklogic.com/xdmp/status/server"><ss:request-statuses><ss: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
