Details
-
Bug
-
Resolution: Won't Do
-
Major
-
xCM 5.0 SP5
-
None
-
Jahia 5.0 Build 21440
Mysql 5
FS storage
JDK 1.6
Description
Imported the demo content, validated the whole site, added, moved and deleted a few pages, then I went in the workflow engine, opened full sitemap, selected all pages to validate and got the followin exception during validation :
2008-07-22 15:25:08,776: WARN [org.jahia.services.audit.JahiaDBAuditLogManagerService] - Exception occurred while retrieving Event Object Parent
org.jahia.exceptions.JahiaPageNotFoundException: User message=404 Not found - Page:43, System message=404 error - page [43] could not be found in the database o
r is no longer accessible.
at org.jahia.services.pages.JahiaPageBaseService.lookupContentPage(JahiaPageBaseService.java:1719)
at org.jahia.services.pages.JahiaPageBaseService.lookupContentPage(JahiaPageBaseService.java:1641)
at org.jahia.services.pages.JahiaPageBaseService$$FastClassByCGLIB$$e7c6d2f7.invoke(<generated>)
at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:661)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:122)
at org.springframework.aop.interceptor.AbstractTraceInterceptor.invoke(AbstractTraceInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:144)
at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:606)
at org.jahia.services.pages.JahiaPageBaseService$$EnhancerByCGLIB$$1d1a8f86.lookupContentPage(<generated>)
at org.jahia.services.pages.ContentPage.getPage(ContentPage.java:809)
at org.jahia.services.pages.ContentPage.getPage(ContentPage.java:819)
at org.jahia.services.audit.JahiaDBAuditLogManagerService.getParent(JahiaDBAuditLogManagerService.java:363)
at org.jahia.services.audit.JahiaDBAuditLogManagerService.logEvent(JahiaDBAuditLogManagerService.java:129)
at org.jahia.services.audit.JahiaDBAuditLogManagerService$$FastClassByCGLIB$$a8dba3c4.invoke(<generated>)
at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:661)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:122)
at org.springframework.aop.interceptor.AbstractTraceInterceptor.invoke(AbstractTraceInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:144)
at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:606)
at org.jahia.services.audit.JahiaDBAuditLogManagerService$$EnhancerByCGLIB$$4aa4addd.logEvent(<generated>)
at org.jahia.services.audit.LoggingEventListener.contentActivation(LoggingEventListener.java:216)
at sun.reflect.GeneratedMethodAccessor403.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jahia.registries.JahiaListenersRegistry.wakeupListeners(JahiaListenersRegistry.java:232)
at org.jahia.services.events.JahiaEventGeneratorBaseService.fireContentActivation(JahiaEventGeneratorBaseService.java:334)
at org.jahia.services.events.JahiaEventGeneratorBaseService$$FastClassByCGLIB$$15089916.invoke(<generated>)
at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:661)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:122)
at org.springframework.aop.interceptor.AbstractTraceInterceptor.invoke(AbstractTraceInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:144)
at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:606)
at org.jahia.services.events.JahiaEventGeneratorBaseService$$EnhancerByCGLIB$$d73cdc33.fireContentActivation(<generated>)
at org.jahia.content.ContentObject.fireContentActivationEvent(ContentObject.java:1466)
at org.jahia.services.pages.ContentPage.activate(ContentPage.java:2838)
at org.jahia.services.workflow.WorkflowService.activate(WorkflowService.java:1247)
at org.jahia.services.workflow.WorkflowService.activate(WorkflowService.java:1159)
at org.jahia.services.workflow.WorkflowService.activate(WorkflowService.java:1151)
at org.jahia.services.workflow.WorkflowService$$FastClassByCGLIB$$4fc46a68.invoke(<generated>)
at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:661)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:122)
at org.springframework.aop.interceptor.AbstractTraceInterceptor.invoke(AbstractTraceInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:144)
at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:606)
at org.jahia.services.workflow.WorkflowService$$EnhancerByCGLIB$$10ecde89.activate(<generated>)
at org.jahia.services.workflow.ActivationJob.processWorkflow(ActivationJob.java:221)
at org.jahia.services.workflow.ActivationJob.executeJahiaJob(ActivationJob.java:115)
at org.jahia.services.scheduler.BackgroundJob.execute(BackgroundJob.java:137)
at org.quartz.core.JobRunShell.run(JobRunShell.java:195)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
2008-07-22 15:25:08,776: WARN [org.jahia.services.audit.JahiaDBAuditLogManagerService] - Error creating audit log entry
org.jahia.exceptions.JahiaException: User message=Audit Log Manager internal error, System message=Exception occurred while retrieving Event Object Parent, root
cause:User message=404 Not found - Page:43, System message=404 error - page [43] could not be found in the database or is no longer accessible. root cause=org.
jahia.exceptions.JahiaPageNotFoundException: User message=404 Not found - Page:43, System message=404 error - page [43] could not be found in the database or is
no longer accessible.
at org.jahia.services.audit.JahiaDBAuditLogManagerService.getParent(JahiaDBAuditLogManagerService.java:424)
at org.jahia.services.audit.JahiaDBAuditLogManagerService.logEvent(JahiaDBAuditLogManagerService.java:129)
at org.jahia.services.audit.JahiaDBAuditLogManagerService$$FastClassByCGLIB$$a8dba3c4.invoke(<generated>)
at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:661)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:122)
at org.springframework.aop.interceptor.AbstractTraceInterceptor.invoke(AbstractTraceInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:144)
at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:606)
at org.jahia.services.audit.JahiaDBAuditLogManagerService$$EnhancerByCGLIB$$4aa4addd.logEvent(<generated>)
at org.jahia.services.audit.LoggingEventListener.contentActivation(LoggingEventListener.java:216)
at sun.reflect.GeneratedMethodAccessor403.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jahia.registries.JahiaListenersRegistry.wakeupListeners(JahiaListenersRegistry.java:232)
at org.jahia.services.events.JahiaEventGeneratorBaseService.fireContentActivation(JahiaEventGeneratorBaseService.java:334)
at org.jahia.services.events.JahiaEventGeneratorBaseService$$FastClassByCGLIB$$15089916.invoke(<generated>)
at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:661)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:122)
at org.springframework.aop.interceptor.AbstractTraceInterceptor.invoke(AbstractTraceInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:144)
at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:606)
at org.jahia.services.events.JahiaEventGeneratorBaseService$$EnhancerByCGLIB$$d73cdc33.fireContentActivation(<generated>)
at org.jahia.content.ContentObject.fireContentActivationEvent(ContentObject.java:1466)
at org.jahia.services.pages.ContentPage.activate(ContentPage.java:2838)
at org.jahia.services.workflow.WorkflowService.activate(WorkflowService.java:1247)
at org.jahia.services.workflow.WorkflowService.activate(WorkflowService.java:1159)
at org.jahia.services.workflow.WorkflowService.activate(WorkflowService.java:1151)
at org.jahia.services.workflow.WorkflowService$$FastClassByCGLIB$$4fc46a68.invoke(<generated>)
at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:661)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:122)
at org.springframework.aop.interceptor.AbstractTraceInterceptor.invoke(AbstractTraceInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:144)
at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:606)
at org.jahia.services.workflow.WorkflowService$$EnhancerByCGLIB$$10ecde89.activate(<generated>)
at org.jahia.services.workflow.ActivationJob.processWorkflow(ActivationJob.java:221)
at org.jahia.services.workflow.ActivationJob.executeJahiaJob(ActivationJob.java:115)
at org.jahia.services.scheduler.BackgroundJob.execute(BackgroundJob.java:137)
at org.quartz.core.JobRunShell.run(JobRunShell.java:195)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
Caused by: org.jahia.exceptions.JahiaPageNotFoundException: User message=404 Not found - Page:43, System message=404 error - page [43] could not be found in the
database or is no longer accessible.
at org.jahia.services.pages.JahiaPageBaseService.lookupContentPage(JahiaPageBaseService.java:1719)
at org.jahia.services.pages.JahiaPageBaseService.lookupContentPage(JahiaPageBaseService.java:1641)
at org.jahia.services.pages.JahiaPageBaseService$$FastClassByCGLIB$$e7c6d2f7.invoke(<generated>)
at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:661)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:122)
at org.springframework.aop.interceptor.AbstractTraceInterceptor.invoke(AbstractTraceInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:144)
at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:606)
at org.jahia.services.pages.JahiaPageBaseService$$EnhancerByCGLIB$$1d1a8f86.lookupContentPage(<generated>)
at org.jahia.services.pages.ContentPage.getPage(ContentPage.java:809)
at org.jahia.services.pages.ContentPage.getPage(ContentPage.java:819)
at org.jahia.services.audit.JahiaDBAuditLogManagerService.getParent(JahiaDBAuditLogManagerService.java:363)
... 41 more
org.jahia.exceptions.JahiaPageNotFoundException: User message=404 Not found - Page:43, System message=404 error - page [43] could not be found in the database o
r is no longer accessible.
at org.jahia.services.pages.JahiaPageBaseService.lookupContentPage(JahiaPageBaseService.java:1719)
at org.jahia.services.pages.JahiaPageBaseService.lookupContentPage(JahiaPageBaseService.java:1641)
at org.jahia.services.pages.JahiaPageBaseService$$FastClassByCGLIB$$e7c6d2f7.invoke(<generated>)
at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:661)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:122)
at org.springframework.aop.interceptor.AbstractTraceInterceptor.invoke(AbstractTraceInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:144)
at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:606)
at org.jahia.services.pages.JahiaPageBaseService$$EnhancerByCGLIB$$1d1a8f86.lookupContentPage(<generated>)
at org.jahia.services.pages.ContentPage.getPage(ContentPage.java:809)
at org.jahia.services.pages.ContentPage.getPage(ContentPage.java:819)
at org.jahia.services.audit.JahiaDBAuditLogManagerService.getParent(JahiaDBAuditLogManagerService.java:363)
at org.jahia.services.audit.JahiaDBAuditLogManagerService.logEvent(JahiaDBAuditLogManagerService.java:129)
at org.jahia.services.audit.JahiaDBAuditLogManagerService$$FastClassByCGLIB$$a8dba3c4.invoke(<generated>)
at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:661)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:122)
at org.springframework.aop.interceptor.AbstractTraceInterceptor.invoke(AbstractTraceInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:144)
at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:606)
at org.jahia.services.audit.JahiaDBAuditLogManagerService$$EnhancerByCGLIB$$4aa4addd.logEvent(<generated>)
at org.jahia.services.audit.LoggingEventListener.contentActivation(LoggingEventListener.java:216)
at sun.reflect.GeneratedMethodAccessor403.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jahia.registries.JahiaListenersRegistry.wakeupListeners(JahiaListenersRegistry.java:232)
at org.jahia.services.events.JahiaEventGeneratorBaseService.fireContentActivation(JahiaEventGeneratorBaseService.java:334)
at org.jahia.services.events.JahiaEventGeneratorBaseService$$FastClassByCGLIB$$15089916.invoke(<generated>)
at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:661)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:122)
at org.springframework.aop.interceptor.AbstractTraceInterceptor.invoke(AbstractTraceInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:144)
at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:606)
at org.jahia.services.events.JahiaEventGeneratorBaseService$$EnhancerByCGLIB$$d73cdc33.fireContentActivation(<generated>)
at org.jahia.content.ContentObject.fireContentActivationEvent(ContentObject.java:1466)
at org.jahia.services.pages.ContentPage.activate(ContentPage.java:2838)
at org.jahia.services.workflow.WorkflowService.activate(WorkflowService.java:1247)
at org.jahia.services.workflow.WorkflowService.activate(WorkflowService.java:1159)
at org.jahia.services.workflow.WorkflowService.activate(WorkflowService.java:1151)
at org.jahia.services.workflow.WorkflowService$$FastClassByCGLIB$$4fc46a68.invoke(<generated>)
at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:661)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:122)
at org.springframework.aop.interceptor.AbstractTraceInterceptor.invoke(AbstractTraceInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:144)
at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:606)
at org.jahia.services.workflow.WorkflowService$$EnhancerByCGLIB$$10ecde89.activate(<generated>)
at org.jahia.services.workflow.ActivationJob.processWorkflow(ActivationJob.java:221)
at org.jahia.services.workflow.ActivationJob.executeJahiaJob(ActivationJob.java:115)
at org.jahia.services.scheduler.BackgroundJob.execute(BackgroundJob.java:137)
at org.quartz.core.JobRunShell.run(JobRunShell.java:195)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
2008-07-22 15:25:09,214: ERROR [org.jahia.services.workflow.ActivationJob] - Error during workflow operation! We must flush all caches to ensure integrity betwe
en database and viewing
java.lang.IllegalArgumentException: null source
at java.util.EventObject.<init>(EventObject.java:38)
at org.jahia.data.events.JahiaEvent.<init>(JahiaEvent.java:74)
at org.jahia.content.events.ContentActivationEvent.<init>(ContentActivationEvent.java:55)
at org.jahia.services.workflow.WorkflowService.activate(WorkflowService.java:1399)
at org.jahia.services.workflow.WorkflowService.activate(WorkflowService.java:1159)
at org.jahia.services.workflow.WorkflowService.activate(WorkflowService.java:1151)
at org.jahia.services.workflow.WorkflowService$$FastClassByCGLIB$$4fc46a68.invoke(<generated>)
at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:661)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:122)
at org.springframework.aop.interceptor.AbstractTraceInterceptor.invoke(AbstractTraceInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:144)
at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:606)
at org.jahia.services.workflow.WorkflowService$$EnhancerByCGLIB$$10ecde89.activate(<generated>)
at org.jahia.services.workflow.ActivationJob.processWorkflow(ActivationJob.java:221)
at org.jahia.services.workflow.ActivationJob.executeJahiaJob(ActivationJob.java:115)
at org.jahia.services.scheduler.BackgroundJob.execute(BackgroundJob.java:137)
at org.quartz.core.JobRunShell.run(JobRunShell.java:195)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
2008-07-22 15:25:09,653: INFO [org.jahia.services.cache.CacheFactory] - Flushed all caches.
2008-07-22 15:25:09,653: ERROR [org.jahia.services.scheduler.BackgroundJob] - Cannot execute job
org.jahia.exceptions.JahiaException: User message=null source, System message=null source, root cause:null source root cause=java.lang.IllegalArgumentException:
null source
at org.jahia.services.workflow.ActivationJob.processWorkflow(ActivationJob.java:327)
at org.jahia.services.workflow.ActivationJob.executeJahiaJob(ActivationJob.java:115)
at org.jahia.services.scheduler.BackgroundJob.execute(BackgroundJob.java:137)
at org.quartz.core.JobRunShell.run(JobRunShell.java:195)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
Caused by: java.lang.IllegalArgumentException: null source
at java.util.EventObject.<init>(EventObject.java:38)
at org.jahia.data.events.JahiaEvent.<init>(JahiaEvent.java:74)
at org.jahia.content.events.ContentActivationEvent.<init>(ContentActivationEvent.java:55)
at org.jahia.services.workflow.WorkflowService.activate(WorkflowService.java:1399)
at org.jahia.services.workflow.WorkflowService.activate(WorkflowService.java:1159)
at org.jahia.services.workflow.WorkflowService.activate(WorkflowService.java:1151)
at org.jahia.services.workflow.WorkflowService$$FastClassByCGLIB$$4fc46a68.invoke(<generated>)
at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:661)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:122)
at org.springframework.aop.interceptor.AbstractTraceInterceptor.invoke(AbstractTraceInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:144)
at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:606)
at org.jahia.services.workflow.WorkflowService$$EnhancerByCGLIB$$10ecde89.activate(<generated>)
at org.jahia.services.workflow.ActivationJob.processWorkflow(ActivationJob.java:221)
... 4 more
java.lang.IllegalArgumentException: null source
at java.util.EventObject.<init>(EventObject.java:38)
at org.jahia.data.events.JahiaEvent.<init>(JahiaEvent.java:74)
at org.jahia.content.events.ContentActivationEvent.<init>(ContentActivationEvent.java:55)
at org.jahia.services.workflow.WorkflowService.activate(WorkflowService.java:1399)
at org.jahia.services.workflow.WorkflowService.activate(WorkflowService.java:1159)
at org.jahia.services.workflow.WorkflowService.activate(WorkflowService.java:1151)
at org.jahia.services.workflow.WorkflowService$$FastClassByCGLIB$$4fc46a68.invoke(<generated>)
at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:661)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:122)
at org.springframework.aop.interceptor.AbstractTraceInterceptor.invoke(AbstractTraceInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:144)
at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:606)
at org.jahia.services.workflow.WorkflowService$$EnhancerByCGLIB$$10ecde89.activate(<generated>)
at org.jahia.services.workflow.ActivationJob.processWorkflow(ActivationJob.java:221)
at org.jahia.services.workflow.ActivationJob.executeJahiaJob(ActivationJob.java:115)
at org.jahia.services.scheduler.BackgroundJob.execute(BackgroundJob.java:137)
at org.quartz.core.JobRunShell.run(JobRunShell.java:195)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
org.jahia.exceptions.JahiaPageNotFoundException: User message=404 Not found - Page:43, System message=404 error - page [43] could not be found in the database o
r is no longer accessible.
at org.jahia.services.pages.JahiaPageBaseService.lookupContentPage(JahiaPageBaseService.java:1719)
at org.jahia.services.pages.JahiaPageBaseService.lookupContentPage(JahiaPageBaseService.java:1641)
at org.jahia.services.pages.JahiaPageBaseService$$FastClassByCGLIB$$e7c6d2f7.invoke(<generated>)
at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:661)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:122)
at org.springframework.aop.interceptor.AbstractTraceInterceptor.invoke(AbstractTraceInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:144)
at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:606)
at org.jahia.services.pages.JahiaPageBaseService$$EnhancerByCGLIB$$1d1a8f86.lookupContentPage(<generated>)
at org.jahia.services.pages.ContentPage.getPage(ContentPage.java:809)
at org.jahia.services.pages.ContentPage.getPage(ContentPage.java:819)
at org.jahia.services.containers.ContentContainerList.getParent(ContentContainerList.java:244)
at org.jahia.services.containers.ContentContainerList.getParent(ContentContainerList.java:253)
at org.jahia.services.importexport.ActivationContentPickerListener.aggregatedContentActivation(ActivationContentPickerListener.java:64)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jahia.registries.JahiaListenersRegistry.wakeupListeners(JahiaListenersRegistry.java:232)
at org.jahia.services.events.JahiaEventGeneratorBaseService.fireAggregatedEvents(JahiaEventGeneratorBaseService.java:117)
at org.jahia.services.events.JahiaEventGeneratorBaseService$$FastClassByCGLIB$$15089916.invoke(<generated>)
at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:661)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:122)
at org.springframework.aop.interceptor.AbstractTraceInterceptor.invoke(AbstractTraceInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:144)
at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:606)
at org.jahia.services.events.JahiaEventGeneratorBaseService$$EnhancerByCGLIB$$d73cdc33.fireAggregatedEvents(<generated>)
at org.jahia.services.scheduler.BackgroundJob.execute(BackgroundJob.java:155)
at org.quartz.core.JobRunShell.run(JobRunShell.java:195)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
2008-07-22 15:25:09,747: INFO [org.jahia.services.scheduler.BackgroundJob] - Background job (of type workflow) ended with status failed executed in 2s
2008-07-22 15:25:09,763: INFO [org.quartz.core.JobRunShell] - Job ActivationJob.BackgroundJob-4e42125c-bb47-4f95-9e6f-c7b0de95b16e threw a JobExecutionExceptio
n:
org.quartz.JobExecutionException: org.jahia.exceptions.JahiaException: User message=null source, System message=null source, root cause:null source root cause=j
ava.lang.IllegalArgumentException: null source [See nested exception: org.jahia.exceptions.JahiaException: User message=null source, System message=null source,
root cause:null source root cause=java.lang.IllegalArgumentException: null source]
at org.jahia.services.scheduler.BackgroundJob.execute(BackgroundJob.java:147)
at org.quartz.core.JobRunShell.run(JobRunShell.java:195)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
- Nested Exception (Underlying Cause) ---------------
org.jahia.exceptions.JahiaException: User message=null source, System message=null source, root cause:null source root cause=java.lang.IllegalArgumentException:
null source
at org.jahia.services.workflow.ActivationJob.processWorkflow(ActivationJob.java:327)
at org.jahia.services.workflow.ActivationJob.executeJahiaJob(ActivationJob.java:115)
at org.jahia.services.scheduler.BackgroundJob.execute(BackgroundJob.java:137)
at org.quartz.core.JobRunShell.run(JobRunShell.java:195)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
Caused by: java.lang.IllegalArgumentException: null source
at java.util.EventObject.<init>(EventObject.java:38)
at org.jahia.data.events.JahiaEvent.<init>(JahiaEvent.java:74)
at org.jahia.content.events.ContentActivationEvent.<init>(ContentActivationEvent.java:55)
at org.jahia.services.workflow.WorkflowService.activate(WorkflowService.java:1399)
at org.jahia.services.workflow.WorkflowService.activate(WorkflowService.java:1159)
at org.jahia.services.workflow.WorkflowService.activate(WorkflowService.java:1151)
at org.jahia.services.workflow.WorkflowService$$FastClassByCGLIB$$4fc46a68.invoke(<generated>)
at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:661)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:122)
at org.springframework.aop.interceptor.AbstractTraceInterceptor.invoke(AbstractTraceInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:144)
at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:606)
at org.jahia.services.workflow.WorkflowService$$EnhancerByCGLIB$$10ecde89.activate(<generated>)
at org.jahia.services.workflow.ActivationJob.processWorkflow(ActivationJob.java:221)
... 4 more
java.lang.IllegalArgumentException: null source
at java.util.EventObject.<init>(EventObject.java:38)
at org.jahia.data.events.JahiaEvent.<init>(JahiaEvent.java:74)
at org.jahia.content.events.ContentActivationEvent.<init>(ContentActivationEvent.java:55)
at org.jahia.services.workflow.WorkflowService.activate(WorkflowService.java:1399)
at org.jahia.services.workflow.WorkflowService.activate(WorkflowService.java:1159)
at org.jahia.services.workflow.WorkflowService.activate(WorkflowService.java:1151)
at org.jahia.services.workflow.WorkflowService$$FastClassByCGLIB$$4fc46a68.invoke(<generated>)
at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:661)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:122)
at org.springframework.aop.interceptor.AbstractTraceInterceptor.invoke(AbstractTraceInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:144)
at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:606)
at org.jahia.services.workflow.WorkflowService$$EnhancerByCGLIB$$10ecde89.activate(<generated>)
at org.jahia.services.workflow.ActivationJob.processWorkflow(ActivationJob.java:221)
at org.jahia.services.workflow.ActivationJob.executeJahiaJob(ActivationJob.java:115)
at org.jahia.services.scheduler.BackgroundJob.execute(BackgroundJob.java:137)
at org.quartz.core.JobRunShell.run(JobRunShell.java:195)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)