cancel
Showing results for 
Search instead for 
Did you mean: 

Login Authentication not working after install with script

chris_c
Champ in-the-making
Champ in-the-making
First Alfresco Community install, ran the following script :
https://github.com/loftuxab/alfresco-ubuntu-install

Postgres 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 options, all default settings.

Login to Alfresco Share fails when using admin/admin

The error message displayed is vague:

Message: "Your authentication details have not been recognized or Alfresco may not be available at this time."

Script author cannot reproduce error on his system.

EDIT: Postgres JDBC jar url was outdated, failed to download.

EDIT: Attached is a new /opt/alfresco/logs/alfresco.log file, plus share.log, and catalina.log



Any suggestion on how to find the cause of the login error?
11 REPLIES 11

chris_c
Champ in-the-making
Champ in-the-making
Would there be any reason why to not blow away the db and run the postgresql.sh script to create the db from scratch?

chris_c
Champ in-the-making
Champ in-the-making
Finally login works!

Much thanks Bob.

Recap of the commands required in this case:


sudo service alfresco stop
sudo dropdp postgres
sudo dropdb alfrseco
sudo createdb postgres
./postgresql.sh
sudo service postgresql restart
sudo service alfresco start

Enter the postgres and alfreso username/password info into the config files (it's already there from previous install attemps).
Browse to the IP address of alfresco nginx web server.

Login with username admin pass admin

It logs in, as expected!

Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.