You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Michael Phillips <mp...@hotmail.com> on 2014/04/08 18:30:09 UTC

4.3.0 vmware

All, has anything changed with the procedures to build the noredist code for 4.3.0?
The reason I ask is because I just built from source using -Dnoredist and when trying to add a vmware datacenter I get the following error:
Unknown API command: addVmwareDc‏
In the past this error occurred if the source did not include the noredist code. I went back and built from source again to verify and the build success said "Vmware Hypervisor" Success..

 		 	   		  

Re: 4.3.0 vmware

Posted by Kelven Yang <ke...@citrix.com>.
Yes, if you are using mvn to launch management server.

Kelven

On 4/8/14, 10:19 AM, "Michael Phillips" <mp...@hotmail.com> wrote:

>So your referring to actually launching the cloudstack-management
>services?
>
>> From: kelven.yang@citrix.com
>> To: dev@cloudstack.apache.org
>> Subject: Re: 4.3.0 vmware
>> Date: Tue, 8 Apr 2014 17:00:44 +0000
>> 
>> mvn install command only runs command to build and install the artifacts
>> into maven repo.
>> 
>> If you launch management server using maven, you need to -Dnoredist
>>option
>> as you do in build.
>> 
>> Kelven
>> 
>> On 4/8/14, 9:46 AM, "Michael Phillips" <mp...@hotmail.com> wrote:
>> 
>> >I did just "mvn install -Dnoredist"
>> >That should work correct? According to the output log it did.....
>> >
>> >> From: kelven.yang@citrix.com
>> >> To: dev@cloudstack.apache.org
>> >> Subject: Re: 4.3.0 vmware
>> >> Date: Tue, 8 Apr 2014 16:43:37 +0000
>> >> 
>> >> If you start from maven command line. you need to define noredist as
>> >>well,
>> >> as following example
>> >> 
>> >> mvn -Dnoredist -pl client jetty:run
>> >> 
>> >> Kelven
>> >> 
>> >> On 4/8/14, 9:30 AM, "Michael Phillips" <mp...@hotmail.com>
>>wrote:
>> >> 
>> >> >All, has anything changed with the procedures to build the noredist
>> >>code
>> >> >for 4.3.0?
>> >> >The reason I ask is because I just built from source using
>>-Dnoredist
>> >>and
>> >> >when trying to add a vmware datacenter I get the following error:
>> >> >Unknown API command: addVmwareDc‏
>> >> >In the past this error occurred if the source did not include the
>> >> >noredist code. I went back and built from source again to verify and
>> >>the
>> >> >build success said "Vmware Hypervisor" Success..
>> >> >
>> >> > 		 	   		  
>> >> 
>> > 		 	   		  
>> 
> 		 	   		  


RE: 4.3.0 vmware

Posted by Michael Phillips <mp...@hotmail.com>.
So your referring to actually launching the cloudstack-management services?

> From: kelven.yang@citrix.com
> To: dev@cloudstack.apache.org
> Subject: Re: 4.3.0 vmware
> Date: Tue, 8 Apr 2014 17:00:44 +0000
> 
> mvn install command only runs command to build and install the artifacts
> into maven repo.
> 
> If you launch management server using maven, you need to -Dnoredist option
> as you do in build.
> 
> Kelven
> 
> On 4/8/14, 9:46 AM, "Michael Phillips" <mp...@hotmail.com> wrote:
> 
> >I did just "mvn install -Dnoredist"
> >That should work correct? According to the output log it did.....
> >
> >> From: kelven.yang@citrix.com
> >> To: dev@cloudstack.apache.org
> >> Subject: Re: 4.3.0 vmware
> >> Date: Tue, 8 Apr 2014 16:43:37 +0000
> >> 
> >> If you start from maven command line. you need to define noredist as
> >>well,
> >> as following example
> >> 
> >> mvn -Dnoredist -pl client jetty:run
> >> 
> >> Kelven
> >> 
> >> On 4/8/14, 9:30 AM, "Michael Phillips" <mp...@hotmail.com> wrote:
> >> 
> >> >All, has anything changed with the procedures to build the noredist
> >>code
> >> >for 4.3.0?
> >> >The reason I ask is because I just built from source using -Dnoredist
> >>and
> >> >when trying to add a vmware datacenter I get the following error:
> >> >Unknown API command: addVmwareDc‏
> >> >In the past this error occurred if the source did not include the
> >> >noredist code. I went back and built from source again to verify and
> >>the
> >> >build success said "Vmware Hypervisor" Success..
> >> >
> >> > 		 	   		  
> >> 
> > 		 	   		  
> 
 		 	   		  

Re: 4.3.0 vmware

Posted by Kelven Yang <ke...@citrix.com>.
mvn install command only runs command to build and install the artifacts
into maven repo.

If you launch management server using maven, you need to -Dnoredist option
as you do in build.

Kelven

On 4/8/14, 9:46 AM, "Michael Phillips" <mp...@hotmail.com> wrote:

>I did just "mvn install -Dnoredist"
>That should work correct? According to the output log it did.....
>
>> From: kelven.yang@citrix.com
>> To: dev@cloudstack.apache.org
>> Subject: Re: 4.3.0 vmware
>> Date: Tue, 8 Apr 2014 16:43:37 +0000
>> 
>> If you start from maven command line. you need to define noredist as
>>well,
>> as following example
>> 
>> mvn -Dnoredist -pl client jetty:run
>> 
>> Kelven
>> 
>> On 4/8/14, 9:30 AM, "Michael Phillips" <mp...@hotmail.com> wrote:
>> 
>> >All, has anything changed with the procedures to build the noredist
>>code
>> >for 4.3.0?
>> >The reason I ask is because I just built from source using -Dnoredist
>>and
>> >when trying to add a vmware datacenter I get the following error:
>> >Unknown API command: addVmwareDc‏
>> >In the past this error occurred if the source did not include the
>> >noredist code. I went back and built from source again to verify and
>>the
>> >build success said "Vmware Hypervisor" Success..
>> >
>> > 		 	   		  
>> 
> 		 	   		  


RE: 4.3.0 vmware

Posted by Michael Phillips <mp...@hotmail.com>.
I did just "mvn install -Dnoredist"
That should work correct? According to the output log it did.....

> From: kelven.yang@citrix.com
> To: dev@cloudstack.apache.org
> Subject: Re: 4.3.0 vmware
> Date: Tue, 8 Apr 2014 16:43:37 +0000
> 
> If you start from maven command line. you need to define noredist as well,
> as following example
> 
> mvn -Dnoredist -pl client jetty:run
> 
> Kelven
> 
> On 4/8/14, 9:30 AM, "Michael Phillips" <mp...@hotmail.com> wrote:
> 
> >All, has anything changed with the procedures to build the noredist code
> >for 4.3.0?
> >The reason I ask is because I just built from source using -Dnoredist and
> >when trying to add a vmware datacenter I get the following error:
> >Unknown API command: addVmwareDc‏
> >In the past this error occurred if the source did not include the
> >noredist code. I went back and built from source again to verify and the
> >build success said "Vmware Hypervisor" Success..
> >
> > 		 	   		  
> 
 		 	   		  

Re: 4.3.0 vmware

Posted by Kelven Yang <ke...@citrix.com>.
If you start from maven command line. you need to define noredist as well,
as following example

mvn -Dnoredist -pl client jetty:run

Kelven

On 4/8/14, 9:30 AM, "Michael Phillips" <mp...@hotmail.com> wrote:

>All, has anything changed with the procedures to build the noredist code
>for 4.3.0?
>The reason I ask is because I just built from source using -Dnoredist and
>when trying to add a vmware datacenter I get the following error:
>Unknown API command: addVmwareDc‏
>In the past this error occurred if the source did not include the
>noredist code. I went back and built from source again to verify and the
>build success said "Vmware Hypervisor" Success..
>
>