Bug 1016580

Summary: dtgov-demos-switchyard build failure (missing connector)
Product: [JBoss] JBoss Fuse Service Works 6 Reporter: Stefan Bunciak <sbunciak>
Component: DT Governance, ExamplesAssignee: Nick Cross <ncross>
Status: CLOSED CURRENTRELEASE QA Contact: Jiri Sedlacek <jsedlace>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 6.0.0 GACC: jcoleman, kurt.stam, oskutka, soa-p-jira
Target Milestone: ER6   
Target Release: 6.0.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-02-06 15:26:31 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Stefan Bunciak 2013-10-08 11:17:54 UTC
Description of problem:

* No connector available for dtgov-demos-switchyard


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. Install FSW 6.0.0.ER4
2. cd to quickstarts/dtgov-demos/dtgov-demos-switchyard
3. execute mvn -Pdemo clean deploy -Dsramp.auth.password=<pwd_you_set_in_installer>

Actual results:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.5-redhat-1:deploy (default-deploy) on project dtgov-demos-switchyard: Failed to deploy artifacts/metadata: No connector available to access repository local-sramp-repo (sramp://localhost:8080/s-ramp-server/?artifactType=SwitchYardApplication) of type default using the available factories WagonRepositoryConnectorFactory -> [Help 1]


Expected results:


Additional info:

Comment 1 Stefan Bunciak 2013-10-08 11:21:32 UTC
The same for dtgov-demos-project quickstart

Comment 2 Kurt T Stam 2013-10-08 13:29:58 UTC
This is caused by an overly agressive vmon script, and was fixed for the s-ramp demos; but not yet for the dtgov demos.

Comment 3 Kurt T Stam 2013-10-11 19:36:48 UTC
For anyone who wants to work around it, make sure to add the s-ramp-wagon extension back into the <build> section of the pom.


    <extensions>
      <extension>
        <groupId>org.overlord.sramp</groupId>
        <artifactId>s-ramp-wagon</artifactId>
        <version>${s-ramp.version}</version>
      </extension>
    </extensions>

Comment 4 Kurt T Stam 2013-10-15 00:44:04 UTC
*** Bug 1013690 has been marked as a duplicate of this bug. ***

Comment 5 Nick Cross 2013-10-16 11:16:44 UTC
Fixed by fcc357634abe7e52f84be9c1dd267acbbf32d73e in 6.0.0.Beta branch

Comment 6 Stefan Bunciak 2013-10-18 15:08:09 UTC
Verified in FSW 6.0.0.ER5

Comment 7 Stefan Bunciak 2013-10-18 15:14:15 UTC
Verified in FSW 6.0.0.ER6, not ER5 (sorry for typo).