Skip to content

Use with 8.25.0 agent prevents Ktor+Jetty apps from starting #50

@axelfontaine

Description

@axelfontaine

Description

Ktor (with Jetty) never completes its startup and begins listening when used with the 8.25.0 agent and the latest version of this extension.

Using the 8.24.0 agent and below works fine.

Workaround with 8.25.0: removed this extension, but then transaction names no longer show up correctly in NewRelic

Steps to Reproduce

  1. Upgrade a Ktor (with Jetty) app using this extension from the 8.24.0 to the 8.25.0 agent.
  2. The app no longer begins listening to the http or https port

Expected Behavior

Works as before: Ktor app starts normally and transaction names are visible in NewRelic.

Relevant Logs / Console output

n/a

Your Environment

Java 25, Kotlin 2.3.0-Beta2, Ktor 3.2.3, Coroutines 1.10.2, newrelic-java 8.25.0, newrelic-ktor-instrumentation 2.1.2

Additional context

n/a

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions