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 during new DCR operation
BENMAY
We are trying to create a new DCR in the following branch:
/iwmnt/default/mail/zoo/WORKAREA/Account/templatedata/Account/SP_billing_method
And we are getting the following error message:
Templating Error Page
An internal problem was encountered trying to create a requirements object for type Account/SP_billing_method.
If I check the servletd.log I see:
user: dcoffer Role: master
user: dcoffer Role: master
com.interwoven.dc100.utils.TInvalidItemException: error.duplicateItem
at com.interwoven.dc100.utils.TDCOBuilder.BuildRequirements(TDCOBuilder.java:169)
at com.interwoven.dc100.utils.TDCOBuilder.BuildRequirements(TDCOBuilder.java:84)
at com.interwoven.templating100.utils.TRequirementsUtilities.BuildRequirements(TRequirementsUtilities.java:41)
at com.interwoven.templating100.utils.TRequirementsUtilities.CreateRequirementsForNewDCR(TRequirementsUtilities.java:50)
at com.interwoven.templating.DatacaptureServlet.doCreateNewDCRForm(DatacaptureServlet.java:942)
at com.interwoven.templating.DatacaptureServlet.doGet(DatacaptureServlet.java:123)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at com.interwoven.framework.base.FrameworkServlet.service(FrameworkServlet.java:66)
at com.interwoven.framework.auth.AuthServlet.service(AuthServlet.java:96)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:405)
at org.apache.tomcat.core.Handler.service(Handler.java:287)
at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:797)
at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:213)
at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:423)
at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:501)
at java.lang.Thread.run(Thread.java:484)
Exception for type Account/SP_billing_method:
error.duplicateItem
Our templating.cfg file is attached. Any ideas!? Thanks!
Find more posts tagged with
Comments
BENMAY
Also, attached to this email is the DCT, datacapture.cfg...
BENMAY
Hrm, looks like it didnt pick up my previous attachment. Lets try again
Michael
Hi BenMay
It appears you have two items with the same name
<item name="Image Hyperlink">
Perhaps a copy and paste error? Or if you want multiple instances of an item then you should use a replicant.
hth
Cheers
Michael
BENMAY
That fixed it! Amazing, this DCT worked just fine on teamsite 4.5 (altho I have no idea which of the two values the TPL was actually using). Yet another undocumented incompatability between the two versions <sigh> Thanks a lot all!