Default credentials error for first login
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2019 09:57 AM
Hi, I have installed Nuxeo 8.10 with postgresql 9.6. The installation works fine, but when I try to connect with the Administrator/Administrator credentials, Nuxeo said "Invalid username or password"
Error Log message :
ERROR [Nuxeo-Work-updateACEStatus-3:updateACEStatus] [org.nuxeo.ecm.core.work.AbstractWork] Exception during work: UpdateACEStatusWork(, Progress(?%, ?/0), Updating ACE status)
java.lang.NullPointerException
at org.nuxeo.ecm.core.api.local.LocalSession.createSession(LocalSession.java:127)
at org.nuxeo.ecm.core.api.local.LocalSession.
Thanks in advance Amel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2019 10:04 AM
Hi,
It seems the instance of RepositoryService
is null in your case. You should have startup errors or warnings in your logs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2019 10:24 AM
Hi,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2019 07:36 AM
As Kevin said, you should see an error when launching nuxeo. Restart it and, before doing anything else, check logs to see the error.
