cancel
Showing results for 
Search instead for 
Did you mean: 

Error loading items in "Admin Tools" / "Users"

hellovipin
Champ in-the-making
Champ in-the-making

While accessing the user list from Alfresco Admin Tools, it's not showing the same and throwing error as "Error loading Items"

I'm using Docker Containers for the deployment.image

7 REPLIES 7

fedorow
Elite Collaborator
Elite Collaborator

Update your share-config-custom with:

   <config evaluator="string-compare" condition="Users" replace="true">
      <users>
         <!-- minimum length for username and password -->
         <username-min-length>2</username-min-length>
         <password-min-length>3</password-min-length>
         <show-authorization-status>false</show-authorization-status>
      </users>
      <!-- This enables/disables the Add External Users Panel on the Add Users page. -->
      <enable-external-users-panel>false</enable-external-users-panel>
   </config>

janthiel
Champ in-the-making
Champ in-the-making

Hi,

i have the same issue. Why cound not solve this issue in the docker image.

Were can i find and edit  share-config-custom file in the docker container?

Regards

Jan

janthiel
Champ in-the-making
Champ in-the-making

Hello fedorow,

i found the share-config-custom.xml in the container docker-compose_share_1 with the following settings:

<config evaluator="string-compare" condition="Users" replace="true">
<users>
<!-- minimum length for username and password -->
<username-min-length>2</username-min-length>
<password-min-length>8</password-min-length>
<show-authorization-status>true</show-authorization-status>
</users>
<!-- This enables/disables the Add External Users Panel on the Add Users page. -->
<enable-external-users-panel>false</enable-external-users-panel>
</config>

but the error still exist.

Do you have any other suggestions?

Regards

Jan

fedorow
Elite Collaborator
Elite Collaborator

Look at

<show-authorization-status>...

 too.

jlizarraga86
Champ in-the-making
Champ in-the-making

Hi Fedorow, 

I have the same problem, I did:

<!-- This enables/disables the Add External Users Panel on the Add Users page. -->
<enable-external-users-panel>false</enable-external-users-panel>
</config>

But doesn't work, Can you Help me with yout solution? 

Thanks a lot.

Pay attantion users section too.

unibravo
Confirmed Champ
Confirmed Champ

You have to change it from true to false.

show-authorization-status: false

tomcat/shared/classes/alfresco/web-extension/share-config-custom.xml

<config evaluator="string-compare" condition="Users" replace="true">
<users>
<!-- minimum length for username and password -->
<username-min-length>2</username-min-length>
<password-min-length>3</password-min-length>
<show-authorization-status>false</show-authorization-status>
</users>
<!-- This enables/disables the Add External Users Panel on the Add Users page. -->
<enable-external-users-panel>false</enable-external-users-panel>
</config>

Getting started

Explore our Alfresco products with the links below. Use labels to filter content by product module.