You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running the jar file I'm getting the next error: Exception in thread "main" org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException: MessageBodyReader not found for media type=text/html;charset=utf-8, type=class com.aliction.gitproviders.bitbucket.objects.BitbucketUser, genericType=class com.aliction.gitproviders.bitbucket.objects.BitbucketUser.
Could you please advice?
The text was updated successfully, but these errors were encountered:
Hello everyone,
I'm getting an issue trying to integrate my kie workbench with the bitbucket remote. Here is my config:
provider=BIT_BUCKET
login=[email protected]
password=******
token=cbg8SiyEzLcnukZ2Rd4d3B70
remoteGitUrl=https://api.bitbucket.org/
useSSH=false
ignore=
githubOrg=
gitlabGroup=
bitbucketTeam=
After running the jar file I'm getting the next error:
Exception in thread "main" org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException: MessageBodyReader not found for media type=text/html;charset=utf-8, type=class com.aliction.gitproviders.bitbucket.objects.BitbucketUser, genericType=class com.aliction.gitproviders.bitbucket.objects.BitbucketUser.
Could you please advice?
The text was updated successfully, but these errors were encountered: