Troubleshooting Eclipse
- Tier: Premium, Ultimate
- Add-on: GitLab Duo Core, Pro, or Enterprise, GitLab Duo with Amazon Q
- Offering: GitLab.com, GitLab Self-Managed, GitLab Dedicated
- Status: Beta
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.
Review the Error Log
- In the menu bar of your IDE, select Window.
- Expand Show View, then select Error Log.
- Search for errors referencing the
gitlab-eclipse-pluginplugins.
Locate the Workspace Log file
The Workspace log file, named .log is located in the directory <your-eclipse-workspace>/.metadata.
Enable GitLab Language Server debug logs
To enable GitLab Language Server debug logs:
- In your IDE, open preferences:
- For macOS, select Eclipse > Settings.
- For Windows or Linux, select Window > Preferences.
- In the left sidebar, select GitLab Duo.
- In Language Server Log Level, enter
debug. - Select Apply and Close.
The debug logs are available in the language_server.log file. To view this file, either:
- Go to the following directory, replacing
<user>and<eclipse-version>with the appropriate values:- For macOS:
/Users/<user>/eclipse-workspace/.metadata/.plugins/com.gitlab.eclipse.gitlab-eclipse-plugin - For Windows:
<drive>:\Users\<user>\eclipse-workspace\.metadata\.plugins\com.gitlab.eclipse.gitlab-eclipse-plugin - For Linux:
/home/<user>/eclipse-workspace/.metadata/.plugins/com.gitlab.eclipse.gitlab-eclipse-plugin
- For macOS:
- Open the Error Log. Search for the log
Language server logs saved to: <file>.where<file>is the absolute path to thelanguage_server.logfile.
Required information for support
When creating a support request, provide the following information:
- Your current GitLab for Eclipse plugin version.
- Open the
About Eclipsedialog in your IDE.- For macOS, select Eclipse > About Eclipse.
- For Windows or Linux, select Help > About Eclipse IDE.
- Select Installation details.
- Locate GitLab for Eclipse and copy the Version value.
- Open the
- Your Eclipse version.
- Open the
About Eclipsedialog in your IDE.- For macOS, select Eclipse > About Eclipse.
- For Windows or Linux, select Help > About Eclipse IDE.
- Open the
- Your operating system.
- Are you using a GitLab.com, GitLab Self-Managed, or GitLab Dedicated instance?
- Are you using a proxy?
- Are you using a self-signed certificate?
- The workspace logs.
- The Language Server debug logs.
- If applicable, a video or a screenshot of the issue.
- If applicable, the steps to reproduce the issue.
- If applicable, the attempted steps to resolve the issue.
Certificate errors
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:
- On the bottom right corner of your IDE, select the GitLab icon.
- On the dialog, select Show Settings. This opens the Settings dialog to Tools > GitLab Duo.
- Select GitLab Language Server to expand the section.
- Select HTTP Agent Options to expand it.
- Either:
- Under Language Server, for CA certificate, select Browse and choose your
.pemfile with CA certificates. - Under Connection, select the Ignore Certificate Errors checkbox.
- Under Language Server, for CA certificate, select Browse and choose your
- Select Apply and Close.
Ignore certificate errors
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 certificateBy 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:
- You verified the certificate chain in your system browser or your machine’s administrator confirmed that this error is safe to ignore.
To do this:
- Refer to Eclipse documentation on SSL certificates.
- In your IDE, open preferences:
- For macOS, select Eclipse > Settings.
- For Windows or Linux, select Window > Preferences.
- In the left sidebar, select GitLab Duo.
- Confirm your default browser trusts the URL to GitLab instance value.
- Select the Ignore certificate errors checkbox.
- Select Verify Setup.
- Select Apply and Close.