Continuous errors in Nuxeo 6.0 HF08

Hello,

I have an instance of Nuxeo 6.0HF08 and i'm getting continuous errors like the followings.

http://pastebin.com/f1ytuBQ5

Also, sometimes I'm getting the following error.

2015-03-23 11:13:11,167 ERROR [ajp-bio-127.0.0.1-38009-exec-3] [org.nuxeo.ecm.core.api.CoreSession] Permission 'Read' is not granted to 'administrator.nrk' on document /TEST/templates/Form_A.145415 .trashed (4393236a-9934-475f-85e2-f5db26b4edbd - TemplateSource)

How can I solve it?

Thanks in advance.

Kind regards

1 votes

0 answers

1891 views

ANSWER

Same error on Nuxeo 6.0HF25

The originating error is

2016-01-28 00:05:00,188 ERROR [Nuxeo-Work-escalation-79] [org.nuxeo.ecm.core.work.AbstractWork] Exception during work: EscalationRuleWork(, Progress(?%, ?/0), null)
org.nuxeo.ecm.platform.routing.api.exception.DocumentRouteException: Error running chain: NRD-AC-PR-force-validate
        at org.nuxeo.ecm.platform.routing.core.impl.GraphNodeImpl.executeChain(GraphNodeImpl.java:560)
        at org.nuxeo.ecm.platform.routing.core.impl.GraphNodeImpl.executeChain(GraphNodeImpl.java:528)
        at org.nuxeo.ecm.platform.routing.core.impl.DocumentRoutingEscalationServiceImpl$EscalationRuleWork.work(DocumentRoutingEscalationServiceImpl.java:149)
        at org.nuxeo.ecm.core.work.AbstractWork.runWorkWithTransaction(AbstractWork.java:342)
        at org.nuxeo.ecm.core.work.AbstractWork.runWorkWithTransactionAndCheckExceptions(AbstractWork.java:303)
        at org.nuxeo.ecm.core.work.AbstractWork.run(AbstractWork.java:272)
        at org.nuxeo.ecm.core.work.WorkHolder.run(WorkHolder.java:52)
        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)
Caused by: org.nuxeo.ecm.automation.TraceException:

and the following errors seem to be alternating between :

Caught error: Failed to invoke operation Context.RunScript
Caused by: [Error: This[0]: array index out of bounds.]

and

Caught error: Failed to invoke operation Workflow.ResumeNodeOperation
Caused by: org.nuxeo.ecm.core.api.ClientRuntimeException: org.nuxeo.ecm.platform.routing.api.exception.DocumentRouteException: Error running chain: NRD-AC-PR-storeTaskInfo

Is there some kind of loop ?

01/28/2016

It seems NRD-AC-PR-storeTaskInfo tries to access a document (formerly associated to the workflow) that no longer exists
03/05/2016