root@ubcourt:/dspace# bin/dspace import --add --eperson=dspace@localhost --collection=fc51b762-8a25-407e-bd9e-a1db4f3aca71 --source=/home/ubuntu/Desktop/orders/bulksample.zip --mapfile=/home/Desktop/mapdir/mapfile
my Error is like this please give me some solution.
Destination collections:
Started: 1556631079769
Ended: 1556631081964
Elapsed time: 2 secs (2195 msecs)
Exception: Index: 0, Size: 0
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(ArrayList.java:657)
at java.util.ArrayList.set(ArrayList.java:448)
at org.dspace.app.itemimport.ItemImportCLITool.main(ItemImportCLITool.java:344)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.dspace.app.launcher.ScriptLauncher.runOneCommand(ScriptLauncher.java:229)
at org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:81)