On Wed, Jul 17, 2013 at 11:37 AM, Ranga Siriwardena <[email protected]> wrote:
> Hi, > > Bamboo build failing on Storage Server p2 profile. Please have a look. > We need to deploy org.wso2.carbon:cassandra-explorer-feature:pom:4.1.0 to Maven repository to solve this issue. Shall I deploy this pom to nexus. Thanks, Deependra. > > > 16-Jul-2013 22:42:29 [INFO] WSO2 Storage Server - Features Parent > ............. SUCCESS [0.003s] > 16-Jul-2013 22:42:29 [INFO] WSO2 Storage Server - P2 Profile Generation > ....... FAILURE [0.951s] > 16-Jul-2013 22:42:29 [INFO] WSO2 Storage Server - Distribution > ................ FAILURE [15.309s] > 16-Jul-2013 22:42:29 [INFO] WSO2 Storage Server - Aggregator Module > ........... SUCCESS [0.004s] > 16-Jul-2013 22:42:29 [INFO] WSO2 Carbon - Patch releases - products - > Aggregator Module SUCCESS [0.003s] > 16-Jul-2013 22:42:29 [INFO] WSO2 Carbon - Patch releases - Platform > Automated Test Suite SUCCESS [0.003s] > 16-Jul-2013 22:42:29 [INFO] > ------------------------------------------------------------------------ > 16-Jul-2013 22:42:29 [INFO] BUILD FAILURE > 16-Jul-2013 22:42:29 [INFO] > ------------------------------------------------------------------------ > 16-Jul-2013 22:42:29 [INFO] Total time: 1:15.418s > 16-Jul-2013 22:42:29 [INFO] Finished at: Tue Jul 16 22:42:29 PDT 2013 > 16-Jul-2013 22:42:30 [INFO] Final Memory: 270M/1677M > 16-Jul-2013 22:42:30 [INFO] > ------------------------------------------------------------------------ > 16-Jul-2013 22:42:30 [ERROR] Failed to execute goal on project > org.wso2.carbon.cassandra.explorer.feature: Could not resolve dependencies > for project > org.wso2.carbon:org.wso2.carbon.cassandra.explorer.feature:pom:4.1.5: > Failed to collect dependencies for > [org.wso2.carbon:org.wso2.carbon.cassandra.explorer.server.feature:zip:4.1.5 > (compile), > org.wso2.carbon:org.wso2.carbon.cassandra.explorer.ui.feature:zip:4.1.2 > (compile)]: Failed to read artifact descriptor for > org.wso2.carbon:org.wso2.carbon.cassandra.explorer.ui.feature:zip:4.1.2: > Failure to find org.wso2.carbon:cassandra-explorer-feature:pom:4.1.0 in > http://maven.wso2.org/nexus/content/groups/wso2-public/ was cached in the > local repository, resolution will not be reattempted until the update > interval of wso2-nexus has elapsed or updates are forced -> [Help 1] > 16-Jul-2013 22:42:30 [ERROR] Failed to execute goal > org.wso2.maven:carbon-p2-plugin:1.5.2:p2-repo-gen (2-p2-repo-generation) on > project wso2ss-p2-profile: Error occured when processing the Feature > Artifact: org.wso2.carbon:org.wso2.carbon.cassandra.explorer.feature:4.1.5: > ERROR: Failure to find > org.wso2.carbon:org.wso2.carbon.cassandra.explorer.feature:zip:4.1.5 in > http://maven.wso2.org/nexus/content/groups/wso2-public/ was cached in the > local repository, resolution will not be reattempted until the update > interval of wso2-nexus has elapsed or updates are forced > 16-Jul-2013 22:42:30 [ERROR] > 16-Jul-2013 22:42:30 [ERROR] Try downloading the file manually from the > project website. > 16-Jul-2013 22:42:30 [ERROR] > 16-Jul-2013 22:42:30 [ERROR] Then, install it using the command: > 16-Jul-2013 22:42:30 [ERROR] mvn install:install-file > -DgroupId=org.wso2.carbon > -DartifactId=org.wso2.carbon.cassandra.explorer.feature -Dversion=4.1.5 > -Dpackaging=zip -Dfile=/path/to/file > 16-Jul-2013 22:42:30 [ERROR] > 16-Jul-2013 22:42:30 [ERROR] Alternatively, if you host your own > repository you can deploy the file there: > 16-Jul-2013 22:42:30 [ERROR] mvn deploy:deploy-file > -DgroupId=org.wso2.carbon > -DartifactId=org.wso2.carbon.cassandra.explorer.feature -Dversion=4.1.5 > -Dpackaging=zip -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] > 16-Jul-2013 22:42:30 [ERROR] > 16-Jul-2013 22:42:30 [ERROR] > 16-Jul-2013 22:42:30 [ERROR] > org.wso2.carbon:org.wso2.carbon.cassandra.explorer.feature:zip:4.1.5 > 16-Jul-2013 22:42:30 [ERROR] > 16-Jul-2013 22:42:30 [ERROR] from the specified remote repositories: > 16-Jul-2013 22:42:30 [ERROR] wso2-nexus ( > http://maven.wso2.org/nexus/content/groups/wso2-public/, releases=true, > snapshots=true), > 16-Jul-2013 22:42:30 [ERROR] central (http://repo1.maven.org/maven2, > releases=true, snapshots=false) > 16-Jul-2013 22:42:30 [ERROR] -> [Help 2] > 16-Jul-2013 22:42:30 [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-2:attached (dist) > on project wso2ss: Failed to create assembly: Error adding file to archive: > /home/bamboo/Bamboo-3.4/source-repository/build-dir/WCB003-PLA006-JOB1/products/ss/1.0.3/modules/distribution/../p2-profile/target/wso2carbon-core-4.1.0/repository/conf/etc/logging-config.xml > isn't a file. -> [Help 2] > 16-Jul-2013 22:42:30 [ERROR] > 16-Jul-2013 22:42:30 [ERROR] To see the full stack trace of the errors, > re-run Maven with the -e switch. > 16-Jul-2013 22:42:30 [ERROR] Re-run Maven using the -X switch to enable > full debug logging. > 16-Jul-2013 22:42:30 [ERROR] > 16-Jul-2013 22:42:30 [ERROR] For more information about the errors and > possible solutions, please read the following articles: > 16-Jul-2013 22:42:30 [ERROR] [Help 1] > http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException > 16-Jul-2013 22:42:30 [ERROR] [Help 2] > http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException > 16-Jul-2013 22:42:30 [ERROR] > 16-Jul-2013 22:42:30 [ERROR] After correcting the problems, you can > resume the build with the command > 16-Jul-2013 22:42:30 [ERROR] mvn <goals> -rf > :org.wso2.carbon.cassandra.explorer.feature > > > Thank You. > Ranga. > > > > On Wed, Jul 17, 2013 at 11:12 AM, Bamboo <[email protected]> wrote: > >> [image: Failed] WSO2 Carbon >> 4.1.x<http://wso2.org/bamboo/browse/WCB003/>› Platform >> 4.1.5 <http://wso2.org/bamboo/browse/WCB003-PLA006/> › >> #3<http://wso2.org/bamboo/browse/WCB003-PLA006-3/> >> failed >> >> Changes by Ranga >> Siriwardena<http://wso2.org/bamboo/browse/user/[email protected]> >> >> No failed tests found, a possible compilation error. >> Responsible Ishara >> Premadasa<http://wso2.org/bamboo/browse/user/[email protected]> Automatically >> assigned >> Failing Jobs <http://wso2.org/bamboo/browse/WCB003-PLA006-3/> Job >> Duration Tests [image: Failed] Default >> Job<http://wso2.org/bamboo/browse/WCB003-PLA006-JOB1-3/> (Default >> Stage) 1 minute No tests found >> Logs<http://wso2.org/bamboo/browse/WCB003-PLA006-JOB1-3/log>| >> Artifacts <http://wso2.org/bamboo/browse/WCB003-PLA006-JOB1-3/artifact> >> Code >> Changes <http://wso2.org/bamboo/browse/WCB003-PLA006-3/commit/> View >> full change details<http://wso2.org/bamboo/browse/WCB003-PLA006-3/commit/> >> Ranga >> Siriwardena <http://wso2.org/bamboo/browse/user/[email protected]> >> Removing unwanted characters from pom file (cleaning) 178449 View >> Online <http://wso2.org/bamboo/browse/WCB003-PLA006-3> | Add >> Comments<http://wso2.org/bamboo/browse/WCB003-PLA006-3?commentMode=true> >> >> This message was sent by Atlassian Bamboo <http://wso2.org/bamboo>. >> >> If you wish to stop receiving these emails edit your user >> profile<http://wso2.org/bamboo/profile/userNotifications.action>or notify >> your administrator <http://wso2.org/bamboo/viewAdministrators.action>. >> > > > > -- > Ranga Siriwardena > Software Engineer > WSO2 Inc. > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Deependra Ariyadewa WSO2, Inc. http://wso2.com/ http://wso2.org email [email protected]; cell +94 71 403 5996 ; Blog http://risenfall.wordpress.com/ PGP info: KeyID: 'DC627E6F' *WSO2 - Lean . Enterprise . Middleware*
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
