I get these errors when I am running my test (but ...
# ktor
g
I get these errors when I am running my test (but running the app in a container works perfectly fine)
Copy code
Caused by: java.lang.ClassNotFoundException: org.eclipse.jetty.server.handler.ContextHandler$NoContext
Has anyone experience the same thing with ktor+JettyEngine?
c
Looks like you have wrong jetty version
I don't see NoContext in
ContextHandler
at all
g
Hm the dependencies I have are
Copy code
io.ktor:ktor-client-core:1.0.0
org.eclipse.jetty:jetty-server:9.4.11.v20180605
that is interesting, will see if there’s possible cache issues
thanks for the hint!