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

http-netty: NoSuchMethodError #3207

Open
xerial opened this issue Sep 8, 2023 · 0 comments
Open

http-netty: NoSuchMethodError #3207

xerial opened this issue Sep 8, 2023 · 0 comments
Milestone

Comments

@xerial
Copy link
Member

xerial commented Sep 8, 2023

Need to handle when invalid path is set (probably due to stale class files):

2023-09-08 12:40:34.596-0700  warn [NettyRequestHandler]
java.lang.NoSuchMethodError: 'scala.collection.immutable.Seq    
       --
	at wvlet.airframe.surface.ClassMethodSurface.call$$anonfun$1(Surfaces.scala:385)
	at scala.Option.map(Option.scala:242)
	at wvlet.airframe.surface.ClassMethodSurface.call(Surfaces.scala:385)
	at wvlet.airframe.http.router.ControllerRoute.call(Route.scala:132)
	at wvlet.airframe.http.router.HttpEndpointExecutionContext.apply(HttpEndpointExecutionContext.scala:44)
	at wvlet.airframe.http.HttpContext$SafeHttpContext.apply$$anonfun$3(HttpContext.scala:94)
	at wvlet.airframe.http.HttpBackend.rescue(HttpBackend.scala:42)
	at wvlet.airframe.http.HttpBackend.rescue$(HttpBackend.scala:24)
	at wvlet.airframe.http.netty.NettyBackend$.rescue(NettyBackend.scala:24)
@xerial xerial added this to the Airframe 24 milestone Jan 9, 2024
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

1 participant