If Codeium isn’t starting up, use the logs to debug what the cause could be (See above). If you are not able to resolve the issue, file a help request by submitting a ticket at help.codeium.com. Make sure to include the logs referenced above to help our team debug the issue as quickly as possible.
If you are using Windows 10, it’s possible you need to install WebView2 to switch the Eclipse web renderer from Internet Explorer to Edge.You can see if this is the case by right-clicking —> Properties and seeing if there is an Internet Explorer icon.
This issue may be indicated by the following errors in the logs:
Copy
Ask AI
Failed to fetch extension version at <YourDomainURL>javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Unlike other IDEs, Eclipse does not use the OS certificate store. You will have to load the certificates to the Java keystore.
SaaS users will have to load the Codeium Github URL
Self-hosted (On-prem) users will have to load their Codeium Enterprise domain URL as well as the Codeium Github URL
Note: This is an example for SaaS users, but the process is the same. For enterprise users - Your certificate is issued and managed by your local IT or Admin team. Please reach out to them for assistance with installing the necessary certificates on your system.
In Chrome: navigate to the website, click the padlock, click Connection is secure, click Certificate is valid, go to the Details tab, press the Copy to File... button
Import in JDK/JRE keystore: (Need to run from cmd prompt opened with “Administrator” privilege)