Re: Problem accessing /client/ - Service Unavailable

2020-05-10 Thread welly sunardy
Ho Jisha, Downgrade to version 5.1.x With command # yum downgrade mysql-connector-java Regards, Welly On Sun, 10 May 2020, 3:40 pm Jisha Ashokan, wrote: > Hello, > > To which version should it be downgraded to? > > Can you please give me the steps to do it as well? > > Thank you. > > On

Re: Problem accessing /client/ - Service Unavailable

2020-05-10 Thread Jisha Ashokan
Hello, To which version should it be downgraded to? Can you please give me the steps to do it as well? Thank you. On 2020/05/09 13:41:37, welly sunardy wrote: > Hi Jisha, > > Just checking if you have tried to downgrade the mysql-connector-java? > > > Regards, > Welly > > On Sat, 9

Re: Problem accessing /client/ - Service Unavailable

2020-05-09 Thread welly sunardy
Hi Jisha, Just checking if you have tried to downgrade the mysql-connector-java? Regards, Welly On Sat, 9 May 2020, 9:29 pm Jisha Ashokan, wrote: > Hi, > > I did everything you have told me, but http://IP:8080/client/ still gives > HTTP error. > > Can you please help? > > > On 2020/05/08

Re: Problem accessing /client/ - Service Unavailable

2020-05-09 Thread Jisha Ashokan
Hi, I did everything you have told me, but http://IP:8080/client/ still gives HTTP error. Can you please help? On 2020/05/08 15:26:55, Luis wrote: > Hi > I agree that the script should be granting the privileges but for some reason > is not happening. I have been installing CS more than

Re: Problem accessing /client/ - Service Unavailable

2020-05-08 Thread Luis
Hi I agree that the script should be granting the privileges but for some reason is not happening. I have been installing CS more than 20 the las week and I always have to do the granting privileges, just saying but maybe that past is disabled in the script. I may be wrong. Sent from Yahoo

Re: Problem accessing /client/ - Service Unavailable

2020-05-08 Thread Nicolas Vazquez
Hi Jisha, Just adding to Luis' comments, granting privileges shouldn't be necessary, the script should handle that for you. Please consider the steps in the documentation as well: http://docs.cloudstack.apache.org/en/latest/quickinstallationguide/qig.html#database-installation-and-configuration

Re: Problem accessing /client/ - Service Unavailable

2020-05-08 Thread Luis Martinez
Sure, this line contains the user and password for the user cloud, I also changed the password for the user root cloudstack-setup-databases cloud:Password1@localhost --deploy-as=root:Password1 here are the instructions to change the password for root 1.- after installing mysql runs this

Re: Problem accessing /client/ - Service Unavailable

2020-05-08 Thread Jisha Ashokan
Now, I see this error : Caused by: com.cloud.utils.exception.CloudRuntimeException: cleanupForServer:Exception:cleanupForServer:Exception:Table 'cloud.op_lock' doesn't exist Caused by: com.cloud.utils.exception.CloudRuntimeException: cleanupForServer:Exception:Table 'cloud.op_lock' doesn't

Re: Problem accessing /client/ - Service Unavailable

2020-05-08 Thread Jisha Ashokan
Hello, Why are these showing different? grep password /etc/cloudstack/management/db.properties db.cloud.password=ENC(UXU8b795z8qG6w8Q3/06tk5kjuDhCy4l) db.usage.password=ENC(lfGEk0FBmq1HoScapNcRxXMX+nTGAZIf) db.simulator.password=cloud On 2020/05/08 06:19:28, Jisha Ashokan wrote: > Hello, >

Re: Problem accessing /client/ - Service Unavailable

2020-05-08 Thread Jisha Ashokan
Thank you, but the password is encrypted in /etc/cloudstack/management/db.properties . Can you please tell me how did you change the password? Thank you, On 2020/05/08 11:55:38, Luis wrote: > I had the same problem and it may be because the user doesn't have the > correct privileges to

Re: Problem accessing /client/ - Service Unavailable

2020-05-08 Thread Luis
I had the same problem and it may be because the user doesn't have the correct privileges to the database. You have to login to the database and grant the user access to the database. Sent from Yahoo Mail on Android On Fri, May 8, 2020 at 2:23 AM, Jisha Ashokan wrote: Hello, After

Problem accessing /client/ - Service Unavailable

2020-05-08 Thread Jisha Ashokan
Hello, After installing Cloudstack, IP:8080/client/ gives HTTP ERROR 503 Problem accessing /client/. Reason: Service Unavailable Tried restarting using service cloudstack-management restart Accessing the URL, and grep -i -E 'error|exception'