cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco SHARE: sites-manager page empty list.

alexbromo
Confirmed Champ
Confirmed Champ
Hi,
Using my administrator profile, i go onAlfresco SHARE Admin Tools and i have Sites-manager page empty (see pic.). I use Alfresco 5.0.a and Active Directory LDAP authentication/syncronization.
I read about a similar issue on: https://issues.alfresco.com/jira/browse/ACE-3257 but honestly I have not figured out the solution.

ALex.
4 REPLIES 4

streetturtle
Confirmed Champ
Confirmed Champ
Hi Alex,

You need to open share-config-custom.xml which is located in
…share/src/test/resources/alfresco/web-extension/share-config-custom.xml
and comment this part in the beginning of the file:


  <config evaluator="string-compare" condition="WebFramework">
    <web-framework>
      <autowire>
        <mode>development</mode>
      </autowire>
    </web-framework>
  </config>


More details are here: https://issues.alfresco.com/jira/browse/ALF-9970

Cheers,
Pavel

Hi Pavel
Thank you for hint, but my share-config-custom.xml allready has the correct line "<mode>production</mode>" not "development" as reported in the ALF-9970.
See below the content of my "share-config-custom.xml" :


<config evaluator="string-compare" condition="WebFramework">
      <web-framework>
         <!– SpringSurf Autowire Runtime Settings –>
         <!–
              Developers can set mode to 'development' to disable; SpringSurf caches,
              FreeMarker template caching and Rhino JavaScript compilation.
         –>
         <autowire>
            <!– Pick the mode: "production" or "development" –>
            <mode>production</mode>
         </autowire>

         <!– Allows extension modules with <auto-deploy> set to true to be automatically deployed –>
         <module-deployment>
            <mode>manual</mode>
            <enable-auto-deploy-modules>true</enable-auto-deploy-modules>
         </module-deployment>
      </web-framework>
</config>


ALex

alexbromo
Confirmed Champ
Confirmed Champ
Can someone explain to me how to use this issue report-solution to help me to solve my identical problem ?
https://issues.alfresco.com/jira/browse/ACE-3257

ALex.

blackrosegul
Champ in-the-making
Champ in-the-making
my share-config-custom.xml allready has the correct line "production" not "development" as reported in the ALF-9970.??