KB Article #70065

Import IntegrationTask in command line

Problem

Java error when importing an IT by command line.
xdcmd.cmd importXml -eoe yes -os yes -xmlFile "/gefr00/Synchrony/ImportExportIT/it_fube_histo_e.xml.updated.xml"
Connecting to Server sr035394.hm.dm.ad:21901
Batch processing is running, please wait ...
223 - Starting import of file : /gefr00/Synchrony/ImportExportIT/it_fube_histo_e.xml.updated.xml
225 - Import failed (java.lang.Integer incompatible with [Ljava.lang.Object;)
Execution time:  16 s.



NB : Issue appears generally on AIX


Resolution

A command line option needs to be added in startSynchronyComposer script.
The option is: -Xmso4m and will increase the native stack of all  java threads to 4mb. The aix default is 256K which seems a bit low when using jni.



Replace : "/home/shrxib3/Axway/Synchrony_42/Java/aix-power/j2re1.5.0_64/bin/java"  -Djava.ext.dirs=
By
"/home/shrxib3/Axway/Synchrony_42/Java/aix-power/j2re1.5.0_64/bin/java"  -Xmso4m -Djava.ext.dirs=