Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 366773

Summary: No repository found at http://download.eclipse.org/bpmn2-modeler/site/
Product: [SOA] BPMN2Modeler Reporter: Nick Boldt <nboldt>
Component: CoreAssignee: Robert Brodt <bbrodt>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: 0.0.1-M1   
Hardware: PC   
OS: Linux   
URL: http://download.eclipse.org/bpmn2-modeler/site/
Whiteboard:

Description Nick Boldt CLA 2011-12-14 19:40:59 EST
Trying to build Savara Tools based on upstream BPMN2 Modeler failed recently:

[WARNING] Failed to access p2 repository bpmn2editor (http://download.eclipse.org/bpmn2-modeler/site/), will try to use local cache. Reason: org.eclipse.equinox.p2.core.ProvisionException: No repository found at http://download.eclipse.org/bpmn2-modeler/site/.

[ERROR] Cannot resolve project dependencies:
[ERROR]   Software being installed: site raw:2.0.0.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):2.0.0-SNAPSHOT
[ERROR]   Missing requirement: site raw:2.0.0.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):2.0.0-SNAPSHOT requires 'org.eclipse.bpmn2.modeler.feature.feature.group 0.0.0' but it could not be found
[ERROR] 
[ERROR] Internal error: java.lang.RuntimeException: "No solution found because the problem is unsatisfiable.": ["Unable to satisfy dependency from site raw:2.0.0.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):2.0.0-SNAPSHOT to org.eclipse.bpmn2.modeler.feature.feature.group 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 site raw:2.0.0.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):2.0.0-SNAPSHOT to org.eclipse.bpmn2.modeler.feature.feature.group 0.0.0.", "No solution found because the problem is unsatisfiable."]

http://hudson.qa.jboss.com/hudson/view/DevStudio/view/DevStudio_3.3.indigo/job/savara-tools-eclipse-master/314/console

The folder contains only an index.html and a web/ subfolder w/ css, xsl and an image.

Seems the last time you built this, the site didn't publish any jars (plugin, feature, or metadata).
Comment 1 Nick Boldt CLA 2011-12-14 19:43:44 EST
In fact I can't find any update site in any of the folders under your project's folder on download.eclipse.org, except this one, with rather OLD content:

1030 nickb@build:~/downloads/bpmn2-modeler
$ find . -name "*.jar*"
./bpmn2/site/artifacts.jar
./bpmn2/site/content.jar
./bpmn2/site/features/org.eclipse.bpmn2.feature_0.7.0.201106271450.jar
./bpmn2/site/plugins/org.eclipse.bpmn2_0.7.0.201106271450.jar
./bpmn2/site/plugins/org.eclipse.bpmn2.edit_0.7.0.201106271450.jar
./bpmn2/site/plugins/org.eclipse.bpmn2.editor_0.7.0.201106271450.jar
Comment 2 Nick Boldt CLA 2011-12-14 19:46:39 EST
Downstream issue:

https://issues.jboss.org/browse/SAVARA-272
Comment 3 Nick Boldt CLA 2012-01-05 09:02:09 EST
Initial upstream req mirror, pulled from two upstream nightly sites (in Eclipse Hudson):

http://download.jboss.org/jbosstools/updates/requirements/bpmn2-modeler/20120105-0830/

For reference, here's the script to regen the site (or to pull from upstream PUBLISHED sites on download.eclipse.org):

http://download.jboss.org/jbosstools/updates/requirements/bpmn2-modeler/build.xml
Comment 4 Robert Brodt CLA 2012-03-01 10:04:10 EST
Fixed