Jenkins build is still unstable: simulator-singlerun #245

2014-08-30 Thread jenkins
See

Jenkins build is unstable: simulator-singlerun #244

2014-08-30 Thread jenkins
See

[ACS4.4.1] Cherry-pick for CLOUDSTACK-7087

2014-08-30 Thread Francois Gaudreault
This is another issue that should be fixed in 4.4.1. I think it's in 4.3.1, and master, but not 4.4.1. I am running master systemvms in my setup to avoid that issue, but I am not sure it's a good idea :P Master commit is 2dfd278625a5d569a5cce2fec5ccb0d7c515c9e8 https://issues.apache.org/jira/b

Re: [ACS44][DISCUSS]release 4.4.1

2014-08-30 Thread Francois Gaudreault
On 2014-08-30, 4:01 PM, Daan Hoogland wrote: H, How is the felling on list about 4.4.1? Do we have a stable enough branch 4.4 at this moment? Especially the answer on this of KVM saffy people is appreciated. I am running on 4.4.1 since a week now. I did hit couple small bugs, but no real block

Re: [ACS4.4.1] Cherry-Pick fix for CLOUDSTACK-7124

2014-08-30 Thread Francois Gaudreault
Since I have you... Can you also merge hotfix/4.4-7343? This is a swift secondary storage bug we fixed. I tested it on a 4.4.1 with Swift and it's all ok. Otherwise, if the directory path was already on the NFS store, the templates wouldn't be copied, and the VM wouldn't start. We basically c

[ACS44][DISCUSS]release 4.4.1

2014-08-30 Thread Daan Hoogland
H, How is the felling on list about 4.4.1? Do we have a stable enough branch 4.4 at this moment? Especially the answer on this of KVM saffy people is appreciated. -- Daan

Re: [ACS4.4.1] Cherry-Pick fix for CLOUDSTACK-7124

2014-08-30 Thread Daan Hoogland
looks ok/is in On Sat, Aug 30, 2014 at 9:53 PM, Francois Gaudreault < fgaudrea...@cloudops.com> wrote: > Daan!!! > > Welcome back :) This is commit abc0b40acb5d1b5b87362b4737605249525455dc > from master. It impacts the site-to-site vpn creation. > > BTW we ran 4.4.1-snapshot for a week now, and

Re: [ACS4.4.1] Cherry-Pick fix for CLOUDSTACK-7124

2014-08-30 Thread Francois Gaudreault
Daan!!! Welcome back :) This is commit abc0b40acb5d1b5b87362b4737605249525455dc from master. It impacts the site-to-site vpn creation. BTW we ran 4.4.1-snapshot for a week now, and we identified bunch of small bugs. I'll try to list them so we can include their fix in 4.4.1. FG On 2014-08-

Re: Is apache repository down ?

2014-08-30 Thread David Nalley
Yes, it's currently down; and folks are working on it. --David On Sat, Aug 30, 2014 at 10:44 AM, Yitao Jiang wrote: > Running cloudstack in develop mode using jetty, it failed with > juniper-contrail-api-1.0-SNAPSHOT.pom. > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-remote

Is apache repository down ?

2014-08-30 Thread Yitao Jiang
Running cloudstack in develop mode using jetty, it failed with juniper-contrail-api-1.0-SNAPSHOT.pom. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-remote-resources-plugin:1.3:process (default) on project cloud-client-ui: Error resolving project artifact: Could not transfer artifac

Build failed in Jenkins: simulator-singlerun #243

2014-08-30 Thread jenkins
See -- [...truncated 7425 lines...] [INFO] --- maven-surefire-plugin:2.12:test (default-test) @ cloud-console-proxy --- [INFO] Surefire report directory:

Build failed in Jenkins: simulator-singlerun #242

2014-08-30 Thread jenkins
See Changes: [Rohit Yadav] SAMLUtilsTest: just test that random secure string has some length -- [...truncated 7423 lines...] [INFO] --- maven-surefire-plugin:2.12:test (default-test) @ c

Build failed in Jenkins: simulator-singlerun #241

2014-08-30 Thread jenkins
See -- [...truncated 549 lines...] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.eva

Build failed in Jenkins: simulator-singlerun #240

2014-08-30 Thread jenkins
See Changes: [Rohit Yadav] cisco-vnmc: Don't create Protocol using deprecated SecureProtocolSocketFactory [Rohit Yadav] SAML2AuthManagerImpl: let the component return true on start -- [

RE: [BLOCKED] Unable to connect to management server on current master builds

2014-08-30 Thread Alex Brett
The job is http://jenkins.buildacloud.org/view/simulator/job/simulator-singlerun/239/ - I'm out the office today but in theory a BVT run should happen automatically so I'll try and check it later... Alex From: Rohit Yadav [rohit.ya...@shapeblue.com] Sent

Re: [BLOCKED] Unable to connect to management server on current master builds

2014-08-30 Thread Rohit Yadav
Alex, On 30-Aug-2014, at 1:45 pm, Alex Brett wrote: > Also I note the last few simulator runs on jenkins.buildacloud.org are > failing, the most recent with a SAML unit test failure… Current build works for me, along with all unit tests. Can you share a link to the build job where SAML unit t

RE: [BLOCKED] Unable to connect to management server on current master builds

2014-08-30 Thread Alex Brett
Also I note the last few simulator runs on jenkins.buildacloud.org are failing, the most recent with a SAML unit test failure... Alex From: Alex Brett [alex.br...@citrix.com] Sent: 30 August 2014 12:39 To: dev@cloudstack.apache.org; Min Chen Subject: RE: [

RE: [BLOCKED] Unable to connect to management server on current master builds

2014-08-30 Thread Alex Brett
Logs on the CLOUDSTACK ticket below. The issue is that freshly installed management servers don't get to the stage if accepting API calls or presenting the UI - the startup just seems to stall... Aled From: Rohit Yadav [rohit.ya...@shapeblue.com] Sent: 30

Re: [BLOCKED] Unable to connect to management server on current master builds

2014-08-30 Thread Rohit Yadav
Works for me, I’ll check the issue soon. Can Alex or anyone else facing the issue sharing logs etc? If you were to use the APIs directly, what is the exception or issue observed? On 30-Aug-2014, at 3:03 am, Min Chen wrote: > CC Rohit here in case he didn't see this email. > > Rohit, can you fi

Re: [ACS4.4.1] Cherry-Pick fix for CLOUDSTACK-7124

2014-08-30 Thread Daan Hoogland
What commit is it, Francois? On Fri, Aug 29, 2014 at 6:47 PM, Francois Gaudreault < fgaudrea...@cloudops.com> wrote: > Hi, > > Any chance we could cherry-pick the commit from master to fix > CLOUDSTACK-7124 on 4.4.1? We are also impacted. > > Thanks! > > -- > Francois Gaudreault > Gestionnaire d

RE: [BLOCKED] Unable to connect to management server on current master builds

2014-08-30 Thread Rayees Namathponnan
Any update on this ? we are unable to use latest build and automation run blocked. Regards, Rayees -Original Message- From: Min Chen [mailto:min.c...@citrix.com] Sent: Friday, August 29, 2014 6:04 PM To: dev@cloudstack.apache.org Cc: Rohit Yadav Subject: [BLOCKED] Unable to connect to