Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] Failure at the end of repository generation

I think the problem would be many different things, but we (in Platform) did very recently upgrade our jetty pre-req to the most recent version in Jetty's "8.x" stream ... so that might be adding to your problems? (See bug 416718)  Not sure how you specify pre-reqs, but we use target files with specific repositories and specific versions required. (Such as see our current target file for R4_3_maintenance).

If you build against a "tagged version" of R4_3_maintenance, then you may have to move to the very latest to get the changes ... M20140117-0910.

HTH




From:        Terry Parker <tparker@xxxxxxxxxx>
To:        cbi-dev@xxxxxxxxxxx,
Date:        01/22/2014 12:12 AM
Subject:        [cbi-dev] Failure at the end of repository generation
Sent by:        cbi-dev-bounces@xxxxxxxxxxx




I'm trying to do a build from the R4_3_maintenance branch and at the end of the build I get the error below. The org.eclpse.jetty.* plug-ins don't appear to be built by the CBI build itself, so is this just a temporary server availability issue, or a configuration problem?

Thanks,
Terry

[ERROR] Failed to execute goal org.eclipse.tycho:tycho-p2-publisher-plugin:0.18.1:publish-products (default-publish-products) on project eclipse.platform.repository: Execution default-publish-products of goal org.eclipse.tycho:tycho-p2-publisher-plugin:0.18.1:publish-products failed: "No solution found because the problem is unsatisfiable.": ["Unable to satisfy dependency from org.eclipse.equinox.server.jetty.feature.group 1.1.0.v20130429-1600 to org.eclipse.jetty.continuation [8.1.10.v20130312].", "Unable to satisfy dependency from org.eclipse.equinox.server.jetty.feature.group 1.1.0.v20130429-1600 to org.eclipse.jetty.http [8.1.10.v20130312].", "Unable to satisfy dependency from org.eclipse.equinox.server.jetty.feature.group 1.1.0.v20130429-1600 to org.eclipse.jetty.io [8.1.10.v20130312].", "Unable to satisfy dependency from org.eclipse.equinox.server.jetty.feature.group 1.1.0.v20130429-1600 to org.eclipse.jetty.security [8.1.10.v20130312].", "Unable to satisfy dependency from org.eclipse.equinox.server.jetty.feature.group 1.1.0.v20130429-1600 to org.eclipse.jetty.server [8.1.10.v20130312].", "Unable to satisfy dependency from org.eclipse.equinox.server.jetty.feature.group 1.1.0.v20130429-1600 to org.eclipse.jetty.servlet [8.1.10.v20130312].", "Unable to satisfy dependency from org.eclipse.equinox.server.jetty.feature.group 1.1.0.v20130429-1600 to org.eclipse.jetty.util [8.1.10.v20130312].", "No solution found because the problem is unsatisfiable."] -> [Help 1]org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-p2-publisher-plugin:0.18.1:publish-products (default-publish-products) on project eclipse.platform.repository: Execution default-publish-products of goal org.eclipse.tycho:tycho-p2-publisher-plugin:0.18.1:publish-products failed: "No solution found because the problem is unsatisfiable.": ["Unable to satisfy dependency from org.eclipse.equinox.server.jetty.feature.group 1.1.0.v20130429-1600 to org.eclipse.jetty.continuation [8.1.10.v20130312].", "Unable to satisfy dependency from org.eclipse.equinox.server.jetty.feature.group 1.1.0.v20130429-1600 to org.eclipse.jetty.http [8.1.10.v20130312].", "Unable to satisfy dependency from org.eclipse.equinox.server.jetty.feature.group 1.1.0.v20130429-1600 to org.eclipse.jetty.io [8.1.10.v20130312].", "Unable to satisfy dependency from org.eclipse.equinox.server.jetty.feature.group 1.1.0.v20130429-1600 to org.eclipse.jetty.security [8.1.10.v20130312].", "Unable to satisfy dependency from org.eclipse.equinox.server.jetty.feature.group 1.1.0.v20130429-1600 to org.eclipse.jetty.server [8.1.10.v20130312].", "Unable to satisfy dependency from org.eclipse.equinox.server.jetty.feature.group 1.1.0.v20130429-1600 to org.eclipse.jetty.servlet [8.1.10.v20130312].", "Unable to satisfy dependency from org.eclipse.equinox.server.jetty.feature.group 1.1.0.v20130429-1600 to org.eclipse.jetty.util [8.1.10.v20130312].", "No solution found because the problem is unsatisfiable."]

--Terr_______________________________________________
cbi-dev mailing list
cbi-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cbi-dev


Back to the top