<?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: Login Authentication not working after install with script in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/login-authentication-not-working-after-install-with-script/m-p/297226#M250356</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Newbie to solr.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's three relevant Solr 4 XML files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/opt/alfresco/solr/solr.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/opt/alfresco/tomcat/conf/Catalina/localhost/solr4.xml &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/opt/alfresco/tomcat/conf/context.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How do these compare to your working XML files ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestions?&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Feb 2015 19:55:00 GMT</pubDate>
    <dc:creator>chris_c</dc:creator>
    <dc:date>2015-02-26T19:55:00Z</dc:date>
    <item>
      <title>Login Authentication not working after install with script</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/login-authentication-not-working-after-install-with-script/m-p/297222#M250352</link>
      <description>First Alfresco Community install, ran the following script :https://github.com/loftuxab/alfresco-ubuntu-installPostgres 9.3, pg jdbc, nginx, tomcat 7, swftools, openjdk, imagemagick, share and alfresco war files, share config files, bart, sharepoint connector, gdocs, libreoffice, solr4, etc.All opti</description>
      <pubDate>Tue, 24 Feb 2015 20:49:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/login-authentication-not-working-after-install-with-script/m-p/297222#M250352</guid>
      <dc:creator>chris_c</dc:creator>
      <dc:date>2015-02-24T20:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Login Authentication not working after install with script</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/login-authentication-not-working-after-install-with-script/m-p/297223#M250353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Take a look at tomcat/lib folder and try to find postgresql-9.0-802.jdbc4.jar (maybe another version) if there is not jar then you need to upload JDBC driver for postgre into tomcat/lib folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also would be good to attach your alfresco-global.properties&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 14:07:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/login-authentication-not-working-after-install-with-script/m-p/297223#M250353</guid>
      <dc:creator>s_palyukh</dc:creator>
      <dc:date>2015-02-25T14:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: Login Authentication not working after install with script</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/login-authentication-not-working-after-install-with-script/m-p/297224#M250354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Added the Postgres JDBC jar to /opt/alfresco/tomcat/lib&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(The script had an outdated Postgres JDBC URL, so it failed to download the jar, and didn't check…)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Still getting the login fail error!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Your authentication details have not been recognized or Alfresco may not be available at this time."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Logs and alfresco-global.properties are attached….&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 21:33:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/login-authentication-not-working-after-install-with-script/m-p/297224#M250354</guid>
      <dc:creator>chris_c</dc:creator>
      <dc:date>2015-02-25T21:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Login Authentication not working after install with script</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/login-authentication-not-working-after-install-with-script/m-p/297225#M250355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Alfresco &amp;amp; Share are loadin OK.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Looking at catalina.out, the solr4 web application is failing to load because there is a problem with the config file solr.xml.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not sure why solr would be relevant to a log in, but certainly without it Alfresco will not function. Also the fact that it is aborting may be killing some components that Alfresco login relies upon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First order of business is to adjust the solr config so that it will load &amp;amp; run&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 08:47:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/login-authentication-not-working-after-install-with-script/m-p/297225#M250355</guid>
      <dc:creator>rjohnson</dc:creator>
      <dc:date>2015-02-26T08:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Login Authentication not working after install with script</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/login-authentication-not-working-after-install-with-script/m-p/297226#M250356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Newbie to solr.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's three relevant Solr 4 XML files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/opt/alfresco/solr/solr.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/opt/alfresco/tomcat/conf/Catalina/localhost/solr4.xml &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/opt/alfresco/tomcat/conf/context.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How do these compare to your working XML files ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestions?&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 19:55:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/login-authentication-not-working-after-install-with-script/m-p/297226#M250356</guid>
      <dc:creator>chris_c</dc:creator>
      <dc:date>2015-02-26T19:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Login Authentication not working after install with script</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/login-authentication-not-working-after-install-with-script/m-p/297227#M250357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm not using solr 4 so I can't be a lot of help on the config.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That said, I think solr.war is missing or corrupt or a required jar. This is a bit of a guess but it is based on &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SEVERE: Exception fixing docBase for context [/solr4]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;java.util.zip.ZipException: error in opening zip file&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;jar / war files are sip files and I suspect one is missing or broken.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 08:13:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/login-authentication-not-working-after-install-with-script/m-p/297227#M250357</guid>
      <dc:creator>rjohnson</dc:creator>
      <dc:date>2015-02-27T08:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Login Authentication not working after install with script</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/login-authentication-not-working-after-install-with-script/m-p/297228#M250358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Good call, solr4.war was an incomplete download.&amp;nbsp; Downloaded somehow stopped at 19MB, the full proper war file is 99MB.&amp;nbsp; Fixed all startup severe exceptions by manually downloading the solr4 war.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The login problem ("Your authentication details have not been recognized or Alfresco may not be available at this time.") is still there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Where does alfresco write its login failure log?&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 13:39:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/login-authentication-not-working-after-install-with-script/m-p/297228#M250358</guid>
      <dc:creator>chris_c</dc:creator>
      <dc:date>2015-02-27T13:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Login Authentication not working after install with script</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/login-authentication-not-working-after-install-with-script/m-p/297229#M250359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;They would be recorded in share.log / catalina.out but thats not a very informative error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Usually, when you get that error it means that the alfresco webapp is not running.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First question I would ask is what password did you give the installer when you installed Alfresco because that is your admin password.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Second question is to check alfresco.log / share.log for any kind of errors.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 14:31:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/login-authentication-not-working-after-install-with-script/m-p/297229#M250359</guid>
      <dc:creator>rjohnson</dc:creator>
      <dc:date>2015-02-27T14:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: Login Authentication not working after install with script</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/login-authentication-not-working-after-install-with-script/m-p/297230#M250360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Login still fails.&amp;nbsp; alfresco.log produces this error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;02:31:03,538 ERROR [org.alfresco.repo.domain.schema.SchemaBootstrap] [localhost-startStop-1] Schema auto-update failed&lt;BR /&gt;org.alfresco.error.AlfrescoRuntimeException: 01280000 &lt;BR /&gt;More than one Alfresco schema was found when querying the database metadata.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Limit the database user's permissions or set the 'hibernate.default_schema' property in 'custom-hibernate-dialect.properties'.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.repo.domain.schema.SchemaBootstrap.countAppliedPatches(SchemaBootstrap.java:644)&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Why would it have more than 1 schema?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How to fix?&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Feb 2015 02:51:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/login-authentication-not-working-after-install-with-script/m-p/297230#M250360</guid>
      <dc:creator>chris_c</dc:creator>
      <dc:date>2015-02-28T02:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: Login Authentication not working after install with script</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/login-authentication-not-working-after-install-with-script/m-p/297231#M250361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It seems it maybe that the script postgresql.sh has been run more than once and if so, the alfresco schema has been created several times. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Fixing this is not something I have any experience of but I would suggest examining each schema using psql and eiter dropping the duplicates or you could edit tomcat/webapps/alfresco/WEB-INF/classes/alfresco/domain/hibernate-cfg.properties and set hibernate.default_schema={pick one of the schemas} &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would start by limiting the schema via hibernate-cfg.properties and then when you have found one that works, back up your installation (make certain Alfresco is shut down if you use file copy) then drop the redundant schemas and remove the hibernate.default_schema={pick one of the schemas} change.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Mar 2015 10:43:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/login-authentication-not-working-after-install-with-script/m-p/297231#M250361</guid>
      <dc:creator>rjohnson</dc:creator>
      <dc:date>2015-03-01T10:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: Login Authentication not working after install with script</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/login-authentication-not-working-after-install-with-script/m-p/297232#M250362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Would there be any reason why to not blow away the db and run the postgresql.sh script to create the db from scratch?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 18:04:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/login-authentication-not-working-after-install-with-script/m-p/297232#M250362</guid>
      <dc:creator>chris_c</dc:creator>
      <dc:date>2015-03-02T18:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Login Authentication not working after install with script</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/login-authentication-not-working-after-install-with-script/m-p/297233#M250363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Finally login works!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Much thanks Bob.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Recap of the commands required in this case:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;sudo service alfresco stop&lt;BR /&gt;sudo dropdp postgres&lt;BR /&gt;sudo dropdb alfrseco&lt;BR /&gt;sudo createdb postgres&lt;BR /&gt;./postgresql.sh&lt;BR /&gt;sudo service postgresql restart&lt;BR /&gt;sudo service alfresco start&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Enter the postgres and alfreso username/password info into the config files (it's already there from previous install attemps).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Browse to the IP address of alfresco nginx web server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Login with username admin pass admin&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It logs in, as expected!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 18:52:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/login-authentication-not-working-after-install-with-script/m-p/297233#M250363</guid>
      <dc:creator>chris_c</dc:creator>
      <dc:date>2015-03-02T18:52:00Z</dc:date>
    </item>
  </channel>
</rss>

