marklogic-community / roxy

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

removing path namespaces breaks bootstrap in 1.7.7 #881

Open joecrean opened 6 years ago

joecrean commented 6 years ago

Bug Template

The issue

Short description of the problem:

working with ML 9.0-5 and Roxy 1.7.7 (dual upgrade for customer application). I see the old issue from #850 is back again.

During bootstrap i see the following

ERROR: ADMIN-PATHNAMESPACEINUSE: (err:FOER0000) In-use database path namespaces cannot be deleted.: foo

from the error log

2018-05-09 07:59:12.295 Info: <error:error xsi:schemaLocation="http://marklogic.com/xdmp/error error.xsd" xmlns:error="http://marklogic.com/xdmp/error" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2018-05-09 07:59:12.295 Info:+  <error:code>ADMIN-PATHNAMESPACEINUSE</error:code>
2018-05-09 07:59:12.295 Info:+  <error:name>err:FOER0000</error:name>
2018-05-09 07:59:12.295 Info:+  <error:xquery-version>1.0-ml</error:xquery-version>
2018-05-09 07:59:12.295 Info:+  <error:message>In-use database path namespaces cannot be deleted.</error:message>
2018-05-09 07:59:12.295 Info:+  <error:format-string>ADMIN-PATHNAMESPACEINUSE: (err:FOER0000) In-use database path namespaces cannot be deleted.: foo</error:format-string>
2018-05-09 07:59:12.295 Info:+  <error:retryable>false</error:retryable>
2018-05-09 07:59:12.295 Info:+  <error:expr> </error:expr>

I see that the code from from my PR #852 was not accepted which might be the cause of this. I will have to check

Tech Specs

Which Operating System are you using? RH 7 / OS X Which version of MarkLogic are you using? 9.0-5

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

grtjn commented 6 years ago

Did you also try 'dev' branch? It has been a while since last release..