<?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: Alfresco 4.2.d start errors  in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-4-2-d-start-errors/m-p/290436#M243566</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Same for me (v4.2d): when GuestLogin disabled, my log get a lot of "Authentication failed for Web Script org/alfresco/repository/admin/restrictions.get" error. When GuestLogin enabled, no more error messages.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any idea of what I should do (of course, I don't want to keep guest login enabled).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Vincent&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Oct 2013 14:30:50 GMT</pubDate>
    <dc:creator>vincent-kali</dc:creator>
    <dc:date>2013-10-24T14:30:50Z</dc:date>
    <item>
      <title>Alfresco 4.2.d start errors</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-4-2-d-start-errors/m-p/290433#M243563</link>
      <description>Hi,We are new to alfresco.We installed alfresco 4.2.d on Ubuntu 10.04 and 12.04 and we are getting some errors on the start up.Also after some time Alfresco stops displaying doc or xls documents on the previewer.Can you please help us with these problems?thanks. 18:33:28,408 INFO&amp;nbsp; [org.alfresco.repo</description>
      <pubDate>Fri, 20 Sep 2013 16:50:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-4-2-d-start-errors/m-p/290433#M243563</guid>
      <dc:creator>konsort</dc:creator>
      <dc:date>2013-09-20T16:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 4.2.d start errors</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-4-2-d-start-errors/m-p/290434#M243564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It seems it is a bug and it is already submitted by others ,see &lt;/SPAN&gt;&lt;A href="https://issues.alfresco.com/jira/browse/MNT-8904" rel="nofollow noopener noreferrer"&gt;https://issues.alfresco.com/jira/browse/MNT-8904&lt;/A&gt;&lt;SPAN&gt;. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Sep 2013 01:33:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-4-2-d-start-errors/m-p/290434#M243564</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2013-09-21T01:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 4.2.d start errors</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-4-2-d-start-errors/m-p/290435#M243565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I had this problem too.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Check your authentication subsystems configuration. You probably set the next option:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[font=Courier]alfresco.authentication.allowGuestLogin=&lt;/SPAN&gt;&lt;STRONG&gt;false&lt;/STRONG&gt;&lt;SPAN&gt;[/font]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In &lt;/SPAN&gt;&lt;STRONG&gt;alfresco-authentication.properties&lt;/STRONG&gt;&lt;SPAN&gt;. By default this file is here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[font=Courier][size=12]$TOMCAT_HOME/webapps/alfresco/WEB-INF/classes/alfresco/subsystems/Authentication/alfrescoNtlm/[/size][/font]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[font=Courier][size=12]$TOMCAT_HOME/shared/classes/alfresco/extension/subsystems/Authentication/alfrescoNtlm/[/size][/font]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you did things correctly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As I can see, you have configured [font=Courier]passthru[/font] and [font=Courier]ldap-ad[/font] authentication subsystems so maybe these options could cause this error message too:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[font=Courier]passthu.authentication.guestAccess=&lt;/SPAN&gt;&lt;STRONG&gt;false&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.allowGuestLogin=&lt;/SPAN&gt;&lt;STRONG&gt;false&lt;/STRONG&gt;&lt;SPAN&gt;[/font]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Check if you changed these settings in the files &lt;/SPAN&gt;&lt;STRONG&gt;passthru-authentication-context.properties&lt;/STRONG&gt;&lt;SPAN&gt; and &lt;/SPAN&gt;&lt;STRONG&gt;ldap-ad-authentication.properties&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;They should be in the next directories:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[font=Courier][size=12]$TOMCAT_HOME/shared/classes/alfresco/extension/subsystems/Authentication/passthru/&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;$TOMCAT_HOME/shared/classes/alfresco/extension/subsystems/Authentication/ldap-ad/[/size][/font]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my case, I modified default value and only when I changed it back to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[font=Courier]alfresco.authentication.allowGuestLogin=&lt;/SPAN&gt;&lt;STRONG&gt;true&lt;/STRONG&gt;&lt;SPAN&gt;[/font]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This error message disappeared from logs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Looking for its cause, I found the file &lt;/SPAN&gt;&lt;STRONG&gt;restrictions.get.desc.xml&lt;/STRONG&gt;&lt;SPAN&gt; in:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[font=Courier][size=12]$TOMCAT_HOME/webapps/alfresco/WEB-INF/classes/alfresco/templates/webscripts/org/alfresco/repository/admin/[/size][/font]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As you can see in its content:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;webscript&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;shortname&amp;gt;Alfresco Repo Restrictions&amp;lt;/shortname&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;description&amp;gt;Get repository restrictions&amp;lt;/description&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;url&amp;gt;/api/admin/restrictions&amp;lt;/url&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;format default="json" /&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;authentication&amp;gt;guest&amp;lt;/authentication&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;transaction allow="readonly"&amp;gt;required&amp;lt;/transaction&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;family&amp;gt;Admin&amp;lt;/family&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;lifecycle&amp;gt;internal&amp;lt;/lifecycle&amp;gt;&lt;BR /&gt;&amp;lt;/webscript&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Authentication option is set as &lt;/SPAN&gt;&lt;STRONG&gt;guest&lt;/STRONG&gt;&lt;SPAN&gt;. This value specifies that at least guest authentication is required to execute this web script. Anyhow, you should be able to change this option without breaking normal execution. It didn't fail in previous versions of Alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I can confirm is that this error hasn't been logged anymore since I changed this setting.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please, could you confirm if you solve the problem making these changes?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2013 14:36:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-4-2-d-start-errors/m-p/290435#M243565</guid>
      <dc:creator>davidyg</dc:creator>
      <dc:date>2013-10-16T14:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 4.2.d start errors</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-4-2-d-start-errors/m-p/290436#M243566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Same for me (v4.2d): when GuestLogin disabled, my log get a lot of "Authentication failed for Web Script org/alfresco/repository/admin/restrictions.get" error. When GuestLogin enabled, no more error messages.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any idea of what I should do (of course, I don't want to keep guest login enabled).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Vincent&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 14:30:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-4-2-d-start-errors/m-p/290436#M243566</guid>
      <dc:creator>vincent-kali</dc:creator>
      <dc:date>2013-10-24T14:30:50Z</dc:date>
    </item>
  </channel>
</rss>

