Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WFOPENSSL0030 Running handshake with buffered unwrapped data #50

Open
jamieb22 opened this issue Aug 2, 2018 · 1 comment
Open

WFOPENSSL0030 Running handshake with buffered unwrapped data #50

jamieb22 opened this issue Aug 2, 2018 · 1 comment

Comments

@jamieb22
Copy link

jamieb22 commented Aug 2, 2018

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)

@steveloughran
Copy link

this has recently started surfacing for me: https://issues.apache.org/jira/browse/HADOOP-17818

  • macos big sur
  • wildfly .0.7.Final
  • openssl LibreSSL 2.8.3
  • 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants