You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
When we bootstrap to ML 9.0.4 using Roxy 1.7.4, the path-range-indexes in the configuration file need to have collation element (empty or with value) irrespective of the scalar-type (string, int, dateTime) without which it is going to give error while bootstrap.
Error
C:\clearcase project\Path5_GENERIC_FRAMEWORK_ML_2\eie_ML_Generic_Framework\ML_Generic_Framework>ml dev6 bootstrap
Bootstrapping your project into MarkLogic 9 on xmlsboxm1d.aetna.com...
ERROR: ADMIN-INVALIDCONFIG: (err:FOER0000) Invalid configuration: range-path-index is missing collation See MarkLogic Server error log for more details.
ERROR: ... Bootstrap FAILED
ERROR: exit
ERROR: ["deploy/lib/ml.rb:170:in `exit'", "deploy/lib/ml.rb:170:in `<main>'"]
We had to update all the path-range-index with the collation element, irrespective of type of the index as shown below, in order to do successful bootstrap.
Which Operating System are you using? During our POC, where we are testing the compatibility of moving to MarkLogic 9.0-4, we tried bootstrapping from Windows machine. Not sure, whether this will make any difference though, if we change to do bootstrap from a Linux VM, as this issue seems to be related to Roxy or XQuery code behind it, which is expecting collation element to be provided, irrespective of scalar type for the path range index
Which version of MarkLogic are you using? ML 9.0-4
Which version of Roxy are you using (see version.txt)? 1.7.4
Thanks,
Rupinder
The text was updated successfully, but these errors were encountered:
Apologies for not getting back earlier. We lost track of this issue during the holiday season. Have you tried upgrading to latest master or dev version? And did that resolve the issue?
I see the same issue after upgrading to ML 9. It was fine with ML 8
ml local bootstrap
Bootstrapping your project into MarkLogic 9 on localhost...
ERROR: ADMIN-INVALIDCONFIG: (err:FOER0000) Invalid configuration: range-path-index is missing collation
See MarkLogic Server error log for more details.
ERROR: ... Bootstrap FAILED
ERROR: exit
ERROR: ["deploy/lib/ml.rb:170:in exit'", "deploy/lib/ml.rb:170:in
'"]
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
When we bootstrap to ML 9.0.4 using Roxy 1.7.4, the path-range-indexes in the configuration file need to have collation element (empty or with value) irrespective of the scalar-type (string, int, dateTime) without which it is going to give error while bootstrap.
We had to update all the path-range-index with the collation element, irrespective of type of the index as shown below, in order to do successful bootstrap.
Which Operating System are you using? During our POC, where we are testing the compatibility of moving to MarkLogic 9.0-4, we tried bootstrapping from Windows machine. Not sure, whether this will make any difference though, if we change to do bootstrap from a Linux VM, as this issue seems to be related to Roxy or XQuery code behind it, which is expecting collation element to be provided, irrespective of scalar type for the path range index
Which version of MarkLogic are you using? ML 9.0-4
Which version of Roxy are you using (see version.txt)? 1.7.4
Thanks,
Rupinder
The text was updated successfully, but these errors were encountered: