Login Authentication not working after install with script

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2015 03:49 PM
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?
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?
Labels:
- Labels:
-
Archive
11 REPLIES 11

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2015 01:04 PM
Would there be any reason why to not blow away the db and run the postgresql.sh script to create the db from scratch?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2015 01:52 PM
Finally login works!
Much thanks Bob.
Recap of the commands required in this case:
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!
Much thanks Bob.
Recap of the commands required in this case:
sudo service alfresco stopsudo dropdp postgressudo dropdb alfrsecosudo createdb postgres./postgresql.shsudo service postgresql restartsudo 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!
