pull-request-notifier-for-bitbucket icon indicating copy to clipboard operation
pull-request-notifier-for-bitbucket copied to clipboard

se.bjurr.prnfb.service.UserCheckService : Button with project xxx and repo xxx configured. But no such repo exists!

Open gerjesjo opened this issue 7 years ago • 1 comments

If things don't work as you expect, perhaps you should file an issue. But first, try troubleshooting it and provide as much info as possible. Here are some things that may help if added to an issue.

  • Plugin version used. 2.41

  • Bitbucket Server version used. Bitbucket DC 4.14.5

  • Stack traces in Bitbucket Server log file. {code} 2018-01-05 00:02:42,898 ERROR [http-nio-7990-exec-237] mw09900 *16947PAx2x10391183x16 1ly55pr 169.177.209.49,169.177.209.50 "GET /rest/prnfb-admin/1.0/settings/buttons/repository/21507/pullrequest/464 HTTP/1.1" s.b.prnfb.service.UserCheckService Button with project ~RA13697 and repo lil_service_automation configured. But no such repo exists! 2018-01-05 00:02:42,910 ERROR [http-nio-7990-exec-237] mw09900 *16947PAx2x10391183x16 1ly55pr 169.177.209.49,169.177.209.50 "GET /rest/prnfb-admin/1.0/settings/buttons/repository/21507/pullrequest/464 HTTP/1.1" s.b.prnfb.service.UserCheckService Button with project SBLFRON and repo repos-epf configured. But no such repo exists! 2018-01-05 00:02:42,922 ERROR [http-nio-7990-exec-237] mw09900 *16947PAx2x10391183x16 1ly55pr 169.177.209.49,169.177.209.50 "GET /rest/prnfb-admin/1.0/settings/buttons/repository/21507/pullrequest/464 HTTP/1.1" s.b.prnfb.service.UserCheckService Button with project MIS and repo h2h_understanding configured. But no such repo exists! 2018-01-05 00:02:42,927 ERROR [http-nio-7990-exec-237] mw09900 *16947PAx2x10391183x16 1ly55pr 169.177.209.49,169.177.209.50 "GET /rest/prnfb-admin/1.0/settings/buttons/repository/21507/pullrequest/464 HTTP/1.1" s.b.prnfb.service.UserCheckService Button with project ~RK32455 and repo ivbonb-userqueueservice configured. But no such repo exists! 2018-01-05 00:02:43,056 ERROR [http-nio-7990-exec-237] mw09900 *16947PAx2x10391183x16 1ly55pr 169.177.209.49,169.177.209.50 "GET /rest/prnfb-admin/1.0/settings/buttons/repository/21507/pullrequest/464 HTTP/1.1" s.b.prnfb.service.UserCheckService Button with project PRIME-SBLFO and repo sbl-fo-fulu-test configured. But no such repo exists! 2018-01-05 00:02:43,061 ERROR [http-nio-7990-exec-237] mw09900 *16947PAx2x10391183x16 1ly55pr 169.177.209.49,169.177.209.50 "GET /rest/prnfb-admin/1.0/settings/buttons/repository/21507/pullrequest/464 HTTP/1.1" s.b.prnfb.service.UserCheckService Button with project REL and repo odev configured. But no such repo exists! {code}

  • Any browser console log messages, you can find it in Developer Tools in Chome by pressing F12.

  • Your configuration:

    • http://localhost:7990/bitbucket/rest/prnfb-admin/1.0/settings {"adminRestriction":"ADMIN","shouldAcceptAnyCertificate":false}

    • http://localhost:7990/bitbucket/rest/prnfb-admin/1.0/settings/buttons

    • http://localhost:7990/bitbucket/rest/prnfb-admin/1.0/settings/notifications

pull_request_settings_buttons.txt

gerjesjo avatar Jan 05 '18 16:01 gerjesjo

Do you have such a repo? In project ~RA13697 and named lil_service_automation ?

In the attached file you can see

{"name":"","projectKey":"~RA13697","repositorySlug":"lil_service_automation","userLevel":"EVERYONE","uuid":"7d168191-6d0c-4930-bc85-e7950b6e4c52"}

So if you issue a DELETE invokation at http://localhost:7990/bitbucket/rest/prnfb-admin/1.0/settings/buttons/7d168191-6d0c-4930-bc85-e7950b6e4c52 you should get rid of that button.

And then do same thing for the other buttons giving errors in the log.

tomasbjerre avatar Jan 05 '18 16:01 tomasbjerre