Hi Sailaja, Please check the below commit for the log in issue. For me this solved the log in issue.
https://git-wip-us.apache.org/repos/asf?p=incubator-cloudstack.git;a=commit;h=2a0c2be1365b042fcabc2ab18c1ba4f374c5ce37 CLOUDSTACK-1175: PlainTextAuthenticator was being loaded due @Component annotation. Removed the annotation so that MD5 authenticator will be used Thanks, Jayapal > -----Original Message----- > From: Sailaja Mada [mailto:[email protected]] > Sent: Monday, February 11, 2013 10:06 AM > To: [email protected] > Cc: Sailaja Mada > Subject: [ACS41]Failed to login to Management Server > > Hi, > > I just did a git pull from 4.1 branch. Now I am not able to login to > management server with admin or any user. > > ========================================================== > ========================================================== > ====================================== > 2013-02-11 09:45:49,805 DEBUG [cloud.api.ApiServlet] (28034142@qtp- > 26773506-2:null) ===START=== 10.144.7.13 -- POST null > 2013-02-11 09:45:49,808 DEBUG [cloud.user.AccountManagerImpl] > (28034142@qtp-26773506-2:null) Attempting to log in user: admin in domain > 1 > 2013-02-11 09:45:49,808 DEBUG [server.auth.MD5UserAuthenticator] > (28034142@qtp-26773506-2:null) Retrieving user: admin > 2013-02-11 09:45:49,814 DEBUG [cloud.user.AccountManagerImpl] > (28034142@qtp-26773506-2:null) User: admin in domain 1 has successfully > logged in > 2013-02-11 09:45:49,930 DEBUG [cloud.api.ApiServlet] (28034142@qtp- > 26773506-2:null) ===END=== 10.144.7.13 -- POST null > 2013-02-11 09:45:49,968 DEBUG [cloud.api.ApiServlet] (28034142@qtp- > 26773506-2:null) ===START=== 10.144.7.13 -- GET > command=listCapabilities&response=json&sessionkey=hZEuopLVcZ%2BflL5e > 1XBu%2FM4dIZs%3D&_=1360556156827 > INFO [cloud.api.ApiServer] (28034142@qtp-26773506-2:) null > 2013-02-11 09:45:49,998 INFO [cloud.api.ApiServer] (28034142@qtp- > 26773506-2:null) null > 2013-02-11 09:45:50,000 DEBUG [cloud.api.ApiServlet] (28034142@qtp- > 26773506-2:null) ===END=== 10.144.7.13 -- GET > command=listCapabilities&response=json&sessionkey=hZEuopLVcZ%2BflL5e > 1XBu%2FM4dIZs%3D&_=1360556156827 > 2013-02-11 09:45:50,044 DEBUG [cloud.api.ApiServlet] (28034142@qtp- > 26773506-2:null) ===START=== 10.144.7.13 -- GET > command=listSwifts&response=json&sessionkey=hZEuopLVcZ%2BflL5e1XBu > %2FM4dIZs%3D&_=1360556156886 > 2013-02-11 09:45:50,073 DEBUG [cloud.api.ApiServlet] (28034142@qtp- > 26773506-2:null) ===END=== 10.144.7.13 -- GET > command=listSwifts&response=json&sessionkey=hZEuopLVcZ%2BflL5e1XBu > %2FM4dIZs%3D&_=1360556156886 > ========================================================== > ========================================================== > ====================================== > > Thanks and Regards, > Sailaja.M
