First page unreachable after import database from dump file.

Hi , I have finished my database import from a dump file, and after the first login I found this problem.

If you can read this in your browser, this probably because of a configuration problem of your nuxeo.war/WEB-INF/pages.xml. To change this, edit the OSGI-INF/deployment-fragment.xml of your project at extension pages#PAGES. Can you help me to solve this problem? Thanks,

*log Error : * 2017-11-22 00:00:00,004 ERROR [Nuxeo-Work-updateACEStatus-167: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.<init>(LocalSession.java:84)
    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.openCoreSessionSystem(CoreInstance.java:114)
    at org.nuxeo.ecm.core.work.AbstractWork.openSystemSession(AbstractWork.java:270)
    at org.nuxeo.ecm.core.security.UpdateACEStatusWork.work(UpdateACEStatusWork.java:79)
    at org.nuxeo.ecm.core.work.AbstractWork.runWorkWithTransaction(AbstractWork.java:416)
    at org.nuxeo.ecm.core.work.AbstractWork.runWorkWithTransactionAndCheckExceptions(AbstractWork.java:377)
    at org.nuxeo.ecm.core.work.AbstractWork.run(AbstractWork.java:338)
    at org.nuxeo.ecm.core.work.WorkHolder.run(WorkHolder.java:57)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)

2017-11-22 00:00:00,019 ERROR [Nuxeo-Work-updateACEStatus-167] [org.nuxeo.ecm.core.work.WorkManagerImpl] Uncaught error on thread Nuxeo-Work-updateACEStatus-167 java.lang.NullPointerException

    at org.nuxeo.ecm.core.api.local.LocalSession.createSession(LocalSession.java:127)
    at org.nuxeo.ecm.core.api.local.LocalSession.<init>(LocalSession.java:84)
    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.openCoreSessionSystem(CoreInstance.java:114)
    at org.nuxeo.ecm.core.work.AbstractWork.openSystemSession(AbstractWork.java:270)
    at org.nuxeo.ecm.core.security.UpdateACEStatusWork.work(UpdateACEStatusWork.java:79)
    at org.nuxeo.ecm.core.work.AbstractWork.runWorkWithTransaction(AbstractWork.java:416)
    at org.nuxeo.ecm.core.work.AbstractWork.runWorkWithTransactionAndCheckExceptions(AbstractWork.java:377)
    at org.nuxeo.ecm.core.work.AbstractWork.run(AbstractWork.java:338)
    at org.nuxeo.ecm.core.work.WorkHolder.run(WorkHolder.java:57)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)

2017-11-22 00:00:02,731 INFO [Nuxeo-Work-default-1:AuditMigration] [org.nuxeo.elasticsearch.audit.ESAuditMigrationWork] Migrated 8067000 log entries on 16921513 2017-11-22 00:00:02,732 INFO [Nuxeo-Work-default-1:AuditMigration] [org.nuxeo.elasticsearch.audit.ESAuditMigrationWork] Migration speed: 161.95311562701613 entries/s

0 votes

0 answers

1830 views

ANSWER