cancel
Showing results for 
Search instead for 
Did you mean: 

unable to do admin login

bhupendra
Champ in-the-making
Champ in-the-making
Dear All,

I have install Alfresco 4.2e version on ubuntu 12.04 server.
alfresco link is opening properly but I am unable to login in that I go through the file alfresco-global.properties, I found password there but what is username for login.
I have tried with user admin and alfresco with password admin and alfresco but nothing is working so pls help me to solve this issue.
thnx in advance.
8 REPLIES 8

jpotts
World-Class Innovator
World-Class Innovator
By default, the admin username and password is admin and admin. If you installed with the binary installer, you probably specified the username and password during the installation. If you forgot what that is, you should just re-install.

Jeff

bhupendra
Champ in-the-making
Champ in-the-making
I have install fresh Alfresco on new system but there also same issue.
every time I install it. it never accept 1st username and password.
pls provide me proper solution to this.

scouil
Star Contributor
Star Contributor
Hi,

You won't find the admin password in alfresco-global.properties.
The password you find the the password for the database user.

As Jeff stated, by default the user/password  should be   admin/admin
Could you please try with those?
If it doesn't work, can you please have a look at your logs and see if any error is in there?

bhupendra
Champ in-the-making
Champ in-the-making
alfresco.log are as follows,

at org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1371)
        at org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:1044)
        at org.alfresco.repo.domain.schema.DataSourceCheck.<init>(DataSourceCheck.java:53)
        … 115 more
Caused by: java.lang.ClassNotFoundException: org.postgresql.Driver
        at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1718)
        at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1569)
        at org.apache.commons.dbcp.BasicDataSource.createConnectionFactory(BasicDataSource.java:1420)

share.log are as follws,

05:04:29,675 INFO  [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js
05:04:29,677 INFO  [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl
05:04:29,687 INFO  [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js
05:04:40,389 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 356 Web Scripts (+0 failed), 370 URLs
05:04:40,390 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 8 Package Description Documents (+0 failed)
05:04:40,390 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 0 Schema Description Documents (+0 failed)
05:04:41,012 INFO  [org.springframework.extensions.webscripts.AbstractRuntimeContainer] Initialised Spring Surf Container Web Script Container (in 11292.073ms)
05:04:41,029 INFO  [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl
05:04:41,041 INFO  [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js
05:09:41,021 INFO  [org.alfresco.web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404

catalina log are as follows,

Mar 06, 2014 5:05:47 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@20fdeace]) and a value of type [org.apache.cxf.bus.CXFBusImpl] (value [org.apache.cxf.bus.CXFBusImpl@7e428b4d]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Mar 06, 2014 5:05:47 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8080"]
Mar 06, 2014 5:05:47 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8443"]
Mar 06, 2014 5:05:47 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-bio-8009"]
Mar 06, 2014 5:05:47 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 120735 ms


pls provide me proper solution

scouil
Star Contributor
Star Contributor
Hi,

It looks like you don't have postgresql jdbc connector in your tomcat/lib folder.
So obviously without database access you can't log in. It's not a password-related issue.
Could you please check it?

How did you install Alfresco?

bhupendra
Champ in-the-making
Champ in-the-making
Thank you Very much.
Its working now.
I have installed alresco from shell script provided on git hub.
But there is one more problem while doing ldap-ad integration in which file I need to do changes?

scouil
Star Contributor
Star Contributor
You're welcome.

Let's not get that single thread about 25 topics.
Please look at the many posts about it on forum/wiki/etc.
If you are still stuck please create a new thread

bhupendra
Champ in-the-making
Champ in-the-making
okay.
I will check that once and for any issue I will creat new thread.