Skip to content

NoClassDefFoundError for BindingContextFactory in MapboxDirections.java #908

@danesfeder

Description

@danesfeder

Seeing this in crash logs, it seems there's some sort of issue resolving the BindingContextFactory.

Fatal Exception: java.lang.NoClassDefFoundError
Failed resolution of: Lcom/sun/xml/internal/ws/spi/db/BindingContextFactory;
    com.mapbox.api.directions.v5.MapboxDirections.errorDidOccur (MapboxDirections.java:194)
    com.mapbox.api.directions.v5.MapboxDirections.access$000 (MapboxDirections.java:60)
    com.mapbox.api.directions.v5.MapboxDirections$1.onResponse (MapboxDirections.java:146)
    retrofit2.ExecutorCallAdapterFactory$ExecutorCallbackCall$1$1.run (ExecutorCallAdapterFactory.java:70)

When navigating to MapboxDirections.java in the Navigation SDK codebase I see:
screen shot 2018-10-29 at 9 20 15 am

@osana @zugaldia could this be some sort of dependency conflict in the navigation repo?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions