Jenkins build is still unstable: simulator-singlerun #921

2015-01-23 Thread jenkins
See http://jenkins.buildacloud.org/job/simulator-singlerun/changes



Jenkins build is back to normal : build-4.5 #304

2015-01-23 Thread jenkins
See http://jenkins.buildacloud.org/job/build-4.5/304/changes



Jenkins build is back to normal : build-master-simulator #1606

2015-01-23 Thread jenkins
See http://jenkins.buildacloud.org/job/build-master-simulator/1606/changes



Jenkins build is still unstable: simulator-4.5-singlerun #139

2015-01-23 Thread jenkins
See http://jenkins.buildacloud.org/job/simulator-4.5-singlerun/changes



Jenkins build is still unstable: simulator-singlerun #922

2015-01-23 Thread jenkins
See http://jenkins.buildacloud.org/job/simulator-singlerun/changes



Review Request 30232: CLOUDSTACK-8179 : Fixed the script test_VirtualRouter_alerts.py - Test Case failed on Simulator as Testcase tried to ssh to the Host

2015-01-23 Thread Chandan Purushothama

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30232/
---

Review request for cloudstack and sangeetha hariharan.


Bugs: CLOUDSTACK-8179
https://issues.apache.org/jira/browse/CLOUDSTACK-8179


Repository: cloudstack-git


Description
---

The test case fails as it tries to ssh to the Host


Diffs
-

  test/integration/component/test_VirtualRouter_alerts.py 91a4fcf 

Diff: https://reviews.apache.org/r/30232/diff/


Testing
---

Testing not done.


Thanks,

Chandan Purushothama



Re: [jira] [Commented] (CLOUDSTACK-7907) UI heavily broken

2015-01-23 Thread ilya musayev
Ok.. so I believe I figured out whats happening. This problem has been 
causing issues for me for 2 years.


I was using safari pointed against CloudStack 4.3.1 env and noticed a 
trend where my create vm would not work time to time. I initiated 
firebug and went thru the deployment wizard once more, this time i 
noticed the error:


GET 
/client/api?command=deployVirtualMachineresponse=...layname=kvm03name=kvm03group=kvm_=1422045760139 
505 HTTP Version not supported127m


Then i did some googling and it brought me to this page, which 
summarizes an issue with Tomcat 6.0.37 and 7.0.37. Versions in between 
or lower maybe affected.


https://issues.apache.org/bugzilla/show_bug.cgi?id=54947

Next is to try this out on version of tomcat that have this patched. 
What tomcat versions newer than 6.0.37 can be used?



Regards
ilya

PS: Interesting observation, but Chrome would not show this error in 
debug mode. So for now, i'm sticking to Safari with Firebug for 
debugging :)


On 12/17/14 5:55 PM, ilya musayev (JIRA) wrote:

 [ 
https://issues.apache.org/jira/browse/CLOUDSTACK-7907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14250989#comment-14250989
 ]

ilya musayev commented on CLOUDSTACK-7907:
--

Alex and Andrija

Besides management-server.log file, there should also be an api log file, can 
you see your call there?

The management server log file should also log this api request, would it be 
possible to include the log file and 200 lines above and 200 below the api call?

Regards
ilya


UI heavily broken
-

 Key: CLOUDSTACK-7907
 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7907
 Project: CloudStack
  Issue Type: Bug
  Security Level: Public(Anyone can view this level - this is the default.)
  Components: API
Affects Versions: 4.3.0, 4.4.1
 Environment: not relevant
Reporter: Andrija Panic
Priority: Critical

(A serious one, that we encounter pretty often):
Issue: I start new VM deloyment wizard, choose template etc at the end when I click 
the finish, when the job should be sent to MGMT server - simply nothing happens - so ajax 
does't get executed at all, no litle circle spinning etc - no logs in mgmt server, simply 
ajax doesn't get executed...Same behaviour sometimes happen when I click on 
Configure on the VPC.
I confirmed behaviour in acs 4.3.0 and I'm still checking in 4.4.1, but I doubt 
anything has changed
OR
2)
(not a big issue, however very annoying):
I filter instances by some account/domain, then click on some instance (view it's 
properties or whatever), than in the breadcrumb I click back on instances, 
and instead of being show the page with all the filtered instances, I get back to the 
home page of ACS...
So it doesn't really happens always, but randomly, with different browsers, 
clearing all cache etc...
The issue here is that nothing get's logged to MGMT log at all...



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)




CloudStack UI Issue with latest and any RHEL tomcat 6.0.24

2015-01-23 Thread ilya musayev

It appears the CloudStack UI issues i (and others have been experiencing) 
relate to outdated tomcat version we are using.

Please reference CLOUDSTACK-7907

Tomcat issue
https://issues.apache.org/bugzilla/show_bug.cgi?id=54947
Bug 54947 - Http11NioProtocol generates HTTP 505 responses on valid requests if 
request is split across multiple packets


Surprisingly enough, redhat 6 and its latest at the moment tomcat 6.0.24.62 
does not have the fix backported.
http://rpm.pbone.net/index.php3/stat/22/idpl/25442959/com/changelog.html

If i was to use non redhat tomcat, could i use apache tomcat 6.0.38?

Thanks
ilya



Jenkins build is still unstable: simulator-singlerun #923

2015-01-23 Thread jenkins
See http://jenkins.buildacloud.org/job/simulator-singlerun/changes



Re: CloudStack UI Issue with latest and any RHEL tomcat 6.0.24

2015-01-23 Thread ilya musayev
Well, apparently latest is tomcat6-6.0.24-80.el6.x86_64 and that is 
still missing that patch.. it sad. We dont have too many options here.


I'm thinking of taking the source code of tomcat6-6.0.24-80.el6.x86_64 
and applying the patch on top, but we would need to ask RedHat to 
backport this.



On 1/23/15 2:48 PM, ilya musayev wrote:
It appears the CloudStack UI issues i (and others have been 
experiencing) relate to outdated tomcat version we are using.


Please reference CLOUDSTACK-7907

Tomcat issue
https://issues.apache.org/bugzilla/show_bug.cgi?id=54947
Bug 54947 - Http11NioProtocol generates HTTP 505 responses on valid 
requests if request is split across multiple packets



Surprisingly enough, redhat 6 and its latest at the moment tomcat 
6.0.24.62 does not have the fix backported.

http://rpm.pbone.net/index.php3/stat/22/idpl/25442959/com/changelog.html

If i was to use non redhat tomcat, could i use apache tomcat 6.0.38?

Thanks
ilya





Re: [GitHub] cloudstack pull request: NGUI: Added more functionalities, final p...

2015-01-23 Thread Rohit Yadav

In that case, only Sebastien can close it since he created the PR.

Regards.

On Friday 23 January 2015 09:09 PM, Ian Duffy wrote:

second message from seb says he messed up the commit so I'd imagine
its safe to close Rohit.

On 23 January 2015 at 15:01, bhaisaab g...@git.apache.org wrote:
 Github user bhaisaab commented on the pull request:

  https://github.com/apache/cloudstack/pull/62#issuecomment-71205228

  If it's in good state, let's merge? If it's old and junk, let's close?


 ---
 If your project is set up for it, you can reply to this email and have your
 reply appear on GitHub as well. If your project does not have this feature
 enabled and wishes so, or if the feature is enabled but not working, please
 contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
 with INFRA.
 ---


--
Regards,
Rohit Yadav
Software Architect, ShapeBlue
M. +91 8826230892 | rohit.ya...@shapeblue.com
Blog: bhaisaab.org | Twitter: @_bhaisaab
PS. If you see any footer below, I did not add it :)

Find out more about ShapeBlue and our range of CloudStack related services

IaaS Cloud Design  Buildhttp://shapeblue.com/iaas-cloud-design-and-build//
CSForge – rapid IaaS deployment frameworkhttp://shapeblue.com/csforge/
CloudStack Consultinghttp://shapeblue.com/cloudstack-consultancy/
CloudStack Software 
Engineeringhttp://shapeblue.com/cloudstack-software-engineering/
CloudStack Infrastructure 
Supporthttp://shapeblue.com/cloudstack-infrastructure-support/
CloudStack Bootcamp Training Courseshttp://shapeblue.com/cloudstack-training/

This email and any attachments to it may be confidential and are intended solely 
for the use of the individual to whom it is addressed. Any views or opinions 
expressed are solely those of the author and do not necessarily represent those of 
Shape Blue Ltd or related companies. If you are not the intended recipient of this 
email, you must neither take any action based upon its contents, nor copy or show 
it to anyone. Please contact the sender if you believe you have received this email 
in error. Shape Blue Ltd is a company incorporated in England  Wales. 
ShapeBlue Services India LLP is a company incorporated in India and is operated 
under license from Shape Blue Ltd. Shape Blue Brasil Consultoria Ltda is a company 
incorporated in Brasil and is operated under license from Shape Blue Ltd. ShapeBlue 
SA Pty Ltd is a company registered by The Republic of South Africa and is traded 
under license from Shape Blue Ltd. ShapeBlue is a registered trademark.


Jenkins build is still unstable: simulator-singlerun #924

2015-01-23 Thread jenkins
See http://jenkins.buildacloud.org/job/simulator-singlerun/changes



Jenkins build is still unstable: simulator-4.5-singlerun #140

2015-01-23 Thread jenkins
See http://jenkins.buildacloud.org/job/simulator-4.5-singlerun/changes



Build failed in Jenkins: cloudstack-4.3-maven-build #687

2015-01-23 Thread jenkins
See http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build/687/changes

Changes:

[marcus_sorensen] LibvirtComputingResource: Expose KVMStoragePoolManager

--
[...truncated 931 lines...]

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] 
[INFO] Building Apache CloudStack Server 4.3.2
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cloud-server ---
[INFO] Deleting 
http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build/ws/server/target
 (includes = [**/*], excludes = [])
[INFO] Deleting 
http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build/ws/server 
(includes = [target, dist], excludes = [])
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ cloud-server 
---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (generate-resource) @ cloud-server ---
[INFO] Executing tasks

main:
 [copy] Copying 3 files to 
http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build/ws/server/target/conf
 [copy] Copying 1 file to 
http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build/ws/server/target/conf
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
cloud-server ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 30 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ cloud-server 
---
[INFO] Compiling 358 source files to 
http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build/ws/server/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-server ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 33 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
cloud-server ---
[INFO] Compiling 76 source files to 
http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build/ws/server/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12:test (default-test) @ cloud-server ---
[INFO] Surefire report directory: 
http://jenkins.buildacloud.org/job/cloudstack-4.3-maven-build/ws/server/target/surefire-reports

---
 T E S T S
---
Running com.cloud.event.EventControlsUnitTest
log4j:WARN No appenders could be found for logger 
(com.cloud.event.EventControlsUnitTest).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more 
info.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.656 sec
Running com.cloud.keystore.KeystoreTest
org.apache.cloudstack.api.response.UserVmResponse/null/{id:3,securitygroup:[],nic:[],tags:[],affinitygroup:[]}
org.apache.cloudstack.api.response.AlertResponse/null/{id:100,description:Hello}
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 sec
Running com.cloud.alert.AlertControlsUnitTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
Running com.cloud.capacity.CapacityManagerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 sec
Running com.cloud.resourcelimit.ResourceLimitManagerImplTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running com.cloud.network.firewall.FirewallManagerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec
Running com.cloud.network.UpdatePhysicalNetworkTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.244 sec
Running com.cloud.network.CreatePrivateNetworkTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec
Running com.cloud.network.NetworkModelTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 sec
Running com.cloud.network.security.SecurityGroupManagerImplTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.837 sec
Running com.cloud.network.security.SecurityGroupQueueTest
Num Vms= 50 Queue size = 50
Num Vms= 2 Queue size = 2 time=268 ms
Num Vms= 5000 Queue size = 5000 time=1566 ms
Num Vms= 1 Queue size = 1 time=1 ms
Num Vms= 100 Queue size = 100 time=625 ms
Total jobs dequeued = 10, num queued=1009 queue current size=1000
Total jobs dequeued = 10, num queued=1010 queue current size=1000
Total jobs dequeued = 1, num queued=1001 queue current size=1000
Total jobs dequeued = 10, num queued=1000 queue current size=990
Total jobs dequeued = 10, num queued=10 queue current size=0
Tests run: 4, Failures: 1, Errors: 1, Skipped: 0, Time elapsed: 2.821 sec  

Jenkins build is still unstable: simulator-singlerun #920

2015-01-23 Thread jenkins
See http://jenkins.buildacloud.org/job/simulator-singlerun/changes



Build failed in Jenkins: cloudstack-4.4-maven-build #556

2015-01-23 Thread jenkins
See http://jenkins.buildacloud.org/job/cloudstack-4.4-maven-build/556/changes

Changes:

[marcus_sorensen] LibvirtComputingResource: Expose KVMStoragePoolManager

--
[...truncated 1207 lines...]
 T E S T S
---
Running com.cloud.upgrade.dao.DatabaseAccessObjectTest
Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.913 sec
Running com.cloud.upgrade.dao.DbUpgradeUtilsTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.44 sec

Results :

Tests run: 33, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] 
[INFO] Building Apache CloudStack Framework - Jobs 4.4.3-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cloud-framework-jobs 
---
[INFO] Deleting 
http://jenkins.buildacloud.org/job/cloudstack-4.4-maven-build/ws/framework/jobs/target
 (includes = [**/*], excludes = [])
[INFO] Deleting 
http://jenkins.buildacloud.org/job/cloudstack-4.4-maven-build/ws/framework/jobs
 (includes = [target, dist], excludes = [])
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ 
cloud-framework-jobs ---
[INFO] Starting audit...
Audit done.

[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ 
cloud-framework-jobs ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
cloud-framework-jobs ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ 
cloud-framework-jobs ---
[INFO] Compiling 33 source files to 
http://jenkins.buildacloud.org/job/cloudstack-4.4-maven-build/ws/framework/jobs/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-framework-jobs ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
cloud-framework-jobs ---
[INFO] Compiling 4 source files to 
http://jenkins.buildacloud.org/job/cloudstack-4.4-maven-build/ws/framework/jobs/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12:test (default-test) @ 
cloud-framework-jobs ---
[INFO] Surefire report directory: 
http://jenkins.buildacloud.org/job/cloudstack-4.4-maven-build/ws/framework/jobs/target/surefire-reports

---
 T E S T S
---

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] 
[INFO] Building Apache CloudStack Cloud Engine Internal Components API 
4.4.3-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 
cloud-engine-components-api ---
[INFO] Deleting 
http://jenkins.buildacloud.org/job/cloudstack-4.4-maven-build/ws/engine/components-api/target
 (includes = [**/*], excludes = [])
[INFO] Deleting 
http://jenkins.buildacloud.org/job/cloudstack-4.4-maven-build/ws/engine/components-api
 (includes = [target, dist], excludes = [])
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ 
cloud-engine-components-api ---
[INFO] Starting audit...
Audit done.

[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ 
cloud-engine-components-api ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
cloud-engine-components-api ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ 
cloud-engine-components-api ---
[INFO] Compiling 31 source files to 
http://jenkins.buildacloud.org/job/cloudstack-4.4-maven-build/ws/engine/components-api/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-engine-components-api ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
http://jenkins.buildacloud.org/job/cloudstack-4.4-maven-build/ws/engine/components-api/test/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
cloud-engine-components-api ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12:test 

Re: [VOTE] Apache CloudStack 4.5.0 RC1

2015-01-23 Thread Marcus
kvmclock has been fixed, some changes were made to
LibvirtComputingResource in 4.5 and master. it doesn't apply to 4.4.

On Thu, Jan 22, 2015 at 7:37 AM, Tomasz Zięba t.a.zi...@gmail.com wrote:
 -1
 quite simple issues:

 https://issues.apache.org/jira/browse/CLOUDSTACK-8176
 https://issues.apache.org/jira/browse/CLOUDSTACK-8175

 2015-01-13 0:16 GMT+01:00 David Nalley da...@gnsa.us:

 Hi folks,

 I've created a 4.5.0 release candidate, with the following artifacts
 up for a vote:

 Git Branch and Commit SH:

 https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=tree;h=refs/heads/4.5-RC20150112T2256;hb=4.5-RC20150112T2256
 Commit: 8db3cbd4ff62b17a8b496026b68cf60ee0c76740

 Source release (checksums and signatures are available at the same
 location):
 https://dist.apache.org/repos/dist/dev/cloudstack/4.5.0-rc1/

 PGP release keys (signed using 6FE50F1C):
 https://dist.apache.org/repos/dist/release/cloudstack/KEYS

 Vote will be open for at least 72 hours.

 For sanity in tallying the vote, can PMC members please be sure to
 indicate (binding) with their vote?

 [ ] +1  approve
 [ ] +0  no opinion
 [ ] -1  disapprove (and reason why)




 --
 Regards,
 Tomasz Zięba
 Twitter: @TZieba
 LinkedIn: pl.linkedin.com/pub/tomasz-zięba-ph-d/3b/7a8/ab6/
 http://pl.linkedin.com/pub/tomasz-zi%C4%99ba-ph-d/3b/7a8/ab6/


Build failed in Jenkins: cloudstack-4.4-maven-build #557

2015-01-23 Thread jenkins
See http://jenkins.buildacloud.org/job/cloudstack-4.4-maven-build/557/changes

Changes:

[marcus_sorensen] Introduced a typo in the license somehow on the last commit

--
[...truncated 1327 lines...]
main:
 [copy] Copying 3 files to 
http://jenkins.buildacloud.org/job/cloudstack-4.4-maven-build/ws/server/target/conf
 [copy] Copying 1 file to 
http://jenkins.buildacloud.org/job/cloudstack-4.4-maven-build/ws/server/target/conf
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
cloud-server ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 30 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ cloud-server 
---
[INFO] Compiling 360 source files to 
http://jenkins.buildacloud.org/job/cloudstack-4.4-maven-build/ws/server/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-server ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 33 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
cloud-server ---
[INFO] Compiling 83 source files to 
http://jenkins.buildacloud.org/job/cloudstack-4.4-maven-build/ws/server/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12:test (default-test) @ cloud-server ---
[INFO] Surefire report directory: 
http://jenkins.buildacloud.org/job/cloudstack-4.4-maven-build/ws/server/target/surefire-reports

---
 T E S T S
---
Running com.cloud.event.EventControlsUnitTest
log4j:WARN No appenders could be found for logger 
(com.cloud.event.EventControlsUnitTest).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more 
info.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.81 sec
Running com.cloud.keystore.KeystoreTest
org.apache.cloudstack.api.response.UserVmResponse/null/{id:3,securitygroup:[],nic:[],tags:[],affinitygroup:[]}
org.apache.cloudstack.api.response.AlertResponse/null/{id:100,description:Hello}
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 sec
Running com.cloud.alert.AlertControlsUnitTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec
Running com.cloud.capacity.CapacityManagerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 sec
Running com.cloud.resourcelimit.ResourceLimitManagerImplTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running com.cloud.network.firewall.FirewallManagerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec
Running com.cloud.network.UpdatePhysicalNetworkTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 sec
Running com.cloud.network.CreatePrivateNetworkTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec
Running com.cloud.network.NetworkModelTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 sec
Running com.cloud.network.security.SecurityGroupManagerImplTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.682 sec
Running com.cloud.network.security.SecurityGroupQueueTest
Total jobs dequeued = 10, num queued=1000 queue current size=990
Num Vms= 50 Queue size = 50
Num Vms= 2 Queue size = 2 time=698 ms
Num Vms= 5000 Queue size = 5000 time=715 ms
Num Vms= 1 Queue size = 1 time=14 ms
Num Vms= 100 Queue size = 100 time=650 ms
Total jobs dequeued = 10, num queued=1010 queue current size=1000
Total jobs dequeued = 1, num queued=1001 queue current size=1000
Total jobs dequeued = 10, num queued=1000 queue current size=990
Total jobs dequeued = 10, num queued=10 queue current size=0
Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.472 sec  
FAILURE!
Running com.cloud.network.vpc.VpcManagerImplTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running com.cloud.network.DedicateGuestVlanRangesTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
Running com.cloud.network.lb.AssignLoadBalancerTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 sec
Running com.cloud.network.lb.UpdateLoadBalancerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec
Running com.cloud.network.dao.NetworkDaoTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running com.cloud.vm.DeploymentPlanningManagerImplTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.752 sec
Running com.cloud.vm.snapshot.VMSnapshotManagerTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 sec
Running 

Build failed in Jenkins: build-master-noredist #4048

2015-01-23 Thread jenkins
See http://jenkins.buildacloud.org/job/build-master-noredist/4048/changes

Changes:

[brian.federle] Reduce size of 'select view' dropdown to fix more dense 
toolbars.

[mike.tutkowski] Un-plug any remaining VBDs and PBDs

[marcus_sorensen] LibvirtComputingResource: Expose KVMStoragePoolManager

[marcus_sorensen] CLOUDSTACK-8177

--
[...truncated 2565 lines...]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.667 sec - in 
com.cloud.network.ExternalLoadBalancerDeviceManagerImplTest
Running com.cloud.network.element.VirtualRouterElementTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.005 sec - in 
com.cloud.network.element.VirtualRouterElementTest
Running com.cloud.network.UpdatePhysicalNetworkTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 sec - in 
com.cloud.network.UpdatePhysicalNetworkTest
Running com.cloud.network.CreatePrivateNetworkTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec - in 
com.cloud.network.CreatePrivateNetworkTest
Running com.cloud.network.NetworkModelTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec - in 
com.cloud.network.NetworkModelTest
Running com.cloud.network.router.NetworkHelperImplTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec - in 
com.cloud.network.router.NetworkHelperImplTest
Running com.cloud.network.router.RouterControlHelperTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec - in 
com.cloud.network.router.RouterControlHelperTest
Running com.cloud.network.router.VirtualNetworkApplianceManagerImplTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.253 sec - in 
com.cloud.network.router.VirtualNetworkApplianceManagerImplTest
Running com.cloud.network.security.SecurityGroupManagerImplTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.256 sec - in 
com.cloud.network.security.SecurityGroupManagerImplTest
Running com.cloud.network.security.SecurityGroupQueueTest
Total jobs dequeued = 10, num queued=1005 queue current size=995
Num Vms= 50 Queue size = 50
Num Vms= 2 Queue size = 2 time=807 ms
Num Vms= 5000 Queue size = 5000 time=773 ms
Num Vms= 1 Queue size = 1 time=0 ms
Num Vms= 100 Queue size = 100 time=258 ms
Total jobs dequeued = 10, num queued=1010 queue current size=1000
Total jobs dequeued = 1, num queued=1001 queue current size=1000
Total jobs dequeued = 10, num queued=1000 queue current size=990
Total jobs dequeued = 10, num queued=10 queue current size=0
Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.588 sec  
FAILURE! - in com.cloud.network.security.SecurityGroupQueueTest
testNumJobsEqToNumVms3(com.cloud.network.security.SecurityGroupQueueTest)  Time 
elapsed: 2.271 sec   ERROR!
java.lang.OutOfMemoryError: unable to create new native thread
at java.lang.Thread.start0(Native Method)
at java.lang.Thread.start(Thread.java:693)
at 
com.cloud.network.security.SecurityGroupQueueTest.testNumJobsEqToNumVms2(SecurityGroupQueueTest.java:124)
at 
com.cloud.network.security.SecurityGroupQueueTest.testNumJobsEqToNumVms3(SecurityGroupQueueTest.java:143)

Running com.cloud.network.vpc.VpcManagerImplTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in 
com.cloud.network.vpc.VpcManagerImplTest
Running com.cloud.network.DedicateGuestVlanRangesTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in 
com.cloud.network.DedicateGuestVlanRangesTest
Running com.cloud.network.lb.AssignLoadBalancerTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec - in 
com.cloud.network.lb.AssignLoadBalancerTest
Running com.cloud.network.lb.UpdateLoadBalancerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec - in 
com.cloud.network.lb.UpdateLoadBalancerTest
Running com.cloud.network.dao.NetworkDaoTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in 
com.cloud.network.dao.NetworkDaoTest
Running com.cloud.vm.FirstFitPlannerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.345 sec - in 
com.cloud.vm.FirstFitPlannerTest
Running com.cloud.vm.DeploymentPlanningManagerImplTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.513 sec - in 
com.cloud.vm.DeploymentPlanningManagerImplTest
Running com.cloud.vm.snapshot.VMSnapshotManagerTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 sec - in 
com.cloud.vm.snapshot.VMSnapshotManagerTest
Running com.cloud.vm.UserVmManagerTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.2 sec - in 
com.cloud.vm.UserVmManagerTest
Running com.cloud.configuration.ValidateIpRangeTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in 
com.cloud.configuration.ValidateIpRangeTest
Running 

Re: [VOTE] Apache CloudStack 4.5.0 RC1

2015-01-23 Thread Rohit Yadav
Hi Marcus,

 On 23-Jan-2015, at 3:17 pm, Marcus shadow...@gmail.com wrote:

 kvmclock has been fixed, some changes were made to
 LibvirtComputingResource in 4.5 and master. it doesn't apply to 4.4.

Just saw your changes on commit@, thanks for fixing it. I’ll test it and see if 
it works in my setup.

Regards,
Rohit Yadav
Software Architect, ShapeBlue
M. +91 88 262 30892 | rohit.ya...@shapeblue.com
Blog: bhaisaab.org | Twitter: @_bhaisaab



Find out more about ShapeBlue and our range of CloudStack related services

IaaS Cloud Design  Buildhttp://shapeblue.com/iaas-cloud-design-and-build//
CSForge – rapid IaaS deployment frameworkhttp://shapeblue.com/csforge/
CloudStack Consultinghttp://shapeblue.com/cloudstack-consultancy/
CloudStack Software 
Engineeringhttp://shapeblue.com/cloudstack-software-engineering/
CloudStack Infrastructure 
Supporthttp://shapeblue.com/cloudstack-infrastructure-support/
CloudStack Bootcamp Training Courseshttp://shapeblue.com/cloudstack-training/

This email and any attachments to it may be confidential and are intended 
solely for the use of the individual to whom it is addressed. Any views or 
opinions expressed are solely those of the author and do not necessarily 
represent those of Shape Blue Ltd or related companies. If you are not the 
intended recipient of this email, you must neither take any action based upon 
its contents, nor copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error. Shape Blue Ltd is a company 
incorporated in England  Wales. ShapeBlue Services India LLP is a company 
incorporated in India and is operated under license from Shape Blue Ltd. Shape 
Blue Brasil Consultoria Ltda is a company incorporated in Brasil and is 
operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is a company 
registered by The Republic of South Africa and is traded under license from 
Shape Blue Ltd. ShapeBlue is a registered trademark.


Jenkins build is still unstable: simulator-4.5-singlerun #138

2015-01-23 Thread jenkins
See http://jenkins.buildacloud.org/job/simulator-4.5-singlerun/changes



Build failed in Jenkins: build-4.5 #303

2015-01-23 Thread jenkins
See http://jenkins.buildacloud.org/job/build-4.5/303/changes

Changes:

[marcus_sorensen] LibvirtComputingResource: Expose KVMStoragePoolManager

--
[...truncated 1650 lines...]
[INFO] 
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cloud-engine-network 
---
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 
cloud-engine-orchestration ---
[INFO] Deleting 
http://jenkins.buildacloud.org/job/build-4.5/ws/engine/network/target 
(includes = [**/*], excludes = [])
[INFO] Deleting 
http://jenkins.buildacloud.org/job/build-4.5/ws/engine/orchestration/target 
(includes = [**/*], excludes = [])
[INFO] Deleting 
http://jenkins.buildacloud.org/job/build-4.5/ws/engine/network (includes = 
[target, dist], excludes = [])
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ 
cloud-engine-network ---
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cloud-usage ---
[INFO] Deleting http://jenkins.buildacloud.org/job/build-4.5/ws/usage/target 
(includes = [**/*], excludes = [])
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cloud-server ---
[INFO] Deleting http://jenkins.buildacloud.org/job/build-4.5/ws/server/target 
(includes = [**/*], excludes = [])
[INFO] Deleting 
http://jenkins.buildacloud.org/job/build-4.5/ws/engine/orchestration 
(includes = [target, dist], excludes = [])
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ 
cloud-engine-orchestration ---
[INFO] Deleting http://jenkins.buildacloud.org/job/build-4.5/ws/usage 
(includes = [target, dist], excludes = [])
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ 
cloud-usage ---
[INFO] Starting audit...
Audit done.

[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ 
cloud-engine-network ---
[INFO] Deleting http://jenkins.buildacloud.org/job/build-4.5/ws/server 
(includes = [target, dist], excludes = [])
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ 
cloud-server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
cloud-engine-network ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
http://jenkins.buildacloud.org/job/build-4.5/ws/engine/network/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ 
cloud-engine-network ---
[INFO] Compiling 1 source file to 
http://jenkins.buildacloud.org/job/build-4.5/ws/engine/network/target/classes
[INFO] Starting audit...
Audit done.

[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ cloud-usage ---
[INFO] Starting audit...
Audit done.

[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ 
cloud-engine-orchestration ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (generate-resource) @ cloud-usage ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
cloud-engine-network ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
http://jenkins.buildacloud.org/job/build-4.5/ws/engine/network/test/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
cloud-engine-network ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12:test (default-test) @ 
cloud-engine-network ---
[INFO] Surefire report directory: 
http://jenkins.buildacloud.org/job/build-4.5/ws/engine/network/target/surefire-reports

---
 T E S T S
---
[INFO] Executing tasks

main:
 [copy] Copying 2 files to 
http://jenkins.buildacloud.org/job/build-4.5/ws/usage/target/transformed
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
cloud-usage ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ cloud-usage 
---
[INFO] Compiling 19 source files to 
http://jenkins.buildacloud.org/job/build-4.5/ws/usage/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
cloud-engine-orchestration ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ 
cloud-engine-orchestration ---
[INFO] Compiling 68 source files to 

Jenkins build is back to normal : build-master #2183

2015-01-23 Thread jenkins
See http://jenkins.buildacloud.org/job/build-master/2183/changes



Build failed in Jenkins: build-master-simulator #1605

2015-01-23 Thread jenkins
See http://jenkins.buildacloud.org/job/build-master-simulator/1605/changes

Changes:

[Rohit Yadav] hyperv: fix maven warning, add version to exec plugin

[Rohit Yadav] CLOUDSTACK-8151: Add removeRawUsageRecords API to cleanup old 
cloud_usage data

--
[...truncated 975 lines...]
Running org.apache.cloudstack.api.agent.test.BackupSnapshotCommandTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in 
org.apache.cloudstack.api.agent.test.BackupSnapshotCommandTest
Running org.apache.cloudstack.api.agent.test.CheckOnHostCommandTest
Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 sec - in 
org.apache.cloudstack.api.agent.test.CheckOnHostCommandTest
Running org.apache.cloudstack.api.agent.test.AnswerTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in 
org.apache.cloudstack.api.agent.test.AnswerTest
Running org.apache.cloudstack.api.agent.test.CheckNetworkAnswerTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec - in 
org.apache.cloudstack.api.agent.test.CheckNetworkAnswerTest
Running org.apache.cloudstack.api.agent.test.ChangeAgentAnswerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in 
org.apache.cloudstack.api.agent.test.ChangeAgentAnswerTest
Running org.apache.cloudstack.api.agent.test.CheckNetworkCommandTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec - in 
org.apache.cloudstack.api.agent.test.CheckNetworkCommandTest
Running org.apache.cloudstack.api.agent.test.SnapshotCommandTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in 
org.apache.cloudstack.api.agent.test.SnapshotCommandTest
Running org.apache.cloudstack.api.agent.test.CancelCommandTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in 
org.apache.cloudstack.api.agent.test.CancelCommandTest
Running org.apache.cloudstack.api.agent.test.CheckHealthCommandTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in 
org.apache.cloudstack.api.agent.test.CheckHealthCommandTest
Running org.apache.cloudstack.api.agent.test.BumpUpPriorityCommandTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in 
org.apache.cloudstack.api.agent.test.BumpUpPriorityCommandTest
Running org.apache.cloudstack.api.agent.test.CheckHealthAnswerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in 
org.apache.cloudstack.api.agent.test.CheckHealthAnswerTest
Running org.apache.cloudstack.api.agent.test.AgentControlCommandTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in 
org.apache.cloudstack.api.agent.test.AgentControlCommandTest
Running org.apache.cloudstack.api.agent.test.AgentControlAnswerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in 
org.apache.cloudstack.api.agent.test.AgentControlAnswerTest
Running org.apache.cloudstack.api.agent.test.AttachVolumeAnswerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in 
org.apache.cloudstack.api.agent.test.AttachVolumeAnswerTest
Running org.apache.cloudstack.api.agent.test.AttachIsoCommandTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in 
org.apache.cloudstack.api.agent.test.AttachIsoCommandTest

Results :

Tests run: 139, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] 
[INFO] Building Apache CloudStack Agents 4.6.0-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cloud-agent ---
[INFO] Deleting 
http://jenkins.buildacloud.org/job/build-master-simulator/ws/agent/target 
(includes = [**/*], excludes = [])
[INFO] Deleting 
http://jenkins.buildacloud.org/job/build-master-simulator/ws/agent (includes 
= [target, dist], excludes = [])
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ 
cloud-agent ---
[INFO] Starting audit...
Audit done.

[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ cloud-agent ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (generate-resource) @ cloud-agent ---
[INFO] Executing tasks

main:
 [copy] Copying 1 file to 
http://jenkins.buildacloud.org/job/build-master-simulator/ws/agent/target/transformed
 [copy] Copying 2 files to 
http://jenkins.buildacloud.org/job/build-master-simulator/ws/agent/target/transformed
 [copy] Copying 4 files to 
http://jenkins.buildacloud.org/job/build-master-simulator/ws/agent/target/transformed
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
cloud-agent ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered 

Re: [GitHub] cloudstack pull request: NGUI: Added more functionalities, final p...

2015-01-23 Thread Ian Duffy
second message from seb says he messed up the commit so I'd imagine
its safe to close Rohit.

On 23 January 2015 at 15:01, bhaisaab g...@git.apache.org wrote:
 Github user bhaisaab commented on the pull request:

 https://github.com/apache/cloudstack/pull/62#issuecomment-71205228

 If it's in good state, let's merge? If it's old and junk, let's close?


 ---
 If your project is set up for it, you can reply to this email and have your
 reply appear on GitHub as well. If your project does not have this feature
 enabled and wishes so, or if the feature is enabled but not working, please
 contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
 with INFRA.
 ---


[GitHub] cloudstack pull request: CLOUDSTACK-6900: This fixes volume migrat...

2015-01-23 Thread bhaisaab
Github user bhaisaab commented on the pull request:

https://github.com/apache/cloudstack/pull/68#issuecomment-71204924
  
Comment, should we merge it? TravisCI is complaining?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Jenkins build is back to normal : build-master-noredist #4049

2015-01-23 Thread jenkins
See http://jenkins.buildacloud.org/job/build-master-noredist/4049/changes



[GitHub] cloudstack pull request: NGUI: Added more functionalities, final p...

2015-01-23 Thread bhaisaab
Github user bhaisaab commented on the pull request:

https://github.com/apache/cloudstack/pull/62#issuecomment-71205228
  
If it's in good state, let's merge? If it's old and junk, let's close?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Fwd: RE: Adding a new rewrite rule on ssvm apache

2015-01-23 Thread Rajani Karuturi
Hi all,
I am trying to add new rewrite rules to ssvm apache.
I added them in the default-ssl file under ssvm patches. This file is in
the systemvm.iso but isn't getting overwritten in the actual
location(/etc/apache2/sites-available/default-ssl) and hence the new
rewrite rules aren't working.
Anyone knows the right way to add them?Maybe I am looking at the wrong
file?

Thanks,



-- 
Sent from Windows Phone