How to solve SSL for cloud stack

2021-01-17 Thread Support Admin

*Hello,*

I am always appropriate this cloud system!!! I am trying to install SSL 
using nginx proxy and *lets encrypt. *


My local server ip : 10.66.100.40

and forward router my public ip (182.48.66.198) to cloud.technologyrss.com

I follow this guide 
*https://www.shapeblue.com/securing-cloudstack-4-11-with-https-tls/*


Just one thing which file info I upload using Cloud Stack UI?

I have 4 files like

*cert.pem**
**chain.pem**
**fullchain.pem**
**privkey.pem*

Please mention which file code upload into this UI?

--

*Thanks & Regards.*

Support Admin

Facebook  | Twitter 
 | Website 


116/1 West Malibagh, D. I. T Road

Dhaka-1217, Bangladesh

*Mob :* +088 01716915504

*Email :* support.ad...@technologyrss.com

*Web :* www.technologyrss.com 



Update Problem from 4.14 to 4.15

2021-01-17 Thread Info Manager
Hi all

Have anyone such problems while updating?

--

 2021-01-17 01:42:47,466 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:)
ALTER TABLE `cloud`.`project_account`  ADD COLUMN `user_id` bigint unsigned
COMMENT 'ID of user to be added to the project' AFTER `account_id`,  ADD
CONSTRAINT `fk_project_account__user_id` FOREIGN KEY
`fk_project_account__user_id`(`user_id`) REFERENCES `user`(`id`) ON DELETE
CASCADE,  ADD COLUMN `project_role_id` bigint unsigned COMMENT 'Project
role id' AFTER `project_account_id`,  ADD CONSTRAINT
`fk_project_account__project_role_id` FOREIGN KEY (`project_role_id`)
REFERENCES `project_role` (`id`) ON DELETE SET NULL,  DROP FOREIGN KEY
`fk_project_account__account_id`,  DROP INDEX `account_id`
2021-01-17 01:42:47,480 ERROR [c.c.u.d.ScriptRunner] (main:null) (logid:)
Error executing: ALTER TABLE `cloud`.`project_account`  ADD COLUMN
`user_id` bigint unsigned COMMENT 'ID of user to be added to the project'
AFTER `account_id`,  ADD CONSTRAINT `fk_project_account__user_id` FOREIGN
KEY `fk_project_account__user_id`(`user_id`) REFERENCES `user`(`id`) ON
DELETE CASCADE,  ADD COLUMN `project_role_id` bigint unsigned COMMENT
'Project role id' AFTER `project_account_id`,  ADD CONSTRAINT
`fk_project_account__project_role_id` FOREIGN KEY (`project_role_id`)
REFERENCES `project_role` (`id`) ON DELETE SET NULL,  DROP FOREIGN KEY
`fk_project_account__account_id`,  DROP INDEX `account_id`
2021-01-17 01:42:47,480 ERROR [c.c.u.d.ScriptRunner] (main:null) (logid:)
java.sql.SQLSyntaxErrorException: Can't DROP 'fk_project_account__account_id';
check that column/key exists
2021-01-17 01:42:47,483 ERROR [c.c.u.DatabaseUpgradeChecker] (main:null)
(logid:) Unable to execute upgrade script
java.sql.SQLSyntaxErrorException: Can't DROP 'fk_project_account__account_id';
check that column/key exists
at com.cloud.utils.db.ScriptRunner.runScript(ScriptRunner.java:185)
at com.cloud.utils.db.ScriptRunner.runScript(ScriptRunner.java:87)
at com.cloud.upgrade.DatabaseUpgradeChecker.runScript(
DatabaseUpgradeChecker.java:203)
at com.cloud.upgrade.DatabaseUpgradeChecker.upgrade(
DatabaseUpgradeChecker.java:258)
at com.cloud.upgrade.DatabaseUpgradeChecker.check(
DatabaseUpgradeChecker.java:342)
at org.apache.cloudstack.spring.lifecycle.
CloudStackExtendedLifeCycle.checkIntegrity(CloudStackExtendedLifeCycle.
java:64)
at org.apache.cloudstack.spring.lifecycle.
CloudStackExtendedLifeCycle.start(CloudStackExtendedLifeCycle.java:54)
at org.springframework.context.support.DefaultLifecycleProcessor.
doStart(DefaultLifecycleProcessor.java:182)
at org.springframework.context.support.DefaultLifecycleProcessor.
access$200(DefaultLifecycleProcessor.java:53)
at org.springframework.context.support.DefaultLifecycleProcessor$
LifecycleGroup.start(DefaultLifecycleProcessor.java:360)
at org.springframework.context.support.DefaultLifecycleProcessor.
startBeans(DefaultLifecycleProcessor.java:158)
at org.springframework.context.support.DefaultLifecycleProcessor.
onRefresh(DefaultLifecycleProcessor.java:122)
at org.springframework.context.support.AbstractApplicationContext.
finishRefresh(AbstractApplicationContext.java:894)
at org.springframework.context.support.AbstractApplicationContext.
refresh(AbstractApplicationContext.java:553)
at org.apache.cloudstack.spring.module.model.impl.
DefaultModuleDefinitionSet.loadContext(DefaultModuleDefinitionSet.java:144)
at org.apache.cloudstack.spring.module.model.impl.
DefaultModuleDefinitionSet$2.with(DefaultModuleDefinitionSet.java:121)
at org.apache.cloudstack.spring.module.model.impl.
DefaultModuleDefinitionSet.withModule(DefaultModuleDefinitionSet.java:244)
at org.apache.cloudstack.spring.module.model.impl.
DefaultModuleDefinitionSet.withModule(DefaultModuleDefinitionSet.java:249)
at org.apache.cloudstack.spring.module.model.impl.
DefaultModuleDefinitionSet.withModule(DefaultModuleDefinitionSet.java:232)
at org.apache.cloudstack.spring.module.model.impl.
DefaultModuleDefinitionSet.loadContexts(DefaultModuleDefinitionSet.java:116)
at org.apache.cloudstack.spring.module.model.impl.
DefaultModuleDefinitionSet.load(DefaultModuleDefinitionSet.java:78)
at org.apache.cloudstack.spring.module.factory.
ModuleBasedContextFactory.loadModules(ModuleBasedContextFactory.java:37)
at org.apache.cloudstack.spring.module.factory.
CloudStackSpringContext.init(CloudStackSpringContext.java:70)
at org.apache.cloudstack.spring.module.factory.
CloudStackSpringContext.(CloudStackSpringContext.java:57)
at org.apache.cloudstack.spring.module.factory.
CloudStackSpringContext.(CloudStackSpringContext.java:61)
at org.apache.cloudstack.spring.module.web.
CloudStackContextLoaderListener.contextInitialized(
CloudStackContextLoaderListener.java:51)
at org.eclipse.jetty.server.handler.ContextHandl

Re: Update Problem from 4.14 to 4.15

2021-01-17 Thread Rohit Yadav
Hi Evegeni,

Did you upgrade from ACS 4.14 (or some other build/fork such as ACP), or have 
any changes to schema or try to upgrade again after a failed upgrade before? I 
didn't face this issue while upgrading a local KVM based 4.14.0.0 env to 
4.15.0.0.


Regards.


From: Info Manager 
Sent: Sunday, January 17, 2021 18:18
To: dev@cloudstack.apache.org ; 
us...@cloudstack.apache.org 
Subject: Update Problem from 4.14 to 4.15

Hi all

Have anyone such problems while updating?

--

 2021-01-17 01:42:47,466 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:)
ALTER TABLE `cloud`.`project_account`  ADD COLUMN `user_id` bigint unsigned
COMMENT 'ID of user to be added to the project' AFTER `account_id`,  ADD
CONSTRAINT `fk_project_account__user_id` FOREIGN KEY
`fk_project_account__user_id`(`user_id`) REFERENCES `user`(`id`) ON DELETE
CASCADE,  ADD COLUMN `project_role_id` bigint unsigned COMMENT 'Project
role id' AFTER `project_account_id`,  ADD CONSTRAINT
`fk_project_account__project_role_id` FOREIGN KEY (`project_role_id`)
REFERENCES `project_role` (`id`) ON DELETE SET NULL,  DROP FOREIGN KEY
`fk_project_account__account_id`,  DROP INDEX `account_id`
2021-01-17 01:42:47,480 ERROR [c.c.u.d.ScriptRunner] (main:null) (logid:)
Error executing: ALTER TABLE `cloud`.`project_account`  ADD COLUMN
`user_id` bigint unsigned COMMENT 'ID of user to be added to the project'
AFTER `account_id`,  ADD CONSTRAINT `fk_project_account__user_id` FOREIGN
KEY `fk_project_account__user_id`(`user_id`) REFERENCES `user`(`id`) ON
DELETE CASCADE,  ADD COLUMN `project_role_id` bigint unsigned COMMENT
'Project role id' AFTER `project_account_id`,  ADD CONSTRAINT
`fk_project_account__project_role_id` FOREIGN KEY (`project_role_id`)
REFERENCES `project_role` (`id`) ON DELETE SET NULL,  DROP FOREIGN KEY
`fk_project_account__account_id`,  DROP INDEX `account_id`
2021-01-17 01:42:47,480 ERROR [c.c.u.d.ScriptRunner] (main:null) (logid:)
java.sql.SQLSyntaxErrorException: Can't DROP 'fk_project_account__account_id';
check that column/key exists
2021-01-17 01:42:47,483 ERROR [c.c.u.DatabaseUpgradeChecker] (main:null)
(logid:) Unable to execute upgrade script
java.sql.SQLSyntaxErrorException: Can't DROP 'fk_project_account__account_id';
check that column/key exists
at com.cloud.utils.db.ScriptRunner.runScript(ScriptRunner.java:185)
at com.cloud.utils.db.ScriptRunner.runScript(ScriptRunner.java:87)
at com.cloud.upgrade.DatabaseUpgradeChecker.runScript(
DatabaseUpgradeChecker.java:203)
at com.cloud.upgrade.DatabaseUpgradeChecker.upgrade(
DatabaseUpgradeChecker.java:258)
at com.cloud.upgrade.DatabaseUpgradeChecker.check(
DatabaseUpgradeChecker.java:342)
at org.apache.cloudstack.spring.lifecycle.
CloudStackExtendedLifeCycle.checkIntegrity(CloudStackExtendedLifeCycle.
java:64)
at org.apache.cloudstack.spring.lifecycle.
CloudStackExtendedLifeCycle.start(CloudStackExtendedLifeCycle.java:54)
at org.springframework.context.support.DefaultLifecycleProcessor.
doStart(DefaultLifecycleProcessor.java:182)
at org.springframework.context.support.DefaultLifecycleProcessor.
access$200(DefaultLifecycleProcessor.java:53)
at org.springframework.context.support.DefaultLifecycleProcessor$
LifecycleGroup.start(DefaultLifecycleProcessor.java:360)
at org.springframework.context.support.DefaultLifecycleProcessor.
startBeans(DefaultLifecycleProcessor.java:158)
at org.springframework.context.support.DefaultLifecycleProcessor.
onRefresh(DefaultLifecycleProcessor.java:122)
at org.springframework.context.support.AbstractApplicationContext.
finishRefresh(AbstractApplicationContext.java:894)
at org.springframework.context.support.AbstractApplicationContext.
refresh(AbstractApplicationContext.java:553)
at org.apache.cloudstack.spring.module.model.impl.
DefaultModuleDefinitionSet.loadContext(DefaultModuleDefinitionSet.java:144)
at org.apache.cloudstack.spring.module.model.impl.
DefaultModuleDefinitionSet$2.with(DefaultModuleDefinitionSet.java:121)
at org.apache.cloudstack.spring.module.model.impl.
DefaultModuleDefinitionSet.withModule(DefaultModuleDefinitionSet.java:244)
at org.apache.cloudstack.spring.module.model.impl.
DefaultModuleDefinitionSet.withModule(DefaultModuleDefinitionSet.java:249)
at org.apache.cloudstack.spring.module.model.impl.
DefaultModuleDefinitionSet.withModule(DefaultModuleDefinitionSet.java:232)
at org.apache.cloudstack.spring.module.model.impl.
DefaultModuleDefinitionSet.loadContexts(DefaultModuleDefinitionSet.java:116)
at org.apache.cloudstack.spring.module.model.impl.
DefaultModuleDefinitionSet.load(DefaultModuleDefinitionSet.java:78)
at org.apache.cloudstack.spring.module.factory.
ModuleBasedContextFactory.loadModules(ModuleBasedContextFactory.java:37)
at org.apache.cloudstack.spring.module.factory.
CloudStackSpringContext.init

Re: Update Problem from 4.14 to 4.15

2021-01-17 Thread Info Manager
Hi , no ,
i did update from 4.14 to 4.15 , also 4.14 was updated from 4.13 that
released in 14.5.20 from shapeblue reps

On Sun, Jan 17, 2021 at 5:17 PM Rohit Yadav 
wrote:

> Hi Evegeni,
>
> Did you upgrade from ACS 4.14 (or some other build/fork such as ACP), or
> have any changes to schema or try to upgrade again after a failed upgrade
> before? I didn't face this issue while upgrading a local KVM based 4.14.0.0
> env to 4.15.0.0.
>
>
> Regards.
>
> 
> From: Info Manager 
> Sent: Sunday, January 17, 2021 18:18
> To: dev@cloudstack.apache.org ;
> us...@cloudstack.apache.org 
> Subject: Update Problem from 4.14 to 4.15
>
> Hi all
>
> Have anyone such problems while updating?
>
> --
>
>  2021-01-17 01:42:47,466 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:)
> ALTER TABLE `cloud`.`project_account`  ADD COLUMN `user_id` bigint unsigned
> COMMENT 'ID of user to be added to the project' AFTER `account_id`,  ADD
> CONSTRAINT `fk_project_account__user_id` FOREIGN KEY
> `fk_project_account__user_id`(`user_id`) REFERENCES `user`(`id`) ON DELETE
> CASCADE,  ADD COLUMN `project_role_id` bigint unsigned COMMENT 'Project
> role id' AFTER `project_account_id`,  ADD CONSTRAINT
> `fk_project_account__project_role_id` FOREIGN KEY (`project_role_id`)
> REFERENCES `project_role` (`id`) ON DELETE SET NULL,  DROP FOREIGN KEY
> `fk_project_account__account_id`,  DROP INDEX `account_id`
> 2021-01-17 01:42:47,480 ERROR [c.c.u.d.ScriptRunner] (main:null) (logid:)
> Error executing: ALTER TABLE `cloud`.`project_account`  ADD COLUMN
> `user_id` bigint unsigned COMMENT 'ID of user to be added to the project'
> AFTER `account_id`,  ADD CONSTRAINT `fk_project_account__user_id` FOREIGN
> KEY `fk_project_account__user_id`(`user_id`) REFERENCES `user`(`id`) ON
> DELETE CASCADE,  ADD COLUMN `project_role_id` bigint unsigned COMMENT
> 'Project role id' AFTER `project_account_id`,  ADD CONSTRAINT
> `fk_project_account__project_role_id` FOREIGN KEY (`project_role_id`)
> REFERENCES `project_role` (`id`) ON DELETE SET NULL,  DROP FOREIGN KEY
> `fk_project_account__account_id`,  DROP INDEX `account_id`
> 2021-01-17 01:42:47,480 ERROR [c.c.u.d.ScriptRunner] (main:null) (logid:)
> java.sql.SQLSyntaxErrorException: Can't DROP
> 'fk_project_account__account_id';
> check that column/key exists
> 2021-01-17 01:42:47,483 ERROR [c.c.u.DatabaseUpgradeChecker] (main:null)
> (logid:) Unable to execute upgrade script
> java.sql.SQLSyntaxErrorException: Can't DROP
> 'fk_project_account__account_id';
> check that column/key exists
> at com.cloud.utils.db.ScriptRunner.runScript(ScriptRunner.java:185)
> at com.cloud.utils.db.ScriptRunner.runScript(ScriptRunner.java:87)
> at com.cloud.upgrade.DatabaseUpgradeChecker.runScript(
> DatabaseUpgradeChecker.java:203)
> at com.cloud.upgrade.DatabaseUpgradeChecker.upgrade(
> DatabaseUpgradeChecker.java:258)
> at com.cloud.upgrade.DatabaseUpgradeChecker.check(
> DatabaseUpgradeChecker.java:342)
> at org.apache.cloudstack.spring.lifecycle.
> CloudStackExtendedLifeCycle.checkIntegrity(CloudStackExtendedLifeCycle.
> java:64)
> at org.apache.cloudstack.spring.lifecycle.
> CloudStackExtendedLifeCycle.start(CloudStackExtendedLifeCycle.java:54)
> at org.springframework.context.support.DefaultLifecycleProcessor.
> doStart(DefaultLifecycleProcessor.java:182)
> at org.springframework.context.support.DefaultLifecycleProcessor.
> access$200(DefaultLifecycleProcessor.java:53)
> at org.springframework.context.support.DefaultLifecycleProcessor$
> LifecycleGroup.start(DefaultLifecycleProcessor.java:360)
> at org.springframework.context.support.DefaultLifecycleProcessor.
> startBeans(DefaultLifecycleProcessor.java:158)
> at org.springframework.context.support.DefaultLifecycleProcessor.
> onRefresh(DefaultLifecycleProcessor.java:122)
> at org.springframework.context.support.AbstractApplicationContext.
> finishRefresh(AbstractApplicationContext.java:894)
> at org.springframework.context.support.AbstractApplicationContext.
> refresh(AbstractApplicationContext.java:553)
> at org.apache.cloudstack.spring.module.model.impl.
> DefaultModuleDefinitionSet.loadContext(DefaultModuleDefinitionSet.java:144)
> at org.apache.cloudstack.spring.module.model.impl.
> DefaultModuleDefinitionSet$2.with(DefaultModuleDefinitionSet.java:121)
> at org.apache.cloudstack.spring.module.model.impl.
> DefaultModuleDefinitionSet.withModule(DefaultModuleDefinitionSet.java:244)
> at org.apache.cloudstack.spring.module.model.impl.
> DefaultModuleDefinitionSet.withModule(DefaultModuleDefinitionSet.java:249)
> at org.apache.cloudstack.spring.module.model.impl.
> DefaultModuleDefinitionSet.withModule(DefaultModuleDefinitionSet.java:232)
> at org.apache.cloudstack.spring.module.model.impl.
>
> DefaultModuleDefinitionSet.loadContexts(DefaultModuleDefinitionSet.java

Not open console vm using ssl

2021-01-17 Thread Support Admin

*Hello,*

I am trying to install SSL using Let's encrypt, Install successfully 
done and access CT UI is ok.


consoleproxy.url.domain *cloud.technologyrss.com*
consoleproxy.sslEnabled *true*
secstorage.ssl.cert.domain *cloud.technologyrss.com**
***secstorage.encrypt.copy *true*


this is Global settings on my CT server also

/etc/cloudstack/management/server.properties  using true.

https.enable=*true*
https.port=*8443*

Then upload certificate into UI.

Root certificate: *cert.pem*

Server certificate: *fullchain.pem*

PKCS#8 Private Key : *privkey.pem*

DNS Domain Suffix: *cloud.technologyrss.com*

**

When upload and click OK then I see status is *success, But I can't 
access any sysvm.*


ISO upload is ok, When I try to access instance then see below error.


Please help me what can I do..

--

*Thanks & Regards.*

Support Admin

Facebook  | Twitter 
 | Website 


116/1 West Malibagh, D. I. T Road

Dhaka-1217, Bangladesh

*Mob :* +088 01716915504

*Email :* support.ad...@technologyrss.com

*Web :* www.technologyrss.com 



Re: Not open console vm using ssl

2021-01-17 Thread Wei ZHOU
Hi,

console.url.domain should be a wildcard like *.cloud.domainmain.com , or a
domain name like vmconsole.cloud.domainname.com

-Wei

On Sunday, 17 January 2021, Support Admin 
wrote:

> *Hello,*
>
> I am trying to install SSL using Let's encrypt, Install successfully done
> and access CT UI is ok.
>
> consoleproxy.url.domain*cloud.technologyrss.com
> *
> consoleproxy.sslEnabled*true*
> secstorage.ssl.cert.domain*cloud.technologyrss.com
> *
> secstorage.encrypt.copy*true*
>
>
> this is Global settings on my CT server also
>
> /etc/cloudstack/management/server.properties  using true.
>
> https.enable=*true*
> https.port=*8443*
>
> Then upload certificate into UI.
>
> Root certificate: *cert.pem*
>
> Server certificate: *fullchain.pem*
>
> PKCS#8 Private Key : *privkey.pem*
>
> DNS Domain Suffix : *cloud.technologyrss.com
> *
>
> When upload and click OK then I see status is *success, But I can't
> access any sysvm.*
>
> ISO upload is ok, When I try to access instance then see below error.
>
>
> Please help me what can I do..
> --
>
> *Thanks & Regards.*
>
> Support Admin
>
> Facebook | Twitter  | Website
> 
>
> 116/1 West Malibagh
> ,
> D. I. T Road
>
> Dhaka-1217, Bangladesh
>
> *Mob :* +088 01716915504
>
> *Email :* support.ad...@technologyrss.com
>
> *Web :* www.technologyrss.com 
>


Re: Update Problem from 4.14 to 4.15

2021-01-17 Thread Wei ZHOU
Hi,

Is this the first time you try to upgrade cloudstack from 4.14 to 4.15?
Is there failed attempt prior to this upgrade?

-Wei


On Sunday, 17 January 2021, Info Manager  wrote:

> Hi all
>
> Have anyone such problems while updating?
>
> --
>
>  2021-01-17 01:42:47,466 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:)
> ALTER TABLE `cloud`.`project_account`  ADD COLUMN `user_id` bigint unsigned
> COMMENT 'ID of user to be added to the project' AFTER `account_id`,  ADD
> CONSTRAINT `fk_project_account__user_id` FOREIGN KEY
> `fk_project_account__user_id`(`user_id`) REFERENCES `user`(`id`) ON DELETE
> CASCADE,  ADD COLUMN `project_role_id` bigint unsigned COMMENT 'Project
> role id' AFTER `project_account_id`,  ADD CONSTRAINT
> `fk_project_account__project_role_id` FOREIGN KEY (`project_role_id`)
> REFERENCES `project_role` (`id`) ON DELETE SET NULL,  DROP FOREIGN KEY
> `fk_project_account__account_id`,  DROP INDEX `account_id`
> 2021-01-17 01:42:47,480 ERROR [c.c.u.d.ScriptRunner] (main:null) (logid:)
> Error executing: ALTER TABLE `cloud`.`project_account`  ADD COLUMN
> `user_id` bigint unsigned COMMENT 'ID of user to be added to the project'
> AFTER `account_id`,  ADD CONSTRAINT `fk_project_account__user_id` FOREIGN
> KEY `fk_project_account__user_id`(`user_id`) REFERENCES `user`(`id`) ON
> DELETE CASCADE,  ADD COLUMN `project_role_id` bigint unsigned COMMENT
> 'Project role id' AFTER `project_account_id`,  ADD CONSTRAINT
> `fk_project_account__project_role_id` FOREIGN KEY (`project_role_id`)
> REFERENCES `project_role` (`id`) ON DELETE SET NULL,  DROP FOREIGN KEY
> `fk_project_account__account_id`,  DROP INDEX `account_id`
> 2021-01-17 01:42:47,480 ERROR [c.c.u.d.ScriptRunner] (main:null) (logid:)
> java.sql.SQLSyntaxErrorException: Can't DROP 'fk_project_account__account_
> id';
> check that column/key exists
> 2021-01-17 01:42:47,483 ERROR [c.c.u.DatabaseUpgradeChecker] (main:null)
> (logid:) Unable to execute upgrade script
> java.sql.SQLSyntaxErrorException: Can't DROP 'fk_project_account__account_
> id';
> check that column/key exists
> at com.cloud.utils.db.ScriptRunner.runScript(
> ScriptRunner.java:185)
> at com.cloud.utils.db.ScriptRunner.runScript(ScriptRunner.java:87)
> at com.cloud.upgrade.DatabaseUpgradeChecker.runScript(
> DatabaseUpgradeChecker.java:203)
> at com.cloud.upgrade.DatabaseUpgradeChecker.upgrade(
> DatabaseUpgradeChecker.java:258)
> at com.cloud.upgrade.DatabaseUpgradeChecker.check(
> DatabaseUpgradeChecker.java:342)
> at org.apache.cloudstack.spring.lifecycle.
> CloudStackExtendedLifeCycle.checkIntegrity(CloudStackExtendedLifeCycle.
> java:64)
> at org.apache.cloudstack.spring.lifecycle.
> CloudStackExtendedLifeCycle.start(CloudStackExtendedLifeCycle.java:54)
> at org.springframework.context.support.DefaultLifecycleProcessor.
> doStart(DefaultLifecycleProcessor.java:182)
> at org.springframework.context.support.DefaultLifecycleProcessor.
> access$200(DefaultLifecycleProcessor.java:53)
> at org.springframework.context.support.DefaultLifecycleProcessor$
> LifecycleGroup.start(DefaultLifecycleProcessor.java:360)
> at org.springframework.context.support.DefaultLifecycleProcessor.
> startBeans(DefaultLifecycleProcessor.java:158)
> at org.springframework.context.support.DefaultLifecycleProcessor.
> onRefresh(DefaultLifecycleProcessor.java:122)
> at org.springframework.context.support.AbstractApplicationContext.
> finishRefresh(AbstractApplicationContext.java:894)
> at org.springframework.context.support.AbstractApplicationContext.
> refresh(AbstractApplicationContext.java:553)
> at org.apache.cloudstack.spring.module.model.impl.
> DefaultModuleDefinitionSet.loadContext(DefaultModuleDefinitionSet.
> java:144)
> at org.apache.cloudstack.spring.module.model.impl.
> DefaultModuleDefinitionSet$2.with(DefaultModuleDefinitionSet.java:121)
> at org.apache.cloudstack.spring.module.model.impl.
> DefaultModuleDefinitionSet.withModule(DefaultModuleDefinitionSet.java:244)
> at org.apache.cloudstack.spring.module.model.impl.
> DefaultModuleDefinitionSet.withModule(DefaultModuleDefinitionSet.java:249)
> at org.apache.cloudstack.spring.module.model.impl.
> DefaultModuleDefinitionSet.withModule(DefaultModuleDefinitionSet.java:232)
> at org.apache.cloudstack.spring.module.model.impl.
> DefaultModuleDefinitionSet.loadContexts(DefaultModuleDefinitionSet.
> java:116)
> at org.apache.cloudstack.spring.module.model.impl.
> DefaultModuleDefinitionSet.load(DefaultModuleDefinitionSet.java:78)
> at org.apache.cloudstack.spring.module.factory.
> ModuleBasedContextFactory.loadModules(ModuleBasedContextFactory.java:37)
> at org.apache.cloudstack.spring.module.factory.
> CloudStackSpringContext.init(CloudStackSpringContext.java:70)
> at org.apache.cloudstack.spring.module.factory.
> CloudStackSpringCon

Re: Not open console vm using ssl

2021-01-17 Thread Technologyrss Mail

Hi,

I can't find this from Global configuration *console.url.domain*. Maybe 
it should be consoleproxy.url.domain.


I am setup *consoleproxy.url.domain=*vmconsole.cloud.technologyrss.com

*secstorage.ssl.cert.domain=*cloud.technologyrss.com



cloud.technologyrss.com *=my public ip 
(**182.48.66.198)*


*vmconsole.cloud.technologyrss.com=**my public ip (**182.48.66.198)*

*But when I open vm console I see below error. What is issue for my 
settings ?

*

**

On 1/18/2021 1:12 AM, Wei ZHOU wrote:

Hi,

console.url.domain should be a wildcard like *.cloud.domainmain.com 
 , or a domain name like 
vmconsole.cloud.domainname.com 


-Wei

On Sunday, 17 January 2021, Support Admin 
> wrote:


*Hello,*

I am trying to install SSL using Let's encrypt, Install
successfully done and access CT UI is ok.

consoleproxy.url.domain *cloud.technologyrss.com
*
consoleproxy.sslEnabled *true*
secstorage.ssl.cert.domain *cloud.technologyrss.com
**
***secstorage.encrypt.copy *true*


this is Global settings on my CT server also

/etc/cloudstack/management/server.properties using true.

https.enable=*true*
https.port=*8443*

Then upload certificate into UI.

Root certificate: *cert.pem*

Server certificate: *fullchain.pem*

PKCS#8 Private Key : *privkey.pem*

DNS Domain Suffix: *cloud.technologyrss.com
*

**

When upload and click OK then I see status is *success, But I
can't access any sysvm.*

ISO upload is ok, When I try to access instance then see below error.


Please help me what can I do..

-- 


*Thanks & Regards.*

Support Admin

Facebook | Twitter  | Website


116/1 West Malibagh
,
D. I. T Road

Dhaka-1217, Bangladesh

*Mob :* +088 01716915504

*Email :* support.ad...@technologyrss.com


*Web :* www.technologyrss.com 



[GitHub] [cloudstack-primate] shwstppr commented on pull request #789: vm: backend migration changes support

2021-01-17 Thread GitBox


shwstppr commented on pull request #789:
URL: 
https://github.com/apache/cloudstack-primate/pull/789#issuecomment-762052343


   @blueorangutan package



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] blueorangutan commented on pull request #789: vm: backend migration changes support

2021-01-17 Thread GitBox


blueorangutan commented on pull request #789:
URL: 
https://github.com/apache/cloudstack-primate/pull/789#issuecomment-762052874


   @shwstppr a Jenkins job has been kicked to build primate packages. I'll keep 
you posted as I make progress.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




Re: when server reboot so can't access UI

2021-01-17 Thread Daan Hoogland
Can you be more specific to what you observe? I see errors in your logs,
but those at approximately 17:40 are the same as those at =/- 06:30. Have
you investigated network (i.e used tools like telnet, ping, tracerout and
investigated the ipconfig settings)

On Wed, Jan 13, 2021 at 2:28 PM Support Admin <
support.ad...@technologyrss.com> wrote:

> *Hello, *
>
> I am successfully install *Apache Cloud Stack v4.15* and access before
> server reboot. when I *reboot* my server so can't access UI. iptables is
> start.
>
> Please check my log from attachment. Server is centos 7.9. selinux disable
> and firewalld stop.
> --
>
> *Thanks & Regards.*
>
> Support Admin
>
> Facebook | Twitter  | Website
> 
>
> 116/1 West Malibagh, D. I. T Road
>
> Dhaka-1217, Bangladesh
>
> *Mob :* +088 01716915504
>
> *Email :* support.ad...@technologyrss.com
>
> *Web :* www.technologyrss.com 
>


-- 
Daan