<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: 500 - Internal Error in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/500-internal-error/m-p/298433#M251563</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your comprehensive response. To be honest, Alfresco was deployed to meet an urgent need for document mangement and sharing. I'm sure that we're not getting the most out of it as we just don't have enough knowledge of its capability and how to implement it. As such we've not installed any extensions or done any configuration beyond Nginx for SSL and reverse proxy, and of course our backup script.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It just seems strange that this problem has suddenly appeared after all these months, and that it's intermittent. I'll try what you've suggested and post again if I can get to the bottom of it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 May 2016 05:53:07 GMT</pubDate>
    <dc:creator>scorpiotiger</dc:creator>
    <dc:date>2016-05-27T05:53:07Z</dc:date>
    <item>
      <title>500 - Internal Error</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/500-internal-error/m-p/298431#M251561</link>
      <description>After 8 months, Alfresco has started giving an error when navigating to the user dashboard. For users not logged in, they are unable to do so at the login page. I'm constantly logged in, so I don't get the login screen, but the dashboard page.Every evening we have a script that stops Alfresco and pe</description>
      <pubDate>Thu, 26 May 2016 09:18:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/500-internal-error/m-p/298431#M251561</guid>
      <dc:creator>scorpiotiger</dc:creator>
      <dc:date>2016-05-26T09:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: 500 - Internal Error</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/500-internal-error/m-p/298432#M251562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi ScorpioTiger,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From the logs you've included, it appears as though Share is having trouble determining the status of the IMAP subsystem but the reason behind it is not clear.&amp;nbsp; The error is coming as a result of the inclusion of the my-sites dashlet on a user's dashboard, so users who don't use this dashlet or who have removed it from their personal dashboard won't be affected by the problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;This share dashlet makes a remote call to alfresco to the url &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow noopener noreferrer"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;alfresco-server&amp;gt;/alfresco/service/imap/servstatus to determine whether or not to certain elements of the UI should be rendered.&amp;nbsp; Once it gets the value of the imap server status, it will store it and won't make any further calls.&amp;nbsp; Generally this means that it should only make the call once after each server restart, but in your case the call seems to be failing and in that case, every subsequent rendering of the my-sites dashlet will continue to try and call the server (and potentially keep failing).&amp;nbsp; The share code doesn't deal gracefully with the fact that the imap server status isn't reachable and it causes the whole dashboard load to fail.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In order to get to the bottom of this, you need to identify what's going wrong with the call to alfresco/service/imap/servstatus.&amp;nbsp; For some reason this request is sending a 404 response back, indicating that the webscript itself can't be found.&amp;nbsp; Check in your alfresco.log for any issues during server startup as well as in the tomcat/logs/localhost_access_log&amp;lt;date&amp;gt;.txt and look to identify when calls to this url fail (404 response) and when they succeed (200 response).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;If you can isolate a time when users are encountering the problem, try calling &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow noopener noreferrer"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;alfresco-server&amp;gt;/alfresco/service/imap/servstatus manually through a browser and verify that the script is viewed by the system as deployed using &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow noopener noreferrer"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;alfresco-server&amp;gt;/alfresco/service/script/org/alfresco/repository/imap/imap-enabled.get to see the status of the webscript itself.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's worth noting that you could see this problem whether or not IMAP is enabled, as the check will be done by share regardless - so just disabling IMAP if you don't want it is probably not an option.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you running many custom/3rd party extensions?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steven&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2016 16:57:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/500-internal-error/m-p/298432#M251562</guid>
      <dc:creator>steven_okennedy</dc:creator>
      <dc:date>2016-05-26T16:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: 500 - Internal Error</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/500-internal-error/m-p/298433#M251563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your comprehensive response. To be honest, Alfresco was deployed to meet an urgent need for document mangement and sharing. I'm sure that we're not getting the most out of it as we just don't have enough knowledge of its capability and how to implement it. As such we've not installed any extensions or done any configuration beyond Nginx for SSL and reverse proxy, and of course our backup script.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It just seems strange that this problem has suddenly appeared after all these months, and that it's intermittent. I'll try what you've suggested and post again if I can get to the bottom of it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 05:53:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/500-internal-error/m-p/298433#M251563</guid>
      <dc:creator>scorpiotiger</dc:creator>
      <dc:date>2016-05-27T05:53:07Z</dc:date>
    </item>
  </channel>
</rss>

