build 4.4.1 from source

2014-10-30 Thread Pierre-Luc Dion
I got this error when building 4.4.1 from git tag and tar file:

Results :

Failed tests:
runUploadSslCertBadkeyAlgo(org.apache.cloudstack.network.lb.CertServiceTest)

runUploadSslCertBadkeyPair(org.apache.cloudstack.network.lb.CertServiceTest)

Tests in error:

runUploadSslCertSelfSignedNoPassword(org.apache.cloudstack.network.lb.CertServiceTest):
Error parsing certificate data Certificate expired or not valid

runUploadSslCertSelfSignedWithPassword(org.apache.cloudstack.network.lb.CertServiceTest):
Error parsing certificate data Certificate expired or not valid


I'm not sure where it come from, but because of that, 'mvn install' does
not continue.
Also,  the source tar file have  4.4.1-SNAPSHOT as version.

[INFO]

[INFO] Building Apache CloudStack Server 4.4.1-SNAPSHOT
[INFO]


Should be 4.4.1 only as when building from the git tag?

Thanks,

Pierre-Luc


RE: build 4.4.1 from source

2014-10-30 Thread Ilia Shakitko
Looks like it's a bug and it is there for 4.4 branch (for 4.4.2 as well). You 
can remove this test (CertServiceTest.java) in case you need to test something 
specific.


Kind regards,

Ilia Shakitko
Innovation Engineer
LeaseWeb Technologies B.V.

T: +31 20 316 0235
M:
E: i.shaki...@tech.leaseweb.com
W: http://www.leaseweb.com

Luttenbergweg 8, 1101 EC Amsterdam, Netherlands


-Original Message-
From: Pierre-Luc Dion [mailto:pd...@cloudops.com]
Sent: donderdag, 30 oktober, 2014 14:23
To: dev@cloudstack.apache.org
Subject: build 4.4.1 from source

I got this error when building 4.4.1 from git tag and tar file:

Results :

Failed tests:
runUploadSslCertBadkeyAlgo(org.apache.cloudstack.network.lb.CertServiceTest)

runUploadSslCertBadkeyPair(org.apache.cloudstack.network.lb.CertServiceTest)

Tests in error:

runUploadSslCertSelfSignedNoPassword(org.apache.cloudstack.network.lb.CertServiceTest):
Error parsing certificate data Certificate expired or not valid

runUploadSslCertSelfSignedWithPassword(org.apache.cloudstack.network.lb.CertServiceTest):
Error parsing certificate data Certificate expired or not valid


I'm not sure where it come from, but because of that, 'mvn install' does not 
continue.
Also,  the source tar file have  4.4.1-SNAPSHOT as version.

[INFO]

[INFO] Building Apache CloudStack Server 4.4.1-SNAPSHOT [INFO]


Should be 4.4.1 only as when building from the git tag?

Thanks,

Pierre-Luc


RE: build 4.4.1 from source

2014-10-30 Thread Will Stevens
The test certs expired for the Netscaler SSL termination functionality that
Syed wrote which is causing this problem.

I saw in a different thread that Syed was planning to update those certs,
but he probably only did it on master if he has done it already. This would
have to be done on the 4.4 branch as well to solve this. Or you can remove
that test as ilia suggested.

Will
On Oct 30, 2014 9:52 AM, Ilia Shakitko i.shaki...@tech.leaseweb.com
wrote:

 Looks like it's a bug and it is there for 4.4 branch (for 4.4.2 as well).
 You can remove this test (CertServiceTest.java) in case you need to test
 something specific.


 Kind regards,

 Ilia Shakitko
 Innovation Engineer
 LeaseWeb Technologies B.V.

 T: +31 20 316 0235
 M:
 E: i.shaki...@tech.leaseweb.com
 W: http://www.leaseweb.com

 Luttenbergweg 8, 1101 EC Amsterdam, Netherlands


 -Original Message-
 From: Pierre-Luc Dion [mailto:pd...@cloudops.com]
 Sent: donderdag, 30 oktober, 2014 14:23
 To: dev@cloudstack.apache.org
 Subject: build 4.4.1 from source

 I got this error when building 4.4.1 from git tag and tar file:

 Results :

 Failed tests:

 runUploadSslCertBadkeyAlgo(org.apache.cloudstack.network.lb.CertServiceTest)


 runUploadSslCertBadkeyPair(org.apache.cloudstack.network.lb.CertServiceTest)

 Tests in error:


 runUploadSslCertSelfSignedNoPassword(org.apache.cloudstack.network.lb.CertServiceTest):
 Error parsing certificate data Certificate expired or not valid


 runUploadSslCertSelfSignedWithPassword(org.apache.cloudstack.network.lb.CertServiceTest):
 Error parsing certificate data Certificate expired or not valid


 I'm not sure where it come from, but because of that, 'mvn install' does
 not continue.
 Also,  the source tar file have  4.4.1-SNAPSHOT as version.

 [INFO]
 
 [INFO] Building Apache CloudStack Server 4.4.1-SNAPSHOT [INFO]
 

 Should be 4.4.1 only as when building from the git tag?

 Thanks,

 Pierre-Luc