When user tried to initialize the application and set up the user account, user is getting the error " Failed to initialize the application. Please contact an administrator."
Details
- Check if any proxy that blocks the certificate of sam.casthighlight.com is used.
- Check if an older java version is used for the cert store which is used in priority by our embedded java.
-
-
- Install the required JDK version as mentioned in CAST SBOM Manager UserGuide.pdf (if not already present on your machine).
- Update the system environment variables to ensure the required JDK version is set as the default Java version.
- If using a different java version, make sure to launch SBOM Manager using a dedicated command. Something like : java -Xms1024m -Xmx4092m -jar lib\sbom-manager.jar
instead of the exe launcher (which uses the embedded java jre) - Run the following command to test the connection: java.exe -Djavax.net.ssl.trustStore=c:\Users\*****\AppData\Local\Programs\sbom-manager\jre\lib\security\cacerts SSLPoke sam.casthighlight.com 443
-
-
- Check if there are any firewall restrictions.
- Check if instead of restarting the SBOM Manager, re-installing the SBOM Manager works.
Ticket
48671, 48673, 52365
Related Articles/Documents
CAST SBOM Manager UserGuide.pdf
Additional Resources
CAST Highlight Troubleshooting Guides
CAST Highlight Product Documentation
Hi, my company is behind a proxy : is it possible to configure a specifiic proxy in sbom-manager.l4j.ini ?