marklogic-community / roxy

Deployment tool for MarkLogic applications. Also provides optional unit test and XQuery MVC structure
Other
87 stars 66 forks source link

XDMP-ENTITYREF: (err:XPST0003) Invalid entity reference "6" #888

Closed rajib-cts closed 5 years ago

rajib-cts commented 5 years ago

First I upgrade my roxy 1.7.3 to 1.7.7 by manually. After upgrading I am trying to run bootstrap command but I am getting below error

C:\sample\Branch_phase2\Branch_phase2\ml-services\cms-app>ml dev bootstrap Bootstrapping your project into MarkLogic 9 on 10.11.101.122... ERROR: 500 "Internal Server Error" ERROR:

500 Internal Server Error

500 Internal Server Error

XDMP-ENTITYREF: (err:XPST0003) Invalid entity reference "6"
in /eval, at 7396:35 [1.0-ml]

Tech Specs

Which Operating System are you using? Linux

Which version of MarkLogic are you using? Marklogic 9.0-5

Which version of Roxy are you using (see version.txt)? 1.7.7

rajib-cts commented 5 years ago

Now I am able to solve this issue after converting special character "&" in to & in appuser-password field in the build.properties file.