First page giving error after installation of latest nuxeo 2016

Hi I was using nuxeo fast track and it was working fine. but as soon as i shifted to latest nuxeo LTS2016 i got following error.

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.

First i tried to update the older version but it didnt worked out then i removed the previous version and installed again and i am still getting the same error. Following is the server log . I have been trying but dont know what is the root cause of this.

FILES:   server.log
0 votes

0 answers

3476 views

ANSWER

Check what ERRORs you have in log/server.log first.
12/29/2016

2016-12-29 16:00:00,004 ERROR [Nuxeo-Work-updateACEStatus-101:updateACEStatus] [org.nuxeo.ecm.core.work.AbstractWork] Exception during work: UpdateACEStatusWork(, Progress(?%, ?/0), Updating ACE status) java.lang.NullPointerException

2016-12-29 16:00:00,006 ERROR [Quartz_Worker-1] [org.nuxeo.ecm.core.event.impl.EventServiceImpl] Exception during triggerEsclationRules sync listener execution, continuing to run other listeners java.lang.NullPointerException 2016-12-29 16:01:58,971 ERROR [http-bio-0.0.0.0-8080-exec-28] [org.jboss.seam.jsf.SeamPhaseListener] swallowing exception javax.el.ELException: java.lang.NullPointerException Above mentioned are the exceptions

12/29/2016

I have attached my server.log file as well.
12/29/2016

The full stack trace from the exception is needed.
12/29/2016

2016-12-29 16:00:00,004 ERROR [Nuxeo-Work-updateACEStatus-101: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)
12/29/2016

I have attached the latest server.log file . It would be really great if you can view it.It has detailed trace.
12/29/2016

I'm pretty sure there must be earlier errors previously in the log.
12/29/2016

let me clear the logs and run it again then i will send the fine.
12/29/2016

i have cleared all the logs and generated log file again ! i have attached the server log file from programdata/nuxeo/logs/server.
12/29/2016

ERROR [localhost-startStop-1] [org.nuxeo.runtime.model.impl.RegistrationInfoImpl] Component service:org.nuxeo.ecm.core.repository.RepositoryServiceComponent notification of application started failed: Cannot get blob info for: a8b74f69fa34c01839fcf987f58b0ec8 org.nuxeo.ecm.core.api.PropertyException: Cannot get blob info for: a8b74f69fa34c01839fcf987f58b0ec8

at org.nuxeo.ecm.core.storage.BaseDocument.getValueBlob(BaseDocument.java:461)
at org.nuxeo.ecm.core.storage.BaseDocument.readComplexProperty(BaseDocument.java:645)
at org.nuxeo.ecm.core.storage.BaseDocument.readComplexProperty(BaseDocument.java:660)
at org.nuxeo.ecm.core.storage.sql.coremodel.SQLDocumentLive.readDocumentPart(SQLDocumentLive.java:172)
at org.nuxeo.ecm.core.api.DocumentModelFactory.createDataModel(DocumentModelFactory.java:208)
at org.nuxeo.ecm.core.api.AbstractSession.getDataModel(AbstractSession.java:1966)
at org.nuxeo.ecm.core.api.impl.DocumentModelImpl$1.run(DocumentModelImpl.java:492)
at org.nuxeo.ecm.core.api.impl.DocumentModelImpl$1.run(DocumentModelImpl.java:489)
at org.nuxeo.ecm.core.api.impl.DocumentModelImpl$RunWithCoreSession.execute(DocumentModelImpl.java:403)
at org.nuxeo.ecm.core.api.impl.DocumentModelImpl.loadDataModel(DocumentModelImpl.java:494)
at org.nuxeo.ecm.core.api.impl.DocumentModelImpl.getDataModel(DocumentModelImpl.java:503)
at org.nuxeo.ecm.core.api.impl.DocumentModelImpl.setProperties(DocumentModelImpl.java:865)
at org.nuxeo.ecm.core.io.impl.AbstractDocumentModelWriter.loadSchema(AbstractDocumentModelWriter.java:313)
at org.nuxeo.ecm.core.io.impl.AbstractDocumentModelWriter.loadSchemas(AbstractDocumentModelWriter.java:293)
at org.nuxeo.ecm.core.io.impl.AbstractDocumentModelWriter.updateDocument(AbstractDocumentModelWriter.java:178)
at org.nuxeo.ecm.core.io.impl.plugins.DocumentModelWriter.doWrite(DocumentModelWriter.java:90)
at org.nuxeo.ecm.core.io.impl.plugins.DocumentModelWriter.write(DocumentModelWriter.java:75)
at org.nuxeo.ecm.core.io.impl.AbstractDocumentWriter.write(AbstractDocumentWriter.java:53)
at org.nuxeo.ecm.core.io.impl.DocumentPipeImpl.readAndWriteDocs(DocumentPipeImpl.java:127)
at org.nuxeo.ecm.core.io.impl.DocumentPipeImpl.run(DocumentPipeImpl.java:102)
at org.nuxeo.ecm.showcase.content.ShowcaseContentImporter.create(ShowcaseContentImporter.java:128)

This is the first error regarding blob .You can see the detailed trace from the file attached!

12/29/2016

Any help is appreciated!
01/04/2017