Re: Still struggling for steps to build pls help

2024-03-25 Thread Wingrunt Platform
Sure Thank you.


On Mon, Mar 25, 2024 at 6:06 AM Pearl d'Silva 
wrote:

> Hi,
>
> Glad you could get that sorted. If there's anything you'd like to improve
> in the documentation you could raise a PR against
> https://github.com/apache/cloudstack-documentation or create issues
> probably at https://github.com/apache/cloudstack/issues since we don't
> seem to have the issues tab on the documentation repo.
>
> Regards,
> Pearl
>
>
>
> 
> From: Wingrunt Platform 
> Sent: March 25, 2024 12:24 AM
> To: users@cloudstack.apache.org 
> Subject: Re: Still struggling for steps to build pls help
>
> Finally got it. It was a combination of loopback and router switch filter
> redirecting to a separate channel going to separate mac.
> Much thanks to all who helped.
>
> My next attempt is to dp a source compile. So far it is stuck only on the
> 70* directory,  spitting out some jar related issues. I will TS on it and
> if there are questions, I will ask.
>
> How can we improve the documentation a little bit ? Great products need
> great documentation.
>
> Thank you once again to all
>
> Regards,
> RSK
>
> On Sat, Mar 23, 2024 at 2:10 AM Wei ZHOU  wrote:
>
> > a. You do not need to configure it (nobody configures manually). Your
> > issue is unrelated to the beans. The bean errors are misleading.
> >
> > b. Jetty, not tomcat
> >
> > c. the default http port is 8080 in
> > /etc/cloudstack/management/server.properties
> >
> >
> >
> > -Wei
> >
> >
> > On Sat, Mar 23, 2024 at 7:59 AM Wingrunt Platform 
> > wrote:
> > >
> > > Just a few more questions.
> > > a. You seem to have webApplicationContext.xml directive in your
> web.xml.
> > Is
> > > this to be available somewhere ? IF so where should it be ? if we
> install
> > > directory apt install ?
> > > b. The run time is an app server which I believe is tomcat for CS 4.19
> .
> > Is
> > > this correct ?
> > > c. My understanding is that you have embedded this within your CS which
> > > opens port 8080. Right ?
> > >
> > > Thank you
> > > Best
> > > RSK
> > > [Opensource will never die, even if you stab a thousand times; or
> place a
> > > blue mirror to reflect the make believe sky]
> > >
> > >
> > >
> > > On Fri, Mar 22, 2024 at 5:54 PM Wingrunt Platform 
> > > wrote:
> > >
> > > > @Pearl d'Silva Thank you.
> > > > Yes Db host same as management server both pointing to localhost.
> Also
> > > > tried specifically pointing to  cloud management ip No luck
> > > > @Wei ZHOU  Thanks to you too.
> > > >
> > > > Thank you so much. Hopefully I will get there soon.
> > > >
> > > > Best
> > > > RSK
> > > >
> > > >
> > > > On Fri, Mar 22, 2024 at 8:45 AM Pearl d'Silva <
> > pearl.dsi...@shapeblue.com>
> > > > wrote:
> > > >
> > > >> Is your database running on the same server / host on which you are
> > > >> trying to deploy the CloudStack setup? Can you verify the values of
> :
> > > >> db.cloud.host - this should point to the DB host
> > > >> cluster.node.IP - should point to the Management server (or the
> proper
> > > >> loopback address)
> > > >>
> > > >> in the ./client/conf/db.properties.in file and rebuild the code if
> > > >> you've built and deployed CloudStack from source. If you've set it
> up
> > using
> > > >> packages, verify the above mentioned values in
> > > >> /etc/cloudstack/management/db.properties and restart the Management
> > server
> > > >> if anything is changed in the file.
> > > >>
> > > >> Regards,
> > > >>
> > > >>
> > > >>
> > > >> 
> > > >> From: Wingrunt Platform 
> > > >> Sent: March 21, 2024 4:06 PM
> > > >> To: users@cloudstack.apache.org 
> > > >> Subject: Re: Still struggling for steps to build pls help
> > > >>
> > > >> A friendly reminder. Racing against time :)
> > > >> Thank you so much.
> > > >> RSK
> > > >>
> > > >> On Wed, Mar 20, 2024 at 5:37 PM Wingrunt Platform <
> wingr...@gmail.com
> > >
> > > >> wrote:
> > > >>
> &g

Re: Still struggling for steps to build pls help

2024-03-25 Thread Pearl d'Silva
Hi,

Glad you could get that sorted. If there's anything you'd like to improve in 
the documentation you could raise a PR against 
https://github.com/apache/cloudstack-documentation or create issues probably at 
https://github.com/apache/cloudstack/issues since we don't seem to have the 
issues tab on the documentation repo.

Regards,
Pearl
 



From: Wingrunt Platform 
Sent: March 25, 2024 12:24 AM
To: users@cloudstack.apache.org 
Subject: Re: Still struggling for steps to build pls help

Finally got it. It was a combination of loopback and router switch filter
redirecting to a separate channel going to separate mac.
Much thanks to all who helped.

My next attempt is to dp a source compile. So far it is stuck only on the
70* directory,  spitting out some jar related issues. I will TS on it and
if there are questions, I will ask.

How can we improve the documentation a little bit ? Great products need
great documentation.

Thank you once again to all

Regards,
RSK

On Sat, Mar 23, 2024 at 2:10 AM Wei ZHOU  wrote:

> a. You do not need to configure it (nobody configures manually). Your
> issue is unrelated to the beans. The bean errors are misleading.
>
> b. Jetty, not tomcat
>
> c. the default http port is 8080 in
> /etc/cloudstack/management/server.properties
>
>
>
> -Wei
>
>
> On Sat, Mar 23, 2024 at 7:59 AM Wingrunt Platform 
> wrote:
> >
> > Just a few more questions.
> > a. You seem to have webApplicationContext.xml directive in your web.xml.
> Is
> > this to be available somewhere ? IF so where should it be ? if we install
> > directory apt install ?
> > b. The run time is an app server which I believe is tomcat for CS 4.19 .
> Is
> > this correct ?
> > c. My understanding is that you have embedded this within your CS which
> > opens port 8080. Right ?
> >
> > Thank you
> > Best
> > RSK
> > [Opensource will never die, even if you stab a thousand times; or place a
> > blue mirror to reflect the make believe sky]
> >
> >
> >
> > On Fri, Mar 22, 2024 at 5:54 PM Wingrunt Platform 
> > wrote:
> >
> > > @Pearl d'Silva Thank you.
> > > Yes Db host same as management server both pointing to localhost. Also
> > > tried specifically pointing to  cloud management ip No luck
> > > @Wei ZHOU  Thanks to you too.
> > >
> > > Thank you so much. Hopefully I will get there soon.
> > >
> > > Best
> > > RSK
> > >
> > >
> > > On Fri, Mar 22, 2024 at 8:45 AM Pearl d'Silva <
> pearl.dsi...@shapeblue.com>
> > > wrote:
> > >
> > >> Is your database running on the same server / host on which you are
> > >> trying to deploy the CloudStack setup? Can you verify the values of :
> > >> db.cloud.host - this should point to the DB host
> > >> cluster.node.IP - should point to the Management server (or the proper
> > >> loopback address)
> > >>
> > >> in the ./client/conf/db.properties.in file and rebuild the code if
> > >> you've built and deployed CloudStack from source. If you've set it up
> using
> > >> packages, verify the above mentioned values in
> > >> /etc/cloudstack/management/db.properties and restart the Management
> server
> > >> if anything is changed in the file.
> > >>
> > >> Regards,
> > >>
> > >>
> > >>
> > >> 
> > >> From: Wingrunt Platform 
> > >> Sent: March 21, 2024 4:06 PM
> > >> To: users@cloudstack.apache.org 
> > >> Subject: Re: Still struggling for steps to build pls help
> > >>
> > >> A friendly reminder. Racing against time :)
> > >> Thank you so much.
> > >> RSK
> > >>
> > >> On Wed, Mar 20, 2024 at 5:37 PM Wingrunt Platform  >
> > >> wrote:
> > >>
> > >> > Copied below - th management-server.log.
> > >> > Looking forward to hearing from you.
> > >> >
> > >> >
> > >> > 2024-03-20 17:17:18,407 DEBUG
> [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
> > >> > (main:null) (logid:) Trying to obtain module [nested-cloudstack]
> > >> context.
> > >> > 2024-03-20 17:17:18,407 DEBUG
> [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
> > >> > (main:null) (logid:) Trying to load module [nested-cloudstack]
> context.
> > >> > 2024-03-20 17:17:18,407 INFO
> [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
> > >> > (main:null) (logid:) Loadin

Re: Still struggling for steps to build pls help

2024-03-24 Thread Wingrunt Platform
Finally got it. It was a combination of loopback and router switch filter
redirecting to a separate channel going to separate mac.
Much thanks to all who helped.

My next attempt is to dp a source compile. So far it is stuck only on the
70* directory,  spitting out some jar related issues. I will TS on it and
if there are questions, I will ask.

How can we improve the documentation a little bit ? Great products need
great documentation.

Thank you once again to all

Regards,
RSK

On Sat, Mar 23, 2024 at 2:10 AM Wei ZHOU  wrote:

> a. You do not need to configure it (nobody configures manually). Your
> issue is unrelated to the beans. The bean errors are misleading.
>
> b. Jetty, not tomcat
>
> c. the default http port is 8080 in
> /etc/cloudstack/management/server.properties
>
>
>
> -Wei
>
>
> On Sat, Mar 23, 2024 at 7:59 AM Wingrunt Platform 
> wrote:
> >
> > Just a few more questions.
> > a. You seem to have webApplicationContext.xml directive in your web.xml.
> Is
> > this to be available somewhere ? IF so where should it be ? if we install
> > directory apt install ?
> > b. The run time is an app server which I believe is tomcat for CS 4.19 .
> Is
> > this correct ?
> > c. My understanding is that you have embedded this within your CS which
> > opens port 8080. Right ?
> >
> > Thank you
> > Best
> > RSK
> > [Opensource will never die, even if you stab a thousand times; or place a
> > blue mirror to reflect the make believe sky]
> >
> >
> >
> > On Fri, Mar 22, 2024 at 5:54 PM Wingrunt Platform 
> > wrote:
> >
> > > @Pearl d'Silva Thank you.
> > > Yes Db host same as management server both pointing to localhost. Also
> > > tried specifically pointing to  cloud management ip No luck
> > > @Wei ZHOU  Thanks to you too.
> > >
> > > Thank you so much. Hopefully I will get there soon.
> > >
> > > Best
> > > RSK
> > >
> > >
> > > On Fri, Mar 22, 2024 at 8:45 AM Pearl d'Silva <
> pearl.dsi...@shapeblue.com>
> > > wrote:
> > >
> > >> Is your database running on the same server / host on which you are
> > >> trying to deploy the CloudStack setup? Can you verify the values of :
> > >> db.cloud.host - this should point to the DB host
> > >> cluster.node.IP - should point to the Management server (or the proper
> > >> loopback address)
> > >>
> > >> in the ./client/conf/db.properties.in file and rebuild the code if
> > >> you've built and deployed CloudStack from source. If you've set it up
> using
> > >> packages, verify the above mentioned values in
> > >> /etc/cloudstack/management/db.properties and restart the Management
> server
> > >> if anything is changed in the file.
> > >>
> > >> Regards,
> > >>
> > >>
> > >>
> > >> 
> > >> From: Wingrunt Platform 
> > >> Sent: March 21, 2024 4:06 PM
> > >> To: users@cloudstack.apache.org 
> > >> Subject: Re: Still struggling for steps to build pls help
> > >>
> > >> A friendly reminder. Racing against time :)
> > >> Thank you so much.
> > >> RSK
> > >>
> > >> On Wed, Mar 20, 2024 at 5:37 PM Wingrunt Platform  >
> > >> wrote:
> > >>
> > >> > Copied below - th management-server.log.
> > >> > Looking forward to hearing from you.
> > >> >
> > >> >
> > >> > 2024-03-20 17:17:18,407 DEBUG
> [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
> > >> > (main:null) (logid:) Trying to obtain module [nested-cloudstack]
> > >> context.
> > >> > 2024-03-20 17:17:18,407 DEBUG
> [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
> > >> > (main:null) (logid:) Trying to load module [nested-cloudstack]
> context.
> > >> > 2024-03-20 17:17:18,407 INFO
> [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
> > >> > (main:null) (logid:) Loading module context [nested-cloudstack]
> from URL
> > >> >
> > >>
> [jar:file:/usr/share/cloudstack-management/lib/cloudstack-4.19.0.0.jar!/META-INF/cloudstack/nested-cloudstack/spring-nested-cloudstack-context.xml]
> > >> > 2024-03-20 17:17:18,407 INFO
> [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
> > >> > (main:null) (logid:) Loading module context [nested-cloudstack]
> from URL
> > >> >
> > >>
> [jar:file:/usr/share/cloud

Re: Still struggling for steps to build pls help

2024-03-23 Thread Wei ZHOU
a. You do not need to configure it (nobody configures manually). Your
issue is unrelated to the beans. The bean errors are misleading.

b. Jetty, not tomcat

c. the default http port is 8080 in /etc/cloudstack/management/server.properties



-Wei


On Sat, Mar 23, 2024 at 7:59 AM Wingrunt Platform  wrote:
>
> Just a few more questions.
> a. You seem to have webApplicationContext.xml directive in your web.xml. Is
> this to be available somewhere ? IF so where should it be ? if we install
> directory apt install ?
> b. The run time is an app server which I believe is tomcat for CS 4.19 . Is
> this correct ?
> c. My understanding is that you have embedded this within your CS which
> opens port 8080. Right ?
>
> Thank you
> Best
> RSK
> [Opensource will never die, even if you stab a thousand times; or place a
> blue mirror to reflect the make believe sky]
>
>
>
> On Fri, Mar 22, 2024 at 5:54 PM Wingrunt Platform 
> wrote:
>
> > @Pearl d'Silva Thank you.
> > Yes Db host same as management server both pointing to localhost. Also
> > tried specifically pointing to  cloud management ip No luck
> > @Wei ZHOU  Thanks to you too.
> >
> > Thank you so much. Hopefully I will get there soon.
> >
> > Best
> > RSK
> >
> >
> > On Fri, Mar 22, 2024 at 8:45 AM Pearl d'Silva 
> > wrote:
> >
> >> Is your database running on the same server / host on which you are
> >> trying to deploy the CloudStack setup? Can you verify the values of :
> >> db.cloud.host - this should point to the DB host
> >> cluster.node.IP - should point to the Management server (or the proper
> >> loopback address)
> >>
> >> in the ./client/conf/db.properties.in file and rebuild the code if
> >> you've built and deployed CloudStack from source. If you've set it up using
> >> packages, verify the above mentioned values in
> >> /etc/cloudstack/management/db.properties and restart the Management server
> >> if anything is changed in the file.
> >>
> >> Regards,
> >>
> >>
> >>
> >> 
> >> From: Wingrunt Platform 
> >> Sent: March 21, 2024 4:06 PM
> >> To: users@cloudstack.apache.org 
> >> Subject: Re: Still struggling for steps to build pls help
> >>
> >> A friendly reminder. Racing against time :)
> >> Thank you so much.
> >> RSK
> >>
> >> On Wed, Mar 20, 2024 at 5:37 PM Wingrunt Platform 
> >> wrote:
> >>
> >> > Copied below - th management-server.log.
> >> > Looking forward to hearing from you.
> >> >
> >> >
> >> > 2024-03-20 17:17:18,407 DEBUG [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
> >> > (main:null) (logid:) Trying to obtain module [nested-cloudstack]
> >> context.
> >> > 2024-03-20 17:17:18,407 DEBUG [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
> >> > (main:null) (logid:) Trying to load module [nested-cloudstack] context.
> >> > 2024-03-20 17:17:18,407 INFO  [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
> >> > (main:null) (logid:) Loading module context [nested-cloudstack] from URL
> >> >
> >> [jar:file:/usr/share/cloudstack-management/lib/cloudstack-4.19.0.0.jar!/META-INF/cloudstack/nested-cloudstack/spring-nested-cloudstack-context.xml]
> >> > 2024-03-20 17:17:18,407 INFO  [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
> >> > (main:null) (logid:) Loading module context [nested-cloudstack] from URL
> >> >
> >> [jar:file:/usr/share/cloudstack-management/lib/cloudstack-4.19.0.0.jar!/META-INF/cloudstack/outofbandmanagement/spring-core-lifecycle-outofbandmanagement-context-inheritable.xml]
> >> > 2024-03-20 17:17:18,407 INFO  [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
> >> > (main:null) (logid:) Loading module context [nested-cloudstack] from URL
> >> >
> >> [jar:file:/usr/share/cloudstack-management/lib/cloudstack-4.19.0.0.jar!/META-INF/cloudstack/core/spring-core-lifecycle-core-context-inheritable.xml]
> >> > 2024-03-20 17:17:18,407 INFO  [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
> >> > (main:null) (logid:) Loading module context [nested-cloudstack] from URL
> >> >
> >> [jar:file:/usr/share/cloudstack-management/lib/cloudstack-4.19.0.0.jar!/META-INF/cloudstack/system/spring-core-system-context-inheritable.xml]
> >> > 2024-03-20 17:17:18,407 INFO  [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
> >> > (main:null) (logid:) Loading module context [nested-cloudstack] from URL
> >> >
> >> [jar:file:/usr/s

Re: Still struggling for steps to build pls help

2024-03-23 Thread Wingrunt Platform
Just a few more questions.
a. You seem to have webApplicationContext.xml directive in your web.xml. Is
this to be available somewhere ? IF so where should it be ? if we install
directory apt install ?
b. The run time is an app server which I believe is tomcat for CS 4.19 . Is
this correct ?
c. My understanding is that you have embedded this within your CS which
opens port 8080. Right ?

Thank you
Best
RSK
[Opensource will never die, even if you stab a thousand times; or place a
blue mirror to reflect the make believe sky]



On Fri, Mar 22, 2024 at 5:54 PM Wingrunt Platform 
wrote:

> @Pearl d'Silva Thank you.
> Yes Db host same as management server both pointing to localhost. Also
> tried specifically pointing to  cloud management ip No luck
> @Wei ZHOU  Thanks to you too.
>
> Thank you so much. Hopefully I will get there soon.
>
> Best
> RSK
>
>
> On Fri, Mar 22, 2024 at 8:45 AM Pearl d'Silva 
> wrote:
>
>> Is your database running on the same server / host on which you are
>> trying to deploy the CloudStack setup? Can you verify the values of :
>> db.cloud.host - this should point to the DB host
>> cluster.node.IP - should point to the Management server (or the proper
>> loopback address)
>>
>> in the ./client/conf/db.properties.in file and rebuild the code if
>> you've built and deployed CloudStack from source. If you've set it up using
>> packages, verify the above mentioned values in
>> /etc/cloudstack/management/db.properties and restart the Management server
>> if anything is changed in the file.
>>
>> Regards,
>>
>>
>>
>> ________
>> From: Wingrunt Platform 
>> Sent: March 21, 2024 4:06 PM
>> To: users@cloudstack.apache.org 
>> Subject: Re: Still struggling for steps to build pls help
>>
>> A friendly reminder. Racing against time :)
>> Thank you so much.
>> RSK
>>
>> On Wed, Mar 20, 2024 at 5:37 PM Wingrunt Platform 
>> wrote:
>>
>> > Copied below - th management-server.log.
>> > Looking forward to hearing from you.
>> >
>> >
>> > 2024-03-20 17:17:18,407 DEBUG [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
>> > (main:null) (logid:) Trying to obtain module [nested-cloudstack]
>> context.
>> > 2024-03-20 17:17:18,407 DEBUG [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
>> > (main:null) (logid:) Trying to load module [nested-cloudstack] context.
>> > 2024-03-20 17:17:18,407 INFO  [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
>> > (main:null) (logid:) Loading module context [nested-cloudstack] from URL
>> >
>> [jar:file:/usr/share/cloudstack-management/lib/cloudstack-4.19.0.0.jar!/META-INF/cloudstack/nested-cloudstack/spring-nested-cloudstack-context.xml]
>> > 2024-03-20 17:17:18,407 INFO  [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
>> > (main:null) (logid:) Loading module context [nested-cloudstack] from URL
>> >
>> [jar:file:/usr/share/cloudstack-management/lib/cloudstack-4.19.0.0.jar!/META-INF/cloudstack/outofbandmanagement/spring-core-lifecycle-outofbandmanagement-context-inheritable.xml]
>> > 2024-03-20 17:17:18,407 INFO  [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
>> > (main:null) (logid:) Loading module context [nested-cloudstack] from URL
>> >
>> [jar:file:/usr/share/cloudstack-management/lib/cloudstack-4.19.0.0.jar!/META-INF/cloudstack/core/spring-core-lifecycle-core-context-inheritable.xml]
>> > 2024-03-20 17:17:18,407 INFO  [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
>> > (main:null) (logid:) Loading module context [nested-cloudstack] from URL
>> >
>> [jar:file:/usr/share/cloudstack-management/lib/cloudstack-4.19.0.0.jar!/META-INF/cloudstack/system/spring-core-system-context-inheritable.xml]
>> > 2024-03-20 17:17:18,407 INFO  [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
>> > (main:null) (logid:) Loading module context [nested-cloudstack] from URL
>> >
>> [jar:file:/usr/share/cloudstack-management/lib/cloudstack-4.19.0.0.jar!/META-INF/cloudstack/system/spring-framework-config-system-context-inheritable.xml]
>> > 2024-03-20 17:17:18,407 INFO  [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
>> > (main:null) (logid:) Loading module context [nested-cloudstack] from URL
>> >
>> [jar:file:/usr/share/cloudstack-management/lib/cloudstack-4.19.0.0.jar!/META-INF/cloudstack/system/spring-contrail-system-context-inheritable.xml]
>> > 2024-03-20 17:17:18,407 INFO  [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
>> > (main:null) (logid:) Loading module context [nested-cloudstack] from URL
>> >
>> [jar:file:/usr/share/cloudstack-management/lib/cloudstack-4.19.0.0.jar!/META-INF/cloudstack/boo

Re: Still struggling for steps to build pls help

2024-03-22 Thread Wingrunt Platform
@Pearl d'Silva Thank you.
Yes Db host same as management server both pointing to localhost. Also
tried specifically pointing to  cloud management ip No luck
@Wei ZHOU  Thanks to you too.

Thank you so much. Hopefully I will get there soon.

Best
RSK


On Fri, Mar 22, 2024 at 8:45 AM Pearl d'Silva 
wrote:

> Is your database running on the same server / host on which you are trying
> to deploy the CloudStack setup? Can you verify the values of :
> db.cloud.host - this should point to the DB host
> cluster.node.IP - should point to the Management server (or the proper
> loopback address)
>
> in the ./client/conf/db.properties.in file and rebuild the code if you've
> built and deployed CloudStack from source. If you've set it up using
> packages, verify the above mentioned values in
> /etc/cloudstack/management/db.properties and restart the Management server
> if anything is changed in the file.
>
> Regards,
>
>
>
> 
> From: Wingrunt Platform 
> Sent: March 21, 2024 4:06 PM
> To: users@cloudstack.apache.org 
> Subject: Re: Still struggling for steps to build pls help
>
> A friendly reminder. Racing against time :)
> Thank you so much.
> RSK
>
> On Wed, Mar 20, 2024 at 5:37 PM Wingrunt Platform 
> wrote:
>
> > Copied below - th management-server.log.
> > Looking forward to hearing from you.
> >
> >
> > 2024-03-20 17:17:18,407 DEBUG [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
> > (main:null) (logid:) Trying to obtain module [nested-cloudstack] context.
> > 2024-03-20 17:17:18,407 DEBUG [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
> > (main:null) (logid:) Trying to load module [nested-cloudstack] context.
> > 2024-03-20 17:17:18,407 INFO  [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
> > (main:null) (logid:) Loading module context [nested-cloudstack] from URL
> >
> [jar:file:/usr/share/cloudstack-management/lib/cloudstack-4.19.0.0.jar!/META-INF/cloudstack/nested-cloudstack/spring-nested-cloudstack-context.xml]
> > 2024-03-20 17:17:18,407 INFO  [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
> > (main:null) (logid:) Loading module context [nested-cloudstack] from URL
> >
> [jar:file:/usr/share/cloudstack-management/lib/cloudstack-4.19.0.0.jar!/META-INF/cloudstack/outofbandmanagement/spring-core-lifecycle-outofbandmanagement-context-inheritable.xml]
> > 2024-03-20 17:17:18,407 INFO  [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
> > (main:null) (logid:) Loading module context [nested-cloudstack] from URL
> >
> [jar:file:/usr/share/cloudstack-management/lib/cloudstack-4.19.0.0.jar!/META-INF/cloudstack/core/spring-core-lifecycle-core-context-inheritable.xml]
> > 2024-03-20 17:17:18,407 INFO  [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
> > (main:null) (logid:) Loading module context [nested-cloudstack] from URL
> >
> [jar:file:/usr/share/cloudstack-management/lib/cloudstack-4.19.0.0.jar!/META-INF/cloudstack/system/spring-core-system-context-inheritable.xml]
> > 2024-03-20 17:17:18,407 INFO  [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
> > (main:null) (logid:) Loading module context [nested-cloudstack] from URL
> >
> [jar:file:/usr/share/cloudstack-management/lib/cloudstack-4.19.0.0.jar!/META-INF/cloudstack/system/spring-framework-config-system-context-inheritable.xml]
> > 2024-03-20 17:17:18,407 INFO  [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
> > (main:null) (logid:) Loading module context [nested-cloudstack] from URL
> >
> [jar:file:/usr/share/cloudstack-management/lib/cloudstack-4.19.0.0.jar!/META-INF/cloudstack/system/spring-contrail-system-context-inheritable.xml]
> > 2024-03-20 17:17:18,407 INFO  [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
> > (main:null) (logid:) Loading module context [nested-cloudstack] from URL
> >
> [jar:file:/usr/share/cloudstack-management/lib/cloudstack-4.19.0.0.jar!/META-INF/cloudstack/bootstrap/spring-bootstrap-context-inheritable.xml]
> > 2024-03-20 17:17:18,419 WARN  [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
> > (main:null) (logid:) Failed to start module [nested-cloudstack] due to:
> > [Error creating bean with name
> >
> 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0'
> > defined in URL
> >
> [jar:file:/usr/share/cloudstack-management/lib/cloudstack-4.19.0.0.jar!/META-INF/cloudstack/bootstrap/spring-bootstrap-context-inheritable.xml]:
> > Cannot resolve reference to bean 'DefaultConfigResources' while setting
> > bean property 'locations'; nested exception is
> > org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean
> > named 'DefaultConfigResources' available].
> > 2024-03-20 17:17:18,419 DEBUG [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
> > (main:null) (logid:) m

Re: Still struggling for steps to build pls help

2024-03-22 Thread Wei ZHOU
>From my experience, the error is mostly caused by misconfigurations, like
Pearl said.
it is better to check the db.properties

Please also check if any "Exception" log before the bean errors.

-Wei


On Friday, March 22, 2024, Pearl d'Silva  wrote:

> Is your database running on the same server / host on which you are trying
> to deploy the CloudStack setup? Can you verify the values of :
> db.cloud.host - this should point to the DB host
> cluster.node.IP - should point to the Management server (or the proper
> loopback address)
>
> in the ./client/conf/db.properties.in file and rebuild the code if you've
> built and deployed CloudStack from source. If you've set it up using
> packages, verify the above mentioned values in
> /etc/cloudstack/management/db.properties and restart the Management
> server if anything is changed in the file.
>
> Regards,
>
>
>
> 
>
>


Re: Still struggling for steps to build pls help

2024-03-22 Thread Pearl d'Silva
Is your database running on the same server / host on which you are trying to 
deploy the CloudStack setup? Can you verify the values of :
db.cloud.host - this should point to the DB host
cluster.node.IP - should point to the Management server (or the proper loopback 
address)

in the ./client/conf/db.properties.in file and rebuild the code if you've built 
and deployed CloudStack from source. If you've set it up using packages, verify 
the above mentioned values in /etc/cloudstack/management/db.properties and 
restart the Management server if anything is changed in the file.

Regards,
 



From: Wingrunt Platform 
Sent: March 21, 2024 4:06 PM
To: users@cloudstack.apache.org 
Subject: Re: Still struggling for steps to build pls help

A friendly reminder. Racing against time :)
Thank you so much.
RSK

On Wed, Mar 20, 2024 at 5:37 PM Wingrunt Platform 
wrote:

> Copied below - th management-server.log.
> Looking forward to hearing from you.
>
>
> 2024-03-20 17:17:18,407 DEBUG [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
> (main:null) (logid:) Trying to obtain module [nested-cloudstack] context.
> 2024-03-20 17:17:18,407 DEBUG [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
> (main:null) (logid:) Trying to load module [nested-cloudstack] context.
> 2024-03-20 17:17:18,407 INFO  [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
> (main:null) (logid:) Loading module context [nested-cloudstack] from URL
> [jar:file:/usr/share/cloudstack-management/lib/cloudstack-4.19.0.0.jar!/META-INF/cloudstack/nested-cloudstack/spring-nested-cloudstack-context.xml]
> 2024-03-20 17:17:18,407 INFO  [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
> (main:null) (logid:) Loading module context [nested-cloudstack] from URL
> [jar:file:/usr/share/cloudstack-management/lib/cloudstack-4.19.0.0.jar!/META-INF/cloudstack/outofbandmanagement/spring-core-lifecycle-outofbandmanagement-context-inheritable.xml]
> 2024-03-20 17:17:18,407 INFO  [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
> (main:null) (logid:) Loading module context [nested-cloudstack] from URL
> [jar:file:/usr/share/cloudstack-management/lib/cloudstack-4.19.0.0.jar!/META-INF/cloudstack/core/spring-core-lifecycle-core-context-inheritable.xml]
> 2024-03-20 17:17:18,407 INFO  [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
> (main:null) (logid:) Loading module context [nested-cloudstack] from URL
> [jar:file:/usr/share/cloudstack-management/lib/cloudstack-4.19.0.0.jar!/META-INF/cloudstack/system/spring-core-system-context-inheritable.xml]
> 2024-03-20 17:17:18,407 INFO  [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
> (main:null) (logid:) Loading module context [nested-cloudstack] from URL
> [jar:file:/usr/share/cloudstack-management/lib/cloudstack-4.19.0.0.jar!/META-INF/cloudstack/system/spring-framework-config-system-context-inheritable.xml]
> 2024-03-20 17:17:18,407 INFO  [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
> (main:null) (logid:) Loading module context [nested-cloudstack] from URL
> [jar:file:/usr/share/cloudstack-management/lib/cloudstack-4.19.0.0.jar!/META-INF/cloudstack/system/spring-contrail-system-context-inheritable.xml]
> 2024-03-20 17:17:18,407 INFO  [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
> (main:null) (logid:) Loading module context [nested-cloudstack] from URL
> [jar:file:/usr/share/cloudstack-management/lib/cloudstack-4.19.0.0.jar!/META-INF/cloudstack/bootstrap/spring-bootstrap-context-inheritable.xml]
> 2024-03-20 17:17:18,419 WARN  [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
> (main:null) (logid:) Failed to start module [nested-cloudstack] due to:
> [Error creating bean with name
> 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0'
> defined in URL
> [jar:file:/usr/share/cloudstack-management/lib/cloudstack-4.19.0.0.jar!/META-INF/cloudstack/bootstrap/spring-bootstrap-context-inheritable.xml]:
> Cannot resolve reference to bean 'DefaultConfigResources' while setting
> bean property 'locations'; nested exception is
> org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean
> named 'DefaultConfigResources' available].
> 2024-03-20 17:17:18,419 DEBUG [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
> (main:null) (logid:) module start failure of module [nested-cloudstack] was
> due to:
> org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name
> 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0'
> defined in URL
> [jar:file:/usr/share/cloudstack-management/lib/cloudstack-4.19.0.0.jar!/META-INF/cloudstack/bootstrap/spring-bootstrap-context-inheritable.xml]:
> Cannot resolve reference to bean 'DefaultConfigResources' while setting
> bean property 'locations'; nested exception is
> org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean
> named 'DefaultConf

Re: Still struggling for steps to build pls help

2024-03-21 Thread Wingrunt Platform
ontainerLifeCycle.java:110)
> at
> org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:97)
> at
> org.eclipse.jetty.server.handler.gzip.GzipHandler.doStart(GzipHandler.java:426)
> at
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
> at
> org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)
> at
> org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117)
> at
> org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:97)
> at
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
> at
> org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)
> at org.eclipse.jetty.server.Server.start(Server.java:423)
> at
> org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:110)
> at
> org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:97)
> at org.eclipse.jetty.server.Server.doStart(Server.java:387)
> at
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
> at org.apache.cloudstack.ServerDaemon.start(ServerDaemon.java:199)
> at org.apache.cloudstack.ServerDaemon.main(ServerDaemon.java:112)
> Caused by:
> org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean
> named 'DefaultConfigResources' available
> at
> org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanDefinition(DefaultListableBeanFactory.java:874)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.getMergedLocalBeanDefinition(AbstractBeanFactory.java:1358)
> at
> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:309)
> ... 57 more
> 2024-03-20 17:17:18,432 DEBUG [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
> (main:null) (logid:) Trying to obtain module [bootstrap] context.
> 2024-03-20 17:17:18,432 DEBUG [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
> (main:null) (logid:) Could not get module [bootstrap] context bean.
> 2024-03-20 17:17:18,432 DEBUG [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
> (main:null) (logid:) Trying to obtain module [system] context.
>
>
> Thank you.
>
> On Wed, Mar 20, 2024 at 4:14 PM Pearl d'Silva 
> wrote:
>
>> It would be helpful if you could paste the entire stacktrace of the
>> exception thrown.
>>
>>
>>
>> 
>> From: Wingrunt Platform 
>> Sent: March 20, 2024 5:56 PM
>> To: users@cloudstack.apache.org 
>> Subject: Re: Still struggling for steps to build pls help
>>
>> Now I am getting 503 error going by your documentation. When I tried to do
>> simple installation, I was getting the same issue. Says uri /client/
>> status
>> 503 , Service Unavailable on SERVLET : 
>>
>> In log I get
>> Trying to obtain module [bootstrap] context
>> Could not get module [bootstrap]. context bean
>> Trying to obtain module [bootstrap] context
>>
>> Just above it gives an
>> org.apache.cloudstack.framework.config.dao.ConfigurationDaoImp;l
>> Constructor threw exception.
>>
>> My DB is up and running
>>
>> Appreciate your help
>>
>> Thank you,
>> Regards,
>> RSK ..
>>
>> On Wed, Mar 20, 2024 at 2:50 PM Wei ZHOU  wrote:
>>
>> > You can refer to another page in the same repository As Pearl mentioned.
>> >
>> >
>> >
>> https://github.com/shapeblue/hackerbook/blob/main/2-dev.md#cloudstack-packaging
>> >
>> > If you want to support VMware, please add "noredist" flag. The
>> dependecies
>> > need to be installed.
>> >
>> > -Wei
>> >
>> >
>> > On Wednesday, March 20, 2024, Wingrunt Platform 
>> > wrote:
>> >
>> > > Any help with this please ? Documentation could be much better I
>> think.
>> > > Please let me know how to go about this. OR a source compile is
>> currently
>> > > not supported ? Thank you Regards, RSK
>> > >
>> > > On Tue, Mar 19, 2024 at 3:19 PM Wingrunt Platform > >
>> > > wrote:
>> > >
>> > > > Hi Team,
>> > > > I am tasked with evaluation of cloudstack and others such as
>> > openstack. I
>> > > > was able to get through with openstack but not cloudstack. I tried
>> all
>> > > that
>> > > > is in README . My versions
>> > > > a. cloudstack 4.19
>> > > > b. Java (tried 1.8 as per readme and also Java 11 and 17)
>> > > > c. It breaks at gmaven in package cloud-engine-schma
>> > > > d. Changed it to gmavenplus as there is no support for gmaven as of
>> > now.
>> > > > e. Groovy included in the pom
>> > > > f. Maven version 3.6.3
>> > > >
>> > > > I was able to install mysql appropriate version specified in README
>> and
>> > > in
>> > > > the online apache cloudstack docs. DBs are in good condition.
>> > > > It wouldn't build successfully with
>> > > > maven -P deps (This as per online somebody has said you have moved
>> away
>> > > > from this since 4.11 ?
>> > > > also tried that in README including -DskipTests
>> > > >
>> > > > Any latest documents that can help me build. Any help appreciated.
>> > > >
>> > > > Thank you,
>> > > > Regards,
>> > > > RSK
>> > > >
>> > >
>> >
>>
>


Re: Still struggling for steps to build pls help

2024-03-20 Thread Wingrunt Platform
)
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:309)
... 57 more
2024-03-20 17:17:18,432 DEBUG [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
(main:null) (logid:) Trying to obtain module [bootstrap] context.
2024-03-20 17:17:18,432 DEBUG [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
(main:null) (logid:) Could not get module [bootstrap] context bean.
2024-03-20 17:17:18,432 DEBUG [o.a.c.s.m.m.i.DefaultModuleDefinitionSet]
(main:null) (logid:) Trying to obtain module [system] context.


Thank you.

On Wed, Mar 20, 2024 at 4:14 PM Pearl d'Silva 
wrote:

> It would be helpful if you could paste the entire stacktrace of the
> exception thrown.
>
>
>
> 
> From: Wingrunt Platform 
> Sent: March 20, 2024 5:56 PM
> To: users@cloudstack.apache.org 
> Subject: Re: Still struggling for steps to build pls help
>
> Now I am getting 503 error going by your documentation. When I tried to do
> simple installation, I was getting the same issue. Says uri /client/ status
> 503 , Service Unavailable on SERVLET : 
>
> In log I get
> Trying to obtain module [bootstrap] context
> Could not get module [bootstrap]. context bean
> Trying to obtain module [bootstrap] context
>
> Just above it gives an
> org.apache.cloudstack.framework.config.dao.ConfigurationDaoImp;l
> Constructor threw exception.
>
> My DB is up and running
>
> Appreciate your help
>
> Thank you,
> Regards,
> RSK ..
>
> On Wed, Mar 20, 2024 at 2:50 PM Wei ZHOU  wrote:
>
> > You can refer to another page in the same repository As Pearl mentioned.
> >
> >
> >
> https://github.com/shapeblue/hackerbook/blob/main/2-dev.md#cloudstack-packaging
> >
> > If you want to support VMware, please add "noredist" flag. The
> dependecies
> > need to be installed.
> >
> > -Wei
> >
> >
> > On Wednesday, March 20, 2024, Wingrunt Platform 
> > wrote:
> >
> > > Any help with this please ? Documentation could be much better I think.
> > > Please let me know how to go about this. OR a source compile is
> currently
> > > not supported ? Thank you Regards, RSK
> > >
> > > On Tue, Mar 19, 2024 at 3:19 PM Wingrunt Platform 
> > > wrote:
> > >
> > > > Hi Team,
> > > > I am tasked with evaluation of cloudstack and others such as
> > openstack. I
> > > > was able to get through with openstack but not cloudstack. I tried
> all
> > > that
> > > > is in README . My versions
> > > > a. cloudstack 4.19
> > > > b. Java (tried 1.8 as per readme and also Java 11 and 17)
> > > > c. It breaks at gmaven in package cloud-engine-schma
> > > > d. Changed it to gmavenplus as there is no support for gmaven as of
> > now.
> > > > e. Groovy included in the pom
> > > > f. Maven version 3.6.3
> > > >
> > > > I was able to install mysql appropriate version specified in README
> and
> > > in
> > > > the online apache cloudstack docs. DBs are in good condition.
> > > > It wouldn't build successfully with
> > > > maven -P deps (This as per online somebody has said you have moved
> away
> > > > from this since 4.11 ?
> > > > also tried that in README including -DskipTests
> > > >
> > > > Any latest documents that can help me build. Any help appreciated.
> > > >
> > > > Thank you,
> > > > Regards,
> > > > RSK
> > > >
> > >
> >
>


Re: Still struggling for steps to build pls help

2024-03-20 Thread Pearl d'Silva
It would be helpful if you could paste the entire stacktrace of the exception 
thrown.
 



From: Wingrunt Platform 
Sent: March 20, 2024 5:56 PM
To: users@cloudstack.apache.org 
Subject: Re: Still struggling for steps to build pls help

Now I am getting 503 error going by your documentation. When I tried to do
simple installation, I was getting the same issue. Says uri /client/ status
503 , Service Unavailable on SERVLET : 

In log I get
Trying to obtain module [bootstrap] context
Could not get module [bootstrap]. context bean
Trying to obtain module [bootstrap] context

Just above it gives an
org.apache.cloudstack.framework.config.dao.ConfigurationDaoImp;l
Constructor threw exception.

My DB is up and running

Appreciate your help

Thank you,
Regards,
RSK ..

On Wed, Mar 20, 2024 at 2:50 PM Wei ZHOU  wrote:

> You can refer to another page in the same repository As Pearl mentioned.
>
>
> https://github.com/shapeblue/hackerbook/blob/main/2-dev.md#cloudstack-packaging
>
> If you want to support VMware, please add "noredist" flag. The dependecies
> need to be installed.
>
> -Wei
>
>
> On Wednesday, March 20, 2024, Wingrunt Platform 
> wrote:
>
> > Any help with this please ? Documentation could be much better I think.
> > Please let me know how to go about this. OR a source compile is currently
> > not supported ? Thank you Regards, RSK
> >
> > On Tue, Mar 19, 2024 at 3:19 PM Wingrunt Platform 
> > wrote:
> >
> > > Hi Team,
> > > I am tasked with evaluation of cloudstack and others such as
> openstack. I
> > > was able to get through with openstack but not cloudstack. I tried all
> > that
> > > is in README . My versions
> > > a. cloudstack 4.19
> > > b. Java (tried 1.8 as per readme and also Java 11 and 17)
> > > c. It breaks at gmaven in package cloud-engine-schma
> > > d. Changed it to gmavenplus as there is no support for gmaven as of
> now.
> > > e. Groovy included in the pom
> > > f. Maven version 3.6.3
> > >
> > > I was able to install mysql appropriate version specified in README and
> > in
> > > the online apache cloudstack docs. DBs are in good condition.
> > > It wouldn't build successfully with
> > > maven -P deps (This as per online somebody has said you have moved away
> > > from this since 4.11 ?
> > > also tried that in README including -DskipTests
> > >
> > > Any latest documents that can help me build. Any help appreciated.
> > >
> > > Thank you,
> > > Regards,
> > > RSK
> > >
> >
>


Re: Still struggling for steps to build pls help

2024-03-20 Thread Wingrunt Platform
Now I am getting 503 error going by your documentation. When I tried to do
simple installation, I was getting the same issue. Says uri /client/ status
503 , Service Unavailable on SERVLET : 

In log I get
Trying to obtain module [bootstrap] context
Could not get module [bootstrap]. context bean
Trying to obtain module [bootstrap] context

Just above it gives an
org.apache.cloudstack.framework.config.dao.ConfigurationDaoImp;l
Constructor threw exception.

My DB is up and running

Appreciate your help

Thank you,
Regards,
RSK ..

On Wed, Mar 20, 2024 at 2:50 PM Wei ZHOU  wrote:

> You can refer to another page in the same repository As Pearl mentioned.
>
>
> https://github.com/shapeblue/hackerbook/blob/main/2-dev.md#cloudstack-packaging
>
> If you want to support VMware, please add "noredist" flag. The dependecies
> need to be installed.
>
> -Wei
>
>
> On Wednesday, March 20, 2024, Wingrunt Platform 
> wrote:
>
> > Any help with this please ? Documentation could be much better I think.
> > Please let me know how to go about this. OR a source compile is currently
> > not supported ? Thank you Regards, RSK
> >
> > On Tue, Mar 19, 2024 at 3:19 PM Wingrunt Platform 
> > wrote:
> >
> > > Hi Team,
> > > I am tasked with evaluation of cloudstack and others such as
> openstack. I
> > > was able to get through with openstack but not cloudstack. I tried all
> > that
> > > is in README . My versions
> > > a. cloudstack 4.19
> > > b. Java (tried 1.8 as per readme and also Java 11 and 17)
> > > c. It breaks at gmaven in package cloud-engine-schma
> > > d. Changed it to gmavenplus as there is no support for gmaven as of
> now.
> > > e. Groovy included in the pom
> > > f. Maven version 3.6.3
> > >
> > > I was able to install mysql appropriate version specified in README and
> > in
> > > the online apache cloudstack docs. DBs are in good condition.
> > > It wouldn't build successfully with
> > > maven -P deps (This as per online somebody has said you have moved away
> > > from this since 4.11 ?
> > > also tried that in README including -DskipTests
> > >
> > > Any latest documents that can help me build. Any help appreciated.
> > >
> > > Thank you,
> > > Regards,
> > > RSK
> > >
> >
>


Re: Still struggling for steps to build pls help

2024-03-20 Thread Wei ZHOU
You can refer to another page in the same repository As Pearl mentioned.

https://github.com/shapeblue/hackerbook/blob/main/2-dev.md#cloudstack-packaging

If you want to support VMware, please add "noredist" flag. The dependecies
need to be installed.

-Wei


On Wednesday, March 20, 2024, Wingrunt Platform  wrote:

> Any help with this please ? Documentation could be much better I think.
> Please let me know how to go about this. OR a source compile is currently
> not supported ? Thank you Regards, RSK
>
> On Tue, Mar 19, 2024 at 3:19 PM Wingrunt Platform 
> wrote:
>
> > Hi Team,
> > I am tasked with evaluation of cloudstack and others such as openstack. I
> > was able to get through with openstack but not cloudstack. I tried all
> that
> > is in README . My versions
> > a. cloudstack 4.19
> > b. Java (tried 1.8 as per readme and also Java 11 and 17)
> > c. It breaks at gmaven in package cloud-engine-schma
> > d. Changed it to gmavenplus as there is no support for gmaven as of now.
> > e. Groovy included in the pom
> > f. Maven version 3.6.3
> >
> > I was able to install mysql appropriate version specified in README and
> in
> > the online apache cloudstack docs. DBs are in good condition.
> > It wouldn't build successfully with
> > maven -P deps (This as per online somebody has said you have moved away
> > from this since 4.11 ?
> > also tried that in README including -DskipTests
> >
> > Any latest documents that can help me build. Any help appreciated.
> >
> > Thank you,
> > Regards,
> > RSK
> >
>


Re: Still struggling for steps to build pls help

2024-03-20 Thread Nux

Pearl has replied to you, have you not seen her reply?

https://lists.apache.org/thread/r2onjk6xvoddw20fkrjm29bhn3xzozym

On 2024-03-20 20:26, Wingrunt Platform wrote:

Any help with this please ? Documentation could be much better I think.
Please let me know how to go about this. OR a source compile is 
currently

not supported ? Thank you Regards, RSK

On Tue, Mar 19, 2024 at 3:19 PM Wingrunt Platform 
wrote:


Hi Team,
I am tasked with evaluation of cloudstack and others such as 
openstack. I
was able to get through with openstack but not cloudstack. I tried all 
that

is in README . My versions
a. cloudstack 4.19
b. Java (tried 1.8 as per readme and also Java 11 and 17)
c. It breaks at gmaven in package cloud-engine-schma
d. Changed it to gmavenplus as there is no support for gmaven as of 
now.

e. Groovy included in the pom
f. Maven version 3.6.3

I was able to install mysql appropriate version specified in README 
and in

the online apache cloudstack docs. DBs are in good condition.
It wouldn't build successfully with
maven -P deps (This as per online somebody has said you have moved 
away

from this since 4.11 ?
also tried that in README including -DskipTests

Any latest documents that can help me build. Any help appreciated.

Thank you,
Regards,
RSK



Re: Still struggling for steps to build pls help

2024-03-20 Thread Wingrunt Platform
Any help with this please ? Documentation could be much better I think.
Please let me know how to go about this. OR a source compile is currently
not supported ? Thank you Regards, RSK

On Tue, Mar 19, 2024 at 3:19 PM Wingrunt Platform 
wrote:

> Hi Team,
> I am tasked with evaluation of cloudstack and others such as openstack. I
> was able to get through with openstack but not cloudstack. I tried all that
> is in README . My versions
> a. cloudstack 4.19
> b. Java (tried 1.8 as per readme and also Java 11 and 17)
> c. It breaks at gmaven in package cloud-engine-schma
> d. Changed it to gmavenplus as there is no support for gmaven as of now.
> e. Groovy included in the pom
> f. Maven version 3.6.3
>
> I was able to install mysql appropriate version specified in README and in
> the online apache cloudstack docs. DBs are in good condition.
> It wouldn't build successfully with
> maven -P deps (This as per online somebody has said you have moved away
> from this since 4.11 ?
> also tried that in README including -DskipTests
>
> Any latest documents that can help me build. Any help appreciated.
>
> Thank you,
> Regards,
> RSK
>


Re: Still struggling for steps to build pls help

2024-03-19 Thread Pearl d'Silva
Hi,

Are you trying to build CloudStack from the source code? Could you please share 
the exact error you are seeing?

If it's just a setup you want to get up and running some other resources you 
can follow are:

  *
https://github.com/shapeblue/hackerbook/blob/main/1-user.md#installing-cloudstack
  *
You could alternatively use mbx: 
https://github.com/shapeblue/mbx/blob/main/README.md to setup a lab-like 
environment for testing.




Thanks,
Pearl
 



From: Wingrunt Platform 
Sent: March 19, 2024 6:19 PM
To: users@cloudstack.apache.org 
Subject: Still struggling for steps to build pls help

Hi Team,
I am tasked with evaluation of cloudstack and others such as openstack. I
was able to get through with openstack but not cloudstack. I tried all that
is in README . My versions
a. cloudstack 4.19
b. Java (tried 1.8 as per readme and also Java 11 and 17)
c. It breaks at gmaven in package cloud-engine-schma
d. Changed it to gmavenplus as there is no support for gmaven as of now.
e. Groovy included in the pom
f. Maven version 3.6.3

I was able to install mysql appropriate version specified in README and in
the online apache cloudstack docs. DBs are in good condition.
It wouldn't build successfully with
maven -P deps (This as per online somebody has said you have moved away
from this since 4.11 ?
also tried that in README including -DskipTests

Any latest documents that can help me build. Any help appreciated.

Thank you,
Regards,
RSK


Still struggling for steps to build pls help

2024-03-19 Thread Wingrunt Platform
Hi Team,
I am tasked with evaluation of cloudstack and others such as openstack. I
was able to get through with openstack but not cloudstack. I tried all that
is in README . My versions
a. cloudstack 4.19
b. Java (tried 1.8 as per readme and also Java 11 and 17)
c. It breaks at gmaven in package cloud-engine-schma
d. Changed it to gmavenplus as there is no support for gmaven as of now.
e. Groovy included in the pom
f. Maven version 3.6.3

I was able to install mysql appropriate version specified in README and in
the online apache cloudstack docs. DBs are in good condition.
It wouldn't build successfully with
maven -P deps (This as per online somebody has said you have moved away
from this since 4.11 ?
also tried that in README including -DskipTests

Any latest documents that can help me build. Any help appreciated.

Thank you,
Regards,
RSK