Skip to content

Bundle startup failed #1796

Description

@ooMia

The latest vscode-java build embeds org.objectweb.asm 9.9.0, so vscode-java-test extension needs to update its dependency in future release.

Language Support for Java.log

I could reproduce, logs show:

org.osgi.framework.BundleException: Could not resolve module: com.microsoft.java.test.plugin [117]
  Unresolved requirement: Require-Bundle: org.objectweb.asm; bundle-version="[9.8.0,9.9.0)"
  Unresolved requirement: Require-Bundle: junit-jupiter-engine; bundle-version="5.4.0"
    -> Bundle-SymbolicName: junit-jupiter-engine; bundle-version="5.11.0"
       junit-jupiter-engine [101]
         No resolution report for the bundle.  Unresolved requirement: Require-Bundle: org.eclipse.jdt.junit5.runtime
    -> Bundle-SymbolicName: org.eclipse.jdt.junit5.runtime; bundle-version="1.1.300.v20231214-1952"; singleton:="true"
       org.eclipse.jdt.junit5.runtime [114]
         Unresolved requirement: Require-Bundle: junit-jupiter-engine; bundle-version="5.4.0"
           -> Bundle-SymbolicName: junit-jupiter-engine; bundle-version="5.11.0"
         Unresolved requirement: Require-Bundle: junit-jupiter-params; bundle-version="5.4.0"
           -> Bundle-SymbolicName: junit-jupiter-params; bundle-version="5.11.0"
              junit-jupiter-params [103]
  Unresolved requirement: Require-Bundle: junit-jupiter-params; bundle-version="5.4.0"
    -> Bundle-SymbolicName: junit-jupiter-params; bundle-version="5.11.0"

The latest vscode-java build embeds org.objectweb.asm 9.9.0, so

org.objectweb.asm;bundle-version="[9.8.0,9.9.0)",
needs to be updated to relax the constraint. The previous release included 9.8.0 so it worked.

Can you please open a ticket in https://github.com/microsoft/vscode-java-test/issues?

cc Fred Bricon (@fbricon)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions