Mr Mikkél
Mr Mikkél

Reputation: 2643

MarkLogic SEC-NOADMIN error

I had a dev MarkLogic instance that was working yesterday. Today, I tried to deploy, and received an error during the deploy process. I then tried to go visit the MarkLogic server on localhost:8001, and I get the following error.

500: Internal Server Error
SEC-NOADMIN: (err:FOER0000) User does not have admin role.
In /MarkLogic/security.xqy on line 4845
In sec:check-admin()
In /lib/status-check.xqy on line 15
In status-check()
In / on line 6

Can anyone help me figure this out?

Thanks!

Upvotes: 0

Views: 284

Answers (1)

Justin Makeig
Justin Makeig

Reputation: 2137

Are you logged in as the same user as yesterday? Access to all of the admin interface on port 8001 is limited to users with the admin role.

Upvotes: 1

Related Questions