Permission error on user profile page after adding SSH key
Symptoms
After adding SSH key on user profile page, the page load with permission error.
The following appears in the atlassian-bitbucket.log
with debug logging:
2013-03-25 11:50:20,318 DEBUG [http-bio-7990-exec-737] 0123 710x9052x1 199drao 43.9.31.202,43.2.136.66 "GET /admin/users/more-members HTTP/1.1" c.a.s.r.e.ServiceExceptionMapper Mapping ServiceException to REST response 401
com.atlassian.bitbucket.exception.AuthorisationException: You are not permitted to access this resource
at com.atlassian.bitbucket.internal.aop.ExceptionRewriteAdvice.afterThrowing(ExceptionRewriteAdvice.java:35) ~[bitbucket-platform-2.0.3.jar:na]
at sun.reflect.GeneratedMethodAccessor1326.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.7.0_15]
at java.lang.reflect.Method.invoke(Method.java:601) ~[na:1.7.0_15]
at org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor.invokeHandlerMethod(ThrowsAdviceInterceptor.java:144) ~[spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
Cause
This is a bug in Bitbucket Server when the username is a numeric starting with zero: - BSERV-3285Getting issue details... STATUS
Resolution
Upgrade to Bitbucket Server 2.3.1+
Last modified on Mar 30, 2016
Powered by Confluence and Scroll Viewport.