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

SSLProtocolException: Input record too big: max = 16709 len = 39917 #811

Open
swalker2m opened this issue Feb 29, 2024 · 2 comments
Open

Comments

@swalker2m
Copy link
Contributor

[info] *************FAILURES**************
[info] lucuma.sso.service.SetRoleSuite
[error] - Set role. 624ms
[error]   SSLProtocolException: Input record too big: max = 16709 len = 39917
[error] 
[error]   SSLEngineImpl.java:655         sun.security.ssl.SSLEngineImpl#readRecord
[error]   SSLEngineImpl.java:506         sun.security.ssl.SSLEngineImpl#unwrap
[error]   SSLEngineImpl.java:482         sun.security.ssl.SSLEngineImpl#unwrap
[error]   SSLEngine.java:679             javax.net.ssl.SSLEngine#unwrap
[error]   TLSEngine.scala:250            fs2.io.net.tls.TLSEngine$$anon$1#unwrapHandshake$$anonfun$1
[error]   InputOutputBuffer.scala:92     fs2.io.net.tls.InputOutputBuffer$#fs2$io$net$tls$InputOutputBuffer$$anon$1$$_$perform$$anonfun$1$$anonfun$1$$anonfun$1
[error]   InputOutputBuffer.scala:95     delay @ fs2.io.net.tls.InputOutputBuffer$$anon$1#perform$$anonfun$1$$anonfun$1
[error]   Scope.scala:275                get @ fs2.internal.Scope#openScope
[error]   InputOutputBuffer.scala:95     flatMap @ fs2.io.net.tls.InputOutputBuffer$$anon$1#perform$$anonfun$1
[error]   Scope.scala:275                get @ fs2.internal.Scope#openScope
[error]   InputOutputBuffer.scala:96     flatMap @ fs2.io.net.tls.InputOutputBuffer$$anon$1#perform
[error]   Stream.scala:2263              flatTap @ fs2.Stream#ordered$1
[error]   TLSEngine.scala:262            flatMap @ fs2.io.net.tls.TLSEngine$$anon$1#unwrapHandshake
[error]   Scope.scala:275                get @ fs2.internal.Scope#openScope
[error]   InputOutputBuffer.scala:124    map @ fs2.io.net.tls.InputOutputBuffer$$anon$1#inputRemains
[error]   TLSEngine.scala:204            flatMap @ fs2.io.net.tls.TLSEngine$$anon$1#stepHandshake
[error]   InterruptContext.scala:82      as @ fs2.internal.InterruptContext#childContext$$anonfun$1$$anonfun$1
[error]   SocketPlatform.scala:131       delay @ fs2.io.net.SocketCompanionPlatform$AsyncSocket#go$2$$anonfun$1
[error] 
[error] Error: Total 32, Failed 0, Errors 1, Passed 31
[error] Error during tests:
[error] 	lucuma.sso.service.SetRoleSuite
[error] (service / Test / test) sbt.TestsFailedException: Tests unsuccessful
[error] Total time: 48 s, completed Feb 29, 2024, 2:44:00 PM

Error: Process completed with exit code 1.
@tpolecat
Copy link
Member

Did you see this locally, or in CI?

@swalker2m
Copy link
Contributor Author

swalker2m commented Feb 29, 2024

CI. A re-run failed jobs didn't trigger it again.

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