StringIndexOutOfBounds when running change set with loadUpdateData

Hi,


I’m trying to run the following change set:


  1. at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)


I’ve looked at the code in this stack trace and I think the issue is due to the change set having the same columns to be updated as primary key columns. It tries to remove the last comma added when building the sql statement, but since all columns are part of the primary key no column is added to the ‘set’ part of the statement.


Is this a known bug? Any suggested workarounds?


Best regards,

Romulo

try to remove all empty lines at the end of .csv file

had the same problem. dos2unix fixed it for me