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)
Error while submitting
rasheed
Hi,
When I submit a file to the WF which i have created this errors shoots out am stuck with it, am new to teamsite and am practicing a small WF which is showing some error.
This is the error :
com.interwoven.modeler.common.exceptions.ModelerException
at com.interwoven.modeler.transformer.ModelTransformer.transformModel(ModelTransformer.java:146)
at com.interwoven.modeler.transformer.ModelTransformer.transformModel(ModelTransformer.java:5133)
at com.interwoven.workflowModeler.instantiator_jsp._jspService(instantiator_jsp.java:588)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463)
at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)
at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
at com.interwoven.ui.base.impl.command.CommandServlet.doGet(CommandServlet.java:211)
at com.interwoven.ui.base.impl.command.CommandServlet.doPost(CommandServlet.java:263)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at com.interwoven.livesite.spring.hibernate.web.filter.OpenSessionsInViewFilter.doFilterInternal(OpenSessionsInViewFilter.java:141)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:77)
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:138)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
Thanks in advance.
Find more posts tagged with
Comments
kshitiz
Is your WF model free of errors? Read the Workflow Modelere guide to solve the errors if any.
Faizi
I think you should open your workflow in WFModeler and check the global variables and its label in workflow properties if it not filled then put some label there then validate your workflow and publish to server.
Now try to submit a file to Workflow once again........ Hope now it works fine.
rasheed
well I used WFM to create the model and everything was fine, but the same error came up so i created a new work flow which is working fine.
Thanks for the help.