Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cbi-dev] javax.security.sasl dependency error M5

Hi Everyone,

I decided to do a clean rebase of M5 with the latest CBI-M4 and am having some 
issues with dependencies (see attached error log). Related to 
javax.security.sasl.

I'm a little stumped on this issue and am not sure what I should look at. Any 
ideas on what could be causing this issue?

Thanks,


Thanh
[INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.bundles:org.eclipse.equinox.sdk:3.8.0-SNAPSHOT @ /home/user/Downloads/eclipse2/R3_platform-aggregator/rt.equinox.bundles/features/org.eclipse.equinox.sdk/pom.xml
[INFO] Cannot complete the request.  Generating details.
[INFO] Cannot complete the request.  Generating details.
[INFO] {org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1, osgi.ws=gtk, osgi.os=linux, osgi.arch=x86, org.eclipse.update.install.features=true, org.osgi.framework.system.packages=}
[ERROR] Cannot resolve project dependencies:
[ERROR]   Software being installed: org.eclipse.equinox.sdk.feature.group 3.8.0.qualifier
[ERROR]   Missing requirement: org.apache.mina.core 2.0.2.v201108120515 requires 'package javax.security.sasl 0.0.0' but it could not be found
[ERROR]   Cannot satisfy dependency: org.apache.sshd.core 0.5.0.v201108120515 depends on: package org.apache.mina.core.buffer [2.0.0,3.0.0)
[ERROR]   Cannot satisfy dependency: org.eclipse.equinox.core.sdk.feature.group 3.8.0.qualifier depends on: org.apache.sshd.core 0.0.0
[ERROR]   Cannot satisfy dependency: org.eclipse.equinox.sdk.feature.group 3.8.0.qualifier depends on: org.eclipse.equinox.core.sdk.feature.group 0.0.0
[ERROR] 
[ERROR] Internal error: java.lang.RuntimeException: "No solution found because the problem is unsatisfiable.": ["Unable to satisfy dependency from org.apache.mina.core 2.0.2.v201108120515 to package javax.security.sasl 0.0.0.", "Unable to satisfy dependency from org.eclipse.equinox.core.sdk.feature.group 3.8.0.qualifier to org.eclipse.equinox.console.jaas.fragment.source 0.0.0.", "No solution found because the problem is unsatisfiable."] -> [Help 1]
org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: "No solution found because the problem is unsatisfiable.": ["Unable to satisfy dependency from org.apache.mina.core 2.0.2.v201108120515 to package javax.security.sasl 0.0.0.", "Unable to satisfy dependency from org.eclipse.equinox.core.sdk.feature.group 3.8.0.qualifier to org.eclipse.equinox.console.jaas.fragment.source 0.0.0.", "No solution found because the problem is unsatisfiable."]
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:168)
        at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
        at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
        at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
        at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
        at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: java.lang.RuntimeException: "No solution found because the problem is unsatisfiable.": ["Unable to satisfy dependency from org.apache.mina.core 2.0.2.v201108120515 to package javax.security.sasl 0.0.0.", "Unable to satisfy dependency from org.eclipse.equinox.core.sdk.feature.group 3.8.0.qualifier to org.eclipse.equinox.console.jaas.fragment.source 0.0.0.", "No solution found because the problem is unsatisfiable."]
        at org.eclipse.tycho.p2.impl.resolver.AbstractResolutionStrategy.newResolutionException(AbstractResolutionStrategy.java:79)
        at org.eclipse.tycho.p2.impl.resolver.ProjectorResolutionStrategy.resolve(ProjectorResolutionStrategy.java:83)
        at org.eclipse.tycho.p2.impl.resolver.P2ResolverImpl.resolveProject(P2ResolverImpl.java:118)
        at org.eclipse.tycho.p2.impl.resolver.P2ResolverImpl.resolveProject(P2ResolverImpl.java:76)
        at org.eclipse.tycho.p2.resolver.P2TargetPlatformResolver.doResolvePlatform(P2TargetPlatformResolver.java:445)
        at org.eclipse.tycho.p2.resolver.P2TargetPlatformResolver.resolveDependencies(P2TargetPlatformResolver.java:422)
        at org.eclipse.tycho.core.resolver.DefaultTychoDependencyResolver.resolveProject(DefaultTychoDependencyResolver.java:98)
        at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead(TychoMavenLifecycleParticipant.java:61)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:274)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
        ... 11 more
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/InternalErrorException


Back to the top