Giter Club home page Giter Club logo

Comments (4)

andrzejchm avatar andrzejchm commented on July 20, 2024 2

this should be fixed with the 0.2.2 version, which now works with okhttp version 3.7.0. Stay tuned for the release

from restmock.

ntoskrnl avatar ntoskrnl commented on July 20, 2024

We are facing the same problem. Here is a more detailed stacktrace:

okhttp3.mockwebserver.MockWebServer$3 execute
WARNING: MockWebServer[35852] failed unexpectedly
java.lang.NoClassDefFoundError: okhttp3/internal/framed/FramedConnection$Listener
    at okhttp3.mockwebserver.MockWebServer.serveConnection(MockWebServer.java:404)
    at okhttp3.mockwebserver.MockWebServer.access$800(MockWebServer.java:102)
    at okhttp3.mockwebserver.MockWebServer$3.acceptConnections(MockWebServer.java:379)
    at okhttp3.mockwebserver.MockWebServer$3.execute(MockWebServer.java:345)
    at okhttp3.internal.NamedRunnable.run(NamedRunnable.java:32)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.ClassNotFoundException: okhttp3.internal.framed.FramedConnection$Listener
    at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    ... 8 more

In our project we are using OkHttp 3.6.0, and this library depends on 3.4.1 – maybe this is the problem?

from restmock.

Oknesif avatar Oknesif commented on July 20, 2024

I had the same problem and solved it by forcing newer mockServer dependency.

configurations.all {
    resolutionStrategy {
        force 'com.squareup.okhttp3:mockwebserver:3.6.0'
    }
}

from restmock.

andrzejchm avatar andrzejchm commented on July 20, 2024

I will make sure to update the okHttp libraries to the lastest version in the next release. Meanwhile, @Oknesif's solution should do the trick

from restmock.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.