Build failed in Jenkins: build-master-slowbuild #1567

2015-06-14 Thread jenkins
See -- [...truncated 27256 lines...] [INFO] No sources to compile [INFO] [INFO] >>> findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ cloud-quickcloud >>> [INFO] [INFO] --- findbugs

[GitHub] cloudstack pull request: Fix 2 findbugs encoding warnings in Vmwar...

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/405 Fix 2 findbugs encoding warnings in VmwareContext.java StreamReaders should use encoding specified in the connection object You can merge this pull request into a Git repository by running:

[GitHub] cloudstack pull request: Fix findbugs encoding warning

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/403 Fix findbugs encoding warning Vmds files created by ESX are UTF-8 encoded You can merge this pull request into a Git repository by running: $ git pull https://github.com/rsafonseca/cloud

[GitHub] cloudstack pull request: Fix 3 findbugs encoding warnings

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/404 Fix 3 findbugs encoding warnings Vmdk descriptor files used by ESX should be UTF-8 encoded You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] cloudstack pull request: Fix 2 findbugs ClassCastExceptions

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/414 Fix 2 findbugs ClassCastExceptions getDetails() isn't called anywhere in the code, either way, implementation is wrong since details is a Map\ and not a Map\\> If this piece of could woul

[GitHub] cloudstack pull request: Fix findbugs ClassCastException in Upgrad...

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/413 Fix findbugs ClassCastException in UpgradeSystemVMCmd.java getDetails() isn't called anywhere in the code, either way, implementation is wrong since details is a Map\ and not a Map\\> If

[GitHub] cloudstack pull request: Fix 2 findbugs warnings in VmwareStorageM...

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/410 Fix 2 findbugs warnings in VmwareStorageManagerImpl.java Ova template files and metadata should be written to file in UTF-8 You can merge this pull request into a Git repository by running:

[GitHub] cloudstack pull request: Fix findbugs warning in VmwareHelper.java

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/407 Fix findbugs warning in VmwareHelper.java Disk descriptors should be written in UTF-8 for Vmware You can merge this pull request into a Git repository by running: $ git pull https://gith

Build failed in Jenkins: build-master-slowbuild #1568

2015-06-14 Thread jenkins
See -- [...truncated 27256 lines...] [INFO] No sources to compile [INFO] [INFO] >>> findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ cloud-quickcloud >>> [INFO] [INFO] --- findbugs

[GitHub] cloudstack pull request: Fix 3 findbugs encoding warnings in Vmwar...

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/411 Fix 3 findbugs encoding warnings in VmwareStorageProcessor.java Ova templates and metadata should be written to file in UTF-8 Fix warning in UUID generation You can merge this pull reques

[GitHub] cloudstack pull request: Fix 1 findbugs warning in VmwareResource....

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/409 Fix 1 findbugs warning in VmwareResource.java You can merge this pull request into a Git repository by running: $ git pull https://github.com/rsafonseca/cloudstack findbugs26 Alternati

[GitHub] cloudstack pull request: Fix findbugs encoding warning

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/406 Fix findbugs encoding warning ESX responses should be encoded in UTF-8 You can merge this pull request into a Git repository by running: $ git pull https://github.com/rsafonseca/cloudsta

[GitHub] cloudstack pull request: Fix findbugs ClassCastException in ScaleS...

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/412 Fix findbugs ClassCastException in ScaleSystemVMCmd.java getDetails() isn't called anywhere in the code, either way, implementation is wrong since details is a Map and not a Map> If this

[GitHub] cloudstack pull request: Fix findbugs encoding warning in VmwareSe...

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/408 Fix findbugs encoding warning in VmwareServerDiscoverer.java Input string should only contain safe characters, since it's derived from a Long object. This just gets rid of the findbugs warnin

Build failed in Jenkins: build-master-slowbuild #1569

2015-06-14 Thread jenkins
See -- [...truncated 27250 lines...] [INFO] No sources to compile [INFO] [INFO] >>> findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ cloud-quickcloud >>> [INFO] [INFO] --- findbugs

[GitHub] cloudstack pull request: Fix findbugs DMI_RANDOM_USED_ONLY_ONCE wa...

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/415 Fix findbugs DMI_RANDOM_USED_ONLY_ONCE warning in ServerTransportProv… Fix findbugs DMI_RANDOM_USED_ONLY_ONCE warning in ServerTransportProvider.java Changed to recommended Secu

[GitHub] cloudstack pull request: Fix findbugs DMI_RANDOM_USED_ONLY_ONCE wa...

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/416 Fix findbugs DMI_RANDOM_USED_ONLY_ONCE warning in TransportAddress.java Changed to recommended SecureRandom instead of Random You can merge this pull request into a Git repository by running:

[GitHub] cloudstack pull request: Fix findbugs DM_BOXED_PRIMITIVE_FOR_PARSI...

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/417 Fix findbugs DM_BOXED_PRIMITIVE_FOR_PARSING in DeployVMCmd.java Was creating Long to assign to long You can merge this pull request into a Git repository by running: $ git pull https://g

[GitHub] cloudstack pull request: Fix 4 findbugs warnings in Upgrade218to22...

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/418 Fix 4 findbugs warnings in Upgrade218to22.java Was creating boxed Integers when only int is required You can merge this pull request into a Git repository by running: $ git pull https://

[GitHub] cloudstack pull request: Fix findbugs warning in Upgrade421to430.j...

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/419 Fix findbugs warning in Upgrade421to430.java Was creating Integer to assign to int You can merge this pull request into a Git repository by running: $ git pull https://github.com/rsafons

[GitHub] cloudstack pull request: Fix findbugs warning in ClusterManagerImp...

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/420 Fix findbugs warning in ClusterManagerImpl.java ManagementServerHostDao.findByMsid takes long as input, and a boxed Long was being created for it You can merge this pull request into a Git r

[GitHub] cloudstack pull request: Fix findbugs warning in BareMetalResource...

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/421 Fix findbugs warning in BareMetalResourceBase.java Boxed Integer was being instantiated to assign to an int variable You can merge this pull request into a Git repository by running: $ g

[GitHub] cloudstack pull request: Fix findbugs warning in HypervDirectConne...

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/422 Fix findbugs warning in HypervDirectConnectResource.java Two boxed Longs were being created instead of simple long You can merge this pull request into a Git repository by running: $ git

[GitHub] cloudstack pull request: Fix findbugs warning in OvmResourceBase.j...

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/423 Fix findbugs warning in OvmResourceBase.java CreatePrivateTemplateAnswer constructor takes long as physicalSize parameter, Long was being created instead You can merge this pull request into

[GitHub] cloudstack pull request: Fix findbugs warning in UcsManagerImpl.ja...

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/424 Fix findbugs warning in UcsManagerImpl.java Integer was being created to assign value to int You can merge this pull request into a Git repository by running: $ git pull https://github.c

[GitHub] cloudstack pull request: Fixed 4 findbugs warnings in CitrixResour...

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/425 Fixed 4 findbugs warnings in CitrixResourceBase.java Unnecessary boxing/unboxing of primitive values You can merge this pull request into a Git repository by running: $ git pull https://

[GitHub] cloudstack pull request: Fix findbugs warning in NetscalerResource...

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/426 Fix findbugs warning in NetscalerResource.java Unnecessary boxing/unboxing of primitive value You can merge this pull request into a Git repository by running: $ git pull https://github.

[GitHub] cloudstack pull request: Fix findbugs warning in PaloAltoResource....

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/427 Fix findbugs warning in PaloAltoResource.java Unnecessary boxing/unboxing of primitive value You can merge this pull request into a Git repository by running: $ git pull https://github.c

[GitHub] cloudstack pull request: Fix findbugs warning in ElastistorPrimary...

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/428 Fix findbugs warning in ElastistorPrimaryDataStoreLifeCycle.java Unnecessary boxing/unboxing of primitive value You can merge this pull request into a Git repository by running: $ git pu

[GitHub] cloudstack pull request: Fix 2 findbugs warnings in ElastistorUtil...

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/429 Fix 2 findbugs warnings in ElastistorUtil.java Unnecessary boxing/unboxing of long value You can merge this pull request into a Git repository by running: $ git pull https://github.com/r

[GitHub] cloudstack pull request: Fix findbugs warning in ApiDispatcher.jav...

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/430 Fix findbugs warning in ApiDispatcher.java Unnecessary boxing/unboxing of long value You can merge this pull request into a Git repository by running: $ git pull https://github.com/rsafo

[GitHub] cloudstack pull request: Fix findbugs warning in CloudZonesStartup...

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/431 Fix findbugs warning in CloudZonesStartupProcessor.java Unnecessary boxing/unboxing of primitive value You can merge this pull request into a Git repository by running: $ git pull https:

[GitHub] cloudstack pull request: Fix 2 findbugs warnings in NetworkService...

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/432 Fix 2 findbugs warnings in NetworkServiceImpl.java Unnecessary boxing/unboxing of int values You can merge this pull request into a Git repository by running: $ git pull https://github.c

[GitHub] cloudstack pull request: Fix findbugs warning in NetworkUsageManag...

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/433 Fix findbugs warning in NetworkUsageManagerImpl.java Unnecessary boxing/unboxing of long value to create Date You can merge this pull request into a Git repository by running: $ git pull

[GitHub] cloudstack pull request: Fix findbugs warning in ProjectManagerImp...

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/434 Fix findbugs warning in ProjectManagerImpl.java Unnecessary boxing/unboxing of primitive value You can merge this pull request into a Git repository by running: $ git pull https://github

[GitHub] cloudstack pull request: Fix findbugs warning in NetUtils.java

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/435 Fix findbugs warning in NetUtils.java Unnecessary boxing/unboxing of primitive value You can merge this pull request into a Git repository by running: $ git pull https://github.com/rsafo

[GitHub] cloudstack pull request: Fix findbugs warning in Script.java

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/436 Fix findbugs warning in Script.java Unnecessary boxing/unboxing of int value You can merge this pull request into a Git repository by running: $ git pull https://github.com/rsafonseca/cl

[GitHub] cloudstack pull request: Fix findbugs warning in NetworkServiceImp...

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/437 Fix findbugs warning in NetworkServiceImpl.java Integer was being boxed just to call toString() You can merge this pull request into a Git repository by running: $ git pull https://githu

[GitHub] cloudstack pull request: Fix 2 findbugs warnings in ApiResponseHel...

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/438 Fix 2 findbugs warnings in ApiResponseHelper.java ints were being boxed just to call .toString() You can merge this pull request into a Git repository by running: $ git pull https://gith

[GitHub] cloudstack pull request: Fix findbugs warning HE_EQUALS_USE_HASHCO...

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/439 Fix findbugs warning HE_EQUALS_USE_HASHCODE in Ip4Address.java When overriding equals(), hashCode() must also be overriden do comply with the directive that equal objects must have equal hash

[GitHub] cloudstack pull request: Fix findbugs NS_DANGEROUS_NON_SHORT_CIRCU...

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/440 Fix findbugs NS_DANGEROUS_NON_SHORT_CIRCUIT warning in NetworkService… …Impl.java You can merge this pull request into a Git repository by running: $ git pull https://github.com/rsaf

[GitHub] cloudstack pull request: Fix findbugs SQL_PREPARED_STATEMENT_GENER...

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/441 Fix findbugs SQL_PREPARED_STATEMENT_GENERATED_FROM_NONCONSTANT_STRING… … warning in Upgrade2214to30.java There was no risk of sql injection here, nor any need to use PreparedStat

Build failed in Jenkins: build-master-slowbuild #1570

2015-06-14 Thread jenkins
See -- [...truncated 27256 lines...] [INFO] No sources to compile [INFO] [INFO] >>> findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ cloud-quickcloud >>> [INFO] [INFO] --- findbugs

[GitHub] cloudstack pull request: Fix findbugs SQL_PREPARED_STATEMENT_GENER...

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/442 Fix findbugs SQL_PREPARED_STATEMENT_GENERATED_FROM_NONCONSTANT_STRING… … warning in Upgrade30xBase.java There was no risk of sql injection here, nor any need to use PreparedState

[GitHub] cloudstack pull request: Fix 3 findbugs SQL_PREPARED_STATEMENT_GEN...

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/443 Fix 3 findbugs SQL_PREPARED_STATEMENT_GENERATED_FROM_NONCONSTANT_STRI… …NG warnings in Upgrade410to420.java There was no risk of sql injection here, nor any need to use PreparedS

[GitHub] cloudstack pull request: Fix findbugs RCN_REDUNDANT_NULLCHECK_OF_N...

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/444 Fix findbugs RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE in AgentManager… …Impl.java Assert isn't used in runtime, null is properly checked in method You can merge this pull request

[GitHub] cloudstack pull request: Fix findbugs RCN_REDUNDANT_NULLCHECK_OF_N...

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/445 Fix findbugs RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE in VirtualMachi… …neManagerImpl.java Removed two unnecessary null checks as this piece of code will only run if answer is no

[GitHub] cloudstack pull request: Fix findbugs RCN_REDUNDANT_NULLCHECK_OF_N...

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/446 Fix findbugs RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE in VmWorkJobDis… …patcher.java Assert isn't used in prod runtime, null is properly checked in method You can merge this pull

[GitHub] cloudstack pull request: Fix findbugs RCN_REDUNDANT_NULLCHECK_OF_N...

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/447 Fix findbugs RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE in EngineDataCe… …nterVO.java Assert isn't used in prod runtime, null is checked in method You can merge this pull request i

[GitHub] cloudstack pull request: Fix findbugs RCN_REDUNDANT_NULLCHECK_OF_N...

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/448 Fix findbugs RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE in EngineHostVO… ….java Assert isn't used in prod runtime, null is checked in method You can merge this pull request into a

[GitHub] cloudstack pull request: Fix findbugs RCN_REDUNDANT_NULLCHECK_OF_N...

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/449 Fix findbugs RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE in NetworkOrche… …strator.java If answer is null, method will throw ConnectionException in line 3016 as satisfied by conditi

[GitHub] cloudstack pull request: Fix findbugs RCN_REDUNDANT_NULLCHECK_OF_N...

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/450 Fix findbugs RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE in DataCenterVO… ….java Assert isn't used in prod runtime You can merge this pull request into a Git repository by running:

[GitHub] cloudstack pull request: Fix findbugs RCN_REDUNDANT_NULLCHECK_OF_N...

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/451 Fix findbugs RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE in HostVO.java Assert isn't used in prod runtime You can merge this pull request into a Git repository by running: $ git pull https:

[GitHub] cloudstack pull request: Fix findbugs RCN_REDUNDANT_NULLCHECK_OF_N...

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/452 Fix findbugs RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE in ServiceOffer… …ingVO.java Assert isn't used in prod runtime You can merge this pull request into a Git repository by runn

[GitHub] cloudstack pull request: Fix findbugs RCN_REDUNDANT_NULLCHECK_OF_N...

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/453 Fix findbugs RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE in AgentManager… …Impl.java Assert isn't used in prod runtime You can merge this pull request into a Git repository by runni

[GitHub] cloudstack pull request: Fix findbugs RCN_REDUNDANT_NULLCHECK_OF_N...

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/454 Fix findbugs RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE in RpcProviderI… …mpl.java Assert isn't used in prod runtime You can merge this pull request into a Git repository by runnin

[GitHub] cloudstack pull request: Fix findbugs RCN_REDUNDANT_NULLCHECK_OF_N...

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/455 Fix findbugs RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE in UserVmJoinVO… ….java Assert isn't used in prod runtime You can merge this pull request into a Git repository by running:

[GitHub] cloudstack pull request: Fix findbugs RCN_REDUNDANT_NULLCHECK_OF_N...

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/456 Fix findbugs RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE in IpAddressMan… …agerImpl.java Assert isn't used in prod runtime You can merge this pull request into a Git repository by r

Build failed in Jenkins: build-master-slowbuild #1571

2015-06-14 Thread jenkins
See -- [...truncated 27256 lines...] [INFO] No sources to compile [INFO] [INFO] >>> findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ cloud-quickcloud >>> [INFO] [INFO] --- findbugs

[GitHub] cloudstack pull request: Fix 2 findbugs STCAL_STATIC_SIMPLE_DATE_F...

2015-06-14 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/457 Fix 2 findbugs STCAL_STATIC_SIMPLE_DATE_FORMAT_INSTANCE warnings in B… …aseCmd.java Dateformat objects are not thread safe. Instance field is highly recommended for these You ca

Build failed in Jenkins: build-systemvm-master #532

2015-06-14 Thread jenkins
See -- Started by timer [EnvInject] - Loading node environment variables. Building remotely on coohq-slave-01 (cloudstack-buildslave-centos6 systemvmbuilder) in workspace

Build failed in Jenkins: build-master-slowbuild #1572

2015-06-14 Thread jenkins
See -- [...truncated 27256 lines...] [INFO] No sources to compile [INFO] [INFO] >>> findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ cloud-quickcloud >>> [INFO] [INFO] --- findbugs

Re: connection of Agent to Management is continuously dropping

2015-06-14 Thread Rafael Fonseca
Hi Devender, I've experience a similar issue a few times in my test environments, so i took a closer look at what was causing it... If you're experiencing the same issue, here's the symptoms, cause and resolution: Symptoms: - SSL fails to start on tomcat; - SSL connection fails to establish betwe

Build failed in Jenkins: build-master-slowbuild #1573

2015-06-14 Thread jenkins
See -- [...truncated 27268 lines...] [INFO] No sources to compile [INFO] [INFO] >>> findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ cloud-quickcloud >>> [INFO] [INFO] --- findbugs

Build failed in Jenkins: build-master-slowbuild #1574

2015-06-14 Thread jenkins
See -- [...truncated 27256 lines...] [INFO] No sources to compile [INFO] [INFO] >>> findbugs-maven-plugin:3.0.0:check (cloudstack-findbugs) @ cloud-quickcloud >>> [INFO] [INFO] --- findbugs

[GitHub] cloudstack pull request: CLOUDSTACK-8555:Skip testcase for HyperV ...

2015-06-14 Thread gauravaradhye
Github user gauravaradhye commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/391#discussion_r32392227 --- Diff: test/integration/component/test_browse_volumes.py --- @@ -2028,6 +2028,10 @@ def test_01_Browser_volume_Life_cycle_tpath(self):

[GitHub] cloudstack pull request: CLOUDSTACK-8308:Adding automation testcas...

2015-06-14 Thread gauravaradhye
Github user gauravaradhye commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/384#discussion_r32392375 --- Diff: test/integration/testpaths/testpath_delta_snapshots.py --- @@ -0,0 +1,516 @@ +# Licensed to the Apache Software Foundation (ASF) under

[GitHub] cloudstack pull request: CLOUDSTACK-8308:Adding automation testcas...

2015-06-14 Thread gauravaradhye
Github user gauravaradhye commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/384#discussion_r32392369 --- Diff: test/integration/testpaths/testpath_delta_snapshots.py --- @@ -0,0 +1,516 @@ +# Licensed to the Apache Software Foundation (ASF) under

[GitHub] cloudstack pull request: CLOUDSTACK-8308:Adding automation testcas...

2015-06-14 Thread gauravaradhye
Github user gauravaradhye commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/384#discussion_r32392379 --- Diff: test/integration/testpaths/testpath_delta_snapshots.py --- @@ -0,0 +1,516 @@ +# Licensed to the Apache Software Foundation (ASF) under

onnection of Agent to Management is continuously dropping

2015-06-14 Thread Singh, Devender
Hi Team, After upgrading cloudstack 4.2.1 to 4.4.2 we are facing console proxy agent issue . connection of Agent to Management is continuously dropping netstat -na | grep 8250 tcp 867 0 x.x.x.x:37789 y.y.y.y:8250 CLOSE_WAIT tcp 867 0 x.x.x.x:38275 y.y.y.y:8250

connection of Agent to Management is continuously dropping

2015-06-14 Thread Singh, Devender
Hi Team, After upgrading cloudstack 4.2.1 to 4.4.2 we are facing console proxy agent issue . connection of Agent to Management is continuously dropping netstat -na | grep 8250 tcp 867 0 x.x.x.x:37789 y.y.y.y:8250 CLOSE_WAIT tcp 867 0 x.x.x.x:38275 y.y.y.y:8250

[GitHub] cloudstack pull request: CLOUDSTACK-8555:Skip testcase for HyperV ...

2015-06-14 Thread pritisarap12
Github user pritisarap12 commented on the pull request: https://github.com/apache/cloudstack/pull/391#issuecomment-111934294 Done with the review changes. --- 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 do

[GitHub] cloudstack pull request: CLOUDSTACK-8308:Adding automation testcas...

2015-06-14 Thread gauravaradhye
Github user gauravaradhye commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/384#discussion_r32393368 --- Diff: test/integration/testpaths/testpath_delta_snapshots.py --- @@ -0,0 +1,516 @@ +# Licensed to the Apache Software Foundation (ASF) under

[GitHub] cloudstack pull request: CLOUDSTACK-8308:Adding automation testcas...

2015-06-14 Thread gauravaradhye
Github user gauravaradhye commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/384#discussion_r32393382 --- Diff: test/integration/testpaths/testpath_delta_snapshots.py --- @@ -0,0 +1,516 @@ +# Licensed to the Apache Software Foundation (ASF) under

[GitHub] cloudstack pull request: CLOUDSTACK-8308:Adding automation testcas...

2015-06-14 Thread gauravaradhye
Github user gauravaradhye commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/384#discussion_r32393389 --- Diff: test/integration/testpaths/testpath_delta_snapshots.py --- @@ -0,0 +1,516 @@ +# Licensed to the Apache Software Foundation (ASF) under

[GitHub] cloudstack pull request: CLOUDSTACK-8555:Skip testcase for HyperV ...

2015-06-14 Thread gauravaradhye
Github user gauravaradhye commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/391#discussion_r32393309 --- Diff: test/integration/component/test_browse_volumes.py --- @@ -2028,6 +2028,10 @@ def test_01_Browser_volume_Life_cycle_tpath(self):

[GitHub] cloudstack pull request: CLOUDSTACK-8555:Skip testcase for HyperV ...

2015-06-14 Thread pritisarap12
Github user pritisarap12 commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/391#discussion_r32393907 --- Diff: test/integration/component/test_browse_volumes.py --- @@ -2028,6 +2028,10 @@ def test_01_Browser_volume_Life_cycle_tpath(self):

[GitHub] cloudstack pull request: CLOUDSTACK-8555:Skip testcase for HyperV ...

2015-06-14 Thread gauravaradhye
Github user gauravaradhye commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/391#discussion_r32394401 --- Diff: test/integration/component/test_browse_volumes.py --- @@ -2473,6 +2474,9 @@ def test_11_migrate_upload_volume(self): """

Re: connection of Agent to Management is continuously dropping

2015-06-14 Thread Devender Singh
I have disable SS by setting secstorage.encrypt.copy to "false", and changing consoleproxy.url.domain to empty. but after restarting the console proxy vm I am getting below error. netstat -na | grep 8250 tcp 867 0 x.x.x.x:37789 y.y.y.y:8250 CLOSE_WAIT tcp 867 0