System is unable to email report

Hi, I am getting this Message when i try to Run the katalon within Team City. Any Suggestions please. As everything is working fine within my local Docker though( Docker for Windows ). this issue is just with the Team city. Thank you

[Step 1/1] Report has been sent to Katalon Analytics*

[Step 1/1] Sending report to email: […@gmail.com, …@xxx…]

[Step 1/1] System is unable to email report. Reason: net.lingala.zip4j.exception.ZipException: no files to add*

[Step 1/1] at net.lingala.zip4j.zip.ZipEngine.addFiles(ZipEngine.java:63)*

[Step 1/1] at net.lingala.zip4j.zip.ZipEngine.addFolderToZip(ZipEngine.java:254)*

[Step 1/1] at net.lingala.zip4j.core.ZipFile.addFolder(ZipFile.java:356)*

[Step 1/1] at net.lingala.zip4j.core.ZipFile.addFolder(ZipFile.java:330)*

[Step 1/1] at net.lingala.zip4j.core.ZipFile.addFolder(ZipFile.java:309)*
[Step 1/1] at com.kms.katalon.execution.util.MailUtil.zip(MailUtil.java:201)*
[Step 1/1] at com.kms.katalon.execution.util.MailUtil.attach(MailUtil.java:175)*
[Step 1/1] at com.kms.katalon.execution.util.MailUtil.sendSummaryMail(MailUtil.java:122)*

[Step 1/1] at com.kms.katalon.execution.launcher.ReportableLauncher.sendReportEmail(ReportableLauncher.java:191)*

[[Step 1/1] at com.kms.katalon.execution.launcher.ReportableLauncher.sendReport(ReportableLauncher.java:161)*

[Step 1/1] at com.kms.katalon.execution.launcher.ReportableLauncher.preExecutionComplete(ReportableLauncher.java:99)*

[Step 1/1] at com.kms.katalon.execution.launcher.ProcessLauncher.onWatchdogComplete(ProcessLauncher.java:191)*
[Step 1/1] at com.kms.katalon.execution.launcher.LaunchWatchdog.notifyProcessTerminated(LaunchWatchdog.java:136)*

[Step 1/1] at com.kms.katalon.execution.launcher.LaunchWatchdog.run(LaunchWatchdog.java:66)*

I have the same issue but it’s not working at all in Docker for me. Where are the Zip-files stored? Do we need to mount another file path?

System is unable to email report. Reason: net.lingala.zip4j.exception.ZipException: no files to add
at net.lingala.zip4j.zip.ZipEngine.addFiles(ZipEngine.java:63)
at net.lingala.zip4j.zip.ZipEngine.addFolderToZip(ZipEngine.java:254)
at net.lingala.zip4j.core.ZipFile.addFolder(ZipFile.java:356)
at net.lingala.zip4j.core.ZipFile.addFolder(ZipFile.java:330)
at net.lingala.zip4j.core.ZipFile.addFolder(ZipFile.java:309)
at com.kms.katalon.execution.util.MailUtil.zip(MailUtil.java:201)
at com.kms.katalon.execution.util.MailUtil.attach(MailUtil.java:175)
at com.kms.katalon.execution.util.MailUtil.sendSummaryMail(MailUtil.java:122)
at com.kms.katalon.execution.launcher.ReportableLauncher.sendReportEmail(ReportableLauncher.java:191)
at com.kms.katalon.execution.launcher.ReportableLauncher.sendReport(ReportableLauncher.java:161)
at com.kms.katalon.execution.launcher.ReportableLauncher.preExecutionComplete(ReportableLauncher.java:99)
at com.kms.katalon.execution.launcher.ProcessLauncher.onWatchdogComplete(ProcessLauncher.java:191)
at com.kms.katalon.execution.launcher.LaunchWatchdog.notifyProcessTerminated(LaunchWatchdog.java:136)
at com.kms.katalon.execution.launcher.LaunchWatchdog.run(LaunchWatchdog.java:66)
at java.lang.Thread.run(Thread.java:748)

Did you figure this out?