Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ConfigurationException when starting service #4

Open
cahinton opened this issue Jul 10, 2019 · 1 comment
Open

ConfigurationException when starting service #4

cahinton opened this issue Jul 10, 2019 · 1 comment

Comments

@cahinton
Copy link

I am getting a "ConfigurationException: GitLab API failed to perform basic operations. Please validate GitLab properties - location, personalAccessToken(including token permissions/scopes in GitLab server)" when starting the service.

Using version 1.1.22.

I've tried various combinations of scopes for the gitlab access token. Is there a specific set of scopes required?

application.properties.txt

@mstekel
Copy link
Contributor

mstekel commented Jul 15, 2019

Hi,
Please see the location below in the code:

com/microfocus/octane/gitlab/helpers/GitLabApiWrapper.java:61

The exception is thrown if the client is unable to call the GitLab /projects API by using your access token.
Please try to understand why it may happen. For example, use another client (curl?) and try to call this API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants