Nuxeo bug

Hi people :) I am facing a problem in Nuxeo .I have created a user .The user doesnt have permission in the root document but it has permissions in the lower levels of the root (Example : department HR).The problem stands here.If this user press the Workspace button the following Exception is thrown :

Caused by: org.nuxeo.ecm.core.api.NuxeoException: Cannot create a CoreSession when transaction is marked rollback-only

at org.nuxeo.ecm.core.api.local.LocalSession.<init>(LocalSession.java:72)
at org.nuxeo.ecm.core.api.CoreSessionServiceImpl.createCoreSession(CoreSessionServiceImpl.java:43)
at org.nuxeo.ecm.core.api.CoreInstance.openCoreSession(CoreInstance.java:171)
at org.nuxeo.ecm.core.api.CoreInstance.openCoreSession(CoreInstance.java:71)

Can someone clarify me please

FILES:   error.txt
0 votes

0 answers

2698 views

ANSWER

There must be an error before that, causing the transaction rollback.
11/17/2017

I dont get it..This only works for the Administrator because he has full permission in the root document
11/17/2017

I think it comes from deleting the default domain and creating another domain.May this be the cause?
11/17/2017

We've had a bug recently in this area, see https://jira.nuxeo.com/browse/NXP-23208. However without seeing more of the server.log errors it's hard to help.
11/17/2017

I uploaded the logs at the question.Can you see it please?
11/17/2017

Yes given that's in AbstractUserWorkspaceImpl it's probably the bug mentioned above.
11/17/2017

Thank you very much Florent
11/18/2017

I made a test in a Nuxeo instance that the default domain wasn't deleted.The same problem here,so i guess it hasn't to do with deleting the default domain.It must be a bug in the platform.
11/22/2017