Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Publish LiveSite Content Workflow error Teamsite 7.4.1
System
Greeting All,
Please guide me in right direction as I am trying to get PLC workflow working with fresh install of Teamsite/Livesite 7.4.1 on Linux Red Hat. PLC workflow fails to complete and returns this error
"
Error during task execution: Job Complete Email, message: Could not load stylesheet. unable to build message body. *** START STACK TRACE *** com.interwoven.livesite.workflow.task.EmailTask.buildMessageBody(EmailTask.java:265) com.interwoven.livesite.workflow.task.EmailTask.handleExecution(EmailTask.java:108) com.interwoven.livesite.workflow.task.AbstractUrlExternalTask.execute(AbstractUrlExternalTask.java:79) com.interwoven.livesite.spring.workflow.task.DelegatingUrlExternalTaskProxy.handleExecution(DelegatingUrlExternalTaskProxy.java:124) com.interwoven.livesite.workflow.task.AbstractUrlExternalTask.execute(AbstractUrlExternalTask.java:79) com.interwoven.ui.teamsite.workflow.task.URLExternalTaskCommand.execute(URLExternalTaskCommand.java:109) com.interwoven.ui.base.impl.command.CommandHandler.doExecuteCommand(CommandHandler.java:1041) com.interwoven.ui.base.impl.command.CommandHandler.tryRunCommandDescriptor(CommandHandler.java:864) com.interwoven.ui.base.impl.command.CommandHandler.tryRunForward(CommandHandler.java:760) com.interwoven.ui.base.impl.command.CommandHandler.tryRunCommandID(CommandHandler.java:704) *** END STACK TRACE *** "
During Post installation checks, I did notice that PLC Workflow related files (PLC.ipm and PLC.json files were missing from /.../Models as well as the PLC_config directory. I had copied them
/install/iw-mount.zip to fix it and wonder if there are other files that are still missing and causing this issue.
PLC workflow job does versions the files and copies to runtime but failing at reviewer notification email.
Thanks heaps in advance.
Find more posts tagged with
Comments
Rick Poulin
and wonder if there are other files that are still missing and causing this issue.
You almost certainly missed some files, yes. I haven't looked up the stack trace, but I'd guess you're missing the email template XSL files, which go under the livesite/config branch.
outputformat.png
Migrateduser
Hi Rick
You are right, I had few files missing and copied them from
install/AdminStore/iwadmin/main/livesite/config/WORKAREA/shared to livesite/config and PLC workflow works fine now.
Thank heaps.