cancel
Showing results for 
Search instead for 
Did you mean: 

Development mode gives blank page in Share 4.x Admin Console

deepak1987
Star Contributor
Star Contributor
When I set WebFramework in development mode, it gives blank pages in Share 4.x version Admin Console.

I have done changes in Alfresco\tomcat\shared\classes\alfresco\web-extension\share-config-custom.xml file.


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

Please see the following screenshot:  

[img]http://content.screencast.com/users/DeepakKeswani/folders/Jing/media/e0064e72-d1ac-4808-95d2-d088c36...[/img]

How to solve this issue ?
Please help me on this.

Thanks.
3 REPLIES 3

ddraper
World-Class Innovator
World-Class Innovator
This is a known issue (see https://issues.alfresco.com/jira/browse/ALF-9970) there are no plans to fix this. This is only a problem when running in development mode - which production systems obviously shouldn't be, so the simple answer is just to switch back.

I appreciate that this probably isn't the answer you're looking for. Is there something specific that you needed the development mode for?

Regards,
Dave

lotharmärkle
Champ in-the-making
Champ in-the-making
For the development of a custom admin console page I use the approach outlined in the thread linked below:
https://forums.alfresco.com/en/viewtopic.php?f=48&t=42923

Maybe it helps you as well to save some development time,
  lothar

deepak1987
Star Contributor
Star Contributor
Thanks a lot Dave & Lothar.

I'll try the solution suggested by Lothar.