You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2019/04/03 14:48:57 UTC

[GitHub] [calcite-avatica] risdenk commented on issue #93: [CALCITE-2972] Upgrade jetty to 9.4.15.v20190215

risdenk commented on issue #93: [CALCITE-2972] Upgrade jetty to 9.4.15.v20190215
URL: https://github.com/apache/calcite-avatica/pull/93#issuecomment-479522547
 
 
   Well apparently this isn't so simple either :(
   
   On IBM Java the follow errors occurred. I have not tried to track them down yet.
   
   ```
   [ERROR] Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 1.76 s <<< FAILURE! - in org.apache.calcite.avatica.SslDriverTest
   [ERROR] testReadWrite[0](org.apache.calcite.avatica.SslDriverTest)  Time elapsed: 0.089 s  <<< ERROR!
   java.lang.RuntimeException: javax.net.ssl.SSLException: Received fatal alert: internal_error
   	at org.apache.calcite.avatica.SslDriverTest.testReadWrite(SslDriverTest.java:137)
   Caused by: javax.net.ssl.SSLException: Received fatal alert: internal_error
   	at org.apache.calcite.avatica.SslDriverTest.testReadWrite(SslDriverTest.java:137)
   
   [ERROR] testReadWrite[1](org.apache.calcite.avatica.SslDriverTest)  Time elapsed: 0.037 s  <<< ERROR!
   java.lang.RuntimeException: javax.net.ssl.SSLException: Received fatal alert: internal_error
   	at org.apache.calcite.avatica.SslDriverTest.testReadWrite(SslDriverTest.java:137)
   Caused by: javax.net.ssl.SSLException: Received fatal alert: internal_error
   	at org.apache.calcite.avatica.SslDriverTest.testReadWrite(SslDriverTest.java:137)
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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