Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [buckminster-dev] download buckminster headless issue

Hi Siva,

I suggest you take a look at the b3 aggregator:

https://wiki.eclipse.org/Eclipse_b3/aggregator/manual

You can use it to create a tailored local p2 repository that contains all components that your organization (or, in this case, the jenkins instance you're working with) needs to access. The b3 aggregator is whats being used to assemble the Eclipse release train.

One of the primary use-cases for the b3 aggregator is to create a repository of "blessed things" that is made available within a closed organization.

HTH,
- thomas


On 2015-06-06 03:38, sivanarayana ganesh wrote:
Hi Thomas,

I was able to configure jenkins with buckminster behind the firewall and ran into the issues below.

      [java] ERROR   [0002] : No suitable provider for component org.eclipse.platform:eclipse.feature was found in resourceMap file:/home/jenkins/workspace/ovn_dsl_rules_build-visa-preprod-job/com.visa.ovn.rules.buckminster/projects-platform.rmap
      [java]   ERROR   [0002] : No suitable provider for component org.eclipse.platform:eclipse.feature was found in searchPath eclipse
      [java]     ERROR   [0002] : Rejecting provider p2({0}[http://download.eclipse.org/eclipse/updates/4.4]): No component match was found
      [java]       ERROR   No repository found athttp://download.eclipse.org/eclipse/updates/4.4/.
      [java]     ERROR   [0002] : Rejecting provider p2({0}[http://download.eclipse.org/releases/luna]): No component match was found
      [java]       ERROR   No repository found athttp://download.eclipse.org/releases/luna/.

      [java] INFO:  TAG-ID 0002 = Query for com.visa.ovn.rules.buckminster:buckminster, path: com.visa.ovn.rules.buckminster:buckminster$1.0.0
      [java]

BUILD FAILED

As we guess, these go away if we just setup proxy but not allowed in our organization. Please suggest any workaround to
circumvent this issue.

Thanks.

-Siva.




Back to the top