cancel
Showing results for 
Search instead for 
Did you mean: 

admin account in 3.4.c not working

negus
Champ in-the-making
Champ in-the-making
hi,

I start with a clean alfresco installtion 3.4.c on a debian lenny server. The mysql database is used from the system to take effort of daily backup…
when I call after installation http://host:8080/alfresco
a page will be displayed and I'm loged in as guest.

When I try to login as user admin (pw: admin) I get the following message inside the webbrowser

Unable to login - unknown username/password.

I can login again with the user guest (pw: guest) and I can see the first page again

In logs/catalina.out are no error messages rising…

Also the database connection is not the source of the problem. This mistake I did previously and after fixing and it was not working. I made also a complete re installation (including reset of the database)…

until now no result. because of the silence in the logs I don't have any glue what to do


thanks in advance for your help

best regards
3 REPLIES 3

qasimk
Champ in-the-making
Champ in-the-making
I have precisely the same problem on a Ubuntu 10.10 server with a full installer install. The message in the logs is

ERROR [org.springframework.extensions.webscripts.AbstractRuntime] Exception from executeScript - redirecting to status template error: 00010004 Login failed
org.springframework.extensions.webscripts.WebScriptException: 00010004 Login failed
        at org.alfresco.repo.web.scripts.bean.AbstractLoginBean.login(AbstractLoginBean.java:75)
        at org.alfresco.repo.web.scripts.bean.LoginPost.executeImpl(LoginPost.java:73)
        at org.springframework.extensions.webscripts.DeclarativeWebScript.executeImpl(DeclarativeWebScript.java:235)
        at org.springframework.extensions.webscripts.DeclarativeWebScript.execute(DeclarativeWebScript.java:64)
        at org.alfresco.repo.web.scripts.RepositoryContainer$2.execute(RepositoryContainer.java:377)
        at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:381)
        at org.alfresco.repo.web.scripts.RepositoryContainer.transactionedExecute(RepositoryContainer.java:436)
        at org.alfresco.repo.web.scripts.RepositoryContainer.transactionedExecuteAs(RepositoryContainer.java:466)
        at org.alfresco.repo.web.scripts.RepositoryContainer.executeScript(RepositoryContainer.java:263)
        at org.springframework.extensions.webscripts.AbstractRuntime.executeScript(AbstractRuntime.java:333)
        at org.springframework.extensions.webscripts.AbstractRuntime.executeScript(AbstractRuntime.java:189)
        at org.springframework.extensions.webscripts.servlet.WebScriptServlet.service(WebScriptServlet.java:118)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at org.alfresco.web.app.servlet.GlobalLocalizationFilter.doFilter(GlobalLocalizationFilter.java:58)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852)
        at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
        at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
        at java.lang.Thread.run(Thread.java:619)

johnpneal
Champ in-the-making
Champ in-the-making
I just did the same thing and can log in as guest/guest but not admin/admin.  Did anyone figure out what is happening?

negus
Champ in-the-making
Champ in-the-making
qasimk:
I have no such error message in catalina.out. so that this is maybe a different errror.

johnpneal:
could you see any errors in the log files?


by the way I'm using the 64bit version…

best regards