You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
amazon DDB client through their shaded httpclient library.
This is recent
wildfly jar version has been unchanged for at least a year
AWS SDK was bumped up three months ago (HADOOP-17735. Upgrade AWS SDK to 1.11.1026 (#3057))
happens during parallel test runs.
I'm assuming either its a change in openssl native libs or AWS ddb has done something at their end. It's only DDB BTW; S3 comms through same set of libraries is fine
Not sure what the implications of error is? It occurs in the latest version of Wildfly.
2018-08-02 21:14:49.414 ERROR - Exception in thread "pool-25-thread-97"
2018-08-02 21:14:49.414 ERROR - java.lang.IllegalStateException: WFOPENSSL0030 Running handshake with buffered unwrapped data
2018-08-02 21:14:49.414 ERROR - at org.wildfly.openssl.OpenSSLSocket.runHandshake(OpenSSLSocket.java:318)
2018-08-02 21:14:49.414 ERROR - at org.wildfly.openssl.OpenSSLSocket.startHandshake(OpenSSLSocket.java:210)
2018-08-02 21:14:49.414 ERROR - at org.subethamail.smtp.command.StartTLSCommand.execute(MailArchiva:59)
2018-08-02 21:14:49.414 ERROR - at org.subethamail.smtp.server.CommandHandler.handleCommand(MailArchiva:99)
2018-08-02 21:14:49.414 ERROR - at org.subethamail.smtp.server.Session.runCommandLoop(MailArchiva:244)
2018-08-02 21:14:49.414 ERROR - at org.subethamail.smtp.server.Session.run(MailArchiva:145)
2018-08-02 21:14:49.414 ERROR - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2018-08-02 21:14:49.414 ERROR - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2018-08-02 21:14:49.414 ERROR - at java.lang.Thread.run(Thread.java:748)
The text was updated successfully, but these errors were encountered: