doc/editor_extensions/eclipse/troubleshooting.md
{{< details >}}
{{< /details >}}
{{< history >}}
{{< /history >}}
[!disclaimer]
If the steps on this page don't solve your problem, check the list of open issues in the Eclipse plugin's project. If an issue matches your problem, update the issue. If no issues match your problem, create a new issue with the required information for support.
gitlab-eclipse-plugin plugins.The Workspace log file, named .log is located in the directory <your-eclipse-workspace>/.metadata.
To enable GitLab Language Server debug logs:
debug.The debug logs are available in the language_server.log file. To view this file, either:
<user> and <eclipse-version> with the appropriate
values:
/Users/<user>/eclipse-workspace/.metadata/.plugins/com.gitlab.eclipse.gitlab-eclipse-plugin<drive>:\Users\<user>\eclipse-workspace\.metadata\.plugins\com.gitlab.eclipse.gitlab-eclipse-plugin/home/<user>/eclipse-workspace/.metadata/.plugins/com.gitlab.eclipse.gitlab-eclipse-pluginLanguage server logs saved to: <file>. where <file> is
the absolute path to the language_server.log file.When creating a support request, provide the following information:
About Eclipse dialog in your IDE.
About Eclipse dialog in your IDE.
If your machine connects to your GitLab instance through a proxy, you might encounter SSL certificate errors in Eclipse. GitLab Duo attempts to detect certificates in your system store; however, Language Server cannot do this. If you see errors from the Language Server about certificates, try enabling the option to pass a Certificate Authority (CA) certificate:
To do this:
.pem file with CA certificates.If GitLab Duo still fails to connect, you might need to ignore certificate errors. You might see errors in the GitLab Language Server logs after enabling debug mode:
2024-10-31T10:32:54:165 [error]: fetch: request to https://gitlab.com/api/v4/personal_access_tokens/self failed with:
request to https://gitlab.com/api/v4/personal_access_tokens/self failed, reason: unable to get local issuer certificate
FetchError: request to https://gitlab.com/api/v4/personal_access_tokens/self failed, reason: unable to get local issuer certificate
By design, this setting represents a security risk: these errors alert you to potential security breaches. You should enable this setting only if you are absolutely certain the proxy causes the problem.
Prerequisites:
To do this: