Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

ADMIN-INVALIDCONFIG: (err:FOER0000) after updating Roxy to 1.7.3 #625

Closed
rhdunn opened this issue Jul 12, 2016 · 4 comments
Closed

ADMIN-INVALIDCONFIG: (err:FOER0000) after updating Roxy to 1.7.3 #625

rhdunn opened this issue Jul 12, 2016 · 4 comments

Comments

@rhdunn
Copy link
Contributor

rhdunn commented Jul 12, 2016

I am getting:

ERROR: ADMIN-INVALIDCONFIG: (err:FOER0000) Invalid configuration: XDBC servers do not support application-level authentication

after upgrading to v1.7.3 on MarkLogic 8.0-4.2. It works with v1.7.2 without generating an error.

I've tracked this down to commit e33b3c5 ("Fixed #469: moved config snippets into overridable functions") using git bisect.

The MarkLogic ErrorLog.txt places the error in the call to admin:appserver-set-authentication at line 10847 of /MarkLogic/admin.xqy.

@grtjn
Copy link
Contributor

grtjn commented Jul 12, 2016

Yeah, we introduced the option to specify auth-method for XDBC servers in there. I recommend adding an xdbc-authentication-method=digest line to your build.properties.

We might need to consider adding that as default to defaults.properties. @dmcassel WDYT?

@rhdunn
Copy link
Contributor Author

rhdunn commented Jul 12, 2016

Adding that line to build.properties fixes the bootstrap error. Thanks.

@dmcassel
Copy link
Collaborator

+1 to adding xdbc-authentication-method=digest to default.properties.

@RobertSzkutak
Copy link
Contributor

Was fixed in PR #646

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants