04-27-2011 04:02 AM
GRAVE: Excepción enviando evento inicializado de contexto a instancia de escuchador de clase org.alfresco.web.app.ContextLoaderListener
…
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authorityService' defined in class path resource [alfresco/authority-services-context.xml]: Error setting property values; nested exception is org.springframework.beans.NotWritablePropertyException: Invalid property 'adminUsers' of bean class [org.alfresco.repo.security.authority.AuthorityServiceImpl]: Bean property 'adminUsers' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter?
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:328)
… 40 more
04-27-2011 04:48 AM
04-27-2011 05:16 AM
On more recent versions of Alfresco you just add your admin users to the group ALFRESCO_ADMINISTRATORS. There's no need to change xml config.
04-27-2011 06:17 AM
<!– –>
<!– A list of groups with admin rights. –>
<!– –>
<property name="adminGroups">
<set>
<value>ALFRESCO_ADMINISTRATORS</value>
</set>
</property>
04-27-2011 06:22 AM
04-27-2011 06:32 AM
The adminUsers property no longer exists.
04-27-2011 06:34 AM
04-27-2011 06:46 AM
Add your user to ALFRESCO_ADMINISTRATORS
<property name="adminGroups">
<set>
<value>ALFRESCO_ADMINISTRATORS</value>
<value>Admin</value> (user)
<value>Test</value> (password)
</set>
</property>Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.