Copy link to clipboard
Copied
Earlier today I set up a new EC2 mac2.metal instance with M1 chip. Uploading the installation bundle and installing the software was no problem.
But when I try to start the server I get the following message:
Tue Sep 12 10:41:45 2023 ERROR [server] We can't verify your subscription status.
Tue Sep 12 10:41:45 2023 ERROR [server] We can't reach the Adobe servers. This may be because you're not connected to the internet. Check your connection and try again below. If you're still having issues, please see our connectivity troubleshooting guide https://www.adobe.com/go/lic_frl_ts or contact your IT Administrator.
I already checkd for internet connectivity. I can send requests via curl to https://www.google.com, https://adobe.com and when I send a request to the test URL ( https://lm.licenses.adobe.com/vact/ping ) from the trouble shooting guide I get a "pong" in the response.
I also checked /private/etc/hosts which doesn't contain anything since it's a clean install. Software firewall is also disabled.
I currently have no idea why I'm running into this issue and how to fix it. Please keep in mind, that I access the EC2 instance via ssh, so I won't be able to click through the Mac OS UI 😉
1 Correct answer
We could fix the issue by creating and installing a new bundle. We created a "universal" bundle instead of apple silicon and installed via GUI. If you need to access a Mac EC2 instance via GUI you can use the following guide: https://repost.aws/knowledge-center/ec2-mac-instance-gui-access
The universal bundle contained a downloader that downloaded a zip file with the actual installer. Installing was trivial and the server just worked when we tried to start it.
Copy link to clipboard
Copied
Sorry, not sure how to help you on this - perhaps @Vivek12 can help us into the right direction
Copy link to clipboard
Copied
We could fix the issue by creating and installing a new bundle. We created a "universal" bundle instead of apple silicon and installed via GUI. If you need to access a Mac EC2 instance via GUI you can use the following guide: https://repost.aws/knowledge-center/ec2-mac-instance-gui-access
The universal bundle contained a downloader that downloaded a zip file with the actual installer. Installing was trivial and the server just worked when we tried to start it.

