On the debug server logs, we see lots of Java errors where the server is trying to manipulate the APK file, but for some reason the upload is eventually failing.
| B7A547ED514AE77F | ERROR | http-nio-14443-exec-5 | com.citrix.controlpoint.bo.MobileAppTools | /opt/sas/temp/a9c55153-3c7a-4064-a9bc-363078b2c750/example.apk (No such file or directory) java.io.FileNotFoundException: /opt/sas/temp/a9c55153-3c7a-4064-a9bc-363078b2c750/example.apk (No such file or directory) ... | B7A547ED514AE77F | ERROR | http-nio-14443-exec-5 | com.citrix.controlpoint.service.impl.MobileApplicationServiceImpl | error extracting mobile app data.. com.citrix.controlpoint.exception.AppExtractionException: java.io.FileNotFoundException: /opt/sas/temp/a9c55153-3c7a-4064-a9bc-363078b2c750/example.apk (No such file or directory) ... Caused by: java.io.FileNotFoundException: /opt/sas/temp/a9c55153-3c7a-4064-a9bc-363078b2c750/example.apk (No such file or directory) ...