Re: [discuss] NetworkManager in migration

2013-03-12 Thread KAWAI Hiroaki
nager interface change is needed to do. I want to get comments. (2013/02/26 11:55), KAWAI Hiroaki wrote: > Hi, I'm writing a network plugin that tracks the location > of the virtual machine (and then reacts). > > There're interface methods in NetworkGuru and NetworkElement

Re: Building latest master is failing while compiling VMware

2013-03-05 Thread KAWAI Hiroaki
Hi, FYI, I wrote a patch. please see https://reviews.apache.org/r/9768/ (2013/03/06 14:09), Chiradeep Vittal wrote: For now, there's 2 ways of getting past this: A. Switch to JDK 6 B. Comment out the code I discussed this with Min and she's looking for a solution. My understanding is that it wo

Re: 5.1 Vmware SDK requires JDK 6

2013-03-05 Thread KAWAI Hiroaki
Hi, I wrote a patch for this problem, too. Please see https://reviews.apache.org/r/9768/ (2013/03/06 10:28), Min Chen wrote: Hi there, With recent Vmware SDK upgrade in master branch, Chiradeep reported an issue with JDK7 that I overlooked during my local testing since my setup has JDK 6. We

Re: 5.1 Vmware SDK requires JDK 6

2013-03-05 Thread KAWAI Hiroaki
Hi, that is not a problem of vmware jar. That is a matter of com.cloud.hypervisor.vmware.util.VmwareContext. It imports com.sun.xml.internal.ws.transport.http.client.CookieJar, but it MUST NOT DO so, because it is an library internal class. We should fix the implementation not use that class. (20

Re: [DISCUSS] fixing the tomcat situation, post 4.1?

2013-03-04 Thread KAWAI Hiroaki
Hi, From the side of technology, what we need to run cloudstack management server is J2EE container (JPA, JTX and so on). As for J2EE contianer, there's a TomEE in apache project which is less generally available in common distribution packages. I think Tomcat is an appropriate option referring t

Re: [discuss] NetworkManager in migration

2013-02-26 Thread KAWAI Hiroaki
s. # It will be good if those system networks have physical networks. ## But this is another topic... Thanks, Dave. [1] http://markmail.org/message/6qxdsek2dgu4cpxj On Tue, Feb 26, 2013 at 5:10 PM, Chiradeep Vittal < chiradeep.vit...@citrix.com> wrote: On 2/25/13 6:55 PM, "KAWAI

Re: [discuss] NetworkManager in migration

2013-02-26 Thread KAWAI Hiroaki
Thanks for reply : (2013/02/26 17:10), Chiradeep Vittal wrote: On 2/25/13 6:55 PM, "KAWAI Hiroaki" wrote: Hi, I'm writing a network plugin that tracks the location of the virtual machine (and then reacts). There're interface methods in NetworkGuru and NetworkElement

[discuss] NetworkManager in migration

2013-02-25 Thread KAWAI Hiroaki
Hi, I'm writing a network plugin that tracks the location of the virtual machine (and then reacts). There're interface methods in NetworkGuru and NetworkElement that can be used for this purpose. The location of the virtual machine is provided by DeployDestination, which will be passed in Network

Re: Still cannot add KVM host

2012-09-18 Thread KAWAI Hiroaki
Hi, I run into the same problem. On KVM host OS, try: mkdir /var/lib/libvirt/images/ logging will be added with patch https://reviews.apache.org/r/7153/ (2012/09/19 14:00), Busy Dev wrote: I've been able to setup my development environment and am now trying to setup the management server. Ho

Re: [ASF40] libvirt-java 0.4.9 is out with MIT license

2012-09-13 Thread KAWAI Hiroaki
Hi, I found one problem with libvirt-java 0.4.9 jar file. Currently, we're targeting java 1.6.0, but that libvirt java 0.4.9 class files were compiled with 1.7.0. That cause agent program halt with UnsupportedClassVersionError : Unsupported major.minor version 51.0 One solution on CentOS 6.3, I

Re: Problem after upgrading to ASF 4.0 RC1

2012-09-13 Thread KAWAI Hiroaki
Hello, mysql-connector-java-5.1.17.jar will work with cloudstack. Just rewrite the classpath.conf to point to mysql-connector-java.jar. I think build process needs some more adjustment. (2012/09/13 21:07), Ahmad Saif wrote: Hello, On Classpath.conf : jar:/usr/share/java/mysql-connector-java-

Re: OVS support for KVM

2012-09-05 Thread KAWAI Hiroaki
Hi, I think there will not. We want that feature too, and just started reading the code :) (2012/09/06 2:09), Jonas Vachal wrote: Good Day! Will the OVS support for KVM make it in to the 4.0 release (or is it already there)? Thanks! J.

Re: Nicira Nvp integration

2012-06-26 Thread KAWAI Hiroaki
Hi, I tried to apply the patch, but failed with apache git master HEAD due to the file path changes recently committed. Branch (and rev) is missing in that review page, but following worked: git clone https://git-wip-us.apache.org/repos/asf/incubator-cloudstack.git cd incubator-cloudstack git ch

Re: how can i debug the cloudstack?

2012-06-12 Thread KAWAI Hiroaki
Hi, I'm trying to get the servlet work on eclipse, too. I've read the documentation, and did as described. But I could not figure out the setup is useful, except searching the code. I wonder does anybody actually using this? What's the standard setup to write or debug the code? I could not unders