iTMSTransporter "Error accessing file" after upgrade to Catalina - testflight

After upgrading macOS to Catalina the HOME directory changed from /Local/Users/jenkins to /Users/jenkins and now iTMSTransporter is failing with the following error (clearly still referencing the old HOME directory):
<Equinox Log Thread - Equinox Container: 471f1643-7038-4059-ab8e-14636d149eec> ERROR: Resolver: Install error - org.apache.httpcomponents.httpcore Exception's name: java.io.IOException, Exception's message: Error accessing file:/Local/Users/jenkins/Library/Caches/com.apple.amp.itmstransporter/obr/2.0.0/org.apache.httpcomponents.httpcore-4.4.11.jar
[2020-04-23 13:08:48 EDT] <main> ERROR: could not find the service with interface (com.apple.transporter.osgi.TransporterService)
I stumbled on this issue via fastlane which I reinstalled. I've done a lot of searching and tried a lot of things, e.g. installed the new Transporter app from Mac App Store and ran it from there, updated to the latest Xcode. No luck. Please help!

I was able to solve this by deleting the following pesky file which had the invalid directory reference:
./System/Volumes/Data/Users/jenkins/Library/Caches/com.apple.amp.itmstransporter/obr/2.0.0/repository.xml
I noticed INFO: using cached repository.xml file so I searched for that file.

Related

Xcode 12.5 deploy: An error occurred uploading to the App Store

I get this error when deploying with Xcode 12.5 at the final step, while uploading:
App Store Connect Operation Error
An error occurred uploading to the App Store.
There's no further description nor can I find anything about it.
None of the fixes I found on older posts helped on this one.
When I execute ./iTMSTransporter -version here /Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/Versions/A/itms/bin I get this error:
java.io.IOException: Server returned HTTP response code: 502 for URL: https://contentdelivery.itunes.apple.com/transporter/lib/osgibootstrapper.jar
Not sure if that has anything to do with it...
How can I fix this or where can I find more information on this error?
Faced the same issue today. I have completely clean the Derived Data and other Developer cache files and started from the beginning (Archive + Upload). This solved the problem.
Also, the first build failed because I ran out of disk space but this is maybe not related to the issue.
What works for me:
Create archive with Xcode 12.5
Quit Xcode 12.5
Open Xcode 13
Open Organizer and upload archive

Docker Compose failed to build - Filesharing has been cancelled

I've ran into an issue with Docker Desktop, currently im running the edge version as a user on Stackoverflow. Before I got the drive not shared for unknown reason error which was "solved" by installing edge version: Docker for Windows: Drive sharing failed for an unknown reason
Now that this was installed im getting this new error which prevents some containers from being built. These containers have all been tested and works on several other systems. Currently 3 out of 4 containers are not built and they all produce the same error as below:
ERROR: for db Cannot create container for service db: status code not OK but 500: {"Message":"Unhandled exception: Filesharing has been cancelled"}
Encountered errors while bringing up the project.
full error:
Creating imt2291-part2_www_1 ...
Creating imt2291-part2_phpmyadmin_1 ... done
Creating imt2291-part2_db_1 ...
Creating imt2291-part2_test_1 ... error
Creating imt2291-part2_www_1 ... error
ERROR: for imt2291-part2_test_1 Cannot create container for service test: status code not OK but 500: {"Message":"Unhandled exception: Filesharing has been cancelled"}
ERROR: for imt2291-part2_www_1 Cannot create container for service www: status Creating imt2291-part2_db_1 ... error
lled"}
ERROR: for imt2291-part2_db_1 Cannot create container for service db: status code not OK but 500: {"Message":"Unhandled exception: Filesharing has been cancelled"}
ERROR: for test Cannot create container for service test: status code not OK but 500: {"Message":"Unhandled exception: Filesharing has been cancelled"}
ERROR: for www Cannot create container for service www: status code not OK but 500: {"Message":"Unhandled exception: Filesharing has been cancelled"}
ERROR: for db Cannot create container for service db: status code not OK but 500: {"Message":"Unhandled exception: Filesharing has been cancelled"}
Encountered errors while bringing up the project.
Has anyone encountered this issue before and found a fix?
You need to update File Sharing configuration in your Docker for Windows app (there is a new security hardening in 2.2.0.0 which has agressive defaults). Add all folders you need and then restart Docker for Windows.
After changing "File Sharing" to C Drive its start working in my windows machine. I am using docker desktop 2.3.0.3
I am using Docker in Windows 10 and had the same problem.
The solution suggested by Oleg Nenashev and Rejoanul Alam helped me.
Adding the project dir where the Dockerfile lives or C:/ to docker shared folders solves the problem.
Step 6 from Getting started states:
Shared folders, volumes, and bind mounts
If your project is outside of the Users directory (cd ~), then you need to share the drive or location of the Dockerfile and volume you are using.
If you get runtime errors indicating an application file is not found, a volume mount is denied, or a service cannot start, try enabling file or drive sharing.
Volume mounting requires shared drives for projects that live outside of C:\Users (Windows) or /Users (Mac), and is required for any project on Docker Desktop for Windows that uses Linux containers.
For more information, see File sharing on Docker for Mac, and the general examples on how to Manage data in containers.
If you are using Oracle VirtualBox on an older Windows OS, you might encounter an issue with shared folders as described in this VB trouble ticket. Newer Windows systems meet the requirements for Docker Desktop for Windows and do not need VirtualBox.
I have meet this problem and my environment is windows. first when the issue happen, I chance the file sharing path to C: , and my project path is in G: ,so the command docker-compose up fail,and the massage is:
docker: Error response from daemon: status code not OK but 500 {"Message":"Unhandled exception: Filesharing has been cancelled"}
I think the file sharing must include your project path. because when I set my file sharing path in other file path , it doesn't work, however, i chance it to the path where is my project path, docker-compose up do successfully!
I had the same error and answers of Oleg Nenashev and Rejoanul Alam helped me to solve this error.
My task was to share volumes between containers.
I have a website folder with file index.html inside:
Open Docker Desktop Settings and write the address of the folder you are working with in File Sharing:
After this open this folder in your command prompt and add the necessary Docker command:
If the command is correct and you did all steps attentively it must be working fine.

Cannot start docker on mac - Fatal Error - The operation couldn't be completed. (Docker.VmnetdError error 1.)

When I installing the docker for Mac, I got the Fatal Error - The operation couldn't be completed. (Docker.VmnetdError error 1.)
That issue came because of the, image file directly opening. you can drag the docker image and drop in to the Applications and after that open the Docker.app from the Applications folder. Solves the issue😀
My Docker.app was already in the Applications folder but I still got the error The operation couldn't be completed. (Docker.VmnetdError error 1.) when trying to open it. What solved it for me was resetting docker by clicking the Reset Docker to factory defaults.
I had this issue for weeks, upgrading to Version 3.0.0 resolved this issue. I
downloaded it and it opens straight away no errors.
Another error i was seeing

"minikube start" failed on mac

When I attempt to run minikube on locally, I got this error:
minikube start
Starting local Kubernetes v1.8.0 cluster...
Starting VM...
Getting VM IP address...
Moving files into cluster...
E1229 09:52:55.432296 8935 start.go:223] Error updating cluster: Error updating localkube from uri: Error creating localkube asset from url: Error opening file asset: /Users/user007/.minikube/cache/localkube/localkube-v1.8.0: open /Users/user007/.minikube/cache/localkube/localkube-v1.8.0: no such file or directory
How can I fix this problem? I tried many ways, but no one worked.😢
My system is macOS Sierra.
Looks like this is a recurring issue. Check out the github issues here: https://github.com/kubernetes/minikube/issues/2468
I was having this issue and followed Chris Darby link (https://github.com/kubernetes/minikube/issues/2468).
I managed to fix it with the following workaround (considering the new version 1.9.0):
Download localkube
Rename it to localkube-v1.9.0
Copy the file
in ~/.minikube/cache/localkube/localkube-v1.9.0

Xampp for MAC, Apache can't get started

I am using MAC OS X 10.8.4
I am using xampp. It was fine for more than 3 months. But today when I start mysql and apache, the mysql got started and apache threw an error as below,
Syntax error:
httpd: Syntax error on line 454 of /Applications/XAMPP/xamppfiles/etc/httpd.conf: Could not open configuration file /Applications/XAMPP/etc/extra/httpd-multilang-errordoc.conf: No such file or directory
I never did any change to any file.
I also tried sudo apachctl stop via terminal, it said unloading error.
Please help me to get my apache start and work again.
::I forgot to say that the "/Applications/XAMPP/etc/extra/httpd-multilang-errordoc.conf" file exists::
Fixed:: I changed the path for some configuration file and it's working now, but I didn't know the reason it was working fine for a long time

Resources