You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sed: /opt/homebrew/Cellar/fusionauth-app/1.53.3/java/current/conf/security/java.security: No such file or directory Error: Process completed with exit code 1.
#17
Open
Aaron-Ritter opened this issue
Nov 20, 2024
· 0 comments
Very frequently when automating the homebrew installation through github workflow the fusionauth instance is not starting with the error sed: /opt/homebrew/Cellar/fusionauth-app/1.53.3/java/current/conf/security/java.security: No such file or directory Error: Process completed with exit code 1.
The reason for it after debuging it is always the fact that it did not correctly download openjdk, as it can't untar it.
can the start.sh be modified to check for curl to fail and if so redownload, and if possible if the tar is failing retry the download as well?
Very frequently when automating the homebrew installation through github workflow the fusionauth instance is not starting with the error
sed: /opt/homebrew/Cellar/fusionauth-app/1.53.3/java/current/conf/security/java.security: No such file or directory Error: Process completed with exit code 1.
The reason for it after debuging it is always the fact that it did not correctly download openjdk, as it can't untar it.
can the start.sh be modified to check for curl to fail and if so redownload, and if possible if the tar is failing retry the download as well?
https://github.com/sonderformat-llc/fusionauth-swift-sdk/actions/runs/11923719406/job/33250134610
The text was updated successfully, but these errors were encountered: