Hello,
I have a test environment and a production environment and (for now) I want to be able to export product info from the test environment to the production environment. I am getting the following error message when I invoke ExportFromKKUsingSOAP.sh or ExportFromKKUsingEng.sh. Does anyone know what might be causing my export to choke?
Many Thanks,
Nick
java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
at java.util.ArrayList.RangeCheck(ArrayList.java:546)
at java.util.ArrayList.get(ArrayList.java:321)
at com.konakart.importer.ExportData.getFormattedProductData(Unknown Source)
at com.konakart.importer.ExportData.getProduct(Unknown Source)
at com.konakart.importer.ExportController.processDataFile(Unknown Source)
at com.konakart.importer.ExportController.doExport(Unknown Source)
at com.konakart.importer.ExportRunner.main(Unknown Source)
Hi,
This may be the bug that was fixed in 2.2.4.0 where an exception was thrown when exporting products directly under a first level category ?