Not able to Load data from Excel java.lang.NoClassDefFoundError
Hi All,
Does anyone facing same issue as below? not sure it's something to do with Ready API or something else.
When I'm trying to access data from Excel using "DataSource" step, getting below error. Mainly running whole testcase (Sometimes it's working fine when run "DataSource" step alone before running whole testcase). Once it's started throwing below error, even if run "DataSource" step alone as well same error.
Problem Observed in Ready API Versions: 3.53.0 and 3.54.0
Error:
ERROR: Exception during Test Execution
java.lang.NoClassDefFoundError: org/apache/commons/io/file/attribute/FileTimes
at org.apache.commons.compress.archivers.zip.X000A_NTFS.fileTimeToZip(X000A_NTFS.java:91)
atorg.apache.commons.compress.archivers.zip.X000A_NTFS.setModifyFileTime(X000A_NTFS.java:424)
atorg.apache.commons.compress.archivers.zip.ZipArchiveEntry.addNTFSTimestamp(ZipArchiveEntry.java:530)
Any help appreciated. TIA.