On Friday, August 22, 2025 8:06:40 PM Central Daylight Time Robert B. Carleton wrote: > So, I have a test environment setup under KVM. How can I run the PIM Data > Exporter on the command line with an appropriate level of debugging enabled? > Is there somewhere else to get the stack trace?
So, I ran it from the command line. Using "--help" didn't reveal any debugging flags. Here's the error that was thrown: org.kde.pim.pimdataexportercore: Impossible to open archive: "/home/rbc/ Kontact.zip" zip error : "Invalid ZIP file. Unexpected end of file. (#1)" org.kde.pim.pimdataexportercore: unable to open zip file "Archive cannot be opened in read mode." I ran "unizp -l" on the same system using the file as an argument. The unzip command didn't throw any errors, and returned a 0 for the exit. The zip file permissions are 644. The exporter was running as my user id, and the home directory has 700 permissions.

