On Tue, Oct 18, 2011 at 7:20 PM, Prabath Abeysekera <[email protected]>wrote:

> Seems like cassandra 3.2.2 versions are not there in the patch
> release/features pom. Maybe deep can have a look.


Yes. Cassandra features are missing in 3.2.2 patch pom.

Issue is fixed now.

Thanks,

Deependra.


>
>
> On Tue, Oct 18, 2011 at 7:15 PM, Selvaratnam Uthaiyashankar <
> [email protected]> wrote:
>
>> Same error is there in CSS build as well.
>>
>> Deep, please have a look
>>
>> Shankar
>>
>> On Tue, Oct 18, 2011 at 7:12 PM, Selvaratnam Uthaiyashankar
>> <[email protected]> wrote:
>> > $subject. Please have a look.
>> >
>> > Shankar
>> >
>> > [INFO]
>> ------------------------------------------------------------------------
>> > [INFO] Building WSO2 Stratos DSS - DataServices Profile Generation
>> > [INFO]    task-segment: [clean, install]
>> > [INFO]
>> ------------------------------------------------------------------------
>> > [INFO] [clean:clean {execution: default-clean}]
>> > [INFO] Deleting
>> >
>> E:\src\java\carbon_branch\3.2.0\src\products\dss\2.6.2\modules\p2-profile-gen\service\target
>> > [INFO] [incremental-build:incremental-build {execution: default}]
>> > [INFO] Verifying module descriptor ...
>> > [INFO] Pom descriptor modification detected.
>> > [INFO] Deleting
>> >
>> E:\src\java\carbon_branch\3.2.0\src\products\dss\2.6.2\modules\p2-profile-gen\service\target
>> > [INFO] [clean:clean {execution: auto-clean}]
>> > [INFO] Deleting
>> >
>> E:\src\java\carbon_branch\3.2.0\src\products\dss\2.6.2\modules\p2-profile-gen\service\target
>> > [INFO] [dependency:unpack {execution: 1-unpack-p2-agent-distribution}]
>> > [INFO] Configured Artifact: org.wso2.carbon:wso2-p2-agent:3.2.0:zip
>> > [INFO] Configured Artifact: org.wso2.carbon:wso2carbon-core:3.2.2:zip
>> > [INFO] Expanding:
>> >
>> E:\src\java\carbon_branch\3.2.0\m2\org\wso2\carbon\wso2-p2-agent\3.2.0\wso2-p2-agent-3.2.0.zip
>> > into
>> E:\src\java\carbon_branch\3.2.0\src\products\dss\2.6.2\modules\p2-profile-gen\serv
>> > ice\target\p2-agent
>> > [INFO] Expanding:
>> >
>> E:\src\java\carbon_branch\3.2.0\m2\org\wso2\carbon\wso2carbon-core\3.2.2\wso2carbon-core-3.2.2.zip
>> > into
>> E:\src\java\carbon_branch\3.2.0\src\products\dss\2.6.2\modules\p2-profile-gen\
>> > service\target
>> > [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
>> > [INFO] [carbon-p2:p2-repo-gen {execution: 2-p2-repo-generation}]
>> > [ERROR] ERROR
>> > org.apache.maven.plugin.MojoExecutionException: ERROR
>> >        at
>> org.wso2.maven.p2.generate.utils.MavenUtils.getResolvedArtifact(MavenUtils.java:43)
>> >        at
>> org.wso2.maven.p2.RepositoryGenMojo.getProcessedFeatureArtifacts(RepositoryGenMojo.java:360)
>> >        at
>> org.wso2.maven.p2.RepositoryGenMojo.createRepo(RepositoryGenMojo.java:193)
>> >        at
>> org.wso2.maven.p2.RepositoryGenMojo.execute(RepositoryGenMojo.java:187)
>> >        at
>> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
>> >        at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
>> >        at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
>> >        at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
>> >        at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
>> >        at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
>> >        at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
>> >        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
>> >        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
>> >        at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
>> >        at
>> org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
>> >        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> >        at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>> >        at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>> >        at java.lang.reflect.Method.invoke(Method.java:597)
>> >        at
>> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>> >        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>> >        at
>> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>> >        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
>> > Caused by: org.apache.maven.artifact.resolver.ArtifactNotFoundException:
>> > System is offline.
>> >
>> > Try downloading the file manually from the project website.
>> >
>> > Then, install it using the command:
>> >    mvn install:install-file -DgroupId=org.wso2.carbon
>> > -DartifactId=org.wso2.carbon.cassandra.mgt.feature -Dversion=3.2.2
>> > -Dpackaging=zip -Dfile=/path/to/file
>> >
>> > Alternatively, if you host your own repository you can deploy the file
>> there:
>> >    mvn deploy:deploy-file -DgroupId=org.wso2.carbon
>> > -DartifactId=org.wso2.carbon.cassandra.mgt.feature -Dversion=3.2.2
>> > -Dpackaging=zip -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>> >
>> >
>> >  org.wso2.carbon:org.wso2.carbon.cassandra.mgt.feature:zip:3.2.2
>> >
>> >
>> >
>> >        at
>> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:203)
>> >        at
>> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:90)
>> >        at
>> org.wso2.maven.p2.generate.utils.MavenUtils.getResolvedArtifact(MavenUtils.java:39)
>> >        ... 22 more
>> > [INFO]
>> ------------------------------------------------------------------------
>> > [ERROR] BUILD ERROR
>> > [INFO]
>> ------------------------------------------------------------------------
>> > [INFO] ERROR
>> >
>> > System is offline.
>> >
>> > Try downloading the file manually from the project website.
>> >
>> > Then, install it using the command:
>> >    mvn install:install-file -DgroupId=org.wso2.carbon
>> > -DartifactId=org.wso2.carbon.cassandra.mgt.feature -Dversion=3.2.2
>> > -Dpackaging=zip -Dfile=/path/to/file
>> >
>> > Alternatively, if you host your own repository you can deploy the file
>> there:
>> >    mvn deploy:deploy-file -DgroupId=org.wso2.carbon
>> > -DartifactId=org.wso2.carbon.cassandra.mgt.feature -Dversion=3.2.2
>> > -Dpackaging=zip -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>> >
>> >
>> >  org.wso2.carbon:org.wso2.carbon.cassandra.mgt.feature:zip:3.2.2
>> >
>> >
>> >
>> > [INFO]
>> ------------------------------------------------------------------------
>> > [INFO] For more information, run Maven with the -e switch
>> > [INFO]
>> ------------------------------------------------------------------------
>> > [INFO] Total time: 35 minutes 2 seconds
>> > [INFO] Finished at: Tue Oct 18 19:11:10 IST 2011
>> > [INFO] Final Memory: 360M/797M
>> > [INFO]
>> ------------------------------------------------------------------------
>> >
>> > --
>> > S.Uthaiyashankar
>> > Senior Architect & Senior Manager
>> > WSO2 Inc.
>> > http://wso2.com/ - "lean . enterprise . middleware"
>> >
>>
>>
>>
>> --
>> S.Uthaiyashankar
>> Senior Architect & Senior Manager
>> WSO2 Inc.
>> http://wso2.com/ - "lean . enterprise . middleware"
>> _______________________________________________
>> Carbon-dev mailing list
>> [email protected]
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>
>
>
> --
> Prabath Abeysekara
> Software Engineer
> WSO2 Inc.
> Email: [email protected] <[email protected]>
> Mobile: +94774171471
>
> <http://harshana05.blogspot.com/>
>
>


-- 
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'
_______________________________________________
Carbon-dev mailing list
[email protected]
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to