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.
A sample of one my ml.config files is here:
https://github.com/dmccreary/marklogic-business-glossary/blob/master/deploy/ml-config.xml
Thanks! - Dan