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 was archived by the owner on Nov 9, 2022. It is now read-only.
I am getting errors when I use Roxy to do bootstraps on ML-9. I am using the DEV branch.
When I make some changes in the ml.config file and then re-run "ml local bootstrap" I get the following errors:
$ ml local bootstrap
Bootstrapping your project into MarkLogic 9 on localhost...
ERROR: XDMP-AS: (err:XPTY0004) $val as node()? -- Invalid coercion: (..., ...) as node()?
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
'"]
After this error occurs ALL of my roxy bootstrap projects will stop working, even on unrelated databases.
The only fix is to do a ml local wipe, reboot the server and reload all the content.
I have worked with Rob Szkutak on this and he has confirmed that there are no problems with the ml.config file.