Adding axis2-client as a dependency for stubs will resolve this build
failure. Please do needful.
<dependency>
<groupId>org.apache.axis2.wso2</groupId>
<artifactId>axis2-client</artifactId>
<version>${orbit.version.axis2}</version>
</dependency>
Thanks.
On Thu, Apr 24, 2014 at 10:36 PM, Isuru Udana <[email protected]> wrote:
> Updating andes to use coordination.server 4.2.1 will resolve this build
> failure. Please do the needful.
> However build fails again with following.
>
> [INFO] WSO2 Carbon - Releases - products - Aggregator Module SKIPPED
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 8.714s
> [INFO] Finished at: Thu Apr 24 22:27:34 IST 2014
> [INFO] Final Memory: 76M/638M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
> (default-compile) on project org.wso2.carbon.andes.cluster.mgt.ui:
> Compilation failure: Compilation failure:
> [ERROR]
> /media/isuru/WSO2/svn/public/4.2.0/platform/turing/components/andes/org.wso2.carbon.andes.cluster.mgt.ui/4.2.0/src/main/java/org/wso2/carbon/andes/cluster/mgt/ui/ClusterManagerClient.java:[6,37]
> package org.wso2.carbon.andes.mgt.stub does not exist
> [ERROR]
> /media/isuru/WSO2/svn/public/4.2.0/platform/turing/components/andes/org.wso2.carbon.andes.cluster.mgt.ui/4.2.0/src/main/java/org/wso2/carbon/andes/cluster/mgt/ui/ClusterManagerClient.java:[7,37]
> package org.wso2.carbon.andes.mgt.stub does not exist
> [ERROR]
> /media/isuru/WSO2/svn/public/4.2.0/platform/turing/components/andes/org.wso2.carbon.andes.cluster.mgt.ui/4.2.0/src/main/java/org/wso2/carbon/andes/cluster/mgt/ui/ClusterManagerClient.java:[8,37]
> package org.wso2.carbon.andes.mgt.stub does not exist
> [ERROR]
> /media/isuru/WSO2/svn/public/4.2.0/platform/turing/components/andes/org.wso2.carbon.andes.cluster.mgt.ui/4.2.0/src/main/java/org/wso2/carbon/andes/cluster/mgt/ui/ClusterManagerClient.java:[9,50]
> package org.wso2.carbon.andes.mgt.stub.types.carbon does not exist
> [ERROR]
> /media/isuru/WSO2/svn/public/4.2.0/platform/turing/components/andes/org.wso2.carbon.andes.cluster.mgt.ui/4.2.0/src/main/java/org/wso2/carbon/andes/cluster/mgt/ui/ClusterManagerClient.java:[10,50]
> package org.wso2.carbon.andes.mgt.stub.types.carbon does not exist
> [ERROR]
> /media/isuru/WSO2/svn/public/4.2.0/platform/turing/components/andes/org.wso2.carbon.andes.cluster.mgt.ui/4.2.0/src/main/java/org/wso2/carbon/andes/cluster/mgt/ui/ClusterManagerClient.java:[11,50]
> package org.wso2.carbon.andes.mgt.stub.types.carbon does not exist
> [ERROR]
> /media/isuru/WSO2/svn/public/4.2.0/platform/turing/components/andes/org.wso2.carbon.andes.cluster.mgt.ui/4.2.0/src/main/java/org/wso2/carbon/andes/cluster/mgt/ui/ClusterManagerClient.java:[21,9]
> cannot find symbol
> [ERROR] symbol : class AndesManagerServiceStub
> [ERROR] location: class
> org.wso2.carbon.andes.cluster.mgt.ui.ClusterManagerClient
> [ERROR]
> /media/isuru/WSO2/svn/public/4.2.0/platform/turing/components/andes/org.wso2.carbon.andes.cluster.mgt.ui/4.2.0/src/main/java/org/wso2/carbon/andes/cluster/mgt/ui/ClusterManagerClient.java:[46,11]
> cannot find symbol
> [ERROR] symbol : class NodeDetail
> [ERROR] location: class
> org.wso2.carbon.andes.cluster.mgt.ui.ClusterManagerClient
> [ERROR]
> /media/isuru/WSO2/svn/public/4.2.0/platform/turing/components/andes/org.wso2.carbon.andes.cluster.mgt.ui/4.2.0/src/main/java/org/wso2/carbon/andes/cluster/mgt/ui/ClusterManagerClient.java:[47,40]
> cannot find symbol
> [ERROR] symbol : class
> AndesManagerServiceClusterMgtAdminExceptionException
> [ERROR] location: class
> org.wso2.carbon.andes.cluster.mgt.ui.ClusterManagerClient
> [ERROR]
> /media/isuru/WSO2/svn/public/4.2.0/platform/turing/components/andes/org.wso2.carbon.andes.cluster.mgt.ui/4.2.0/src/main/java/org/wso2/carbon/andes/cluster/mgt/ui/ClusterManagerClient.java:[58,55]
> cannot find symbol
> [ERROR] symbol : class
> AndesManagerServiceClusterMgtAdminExceptionException
> [ERROR] location: class
> org.wso2.carbon.andes.cluster.mgt.ui.ClusterManagerClient
> [ERROR]
> /media/isuru/WSO2/svn/public/4.2.0/platform/turing/components/andes/org.wso2.carbon.andes.cluster.mgt.ui/4.2.0/src/main/java/org/wso2/carbon/andes/cluster/mgt/ui/ClusterManagerClient.java:[71,11]
> cannot find symbol
> [ERROR] symbol : class Queue
> [ERROR] location: class
> org.wso2.carbon.andes.cluster.mgt.ui.ClusterManagerClient
> [ERROR]
> /media/isuru/WSO2/svn/public/4.2.0/platform/turing/components/andes/org.wso2.carbon.andes.cluster.mgt.ui/4.2.0/src/main/java/org/wso2/carbon/andes/cluster/mgt/ui/ClusterManagerClient.java:[72,36]
> cannot find symbol
> [ERROR] symbol : class
> AndesManagerServiceClusterMgtAdminExceptionException
> [ERROR] location: class
> org.wso2.carbon.andes.cluster.mgt.ui.ClusterManagerClient
> [ERROR]
> /media/isuru/WSO2/svn/public/4.2.0/platform/turing/components/andes/org.wso2.carbon.andes.cluster.mgt.ui/4.2.0/src/main/java/org/wso2/carbon/andes/cluster/mgt/ui/ClusterManagerClient.java:[78,11]
> cannot find symbol
> [ERROR] symbol : class Queue
> [ERROR] location: class
> org.wso2.carbon.andes.cluster.mgt.ui.ClusterManagerClient
>
>
> Service stubs are not getting built properly when building from the chunk
> poms. This is a known issue and we need to fix andes service stubs,
> otherwise we will not be able to build in a clean repo.
>
>
>
> On Thu, Apr 24, 2014 at 10:13 PM, Isuru Udana <[email protected]> wrote:
>
>> Hi,
>>
>> I am getting following in andes. wso2.carbon.coordination.server:4.2.0 is
>> not there in nexus.
>>
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] BUILD FAILURE
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Total time: 3:22.155s
>> [INFO] Finished at: Thu Apr 24 21:20:07 IST 2014
>> [INFO] Final Memory: 121M/624M
>> [INFO]
>> ------------------------------------------------------------------------
>> [ERROR] Failed to execute goal on project org.wso2.carbon.andes: Could
>> not resolve dependencies for project
>> org.wso2.carbon:org.wso2.carbon.andes:bundle:4.2.0: Failure to find
>> org.wso2.carbon:org.wso2.carbon.coordination.server:jar:4.2.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]
>> [ERROR]
>> [ERROR] To see the full stack trace of the errors, re-run Maven with the
>> -e switch.
>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>> [ERROR]
>> [ERROR] For more information about the errors and possible solutions,
>> please read the following articles:
>> [ERROR] [Help 1]
>> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
>> [ERROR]
>> [ERROR] After correcting the problems, you can resume the build with the
>> command
>> [ERROR] mvn <goals> -rf :org.wso2.carbon.andes
>>
>>
>> --
>> *Isuru Udana*
>> Senior
>> * Software Engineer*
>> WSO2 Inc.; http://wso2.com
>> email: [email protected] cell: +94 77 3791887
>> blog: http://mytecheye.blogspot.com/
>> twitter: http://twitter.com/isudana
>>
>
>
>
> --
> *Isuru Udana*
> Senior
> * Software Engineer*
> WSO2 Inc.; http://wso2.com
> email: [email protected] cell: +94 77 3791887
> blog: http://mytecheye.blogspot.com/
> twitter: http://twitter.com/isudana
>
--
*Isuru Udana*
Senior
* Software Engineer*
WSO2 Inc.; http://wso2.com
email: [email protected] cell: +94 77 3791887
blog: http://mytecheye.blogspot.com/
twitter: http://twitter.com/isudana
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev