Bug 1016580 - dtgov-demos-switchyard build failure (missing connector)
Summary: dtgov-demos-switchyard build failure (missing connector)
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Fuse Service Works 6
Classification: JBoss
Component: DT Governance, Examples
Version: 6.0.0 GA
Hardware: Unspecified
OS: Unspecified
unspecified
urgent
Target Milestone: ER6
: 6.0.0
Assignee: Nick Cross
QA Contact: Jiri Sedlacek
URL:
Whiteboard:
: 1013690 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-08 11:17 UTC by Stefan Bunciak
Modified: 2015-08-02 23:45 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-02-06 15:26:31 UTC
Type: Bug


Attachments (Terms of Use)

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).


Note You need to log in before you can comment on or make changes to this bug.