Hi all,
I'm trying to setup cloudstack 4.1. I'm using a debian wheezy with ubuntu packages from : deb http://cloudstack.apt-get.eu/ubuntu precise 4.1 I think I have followed all steps in the html guide, but when I try to login as admin/password for the first time it says: "invalid username or password" This is what I can see in the log file : 2013-07-11 22:23:40,203 DEBUG [cloud.api.ApiServlet] (catalina-exec-9:null) ===START=== 192.168.56.1 -- POST null 2013-07-11 22:23:40,238 DEBUG [cloud.user.AccountManagerImpl] (catalina-exec-9:null) Attempting to log in user: admin in domain 1 2013-07-11 22:23:40,238 DEBUG [server.auth.MD5UserAuthenticator] (catalina-exec-9:null) Retrieving user: admin 2013-07-11 22:23:40,257 DEBUG [server.auth.MD5UserAuthenticator] (catalina-exec-9:null) Password does not match 2013-07-11 22:23:40,258 DEBUG [server.auth.LDAPUserAuthenticator] (catalina-exec-9:null) Retrieving user: admin 2013-07-11 22:23:40,275 DEBUG [server.auth.LDAPUserAuthenticator] (catalina-exec-9:null) LDAP authenticator is not configured. 2013-07-11 22:23:40,276 DEBUG [server.auth.PlainTextUserAuthenticator] (catalina-exec-9:null) Retrieving user: admin 2013-07-11 22:23:40,281 DEBUG [server.auth.PlainTextUserAuthenticator] (catalina-exec-9:null) Password does not match 2013-07-11 22:23:40,281 DEBUG [cloud.user.AccountManagerImpl] (catalina-exec-9:null) Unable to authenticate user with username admin in domain 1 2013-07-11 22:23:40,286 INFO [cloud.user.AccountManagerImpl] (catalina-exec-9:null) User admin is disabled/locked 2013-07-11 22:23:40,286 DEBUG [cloud.user.AccountManagerImpl] (catalina-exec-9:null) User: admin in domain 1 has failed to log in 2013-07-11 22:23:40,299 DEBUG [cloud.api.ApiServlet] (catalina-exec-9:null) ===END=== 192.168.56.1 -- POST null I tried to drop both cloud database and run again : * cloudstack-setup-databases cloud:stack@localhost --deploy-as=root and * cloudstack-setup-management But I receive the same error. What I'm wrong ? ( sorry for my bad eng ) Dave