Assistance with configuring Alfresco 5.0d via AWS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-25-2016 02:25 PM
I would like to request some assistance with configuring Alfresco on AWS. I have launched an Alfresco Community Bitnami AMI, and attempted to set up the security groups and all that. However, once the instance launched and I attempted to browse the application by using the public IP I assigned, I get an error:
Your application is not available
Your application may not be available for many reasons:
•If you just launched the server, please wait a few minutes for the application to deploy. It is common behavior for Java applications.
•Your application may not be working properly. Please check the application log file.
This page will automatically refresh every 15 seconds until the application is available.
Would someone be able to provide some insight as to what could be missing from this?
- Labels:
-
Archive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-03-2016 01:30 AM
Have you tried to SSH to the alfresco server and check if alfresco is up and running fine?
Any errors in the alfresco log files?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2016 02:16 PM
I was actually able to find an existing installation of Alfresco via Tomcat7 on AWS (using Ubuntu 14.04). However, I am unable to find the login information for the "Alfresco Community" login page after navigating to the /share URL in a browser:
http://localhost/share (the localhost will represent the private IP assigned to the instance)
I tried using the following combinations, but it didn't work, after following online suggestions to clear the password hash field in the alfresco-global.properties file.
Admin/Admin
admin/admin
admin/password
I restarted bitnami and tomcat after making the changes to the file, but it still didn't work. I get an error: "Your authentication details have not been recognized or Alfresco may not be available at this time."
Any ideas on how to get the login information?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2016 01:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2016 12:28 PM
Reset the Admin password without knowing any user password:
Configure the authentication component to accept all logins using org.alfresco.repo.security.authentication.SimpleAcceptOrRejectAllAuthenticationComponentImpl.
Login as a user with Admin rights.
Reset the Admin user's password.
Revert the configuration.
Thoughts?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-08-2016 11:33 AM
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-08-2016 12:17 PM
Alfresco is probably not running. You need to find the alfresco.log file to find out why not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2016 12:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-16-2016 11:49 AM
Any update with the issue?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-05-2017 01:14 AM
Bitnami have set their own user ids and passwords.
Refer to https://bitnami.com/stack/alfresco/README.txt
Try userid = user and password = bitnami. This works with Alfresco Bitnami 201707.
