Re: TransactionContextInterceptor Keeps Releasing My Lock

2015-10-28 Thread Frank Maximus
Would you happen to call the method annotated with @DB from within the same class? If so, you would directly go to the method, instead of using the proxy which applies AOP. Regards, Frank On 26 Oct 2015 12:53, "Jeff Hair" wrote: > I have narrowed it down to multithreading

Re: Nexus repository dependencies

2015-11-02 Thread Frank Maximus
For more information, please see this thread: > > > http://stackoverflow.com/questions/33463410/maven-nexus-could-not-resolve-juniper-contrail-api > > Best regards, > -- > Ramzi Youssefi > Görlitzer Str. 49 > 01099 Dresden, Germany. > Cell: +49 173 1965465 > Email: ryouss...@gmail.com > -- Frank Maximus *nuage*networks.net Antwerp, Belgium

Re: Unable to compile 4.5 branch

2015-10-10 Thread Frank Maximus
Mvn.skip.tests=true will skip building the test jar. Running without that option should work. Regards, Frank Apologies, sent that too early, last bit should be : Apache Maven 3.0.4 (r1232337; 2012-01-17 08:44:56+) Maven home: /usr/local/apache-maven-3.0.4 Java version: 1.7.0_75, vendor:

[j.bac.o] Job configurations

2015-11-18 Thread Frank Maximus
Hi, I want to set up a jenkins server, and would to copy jobs from jenkins.buildacloud.org. I'm interested to get either the job config files, or a read-only account on jenkins, Thanks In Avdance, Frank *Frank Maximus * Senior Software Development Engineer *nuage*networks.net

Re: Better way to do development for SSVM agent code

2015-12-09 Thread Frank Maximus
You can also run the agent inside the management server, by changing the advanced setting secondary.storage.vm to false. That way no secondary storage vm will be used. Regards, Frank On 9 Dec 2015 22:21, "Syed Mushtaq" wrote: > Hi, > > I've been working on a couple of

Please add me to Jira Contributors List

2016-08-08 Thread Frank Maximus
Hi, I want to assign a jira issue I created to myself. Can my account *fmaximus* be added to the contributors list. Thanks in advance, *Frank Maximus * Senior Software Development Engineer *nuage*networks.net

Re: RM for 4.10/master

2017-01-25 Thread Frank Maximus
I want to also highlight our plug-in update, which resolves a ClassNotFoundException, occurring after the update to the latest version of Amazon aws client. https://github.com/apache/cloudstack/pull/1904 Once we have our own test infrastructure ready for 1.8, we will post our test results.

Re: Handling of DB migrations on forks

2017-02-21 Thread Frank Maximus
. *Frank Maximus * Senior Software Development Engineer *nuage*networks.net <http://nuagenetworks.net> p: (+32) 3 240 73 81 <+32%203%20240%2073%2081> On Tue, Feb 21, 2017 at 10:31 AM Jeff Hair <j...@greenqloud.com> wrote: Something like Liquibase would be nice. Hibernate might be

Re: PRs for 4.10

2017-02-17 Thread Frank Maximus
I have a couple of bugfixes on previous version outstanding, which I would like to have merged to 4.10, both still requiring review: on 4.8: PR#1912 : which fixes password service running on internal lb vms, making it impossible to do loadbalancing

Re: Hiding buttons based on role

2016-08-22 Thread Frank Maximus
Filters on action are already used for vm's. See vmActionfilter in instances.js. Also for the sections I can find a sectionPreFilter in cloudStack.js That seems to check the response of listCapabilities for 'allowusercreateprojects'. Kind Regards, Frank *Frank Maximus * Senior Software

Re: [VOTE] Release Apache CloudStack CloudMonkey 5.3.3

2016-11-03 Thread Frank Maximus
+1 At Nuage Networks, as we depend on one of the changes, we've been deploying the code of the master branch for some time on our test infrastucture. On Thu, Nov 3, 2016 at 5:33 AM Rohit Yadav wrote: > Hi All, > > I've created a 5.3.3 release-candidate of CloudMonkey,

Re: Issue with SSVM on KVM on master

2016-10-11 Thread Frank Maximus
Make sure that the VMware plug-ins are not in the war on the management server, when using kvm. If they are, other options get send to the ssvm, and then it will fail. All has to do with a property premium=true being set when spring loads the VMware plug-in. Regards, Frank On Tue, 11 Oct 2016

[DISCUSS] Design: Physical Networking Migration

2017-08-01 Thread Frank Maximus
Hi all, Please be invited to review our design document, which enables users to migrate networks to another physical network. https://cwiki.apache.org/confluence/display/CLOUDSTACK/Physical+Networking+Migration Regards, Frank Maximus

[COLLAB] Config Drive - Storage

2017-09-14 Thread Frank Maximus
/feature/config_drive I also set up a channel on Slack for real-time discussion. Anyone else who wants to join in, welcome. Kind Regards, *Frank Maximus * Senior Software Development Engineer *nuage*networks.net ​Copernicuslaan 50 2018 Antwerp Belgium

Re: Remote debugging not working anymore

2017-11-14 Thread Frank Maximus
I just found this website: https://docs.oracle.com/javase/7/docs/webnotes/tsg/TSG-VM/html/envvars.html Apparently you can set the JAVA_TOOL_OPTIONS environment variable to pass options to JVM instantiation, in case it's not under your control. So debug can be enabled by adding the following line

Re: 4.9 / 4.10 KVM + openvswitch + vpc + static nat / secondary ip on eth2?

2017-10-31 Thread Frank Maximus
I think that the bug you mentioned might not be related. Could you please send the content of the file /etc/cloudstack/ips.json on the VR. That might provide useful information. Kind regards, Frank On Tue, 31 Oct 2017 15:23 Vogel, Sven, wrote: > Hi Devs, > > i

Re: 4.9 / 4.10 KVM + openvswitch + vpc + static nat / secondary ip on eth2?

2017-10-31 Thread Frank Maximus
. In openvswitch the guest bridge is used as is, so it overwrites the mapping of public. This was not an issue until 4.6 as then VR was using the macaddress to do lookup, while now it is using the device number. Kind Regards, Frank On Tue, Oct 31, 2017 at 8:35 PM Frank Maximus < frank.m

Re: [VOTE] Apache CloudStack 4.11.1.0 LTS [RC1]

2018-06-04 Thread Frank Maximus
all cases/VMs. > > > - Rohit > > <https://cloudstack.apache.org> > > > > > From: Frank Maximus > Sent: Monday, June 4, 2018 3:47:11 PM > To: dev@cloudstack.apache.org > Cc: us...@cloudstack.apache.org > Subject: Re: [VOTE]

Re: [VOTE] Apache CloudStack 4.11.1.0 LTS [RC1]

2018-06-04 Thread Frank Maximus
-1. Reset password with ConfigDrive seems to broken. The old password stays in use. Will make a ticket soon. Also the example scripts in setup/bindir need to be changed. On Mon, May 28, 2018 at 10:26 AM Daan Hoogland wrote: > I checked three verification files, unpacked and build the code,

Re: [VOTE] Apache CloudStack 4.11.1.0 LTS [RC1]

2018-06-04 Thread Frank Maximus
I created CLOUDSTACK-10381 <https://issues.apache.org/jira/browse/CLOUDSTACK-10381> On Mon, Jun 4, 2018 at 2:10 PM Frank Maximus < frank.maxi...@nuagenetworks.net> wrote: > I know that is the expected behavior. > We stop the VM, do password reset, start the VM, check the c

Re: [UPDATE] Debian 9 "stretch" systemvmtemplate for master

2017-12-22 Thread Frank Maximus
I would like to test it including the changes for config drive, but I wasn't able to build it behind a proxy, so I the fixed I did to build systemvm behind proxy are not working anymore. If you could include genisoimage in the install_systemvm_packages.sh

Re: _configDao.isPremium() please help where this information comes from.

2018-07-10 Thread Frank Maximus
That setting is part of a property file of cloudstack-plugin-hypervisor-vmware. Most likely you are using a system build with noredist. In that case you also need a systemvm build that way. Kind Regards, Frank On Tue, Jul 10, 2018 at 12:16 PM Stephan Seitz wrote: > Hi there, > > Upgrading

Re: [VOTE] Apache Cloudstack 4.11.0.0 (LTS)

2018-01-24 Thread Frank Maximus
I found and fixed an issue in cloudstack-agent logrotate. https://issues.apache.org/jira/browse/CLOUDSTACK-10255 https://github.com/apache/cloudstack/pull/2429 IMHO it's feasible to include it in RC2. As only the maven build is impacted by the change, I see little risk. Regards, Frank On Wed,

Re: [DISCUSS] Increase default RAM for virtual routers to 512MB?

2018-10-12 Thread Frank Maximus
It is possible to select the System offering for VR in the Network Offering as far as I know. But no easy way to change the default. Console Proxy, Secondary Storage and Internal LB do have advanced setting already. On Thu, Oct 11, 2018 at 9:00 PM Rafael Weingärtner <

Re: Integrating Console View

2018-09-17 Thread Frank Maximus
Hi, Maybe a little late. Not sure if signature is necessary. What should work is storing the cookies returned from logging in, and making sure those are passed to the request to /client/console. In unix curl it looks like this: curl -c cookies --data command=login\=\=password\=admin\=json