mvn3 -P deps Error

2013-05-07 Thread Karthik Kothuri
I was trying to install cloudstack 4.0.1 and following the error I see while mvn3 -P deps [INFO] Scanning for projects... Downloading: http://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom [ERROR] The build could not read 1 project -> [Help 1] [ERR

RE: Problem creating VMware cluster after building 4.0.2 from source

2013-05-07 Thread Stanley Kaytovich
Ahmad, Thank you. I sent a copy to the dev list as well. In the meantime, trying to perform the install on Debian following the same article and see if we get the same results. -Original Message- From: Ahmad Emneina [mailto:aemne...@gmail.com] Sent: Monday, May 6, 2013 5:36 PM To: Clo

Re: mvn3 -P deps Error

2013-05-07 Thread Chip Childers
On Tue, May 07, 2013 at 05:45:58PM +0530, Karthik Kothuri wrote: > [ERROR] Non-resolvable parent POM: Could not transfer artifact > org.apache:apache:pom:11 from/ to central > (http://repo.maven.apache.org/maven2): repo.maven.apache.org and > 'parent.relativePath' > points at wrong local POM @

CS4 tuning/optimization for high rate VM operations

2013-05-07 Thread Nikita Gubenko
Hello Are there any recommendations on tuning CS configuration for high rate VM operations and big setups? I have CS 4.1.0 with 2 Xenserver hosts in the cluster. When I try to create 50 VMs for 50 accounts using cloudmonkey async requests my installation after some operations end up with stuck mana

Re: Problem creating VMware cluster after building 4.0.2 from source

2013-05-07 Thread Ahmad Emneina
Sounds good, I havent built and deployed from source in a very long time, so i wont be much help... but I know who has. Looping in Vijay and Kelven. On Tue, May 7, 2013 at 6:18 AM, Stanley Kaytovich wrote: > Ahmad, > > Thank you. I sent a copy to the dev list as well. In the meantime, trying > t

RE: Problem creating VMware cluster after building 4.0.2 from source

2013-05-07 Thread Stanley Kaytovich
Ahmad, If not from source, how else can I install with nonoss? Seems like we've tried everything we could find, including a Jenkins package, which gave us different errors. As of right now, we are suspecting that something is wrong during the build process since we are getting the same results

RE: Problem creating VMware cluster after building 4.0.2 from source - Found word(s) list error in the Text body

2013-05-07 Thread Vijayendra Bhamidipati
Hi Stanley, To build nonoss from source, please try the instructions given in this link to build the nonoss components - https://cwiki.apache.org/confluence/display/CLOUDSTACK/How+to+build+on+master+branch You need to just take care to ensure that you extract the vim* jar files (for vmware's

Re: Problem creating VMware cluster after building 4.0.2 from source - Found word(s) list error in the Text body

2013-05-07 Thread David Nalley
Stanley: Also - make sure you have adjusted debian control files to include the nonoss jars - otherwise even if it builds successfully, it won't work when deployed because the jars won't be present. --David On Tue, May 7, 2013 at 1:20 PM, Vijayendra Bhamidipati wrote: > Hi Stanley, > > To build

RE: Problem creating VMware cluster after building 4.0.2 from source - Found word(s) list error in the Text body

2013-05-07 Thread Stanley Kaytovich
Vijay, Thank you, we will give this a go and update the thread. Thanks! -Original Message- From: Vijayendra Bhamidipati [mailto:vijayendra.bhamidip...@citrix.com] Sent: Tuesday, May 7, 2013 1:21 PM To: users@cloudstack.apache.org; aemne...@gmail.com; Kelven Yang Subject: RE: Problem c

RE: Problem creating VMware cluster after building 4.0.2 from source - Found word(s) list error in the Text body

2013-05-07 Thread Stanley Kaytovich
David, Thanks for this info. Do you know where I can find how to adjust debian control files to include the nonoss jars? Regards, STANLEY KAYTOVICH DIRECTOR OF IT & BUSINESS DEVELOPMENT QWERTY Concepts, Inc. Innovative Technology Solutions 877.793.7891x203(w) | 877.724.3291(f) | stanl...@qwe

Re: Jclouds

2013-05-07 Thread CK
Hi Mike, I am interested in your code for the test Java client, would you mind sharing? Thanks CK On 1 May 2013 22:53, Mike Tutkowski wrote: > I have been using the CloudStack API from a test Java client I wrote. > > If the code for this is of interest to you, just let me know. > > > On Wed,

Re: Jclouds

2013-05-07 Thread Adrian Cole
FWIW, in jclouds, the easiest way is to treat cloudstack as any other compute provider. You can get advanced, like how cloudcat does, but easiest way to start is using the basics. ex. here's an example project that is portable. https://github.com/jclouds/jclouds-examples/tree/master/compute-basi

RE: Problem creating VMware cluster after building 4.0.2 from source - Found word(s) list error in the Text body

2013-05-07 Thread Stanley Kaytovich
Hi Vijay and David (and everyone else), We were able to build 4.0.1 successfully and install the debs after switching to 4.0 branch with the non-oss patch. Now we are getting the following error when creating a new VMware cluster: ERROR [cloud.api.ApiDispatcher] (catalina-exec-18:null) Exception

Re: CS4 tuning/optimization for high rate VM operations

2013-05-07 Thread Nikita Gubenko
seems like I've found issue by myself. The reason was in the number of java threads that was more than default allowed ulimit nproc adding "cloud - nproc 10240" to limits.conf fixed "stuck" cloud-manager. On Tue, May 7, 2013 at 6:28 PM, Nikita Gubenko wrote: > Hello > Are there any recommendation

Re: CS4 tuning/optimization for high rate VM operations

2013-05-07 Thread Chip Childers
On Wed, May 08, 2013 at 12:07:33AM +0400, Nikita Gubenko wrote: > seems like I've found issue by myself. The reason was in the number of java > threads that was more than default allowed ulimit nproc > adding "cloud - nproc 10240" to limits.conf fixed "stuck" cloud-manager. Interesting find Nikita

RE: Problem creating VMware cluster after building 4.0.2 from source - Found word(s) list error in the Text body

2013-05-07 Thread Stanley Kaytovich
The last error was solved by copying the commons-discover-0.5.jar to /usr/share/java and restarting the server. VMWare Cluster can now be added. Thank you. -Original Message- From: Stanley Kaytovich Sent: Tuesday, May 7, 2013 3:57 PM To: users@cloudstack.apache.org; aemne...@gmail.com;

Re: Problem creating VMware cluster after building 4.0.2 from source - Found word(s) list error in the Text body

2013-05-07 Thread Ahmad Emneina
excellent news. On Tue, May 7, 2013 at 2:04 PM, Stanley Kaytovich wrote: > The last error was solved by copying the commons-discover-0.5.jar to > /usr/share/java and restarting the server. > > VMWare Cluster can now be added. > > Thank you. > > -Original Message- > From: Stanley Kaytovic

Re: Problem creating VMware cluster after building 4.0.2 from source

2013-05-07 Thread Jim L.
Good luck. Creating packages is a build and you cannot pass the -Dnonoss parameter in this case, so no VMWare support. I have repeatedly asked for help about this (and, truthfully, did finally get some response) but the answer essentially was: "wait for 4.1.0". I hacked together a 4.0.2 release w

RE: Problem creating VMware cluster after building 4.0.2 from source - Found word(s) list error in the Text body

2013-05-07 Thread David Nalley
Would you mind updating the wiki with the missing steps? On May 7, 2013 5:05 PM, "Stanley Kaytovich" wrote: > The last error was solved by copying the commons-discover-0.5.jar to > /usr/share/java and restarting the server. > > VMWare Cluster can now be added. > > Thank you. > > -Original Mes

RE: Problem creating VMware cluster after building 4.0.2 from source

2013-05-07 Thread Stanley Kaytovich
Jim L, We can upload the debs for you to try if you wish. Once you have the debs, in summary, this is what is required (Ubuntu) after the debs are downloaded to get it to attach: install all packaged debs: dpkg -i cloud*.deb "apt-get -f install" to get dependencies copy commons-discover-0.5.jar

RE: Problem creating VMware cluster after building 4.0.2 from source - Found word(s) list error in the Text body

2013-05-07 Thread Stanley Kaytovich
David, Certainly, how do I do this? Regards, Stan -Original Message- From: David Nalley [mailto:da...@gnsa.us] Sent: Tuesday, May 7, 2013 5:14 PM To: users@cloudstack.apache.org Subject: RE: Problem creating VMware cluster after building 4.0.2 from source - Found word(s) list error in

USB Passthrough

2013-05-07 Thread David Ortiz
Hello, Is there a way to set up a USB passthrough for a VM on cloudstack? I need to connect a Smartcard reader to one of my VMs. I tried setting it up through the libvirt configuration, but found when I reboot the VM that configuration gets wiped out, so I'm not sure how to proceed. Thank

Re: USB Passthrough

2013-05-07 Thread Kelven Yang
USB passthrough is usually available at desktop-based virtualization environment when end-user has access to hypervisor host hardware. Unfortunately with server-side cloud system like CloudStack, we current haven't built such channel from hypervisor/guest VM back to the machine that end-user can ph

RE: USB Passthrough

2013-05-07 Thread Edison Su
Need to modify KVM code to enable this feature. If you want to hack the code, welcome:) > -Original Message- > From: David Ortiz [mailto:dpor...@outlook.com] > Sent: Tuesday, May 07, 2013 2:42 PM > To: users@cloudstack.apache.org > Subject: USB Passthrough > > Hello, > Is there a wa