<?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: Failed to Login [SOLVED] in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/failed-to-login-solved/m-p/307975#M261105</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;you'd better also upload share.log and alfresco.log which are by default in tomcat/bin.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Aug 2013 14:40:00 GMT</pubDate>
    <dc:creator>kaynezhang</dc:creator>
    <dc:date>2013-08-13T14:40:00Z</dc:date>
    <item>
      <title>Failed to Login [SOLVED]</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/failed-to-login-solved/m-p/307972#M261102</link>
      <description>I just installed Alfresco Enterprise Trial v4.1.5 on a Ubuntu 12.04 64bit VPS. After hours of diagnosing several problems related to domain resolution, I managed to have Alfresco Share working. However, when I authenticate with the default username and set password (during installation) I get the fo</description>
      <pubDate>Tue, 13 Aug 2013 12:57:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/failed-to-login-solved/m-p/307972#M261102</guid>
      <dc:creator>base-</dc:creator>
      <dc:date>2013-08-13T12:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to Login [SOLVED]</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/failed-to-login-solved/m-p/307973#M261103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am afraid the error log you attached is no use.It has noting to do with authentication.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;if your alfresco and share are not installed on the same server ,please make sure your endpoint-url value int share-config-custom.xml or share-config.xml point to your Alfresco Server location.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and default username and password are all "admin".&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2013 13:28:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/failed-to-login-solved/m-p/307973#M261103</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2013-08-13T13:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to Login [SOLVED]</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/failed-to-login-solved/m-p/307974#M261104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Both alfresco and share are on the same server. I uploaded more relevant log files to the question.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2013 14:16:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/failed-to-login-solved/m-p/307974#M261104</guid>
      <dc:creator>base-</dc:creator>
      <dc:date>2013-08-13T14:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to Login [SOLVED]</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/failed-to-login-solved/m-p/307975#M261105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;you'd better also upload share.log and alfresco.log which are by default in tomcat/bin.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2013 14:40:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/failed-to-login-solved/m-p/307975#M261105</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2013-08-13T14:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to Login [SOLVED]</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/failed-to-login-solved/m-p/307976#M261106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, so problem solved.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;ping `hostname`&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You need to make sure that the hostname and ipaddress belong to your server and are mapped properly in &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;/etc/hosts&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If they are different such as much case where the machine's domain is different than localhost you can change it as per the below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;sudo hostname &amp;lt;new hostname&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Make sure to add the entry to (in order for it to be permanent)&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;/etc/hostname&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;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 14:11:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/failed-to-login-solved/m-p/307976#M261106</guid>
      <dc:creator>base-</dc:creator>
      <dc:date>2013-08-14T14:11:49Z</dc:date>
    </item>
  </channel>
</rss>

