Re: [CS4.1] Error during ip range creation

2014-03-27 Thread Daan Hoogland
Nicolas, I guess you didn't get any further, did you? can you select * from vlan where vlan_id = 2013;? I've been looking at your problem again and it really seems like nothing but what Wei and I are thinking of so far. good luck, Daan On Fri, Mar 14, 2014 at 3:26 PM, wrote: > any idea ? >

Re: [CS4.1] Error during ip range creation

2014-03-14 Thread nicolas.lamirault
any idea ? Le 13/03/2014 16:55, nicolas.lamira...@orange.com a écrit : Yes : mysql> select * from vlan where vlan_gateway = '10.200.244.129' and vlan_netmask = '255.255.255.192' ; +-+-++-+---++--

Re: [CS4.1] Error during ip range creation

2014-03-13 Thread nicolas.lamirault
Yes : mysql> select * from vlan where vlan_gateway = '10.200.244.129' and vlan_netmask = '255.255.255.192' ; +-+-++-+---++++--+

Re: [CS4.1] Error during ip range creation

2014-03-13 Thread Wei ZHOU
Could you give more information? the vlan range you added, the vlans already exists in vlan table. 2014-03-13 15:43 GMT+01:00 : > we're using CS 4.1 > we are in Advanced (Cf zone in the Cloudstack UI) > All networks are 'Share', associated to 'Account'. > > > > Le 13/03/2014 15:16, Daan Hooglan

Re: [CS4.1] Error during ip range creation

2014-03-13 Thread nicolas.lamirault
we're using CS 4.1 we are in Advanced (Cf zone in the Cloudstack UI) All networks are 'Share', associated to 'Account'. Le 13/03/2014 15:16, Daan Hoogland a écrit : Nicolas, Which version are you running on? What is your setup (Basic/Advanced) is this network the only one? is it isolated/shar

Re: [CS4.1] Error during ip range creation

2014-03-13 Thread Daan Hoogland
Nicolas, Which version are you running on? What is your setup (Basic/Advanced) is this network the only one? is it isolated/shared? etc. In short I have no idea, let's keep looking. On Thu, Mar 13, 2014 at 3:08 PM, wrote: > nobody has any ideas for this error ? > > Le 12/03/2014 14:02, nicolas

Re: [CS4.1] Error during ip range creation

2014-03-13 Thread nicolas.lamirault
nobody has any ideas for this error ? Le 12/03/2014 14:02, nicolas.lamira...@orange.com a écrit : A lot of networks : mysql> select * from networks where broadcast_uri ='vlan://2013' ; +-+---+---+--+---+---+---

Re: [CS4.1] Error during ip range creation

2014-03-12 Thread nicolas.lamirault
A lot of networks : mysql> select * from networks where broadcast_uri ='vlan://2013' ; +-+---+---+--+---+---++---+--+-+-++--

Re: [CS4.1] Error during ip range creation

2014-03-12 Thread Wei ZHOU
select * from networks where broadcast_uri ='vlan://2013' 2014-03-12 11:58 GMT+01:00 : > I've got the same error during creation of a network : > > http://pastebin.com/aXryp0jj > > Le 11/03/2014 15:13, nicolas.lamira...@orange.com a écrit : > > Hi, >> Nobody has ideas for what concerns ? >> >>

Re: [CS4.1] Error during ip range creation

2014-03-12 Thread nicolas.lamirault
I've got the same error during creation of a network : http://pastebin.com/aXryp0jj Le 11/03/2014 15:13, nicolas.lamira...@orange.com a écrit : Hi, Nobody has ideas for what concerns ? Le 10/03/2014 17:32, LAMIRAULT Nicolas MBS a écrit : Hi, I creates a network using API. Then, I try to crea

Re: [CS4.1] Error during ip range creation

2014-03-11 Thread nicolas.lamirault
Hi, Nobody has ideas for what concerns ? Le 10/03/2014 17:32, LAMIRAULT Nicolas MBS a écrit : Hi, I creates a network using API. Then, I try to creates a new IP Range associated to this network. I've got an error. This is the output logs in this paste [1] Searching into the Cloudstack code, I

[CS4.1] Error during ip range creation

2014-03-10 Thread nicolas.lamirault
Hi, I creates a network using API. Then, I try to creates a new IP Range associated to this network. I've got an error. This is the output logs in this paste [1] Searching into the Cloudstack code, I find that : if (vlanId.equals(vlan.getVlanTag()) && newVlanSubnet.equals(otherVlanSubnet)) {