cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with workflow email notifications

cparks
Champ in-the-making
Champ in-the-making
Hi,

I have a review and reject workflow that works for everything that I have implemented, except email notifications. The settings for outbound email are set up for the alfresco server. I am also not modifying an OOB workflow from alfresco. The problem I am having is that in the ScriptTaskListener of the "management review" task, I have some javascript that will create and set up an email, very much like the adhoc task's email script. The listener triggers on the creation of the task. The problem stems from the last line in the script
<javascript> mail.execute(bpm_package); </javascript>

When I go to start the workflow in Share, I am unable to start it with this line in the code. Without this line of script, the workflow starts just fine. The question is, Is this line needed to send an email? If it isn't, that's fine by me. If it is, then how would I go about fixing this issue?

I have looked at various documentation and forum posts, but nothing has been able to solve my issue. I do know that the execute method will execute an action against a node. What exactly does this mean?

I will provide code on request.
3 REPLIES 3

krutik_jayswal
Elite Collaborator
Elite Collaborator
There might be chances that variable bpm_package is not accessible.That's is why it can throw exception.Attach log details.

Here is the relevant part of the log where I found the error:

11:38:23,396 DEBUG [org.alfresco.repo.jscript.ScriptLogger] json form submission for item:
11:38:23,396 DEBUG [org.alfresco.repo.jscript.ScriptLogger]    kind = workflow
11:38:23,396 DEBUG [org.alfresco.repo.jscript.ScriptLogger]    id = activiti$expenseWorkflow
11:38:57,397 DEBUG [org.alfresco.repo.jscript.ScriptLogger] org.alfresco.service.cmr.workflow.WorkflowException: 09100015 Failed to start workflow activiti$expenseWorkflow:93:14504.
11:38:57,397 DEBUG [org.alfresco.repo.jscript.ScriptLogger] Returning 500 status code

Also, this only happens when I try to send custom emails. When using the OOB variable bpm_sendEMailNotifications, emails are sent just fine.

cparks
Champ in-the-making
Champ in-the-making
Nothing shows up in the log about the problem, but you're welcome to look through it.


08:22:30,353 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopping 'Replication' subsystem, ID: [Replication, default]
08:22:30,374 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopped 'Replication' subsystem, ID: [Replication, default]
08:22:30,385 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopping 'Subscriptions' subsystem, ID: [Subscriptions, default]
08:22:30,386 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopped 'Subscriptions' subsystem, ID: [Subscriptions, default]
08:22:30,386 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopping 'email' subsystem, ID: [email, inbound]
08:22:30,387 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopped 'email' subsystem, ID: [email, inbound]
08:22:30,388 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopping 'fileServers' subsystem, ID: [fileServers, default]
08:22:30,390 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopped 'fileServers' subsystem, ID: [fileServers, default]
08:22:30,407 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopping 'ActivitiesFeed' subsystem, ID: [ActivitiesFeed, default]
08:22:30,408 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopped 'ActivitiesFeed' subsystem, ID: [ActivitiesFeed, default]
08:22:30,408 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopping 'OOoDirect' subsystem, ID: [OOoDirect, default]
08:22:30,409 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopped 'OOoDirect' subsystem, ID: [OOoDirect, default]
08:22:30,410 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopping 'Synchronization' subsystem, ID: [Synchronization, default]
08:22:30,410 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopped 'Synchronization' subsystem, ID: [Synchronization, default]
08:22:30,411 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopping 'email' subsystem, ID: [email, outbound]
08:22:30,411 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopped 'email' subsystem, ID: [email, outbound]
08:22:30,411 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopping 'imap' subsystem, ID: [imap, default]
08:22:30,412 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopped 'imap' subsystem, ID: [imap, default]
08:22:30,509 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopping 'Search' subsystem, ID: [Search, managed, lucene]
08:22:31,004 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopped 'Search' subsystem, ID: [Search, managed, lucene]
08:22:31,027 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopping 'Authentication' subsystem, ID: [Authentication, managed, alfrescoNtlm1]
08:22:31,028 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopped 'Authentication' subsystem, ID: [Authentication, managed, alfrescoNtlm1]
08:22:31,029 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopping 'thirdparty' subsystem, ID: [thirdparty, default]
08:22:31,029 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopped 'thirdparty' subsystem, ID: [thirdparty, default]
08:22:31,031 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopping 'sysAdmin' subsystem, ID: [sysAdmin, default]
08:22:31,031 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Stopped 'sysAdmin' subsystem, ID: [sysAdmin, default]
08:23:01,496 INFO  [org.alfresco.repo.admin] Using database URL 'jdbc:h2:./alf_data_dev/h2_data/alf_dev;MODE=PostgreSQL;AUTO_SERVER=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=10000;MVCC=TRUE' with user 'alfresco'.
08:23:06,906 INFO  [org.alfresco.repo.admin] Connected to database H2 version 1.3.174 (2013-10-19)
08:23:14,391 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'sysAdmin' subsystem, ID: [sysAdmin, default]
08:23:14,424 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'sysAdmin' subsystem, ID: [sysAdmin, default] complete
08:23:23,277 INFO  [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor Repository Template Processor for extension ftl
08:23:23,280 INFO  [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor Repository Script Processor for extension js
08:23:28,822 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] Connecting to database: jdbc:h2:./alf_data_dev/h2_data/alf_dev, UserName=ALFRESCO, H2 JDBC Driver
08:23:28,826 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] Schema managed by database dialect org.hibernate.dialect.H2Dialect.
08:23:29,289 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] No changes were made to the schema.
08:23:29,648 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'Authentication' subsystem, ID: [Authentication, managed, alfrescoNtlm1]
08:23:29,820 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'Authentication' subsystem, ID: [Authentication, managed, alfrescoNtlm1] complete
08:23:30,008 WARN  [org.jbpm.jpdl.xml.JpdlXmlReader] process xml warning: swimlane 'initiator' does not have an assignment
08:23:30,039 WARN  [org.jbpm.jpdl.xml.JpdlXmlReader] process parse warning: swimlane 'initiator' does not have an assignment
08:23:30,115 WARN  [org.jbpm.jpdl.xml.JpdlXmlReader] process xml warning: swimlane 'initiator' does not have an assignment
08:23:30,116 WARN  [org.jbpm.jpdl.xml.JpdlXmlReader] process parse warning: swimlane 'initiator' does not have an assignment
08:23:30,175 WARN  [org.jbpm.jpdl.xml.JpdlXmlReader] process xml warning: swimlane 'initiator' does not have an assignment
08:23:30,176 WARN  [org.jbpm.jpdl.xml.JpdlXmlReader] process parse warning: swimlane 'initiator' does not have an assignment
08:23:30,200 WARN  [org.jbpm.jpdl.xml.JpdlXmlReader] process xml warning: swimlane 'initiator' does not have an assignment
08:23:30,201 WARN  [org.jbpm.jpdl.xml.JpdlXmlReader] process parse warning: swimlane 'initiator' does not have an assignment
08:23:30,224 WARN  [org.jbpm.jpdl.xml.JpdlXmlReader] process xml warning: swimlane 'initiator' does not have an assignment
08:23:30,225 WARN  [org.jbpm.jpdl.xml.JpdlXmlReader] process parse warning: swimlane 'initiator' does not have an assignment
08:23:30,271 WARN  [org.jbpm.jpdl.xml.JpdlXmlReader] process xml warning: swimlane 'initiator' does not have an assignment
08:23:30,274 WARN  [org.jbpm.jpdl.xml.JpdlXmlReader] process parse warning: swimlane 'initiator' does not have an assignment
08:23:30,357 WARN  [org.jbpm.jpdl.xml.JpdlXmlReader] process xml warning: swimlane 'initiator' does not have an assignment
08:23:30,358 WARN  [org.jbpm.jpdl.xml.JpdlXmlReader] process parse warning: swimlane 'initiator' does not have an assignment
08:23:30,378 WARN  [org.jbpm.jpdl.xml.JpdlXmlReader] process xml warning: swimlane 'initiator' does not have an assignment
08:23:30,379 WARN  [org.jbpm.jpdl.xml.JpdlXmlReader] process parse warning: swimlane 'initiator' does not have an assignment
08:23:30,399 WARN  [org.jbpm.jpdl.xml.JpdlXmlReader] process xml warning: swimlane 'initiator' does not have an assignment
08:23:30,400 WARN  [org.jbpm.jpdl.xml.JpdlXmlReader] process parse warning: swimlane 'initiator' does not have an assignment
08:23:30,506 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'Search' subsystem, ID: [Search, managed, lucene]
08:23:31,532 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'Search' subsystem, ID: [Search, managed, lucene] complete
08:23:31,688 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'thirdparty' subsystem, ID: [thirdparty, default]
08:23:31,740 ERROR [org.alfresco.repo.content.transform.magick.AbstractImageMagickContentTransformerWorker] ImageMagickContentTransformerWorker not available: 09100001 Failed to perform ImageMagick transformation:
Execution result:
   os:         Windows 7
   command:    ./ImageMagick/bin/convert C:\Users\cparks\AppData\Local\Temp\Alfresco\ImageMagickContentTransformerWorker_init_source_7491763427495964959.gif C:\Users\cparks\AppData\Local\Temp\Alfresco\ImageMagickContentTransformerWorker_init_target_6003945308545022614.png
   succeeded:  false
   exit code:  410
   out:       
   err:        Cannot run program "./ImageMagick/bin/convert": CreateProcess error=2, The system cannot find the file specified
08:23:31,746 ERROR [org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker] Failed to start a runtime executable content transformer:
Execution result:
   os:         Windows 7
   command:    ./bin/pdf2swf -V
   succeeded:  false
   exit code:  1
   out:       
   err:        Cannot run program "./bin/pdf2swf": CreateProcess error=2, The system cannot find the file specified
08:23:31,747 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'thirdparty' subsystem, ID: [thirdparty, default] complete
08:23:31,747 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'OOoDirect' subsystem, ID: [OOoDirect, default]
08:23:31,961 ERROR [org.alfresco.util.exec.RuntimeExecBootstrapBean] Bootstrap command failed:
Execution result:
   os:         Windows 7
   command:    soffice -accept=socket,host=127.0.0.1,port=8100;urp;StarOffice.ServiceManager -env:UserInstallation=file:///C:/Users/cparks/Alfresco/alfresco-repo/alf_data_dev/oouser -headless -nocrashreport -nofirststartwizard -nologo -norestore
   succeeded:  false
   exit code:  2
   out:       
   err:        Cannot run program "soffice": CreateProcess error=2, The system cannot find the file specified
08:23:32,999 WARN  [org.alfresco.util.OpenOfficeConnectionTester] An initial OpenOffice connection could not be established.
08:23:33,002 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'OOoDirect' subsystem, ID: [OOoDirect, default] complete
08:23:33,003 INFO  [org.alfresco.repo.admin.ConfigurationChecker] The Alfresco root data directory ('dir.root') is: alf_data_dev
08:23:33,029 INFO  [org.alfresco.repo.admin.patch.PatchExecuter] Checking for patches to apply …
08:23:33,412 INFO  [org.alfresco.repo.admin.patch.PatchExecuter] No patches were required.
08:23:33,422 INFO  [org.alfresco.repo.module.ModuleServiceImpl] Found 1 module(s).
08:23:33,443 INFO  [org.alfresco.repo.module.ModuleServiceImpl] Upgrading module 'alfresco-repo' version 1.0.1410100822 (was 1.0.1410091524).
08:23:33,559 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'fileServers' subsystem, ID: [fileServers, default]
08:23:34,110 ERROR [org.alfresco.fileserver] java.lang.UnsatisfiedLinkError: no Win32NetBIOSx64 in java.library.path
08:23:34,110 ERROR [org.alfresco.fileserver]    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1860)
08:23:34,111 ERROR [org.alfresco.fileserver]    at java.lang.Runtime.loadLibrary0(Runtime.java:845)
08:23:34,111 ERROR [org.alfresco.fileserver]    at java.lang.System.loadLibrary(System.java:1084)
08:23:34,111 ERROR [org.alfresco.fileserver]    at org.alfresco.jlan.netbios.win32.Win32NetBIOS.<clinit>(Win32NetBIOS.java:834)
08:23:34,111 ERROR [org.alfresco.fileserver]    at org.alfresco.filesys.AbstractServerConfigurationBean.getLocalServerName(AbstractServerConfigurationBean.java:671)
08:23:34,111 ERROR [org.alfresco.fileserver]    at org.alfresco.filesys.AbstractServerConfigurationBean.getLocalServerName(AbstractServerConfigurationBean.java:631)
08:23:34,111 ERROR [org.alfresco.fileserver]    at org.alfresco.filesys.config.ServerConfigurationBean.processCIFSServerConfig(ServerConfigurationBean.java:261)
08:23:34,111 ERROR [org.alfresco.fileserver]    at org.alfresco.filesys.AbstractServerConfigurationBean.init(AbstractServerConfigurationBean.java:473)
08:23:34,112 ERROR [org.alfresco.fileserver]    at org.alfresco.filesys.AbstractServerConfigurationBean.onApplicationEvent(AbstractServerConfigurationBean.java:824)
08:23:34,112 ERROR [org.alfresco.fileserver]    at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:97)
08:23:34,112 ERROR [org.alfresco.fileserver]    at org.alfresco.repo.management.subsystems.ChildApplicationContextFactory$ChildApplicationContext.publishEvent(ChildApplicationContextFactory.java:554)
08:23:34,112 ERROR [org.alfresco.fileserver]    at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:911)
08:23:34,112 ERROR [org.alfresco.fileserver]    at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:428)
08:23:34,112 ERROR [org.alfresco.fileserver]    at org.alfresco.repo.management.subsystems.ChildApplicationContextFactory$ApplicationContextState.start(ChildApplicationContextFactory.java:803)
08:23:34,113 ERROR [org.alfresco.fileserver]    at org.alfresco.repo.management.subsystems.AbstractPropertyBackedBean.start(AbstractPropertyBackedBean.java:991)
08:23:34,113 ERROR [org.alfresco.fileserver]    at org.alfresco.repo.management.subsystems.AbstractPropertyBackedBean.onApplicationEvent(AbstractPropertyBackedBean.java:530)
08:23:34,113 ERROR [org.alfresco.fileserver]    at org.alfresco.repo.management.SafeApplicationEventMulticaster.multicastEventInternal(SafeApplicationEventMulticaster.java:209)
08:23:34,113 ERROR [org.alfresco.fileserver]    at org.alfresco.repo.management.SafeApplicationEventMulticaster.multicastEvent(SafeApplicationEventMulticaster.java:180)
08:23:34,113 ERROR [org.alfresco.fileserver]    at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:303)
08:23:34,113 ERROR [org.alfresco.fileserver]    at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:911)
08:23:34,113 ERROR [org.alfresco.fileserver]    at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:428)
08:23:34,114 ERROR [org.alfresco.fileserver]    at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276)
08:23:34,114 ERROR [org.alfresco.fileserver]    at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)
08:23:34,114 ERROR [org.alfresco.fileserver]    at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
08:23:34,114 ERROR [org.alfresco.fileserver]    at org.alfresco.web.app.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:63)
08:23:34,114 ERROR [org.alfresco.fileserver]    at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4797)
08:23:34,114 ERROR [org.alfresco.fileserver]    at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5291)
08:23:34,115 ERROR [org.alfresco.fileserver]    at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
08:23:34,115 ERROR [org.alfresco.fileserver]    at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1559)
08:23:34,115 ERROR [org.alfresco.fileserver]    at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1549)
08:23:34,115 ERROR [org.alfresco.fileserver]    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
08:23:34,115 ERROR [org.alfresco.fileserver]    at java.util.concurrent.FutureTask.run(FutureTask.java:166)
08:23:34,115 ERROR [org.alfresco.fileserver]    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
08:23:34,115 ERROR [org.alfresco.fileserver]    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
08:23:34,116 ERROR [org.alfresco.fileserver]    at java.lang.Thread.run(Thread.java:722)
08:23:34,116 ERROR [org.alfresco.fileserver] Error accessing Win32 NetBIOS, check DLL is on the path
08:23:34,141 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'fileServers' subsystem, ID: [fileServers, default] complete
08:23:34,142 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'imap' subsystem, ID: [imap, default]
08:23:34,232 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'imap' subsystem, ID: [imap, default] complete
08:23:34,233 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'email' subsystem, ID: [email, outbound]
08:23:34,318 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'email' subsystem, ID: [email, outbound] complete
08:23:34,319 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'email' subsystem, ID: [email, inbound]
08:23:34,395 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'email' subsystem, ID: [email, inbound] complete
08:23:34,395 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'Subscriptions' subsystem, ID: [Subscriptions, default]
08:23:34,415 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'Subscriptions' subsystem, ID: [Subscriptions, default] complete
08:23:34,427 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'Synchronization' subsystem, ID: [Synchronization, default]
08:23:34,507 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'Synchronization' subsystem, ID: [Synchronization, default] complete
08:23:34,609 INFO  [org.alfresco.service.descriptor.DescriptorService] Alfresco JVM - v1.7.0_21-b11; maximum heap size 910.250MB
08:23:34,610 INFO  [org.alfresco.service.descriptor.DescriptorService] Alfresco started (Community). Current version: 4.2.0 (r63893-b12) schema 6,033. Originally installed version: 4.2.0 (r63893-b12) schema 6,033.
08:23:34,631 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'ActivitiesFeed' subsystem, ID: [ActivitiesFeed, default]
08:23:34,737 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'ActivitiesFeed' subsystem, ID: [ActivitiesFeed, default] complete
08:23:34,737 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'Replication' subsystem, ID: [Replication, default]
08:23:34,754 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'Replication' subsystem, ID: [Replication, default] complete
08:23:50,518 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 492 Web Scripts (+0 failed), 774 URLs
08:23:50,519 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 2 Package Description Documents (+0 failed)
08:23:50,519 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 1 Schema Description Documents (+0 failed)
08:23:54,658 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 492 Web Scripts (+0 failed), 774 URLs
08:23:54,658 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 2 Package Description Documents (+0 failed)
08:23:54,658 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 1 Schema Description Documents (+0 failed)
08:23:54,667 INFO  [org.springframework.extensions.webscripts.AbstractRuntimeContainer] Initialised Repository Web Script Container (in 12462.919ms)
08:23:54,706 INFO  [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl
08:23:54,709 INFO  [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js
08:23:58,196 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 492 Web Scripts (+0 failed), 774 URLs
08:23:58,197 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 2 Package Description Documents (+0 failed)
08:23:58,197 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 1 Schema Description Documents (+0 failed)
08:23:59,231 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 11 Web Scripts (+0 failed), 82 URLs
08:23:59,231 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 0 Package Description Documents (+0 failed)
08:23:59,231 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 0 Schema Description Documents (+0 failed)
08:23:59,317 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 11 Web Scripts (+0 failed), 82 URLs
08:23:59,317 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 0 Package Description Documents (+0 failed)
08:23:59,317 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 0 Schema Description Documents (+0 failed)
08:23:59,321 INFO  [org.springframework.extensions.webscripts.AbstractRuntimeContainer] Initialised Public Api Web Script Container (in 245.93806ms)
08:23:59,367 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 11 Web Scripts (+0 failed), 82 URLs
08:23:59,367 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 0 Package Description Documents (+0 failed)
08:23:59,367 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 0 Schema Description Documents (+0 failed)