Git Product home page Git Product logo

Comments (5)

hhariri avatar hhariri commented on April 28, 2024

Have you looked at the different samples under the samples folder? Just trying to establish what part we could improve on.

from ktor.

jkwiecien avatar jkwiecien commented on April 28, 2024

Yeah but samples use

fun Application.main() {
    install(DefaultHeaders)
    install(CallLogging)
    install(Routing) {
        get("/") {
            call.respondText("Hello, World!")
        }
    }
}

not the embeddedNetty . But I don't think that's the issue. I ran it both ways always getting the same 400. I got the feeling there are many connections between pom files, while I'm trying to create single module project from scratch. I might be missing something completly else as I'm android developer trying web backend development

from ktor.

cy6erGn0m avatar cy6erGn0m commented on April 28, 2024

Caused by: java.lang.AbstractMethodError: Method org/eclipse/jetty/server/HttpChannelOverHttp.contentComplete()Z is abstract

you definitely have something wrong with your classpath: bad versions come from somewhere

from ktor.

orangy avatar orangy commented on April 28, 2024

Did you resolve the issue with classpath?

from ktor.

orangy avatar orangy commented on April 28, 2024

Closing for now, please provide more info if the problem is still valid.

from ktor.

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.