You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2018/05/26 10:36:46 UTC

[GitHub] saliven1970 opened a new issue #2677: package.sh -d centos7 ERROR

saliven1970 opened a new issue #2677: package.sh -d centos7   ERROR
URL: https://github.com/apache/cloudstack/issues/2677
 
 
   <!--
   Verify first that your issue/request is not already reported on GitHub.
   Also test if the latest release and master branch are affected too.
   Always add information AFTER of these HTML comments, but no need to delete the comments.
   -->
   
   ##### ISSUE TYPE
   <!-- Pick one below and delete the rest -->
    Bug Report
    ##### COMPONENT NAME
   <!--
   Categorize the issue, e.g. API, VR, VPN, UI, etc.
   -->
   packaging
   
   ##### CLOUDSTACK VERSION
   <!--
   New line separated list of affected versions, commit ID for issues on master branch.
   -->
   
   4.12 master
   
   ##### CONFIGURATION
   <!--
   Information about the configuration if relevant, e.g. basic network, advanced networking, etc.  N/A otherwise
   -->
   
   
   ##### OS / ENVIRONMENT
   <!--
   Information about the environment if relevant, N/A otherwise
   -->
   CentOS 7.4 x64
   java-1.8.0-openjdk-1.8.0.171-7.b10.el7.x86_64
   
   ##### SUMMARY
   <!-- Explain the problem/feature briefly -->
   when cloudstack/packaging/centos7/cloud.spec
   
   mvn -Psystemvm,developer -DskipTests $FLAGS clean package
   fix to:
   mvn -Psystemvm,developer $FLAGS clean package
   
   then occur this ERROR.
   
   use JDK1.8.0.161 build,This error will not occur.
   Are unsafe encryption functions used in MockServerTest.java?
   
   ##### STEPS TO REPRODUCE
   <!--
   For bugs, show exactly how to reproduce the problem, using a minimal test-case. Use Screenshots if accurate.
   
   For new features, show how the feature would be used.
   -->
   
   <!-- Paste example playbooks or commands between quotes below -->
   
   package.sh -d centos7 
   
   <!-- You can also paste gist.github.com links for larger files -->
   
   ##### EXPECTED RESULTS
   <!-- What did you expect to happen when running the steps above? -->
   
   Build Success
   
   ##### ACTUAL RESULTS
   <!-- What actually happened? -->
   
   <!-- Paste verbatim command output between quotes below -->
   Running common.ClientTest
    Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.242 sec - in c ommon.ClientTest
    Running rdpclient.MockServerTest
    Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.454 sec <<< FA ILURE! - in rdpclient.MockServerTest
    testIsMockServerCanUpgradeConnectionToSsl(rdpclient.MockServerTest) Time elapse d: 0.45 sec <<< ERROR!
    javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabl ed or cipher suites are inappropriate)
    at sun.security.ssl.Handshaker.activate(Handshaker.java:529)
    at sun.security.ssl.SSLSocketImpl.kickstartHandshake(SSLSocketImpl.java: 1492)
    at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl. java:1361)
    at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1413 )
    at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1397 )
    at rdpclient.MockServerTest.testIsMockServerCanUpgradeConnectionToSsl(MockServerTest.java:166)
   
   Running streamer.ByteBufferTest
    Error in mock server: Received fatal alert: handshake_failure
    javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
    at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
    at sun.security.ssl.Alerts.getSSLException(Alerts.java:154)
    at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:2038)
    at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1135)
    at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl. java:1385)
    at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1413 )
    at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1397 )
    at streamer.debug.MockServer.run(MockServer.java:122)
    at java.lang.Thread.run(Thread.java:748)
    Tests run: 400, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec - in streamer.ByteBufferTest
    Running streamer.BaseElementTest
    Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in s treamer.BaseElementTest
   
   Results :
   
   Tests in error:
    MockServerTest.testIsMockServerCanUpgradeConnectionToSsl:166 ? SSLHandshake No ...
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services