cancel
Showing results for 
Search instead for 
Did you mean: 

Admin Login after Installation of 4.2.e

bumblebee
Champ in-the-making
Champ in-the-making
I installed the Version 4.2.e on my server with the binary installer. The installation went smooth without any problems. After the installation I tried to login as administrator but it kept telling me: "Ihre Authentifizierungsdaten wurden nicht erkannt oder Alfresco ist zurzeit nicht verfügbar." I tried all possible combinations of User and Password, but i could not log in. During the installation it asked me for the admin password. But this password also doesn’t work.

What is the username and password for the first login of the administrator?

Thank you very much for your help
7 REPLIES 7

parzgnat
Star Contributor
Star Contributor
The admin password for Alfresco should be the password that you enter into the installer, unless you've made modifications to the authentication chain prior to starting Alfresco. Assuming that the authentication chain is still in its default state, the login failure that you're seeing in the Share interface could be a red herring for an error in the startup of Alfresco. To determine the problem, check the catalina.out file located at $ALFRESCO_HOME/tomcat/logs.

I hope this helps.

bumblebee
Champ in-the-making
Champ in-the-making
Here are the last few lines of the log. Does that tell you anything?

08:24:12,063 WARN  [org.alfresco.wcm.client.util.impl.GuestSessionFactoryImpl] WQS unable to connect to repository: Not Found
08:24:14,070 WARN  [org.alfresco.wcm.client.util.impl.GuestSessionFactoryImpl] WQS unable to connect to repository: Not Found
08:24:16,076 WARN  [org.alfresco.wcm.client.util.impl.GuestSessionFactoryImpl] WQS unable to connect to repository: Not Found
08:24:18,082 WARN  [org.alfresco.wcm.client.util.impl.GuestSessionFactoryImpl] WQS unable to connect to repository: Not Found
08:24:20,089 WARN  [org.alfresco.wcm.client.util.impl.GuestSessionFactoryImpl] WQS unable to connect to repository: Not Found
08:24:22,095 WARN  [org.alfresco.wcm.client.util.impl.GuestSessionFactoryImpl] WQS unable to connect to repository: Not Found
08:24:24,101 WARN  [org.alfresco.wcm.client.util.impl.GuestSessionFactoryImpl] WQS unable to connect to repository: Not Found
08:24:26,108 WARN  [org.alfresco.wcm.client.util.impl.GuestSessionFactoryImpl] WQS unable to connect to repository: Not Found
08:24:28,113 WARN  [org.alfresco.wcm.client.util.impl.GuestSessionFactoryImpl] WQS unable to connect to repository: Not Found
08:24:30,120 WARN  [org.alfresco.wcm.client.util.impl.GuestSessionFactoryImpl] WQS unable to connect to repository: Not Found

rbraga
Champ in-the-making
Champ in-the-making
I installed Alfresco 4.2e binary, but everytime I'll try login appears the same problem bellow
<strong>"Your authentication details have not been recognized or Alfresco may not be available at this time."</strong>
I dont understand what's happen, it is my fresh install… About my logs … look bellow the catalina.out the last lines.


2013-12-12 12:11:15,036  ERROR [solr.tracker.CoreTracker] [SolrTrackerScheduler_Worker-2] Tracking failed
org.alfresco.error.AlfrescoRuntimeException: 11120023 GetModelsDiff return status is 404
   at org.alfresco.solr.client.SOLRAPIClient.getModelsDiff(SOLRAPIClient.java:1059)
   at org.alfresco.solr.tracker.CoreTracker.trackModels(CoreTracker.java:1897)
   at org.alfresco.solr.tracker.CoreTracker.trackRepository(CoreTracker.java:1227)
   at org.alfresco.solr.tracker.CoreTracker.updateIndex(CoreTracker.java:513)
   at org.alfresco.solr.tracker.CoreTrackerJob.execute(CoreTrackerJob.java:45)
   at org.quartz.core.JobRunShell.run(JobRunShell.java:216)
   at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:563)
I'm using Ubuntu 13.04 (GNU/Linux 3.8.0-19-generic x86_64)
When I install often choose the advanced and I put N to POstgresql and SharePoint.. and thats it …

rbraga
Champ in-the-making
Champ in-the-making
Thanks abarisone I droped database and recreate, and install the binary file … it is work fine…

manikandann_s
Champ in-the-making
Champ in-the-making
I am also facing same issue. I had installed the alfresco 5.0.d version in centos 6.7 (linux) server. After installation I am not able to login the console (127.0.0.1:8080/share). Showing error :
Your authentication details have not been recognized or Alfresco may not be available at this time.
Please help me

dorothy
Champ on-the-rise
Champ on-the-rise
I am following Jeff Tutorial series. I followed the steps as in http://ecmarchitect.com/alfresco-developer-series-tutorials/content/tutorial/tutorial.html.
Since I do not have a free 8080 port, hence I gave the below mentioned commands for repo and share respectively
<ul>

mvn integration-test -Pamp-to-war -Dmaven.tomcat.port=8081,
</ul>
<ul>

mvn integration-test -Pamp-to-war -Dmaven.tomcat.port=8082,
</ul>

However, I get this error when I launch the URL: http://localhost:8082/share/page


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


Also, attached is the stack trace and the share-config-custom.xml

Pls suggest