Cannot creation JCR document manager session after Migration platform 5.1.6 to 
5.3.0
------------------------------------------------------------------------------------

                 Key: NXP-4877
                 URL: https://jira.nuxeo.org/browse/NXP-4877
             Project: Nuxeo Enterprise Platform
          Issue Type: Problem
          Components: Core JCR Storage
    Affects Versions: 5.3 GA
         Environment: nuxeo-5.3.0.GA platform
JDK 1.5
            Reporter: Patrick Vieil
            Priority: Blocker


We migrated from 5.1.6 to 5.3.0 nuxeo ECM platform.

When we try to do a login in our web app, we cannot create a document manager 
session due to the following log :

11:03:26,910 ERROR [STDERR] java.lang.ClassCastException: 
org.nuxeo.runtime.api.login.LoginComponent$SystemID
11:03:26,910 ERROR [STDERR]     at 
org.nuxeo.ecm.core.storage.sql.ra.ConnectionFactoryImpl.getSession(ConnectionFactoryImpl.java:225)
11:03:26,910 ERROR [STDERR]     at 
org.nuxeo.ecm.core.api.ejb.DocumentManagerBean.createSession(DocumentManagerBean.java:228)
11:03:26,910 ERROR [STDERR]     at 
org.nuxeo.ecm.core.api.ejb.DocumentManagerBean.getSession(DocumentManagerBean.java:198)
11:03:26,910 ERROR [STDERR]     at 
org.nuxeo.ecm.core.api.AbstractSession.connect(AbstractSession.java:189)
11:03:26,910 ERROR [STDERR]     at 
org.nuxeo.ecm.core.api.ejb.DocumentManagerBean.connect(DocumentManagerBean.java:183)

Debugging what happens, we tracked into DocumentManagerBean.createSession that 
we cannot get a session for our default JCR repository .
The JCR backend configuration was defined as described into 
http://doc.nuxeo.org/5.3/books/nuxeo-book/html/admin-database-configuration.html

It works fine when you use platform without our plugins, meaning it starts 
using default nuxeo plugin, with the same JCR backend configuration.

Do not hesitate for request any additional information.

Thanks for help.

Grégory DARCOURT


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.nuxeo.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to