RE: Admin user can't login

2012-11-13 Thread Rohit Yadav
, 2012 8:08 PM To: cloudstack-users@incubator.apache.org Subject: Re: Admin user can't login Hi Prasanna, my answers below On Nov 12, 2012, at 11:30 PM, Prasanna Santhanam wrote: > On Mon, Nov 12, 2012 at 07:39:11PM -0500, Mir Islam wrote: >> Tried a completely different browser

Re: Admin user can't login

2012-11-13 Thread Mir Islam
Hi Prasanna, my answers below On Nov 12, 2012, at 11:30 PM, Prasanna Santhanam wrote: > On Mon, Nov 12, 2012 at 07:39:11PM -0500, Mir Islam wrote: >> Tried a completely different browser. Did not work. >> >> But here is some more info. I looked into >> /usr/share/cloud/management/webapps/client/

Re: Admin user can't login

2012-11-12 Thread Prasanna Santhanam
On Mon, Nov 12, 2012 at 07:39:11PM -0500, Mir Islam wrote: > Tried a completely different browser. Did not work. > > But here is some more info. I looked into > /usr/share/cloud/management/webapps/client/WEB-INF folder and the > lib folder has no jars. classes folder similarly has no classes. > Th

Re: Admin user can't login

2012-11-12 Thread Mir Islam
Tried a completely different browser. Did not work. But here is some more info. I looked into /usr/share/cloud/management/webapps/client/WEB-INF folder and the lib folder has no jars. classes folder similarly has no classes. There is a resources folders with some properties though. So I am miss

Re: Admin user can't login

2012-11-12 Thread Ahmad Emneina
It looks perfectly fine :| Can you clear your browser cache and try logging in again? On 11/12/12 3:58 PM, "Mir Islam" wrote: >Hi Ahmad, thanks for your response. I have pasted everything that is in >management-server.log in pastebin http://pastebin.com/JhSTLdTQ > >However I did not see a singl

Re: Admin user can't login

2012-11-12 Thread Mir Islam
Hi Ahmad, thanks for your response. I have pasted everything that is in management-server.log in pastebin http://pastebin.com/JhSTLdTQ However I did not see a single exception in there. Am I missing a package? Just for record here are the RPMS I have [root@cloudstackm1 management]# rpm -qa |gr

Re: Admin user can't login

2012-11-12 Thread Ahmad Emneina
I think your management server has crashed for some reason, paste the last few hundred lines from your management-server.log to pastebin.com. On 11/12/12 2:49 PM, "Mir Islam" wrote: >Actually I already did that before sending out the initial email. :) but >for the kicks I redid it again. But sam

Re: Admin user can't login

2012-11-12 Thread Mir Islam
Actually I already did that before sending out the initial email. :) but for the kicks I redid it again. But same problem. In the access log I do see a 404 error when I hit the "login" button. 172.31.21.182 - - [12/Nov/2012:14:47:23 -0800] "POST /client/api HTTP/1.1" 404 1057 If I goto /cli

Re: Admin user can't login

2012-11-12 Thread Ahmad Emneina
On 11/12/12 2:15 PM, "Mir Islam" wrote: >I believe so. I do not see any SQL related error that it could not >connect to database or failed connection. In the db.properties database >host is localhost and user is correct. Password is encrypted so I am not >sure if it is correct (no reason for it n

Re: Admin user can't login

2012-11-12 Thread Mir Islam
I believe so. I do not see any SQL related error that it could not connect to database or failed connection. In the db.properties database host is localhost and user is correct. Password is encrypted so I am not sure if it is correct (no reason for it not to be) One thing I remember from 3.x th

Re: Admin user can't login

2012-11-12 Thread Ahmad Emneina
On 11/12/12 1:54 PM, "Mir Islam" wrote: >Hi, first time installing CloudStack 4.x version. After installing the >management server I can't login to the management console. I looked at >the database and the md5 hash of the password matches 'password' but >still I get "Invalid username or password"

Admin user can't login

2012-11-12 Thread Mir Islam
Hi, first time installing CloudStack 4.x version. After installing the management server I can't login to the management console. I looked at the database and the md5 hash of the password matches 'password' but still I get "Invalid username or password" error when trying to login. Any idea what