Hide Forgot
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:
The same for dtgov-demos-project quickstart
This is caused by an overly agressive vmon script, and was fixed for the s-ramp demos; but not yet for the dtgov demos.
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>
*** Bug 1013690 has been marked as a duplicate of this bug. ***
Fixed by fcc357634abe7e52f84be9c1dd267acbbf32d73e in 6.0.0.Beta branch
Verified in FSW 6.0.0.ER5
Verified in FSW 6.0.0.ER6, not ER5 (sorry for typo).