Skip to content

Instantly share code, notes, and snippets.

@kellyp
Created December 2, 2011 05:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kellyp/1421863 to your computer and use it in GitHub Desktop.
Save kellyp/1421863 to your computer and use it in GitHub Desktop.
2011-12-01 21:06:46,241 [Thread-23] ERROR com.maestrodev.maestro.security.service.impl.UserAssignmentServiceImpl - Error assigning redback role
java.lang.Exception: Missing Archiva URL configuration.
at com.maestrodev.maestro.build.service.impl.MaestroArchivaServiceImpl.getArchivaUrl(MaestroArchivaServiceImpl.java:92)
at com.maestrodev.maestro.build.service.impl.MaestroArchivaServiceImpl.getRoleServiceClient(MaestroArchivaServiceImpl.java:119)
at com.maestrodev.maestro.build.service.impl.MaestroArchivaServiceImpl.assignRole(MaestroArchivaServiceImpl.java:311)
at com.maestrodev.maestro.security.service.impl.UserAssignmentServiceImpl.assignRedbackRoles(UserAssignmentServiceImpl.java:202)
at com.maestrodev.maestro.security.service.impl.UserAssignmentServiceImpl.assignRole(UserAssignmentServiceImpl.java:105)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
at $Proxy207.assignRole(Unknown Source)
at com.maestrodev.maestro.context.DefaultConfigurationPopulator.populateUsers(DefaultConfigurationPopulator.java:414)
at com.maestrodev.maestro.context.DefaultConfigurationPopulator$DefaultScheduleThread.run(DefaultConfigurationPopulator.java:861)
2011-12-01 21:06:46,271 [Thread-23] ERROR com.maestrodev.maestro.context.DefaultConfigurationPopulator - Error occurred while trying to assign default roles to user: admin
com.maestrodev.maestro.security.service.UserAssignmentException: Missing Archiva URL configuration.
at com.maestrodev.maestro.security.service.impl.UserAssignmentServiceImpl.assignRole(UserAssignmentServiceImpl.java:109)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
at $Proxy207.assignRole(Unknown Source)
at com.maestrodev.maestro.context.DefaultConfigurationPopulator.populateUsers(DefaultConfigurationPopulator.java:414)
at com.maestrodev.maestro.context.DefaultConfigurationPopulator$DefaultScheduleThread.run(DefaultConfigurationPopulator.java:861)
Caused by: java.lang.Exception: Missing Archiva URL configuration.
at com.maestrodev.maestro.build.service.impl.MaestroArchivaServiceImpl.getArchivaUrl(MaestroArchivaServiceImpl.java:92)
at com.maestrodev.maestro.build.service.impl.MaestroArchivaServiceImpl.getRoleServiceClient(MaestroArchivaServiceImpl.java:119)
at com.maestrodev.maestro.build.service.impl.MaestroArchivaServiceImpl.assignRole(MaestroArchivaServiceImpl.java:311)
at com.maestrodev.maestro.security.service.impl.UserAssignmentServiceImpl.assignRedbackRoles(UserAssignmentServiceImpl.java:202)
at com.maestrodev.maestro.security.service.impl.UserAssignmentServiceImpl.assignRole(UserAssignmentServiceImpl.java:105)
... 13 more
2011-12-01 21:06:46,347 [Thread-23] ERROR com.maestrodev.maestro.security.service.impl.UserAssignmentServiceImpl - Error assigning redback role
java.lang.Exception: Missing Archiva URL configuration.
at com.maestrodev.maestro.build.service.impl.MaestroArchivaServiceImpl.getArchivaUrl(MaestroArchivaServiceImpl.java:92)
at com.maestrodev.maestro.build.service.impl.MaestroArchivaServiceImpl.getRoleServiceClient(MaestroArchivaServiceImpl.java:119)
at com.maestrodev.maestro.build.service.impl.MaestroArchivaServiceImpl.assignRole(MaestroArchivaServiceImpl.java:311)
at com.maestrodev.maestro.security.service.impl.UserAssignmentServiceImpl.assignRedbackRoles(UserAssignmentServiceImpl.java:202)
at com.maestrodev.maestro.security.service.impl.UserAssignmentServiceImpl.assignRole(UserAssignmentServiceImpl.java:105)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
at $Proxy207.assignRole(Unknown Source)
at com.maestrodev.maestro.context.DefaultConfigurationPopulator.populateUsers(DefaultConfigurationPopulator.java:414)
at com.maestrodev.maestro.context.DefaultConfigurationPopulator$DefaultScheduleThread.run(DefaultConfigurationPopulator.java:861)
2011-12-01 21:06:46,349 [Thread-23] ERROR com.maestrodev.maestro.context.DefaultConfigurationPopulator - Error occurred while trying to assign default roles to user: mdistro
com.maestrodev.maestro.security.service.UserAssignmentException: Missing Archiva URL configuration.
at com.maestrodev.maestro.security.service.impl.UserAssignmentServiceImpl.assignRole(UserAssignmentServiceImpl.java:109)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
at $Proxy207.assignRole(Unknown Source)
at com.maestrodev.maestro.context.DefaultConfigurationPopulator.populateUsers(DefaultConfigurationPopulator.java:414)
at com.maestrodev.maestro.context.DefaultConfigurationPopulator$DefaultScheduleThread.run(DefaultConfigurationPopulator.java:861)
Caused by: java.lang.Exception: Missing Archiva URL configuration.
at com.maestrodev.maestro.build.service.impl.MaestroArchivaServiceImpl.getArchivaUrl(MaestroArchivaServiceImpl.java:92)
at com.maestrodev.maestro.build.service.impl.MaestroArchivaServiceImpl.getRoleServiceClient(MaestroArchivaServiceImpl.java:119)
at com.maestrodev.maestro.build.service.impl.MaestroArchivaServiceImpl.assignRole(MaestroArchivaServiceImpl.java:311)
at com.maestrodev.maestro.security.service.impl.UserAssignmentServiceImpl.assignRedbackRoles(UserAssignmentServiceImpl.java:202)
at com.maestrodev.maestro.security.service.impl.UserAssignmentServiceImpl.assignRole(UserAssignmentServiceImpl.java:105)
... 13 more
2011-12-01 21:06:46,481 [Thread-23] ERROR com.maestrodev.maestro.security.service.impl.UserAssignmentServiceImpl - Error assigning redback role
java.lang.Exception: Missing Archiva URL configuration.
at com.maestrodev.maestro.build.service.impl.MaestroArchivaServiceImpl.getArchivaUrl(MaestroArchivaServiceImpl.java:92)
at com.maestrodev.maestro.build.service.impl.MaestroArchivaServiceImpl.getRoleServiceClient(MaestroArchivaServiceImpl.java:119)
at com.maestrodev.maestro.build.service.impl.MaestroArchivaServiceImpl.assignRole(MaestroArchivaServiceImpl.java:311)
at com.maestrodev.maestro.security.service.impl.UserAssignmentServiceImpl.assignRedbackRoles(UserAssignmentServiceImpl.java:202)
at com.maestrodev.maestro.security.service.impl.UserAssignmentServiceImpl.assignRole(UserAssignmentServiceImpl.java:105)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
at $Proxy207.assignRole(Unknown Source)
at com.maestrodev.maestro.context.DefaultConfigurationPopulator.populateUsers(DefaultConfigurationPopulator.java:409)
at com.maestrodev.maestro.context.DefaultConfigurationPopulator$DefaultScheduleThread.run(DefaultConfigurationPopulator.java:861)
2011-12-01 21:06:46,483 [Thread-23] ERROR com.maestrodev.maestro.context.DefaultConfigurationPopulator - Error occurred while trying to assign default roles to user: developer
com.maestrodev.maestro.security.service.UserAssignmentException: Missing Archiva URL configuration.
at com.maestrodev.maestro.security.service.impl.UserAssignmentServiceImpl.assignRole(UserAssignmentServiceImpl.java:109)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
at $Proxy207.assignRole(Unknown Source)
at com.maestrodev.maestro.context.DefaultConfigurationPopulator.populateUsers(DefaultConfigurationPopulator.java:409)
at com.maestrodev.maestro.context.DefaultConfigurationPopulator$DefaultScheduleThread.run(DefaultConfigurationPopulator.java:861)
Caused by: java.lang.Exception: Missing Archiva URL configuration.
at com.maestrodev.maestro.build.service.impl.MaestroArchivaServiceImpl.getArchivaUrl(MaestroArchivaServiceImpl.java:92)
at com.maestrodev.maestro.build.service.impl.MaestroArchivaServiceImpl.getRoleServiceClient(MaestroArchivaServiceImpl.java:119)
at com.maestrodev.maestro.build.service.impl.MaestroArchivaServiceImpl.assignRole(MaestroArchivaServiceImpl.java:311)
at com.maestrodev.maestro.security.service.impl.UserAssignmentServiceImpl.assignRedbackRoles(UserAssignmentServiceImpl.java:202)
at com.maestrodev.maestro.security.service.impl.UserAssignmentServiceImpl.assignRole(UserAssignmentServiceImpl.java:105)
... 13 more
2011-12-01 21:06:46,807 [Thread-23] ERROR com.maestrodev.maestro.security.service.impl.UserAssignmentServiceImpl - Error assigning redback role
java.lang.Exception: Missing Archiva URL configuration.
at com.maestrodev.maestro.build.service.impl.MaestroArchivaServiceImpl.getArchivaUrl(MaestroArchivaServiceImpl.java:92)
at com.maestrodev.maestro.build.service.impl.MaestroArchivaServiceImpl.getRoleServiceClient(MaestroArchivaServiceImpl.java:119)
at com.maestrodev.maestro.build.service.impl.MaestroArchivaServiceImpl.assignRole(MaestroArchivaServiceImpl.java:311)
at com.maestrodev.maestro.security.service.impl.UserAssignmentServiceImpl.assignRedbackRoles(UserAssignmentServiceImpl.java:202)
at com.maestrodev.maestro.security.service.impl.UserAssignmentServiceImpl.assignRole(UserAssignmentServiceImpl.java:105)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
at $Proxy207.assignRole(Unknown Source)
at com.maestrodev.maestro.context.DefaultConfigurationPopulator.populateUsers(DefaultConfigurationPopulator.java:409)
at com.maestrodev.maestro.context.DefaultConfigurationPopulator$DefaultScheduleThread.run(DefaultConfigurationPopulator.java:861)
2011-12-01 21:06:46,813 [Thread-23] ERROR com.maestrodev.maestro.context.DefaultConfigurationPopulator - Error occurred while trying to assign default roles to user: developer2
com.maestrodev.maestro.security.service.UserAssignmentException: Missing Archiva URL configuration.
at com.maestrodev.maestro.security.service.impl.UserAssignmentServiceImpl.assignRole(UserAssignmentServiceImpl.java:109)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
at $Proxy207.assignRole(Unknown Source)
at com.maestrodev.maestro.context.DefaultConfigurationPopulator.populateUsers(DefaultConfigurationPopulator.java:409)
at com.maestrodev.maestro.context.DefaultConfigurationPopulator$DefaultScheduleThread.run(DefaultConfigurationPopulator.java:861)
Caused by: java.lang.Exception: Missing Archiva URL configuration.
at com.maestrodev.maestro.build.service.impl.MaestroArchivaServiceImpl.getArchivaUrl(MaestroArchivaServiceImpl.java:92)
at com.maestrodev.maestro.build.service.impl.MaestroArchivaServiceImpl.getRoleServiceClient(MaestroArchivaServiceImpl.java:119)
at com.maestrodev.maestro.build.service.impl.MaestroArchivaServiceImpl.assignRole(MaestroArchivaServiceImpl.java:311)
at com.maestrodev.maestro.security.service.impl.UserAssignmentServiceImpl.assignRedbackRoles(UserAssignmentServiceImpl.java:202)
at com.maestrodev.maestro.security.service.impl.UserAssignmentServiceImpl.assignRole(UserAssignmentServiceImpl.java:105)
... 13 more
2011-12-01 21:06:46,923 [Thread-23] ERROR com.maestrodev.maestro.security.service.impl.UserAssignmentServiceImpl - Error assigning redback role
java.lang.Exception: Missing Archiva URL configuration.
at com.maestrodev.maestro.build.service.impl.MaestroArchivaServiceImpl.getArchivaUrl(MaestroArchivaServiceImpl.java:92)
at com.maestrodev.maestro.build.service.impl.MaestroArchivaServiceImpl.getRoleServiceClient(MaestroArchivaServiceImpl.java:119)
at com.maestrodev.maestro.build.service.impl.MaestroArchivaServiceImpl.assignRole(MaestroArchivaServiceImpl.java:311)
at com.maestrodev.maestro.security.service.impl.UserAssignmentServiceImpl.assignRedbackRoles(UserAssignmentServiceImpl.java:202)
at com.maestrodev.maestro.security.service.impl.UserAssignmentServiceImpl.assignRole(UserAssignmentServiceImpl.java:105)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
at $Proxy207.assignRole(Unknown Source)
at com.maestrodev.maestro.context.DefaultConfigurationPopulator.populateUsers(DefaultConfigurationPopulator.java:409)
at com.maestrodev.maestro.context.DefaultConfigurationPopulator$DefaultScheduleThread.run(DefaultConfigurationPopulator.java:861)
2011-12-01 21:06:46,937 [Thread-23] ERROR com.maestrodev.maestro.context.DefaultConfigurationPopulator - Error occurred while trying to assign default roles to user: tester
com.maestrodev.maestro.security.service.UserAssignmentException: Missing Archiva URL configuration.
at com.maestrodev.maestro.security.service.impl.UserAssignmentServiceImpl.assignRole(UserAssignmentServiceImpl.java:109)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
at $Proxy207.assignRole(Unknown Source)
at com.maestrodev.maestro.context.DefaultConfigurationPopulator.populateUsers(DefaultConfigurationPopulator.java:409)
at com.maestrodev.maestro.context.DefaultConfigurationPopulator$DefaultScheduleThread.run(DefaultConfigurationPopulator.java:861)
Caused by: java.lang.Exception: Missing Archiva URL configuration.
at com.maestrodev.maestro.build.service.impl.MaestroArchivaServiceImpl.getArchivaUrl(MaestroArchivaServiceImpl.java:92)
at com.maestrodev.maestro.build.service.impl.MaestroArchivaServiceImpl.getRoleServiceClient(MaestroArchivaServiceImpl.java:119)
at com.maestrodev.maestro.build.service.impl.MaestroArchivaServiceImpl.assignRole(MaestroArchivaServiceImpl.java:311)
at com.maestrodev.maestro.security.service.impl.UserAssignmentServiceImpl.assignRedbackRoles(UserAssignmentServiceImpl.java:202)
at com.maestrodev.maestro.security.service.impl.UserAssignmentServiceImpl.assignRole(UserAssignmentServiceImpl.java:105)
... 13 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment