Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Anyone have an idea about the error below:
org.talend.designer.runprocess.ProcessorException: Job compile errors
At least job "create_sip" has a compile errors, please fix and export again.
Error Line: 1051
Detail Message: Cannot invoke getDocument() on the primitive type int
There may be some other errors caused by JVM compatibility. Make sure your JVM setup is similar to the studio.
@vvengala , Understand now,that you need to use tXMLMap only,the problem is the output of the data type should be document ,which you need to configure and pass that filed to tSipCreator component.
check the third screenshot in the below link.
@vvengala ,can you share screen shot of your tMap for that column and where are you using getDocument() ?
@manodwhb I have used tXMLMap, below are the screenshots:
@vvengala , Why are you using txmlMap? can you explain your usecase?
@manodwhbI'm trying to convert data in a table into a SIP package which is used by Infoarchive application, Infoarchive Supports only the XML as input. I have tried with tMap as well it throws the same error. I referred the below for creating the SIP Package:
Thank you
@vvengala , Understand now,that you need to use tXMLMap only,the problem is the output of the data type should be document ,which you need to configure and pass that filed to tSipCreator component.
check the third screenshot in the below link.
hi @manodwhb
yeah, what you said was correct. I configured the tXMLMap using the Document datatype. we have some manual work to do, but it worked fine.
@vvengala , Great, Please mark this post solution.