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)
inline command
Rosa
I built a DCT with an inline command but when i trying to create a new data record i have the following error:
Templating Error Page
A MessageException was thrown: com.interwoven.clientutils100.TMessageException: Error building the requirements for java.io.ByteArrayInputStream@2ef93a: CreateProcess: c:\jdk1.3.1\bin\java.exe -cp c:\ cat error=3
In DCT this is the callout:
<item name="Categorias">
<select required ="t">
<database data-type="VARCHAR(20)"/>
<inline command="c:\jdk1.3.1\bin\java.exe -cp c:\ cat"/>
</select>
</item>
Java class "cat" returns the following text:
<substitution>
<option label="Spots" />
<option label="News" />
</substitution>
¿What is the matter?
Find more posts tagged with
Comments
Rosa
I got it, at least. Sorry it was a very stupid error. I had not class "cat.class" in C:\ directory in the interwoven server (i had in a client machine).