05-14-2010 06:18 PM
<bean id="tf_test" class="org.springframework.scheduling.quartz.JobDetailBean">
<property name="jobClass">
<value>org.alfresco.repo.jscript.ExecuteScriptJob</value>
</property>
<property name="jobDataAsMap">
<map>
<entry key="scriptLocation">
<bean class="org.alfresco.repo.jscript.ClasspathScriptLocation">
<constructor-arg>
<value>alfresco/module/ca.abstractive.ecm.alfresco.alfrescotoolkit/script/scheduled/test.js</value>
</constructor-arg>
</bean>
</entry>
<entry key="scriptService">
<ref bean="ScriptService"/>
</entry>
<entry key="authenticationComponent">
<ref bean="authenticationComponent"/>
</entry>
<entry key="templateActionModelFactory">
<ref bean="templateActionModelFactory"/>
</entry>
</map>
</property>
</bean>
<bean id="tf_testTrigger" class="org.alfresco.util.CronTriggerBean">
<property name="jobDetail">
<ref bean="tf_test" />
</property>
<property name="scheduler">
<ref bean="schedulerFactory" />
</property>
<property name="cronExpression">
<value>0 0/2 * * * ?</value>
</property>
</bean>
16:14:02,012 ERROR [org.quartz.core.JobRunShell] Job DEFAULT.tf_test threw an unhandled Exception:
org.alfresco.scripts.ScriptException: 04140001 Failed to execute script 'alfresco/module/ca.abstractive.ecm.alfresco.alfrescotoolkit/script/scheduled/test.js': 04140000 ReferenceError: "companyhome" is not defined. (alfresco/module/ca.abstractive.ecm.alfresco.alfrescotoolkit/script/scheduled/test.js#3)
at org.alfresco.repo.jscript.RhinoScriptProcessor.execute(RhinoScriptProcessor.java:178)
at org.alfresco.repo.processor.ScriptServiceImpl.executeScript(ScriptServiceImpl.java:246)
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.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:304)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
at org.alfresco.repo.security.permissions.impl.AlwaysProceedMethodInterceptor.invoke(AlwaysProceedMethodInterceptor.java:40)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.alfresco.repo.security.permissions.impl.ExceptionTranslatorMethodInterceptor.invoke(ExceptionTranslatorMethodInterceptor.java:49)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.alfresco.repo.audit.AuditMethodInterceptor.proceedWithAudit(AuditMethodInterceptor.java:238)
at org.alfresco.repo.audit.AuditMethodInterceptor.proceed(AuditMethodInterceptor.java:205)
at org.alfresco.repo.audit.AuditMethodInterceptor.invoke(AuditMethodInterceptor.java:153)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
at $Proxy110.executeScript(Unknown Source)
at org.alfresco.repo.jscript.ExecuteScriptJob.execute(ExecuteScriptJob.java:86)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:529)
Caused by: org.alfresco.error.AlfrescoRuntimeException: 04140000 ReferenceError: "companyhome" is not defined. (alfresco/module/ca.abstractive.ecm.alfresco.alfrescotoolkit/script/scheduled/test.js#3)
at org.alfresco.repo.jscript.RhinoScriptProcessor.executeScriptImpl(RhinoScriptProcessor.java:472)
at org.alfresco.repo.jscript.RhinoScriptProcessor.execute(RhinoScriptProcessor.java:174)
… 23 more
Caused by: org.mozilla.javascript.EcmaError: ReferenceError: "companyhome" is not defined. (alfresco/module/ca.abstractive.ecm.alfresco.alfrescotoolkit/script/scheduled/test.js#3)
at org.mozilla.javascript.ScriptRuntime.constructError(ScriptRuntime.java:3350)
at org.mozilla.javascript.ScriptRuntime.constructError(ScriptRuntime.java:3340)
at org.mozilla.javascript.ScriptRuntime.notFoundError(ScriptRuntime.java:3413)
at org.mozilla.javascript.ScriptRuntime.name(ScriptRuntime.java:1612)
at org.mozilla.javascript.gen.c1._c0(alfresco/module/ca.abstractive.ecm.alfresco.alfrescotoolkit/script/scheduled/test.js:3)
at org.mozilla.javascript.gen.c1.call(alfresco/module/ca.abstractive.ecm.alfresco.alfrescotoolkit/script/scheduled/test.js)
at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:393)
at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2834)
at org.mozilla.javascript.gen.c1.call(alfresco/module/ca.abstractive.ecm.alfresco.alfrescotoolkit/script/scheduled/test.js)
at org.mozilla.javascript.gen.c1.exec(alfresco/module/ca.abstractive.ecm.alfresco.alfrescotoolkit/script/scheduled/test.js)
at org.alfresco.repo.jscript.RhinoScriptProcessor.executeScriptImpl(RhinoScriptProcessor.java:456)
… 24 more
10-13-2011 12:48 PM
10-13-2011 12:55 PM
var tmp = search.luceneSearch("PATH:\"/app:company_home\"");
var companyhome = tmp[0];
10-25-2013 04:37 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.