Hi Thilini When building from top level the below issue occurs. I have taken an svn up prior to building from the root level.
[INFO] --- maven-dependency-plugin:2.8:unpack (unpack-equinox-executable) @ wso2brs-p2-profile --- [INFO] Configured Artifact: org.eclipse.equinox:org.eclipse.equinox.executable:3.5.0.v20110530-7P7NFUFFLWUl76mart:zip [INFO] Unpacking /home/shavantha/.m2/repository/org/eclipse/equinox/org.eclipse.equinox.executable/3.5.0.v20110530-7P7NFUFFLWUl76mart/org.eclipse.equinox.executable-3.5.0.v20110530-7P7NFUFFLWUl76mart.zip to /home/shavantha/projects/brs/platform/2.1.0/modules/p2-profile-gen/target with includes "" and excludes "" [INFO] [INFO] --- carbon-p2-plugin:1.5.3:p2-repo-gen (3-p2-repo-generation) @ wso2brs-p2-profile --- [ERROR] Error occured when processing the Feature Artifact: org.wso2.carbon:org.wso2.carbon.rule.service.feature:4.2.1 org.apache.maven.plugin.MojoExecutionException: Error occured when processing the Feature Artifact: org.wso2.carbon:org.wso2.carbon.rule.service.feature:4.2.1 at org.wso2.maven.p2.RepositoryGenMojo.getProcessedFeatureArtifacts(RepositoryGenMojo.java:322) at org.wso2.maven.p2.RepositoryGenMojo.createRepo(RepositoryGenMojo.java:197) at org.wso2.maven.p2.RepositoryGenMojo.execute(RepositoryGenMojo.java:191) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59) at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196) at org.apache.maven.cli.MavenCli.main(MavenCli.java:141) 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.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352) Caused by: 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:319) ... 23 more Caused by: org.apache.maven.artifact.resolver.ArtifactNotFoundException: Failure to find org.wso2.carbon:org.wso2.carbon.rule.service.feature:zip:4.2.1 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 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.rule.service.feature -Dversion=4.2.1 -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.rule.service.feature -Dversion=4.2.1 -Dpackaging=zip -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] org.wso2.carbon:org.wso2.carbon.rule.service.feature:zip:4.2.1 from the specified remote repositories: wso2-nexus (http://maven.wso2.org/nexus/content/groups/wso2-public/, releases=true, snapshots=true), central (http://repo.maven.apache.org/maven2, releases=true, snapshots=false) at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:219) at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:157) at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:525) at org.wso2.maven.p2.generate.utils.MavenUtils.getResolvedArtifact(MavenUtils.java:39) ... 24 more Caused by: org.sonatype.aether.resolution.ArtifactResolutionException: Failure to find org.wso2.carbon:org.wso2.carbon.rule.service.feature:zip:4.2.1 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 at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:538) at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:216) at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifact(DefaultArtifactResolver.java:193) at org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveArtifact(DefaultRepositorySystem.java:286) at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:213) ... 27 more Caused by: org.sonatype.aether.transfer.ArtifactNotFoundException: Failure to find org.wso2.carbon:org.wso2.carbon.rule.service.feature:zip:4.2.1 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 at org.sonatype.aether.impl.internal.DefaultUpdateCheckManager.newException(DefaultUpdateCheckManager.java:230) at org.sonatype.aether.impl.internal.DefaultUpdateCheckManager.checkArtifact(DefaultUpdateCheckManager.java:204) at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:427) ... 31 more [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: Shavantha Weerasinghe Senior Software Engineer QA WSO2, Inc. lean.enterprise.middleware. http://wso2.com http://wso2.org Tel : 94 11 214 5345 Fax :94 11 2145300 On Mon, Apr 21, 2014 at 12:09 PM, Thilini Ishaka <thil...@wso2.com> wrote: > Hi Shavantha, > > Please checkout from BRS product root level [1] and do the build, It'll > resolve the issue. > > [1] > https://svn.wso2.org/repos/wso2/carbon/platform/branches/turing/products/brs/2.1.0/ > > Thanks > Thilini > > > On Mon, Apr 21, 2014 at 12:04 PM, Shavantha Weerasinghe < > shavan...@wso2.com> wrote: > >> Hi Thilini >> >> When attempting to build the [1] from top level, I face the below error. >> The full error log is attached >> [1] >> https://svn.wso2.org/repos/wso2/carbon/platform/branches/turing/products/brs/2.1.0/modules/integration/ >> >> >> [INFO] Scanning for projects... >> [ERROR] The build could not read 1 project -> [Help 1] >> [ERROR] >> [ERROR] The project org.wso2.brs:integration:2.1.0 >> (/home/shavantha/projects/brs/platform/integration/pom.xml) has 1 error >> [ERROR] Non-resolvable parent POM: Failure to find >> org.wso2.brs:brs-parent:pom:2.1.0 in http://repo.maven.apache.org/maven2was >> cached in the local repository, resolution will not be reattempted >> until the update interval of central has elapsed or updates are forced and >> 'parent.relativePath' points at wrong local POM @ line 5, column 13 -> >> [Help 2] >> [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/ProjectBuildingException >> [ERROR] [Help 2] >> http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException >> shavantha@shavantha-ThinkPad-T530:~/projects/brs/platform/integration$ >> vi pom.xml >> >> Regards, >> Shavantha Weerasinghe >> Senior Software Engineer QA >> WSO2, Inc. >> lean.enterprise.middleware. >> http://wso2.com >> http://wso2.org >> Tel : 94 11 214 5345 >> Fax :94 11 2145300 >> >> >> >> On Fri, Apr 18, 2014 at 11:04 AM, Thilini Ishaka <thil...@wso2.com>wrote: >> >>> Hi Shavantha, >>> >>> Need to revisit the contents of the article. For the time being you can >>> deploy a rule service on BRS and invoke that via a bpel process and test >>> the integration scenario. >>> >>> Thanks >>> Thilini >>> >>> >>> On Fri, Apr 18, 2014 at 10:57 AM, Shavantha Weerasinghe < >>> shavan...@wso2.com> wrote: >>> >>>> Hi Thilini >>>> >>>> The setup as per >>>> http://wso2.com/library/articles/2011/05/integrate-business-rules-bpel/was >>>> done, but the READ-ME talks about 2 clients on BRS and BPS sides which >>>> I am not sure how to initiate >>>> >>>> regards, >>>> >>>> Shavantha Weerasinghe >>>> Senior Software Engineer QA >>>> WSO2, Inc. >>>> lean.enterprise.middleware. >>>> http://wso2.com >>>> http://wso2.org >>>> Tel : 94 11 214 5345 >>>> Fax :94 11 2145300 >>>> >>>> >>>> >>>> On Fri, Apr 18, 2014 at 10:54 AM, Thilini Ishaka <thil...@wso2.com>wrote: >>>> >>>>> Hi Shavantha, >>>>> >>>>> On Fri, Apr 18, 2014 at 10:47 AM, Shavantha Weerasinghe < >>>>> shavan...@wso2.com> wrote: >>>>> >>>>>> Hi All >>>>>> >>>>>> I have started with test case and also reported some jira for the >>>>>> current pack given available within search criteria [1]. Currently am >>>>>> trying to figure out how to integrate BPS and BRS. Pending is the >>>>>> integration platform setup. >>>>>> >>>>> Try out a scenario similar to >>>>> http://wso2.com/library/articles/2011/05/integrate-business-rules-bpel/ >>>>> >>>>> Thanks >>>>> Thilini >>>>> >>>>> >>>>>> By the way do we already have a mail thread for BRS210 ? >>>>>> >>>>> >>>>>> >>>>>> >>>>>> [1]project = BRS AND reporter ="shavan...@wso2.com" AND >>>>>> affectedVersion="2.1.0" >>>>>> >>>>>> Regards, >>>>>> >>>>>> Shavantha Weerasinghe >>>>>> Senior Software Engineer QA >>>>>> WSO2, Inc. >>>>>> lean.enterprise.middleware. >>>>>> http://wso2.com >>>>>> http://wso2.org >>>>>> Tel : 94 11 214 5345 >>>>>> Fax :94 11 2145300 >>>>>> >>>>>> >>>>>> >>>>>> On Wed, Apr 16, 2014 at 3:20 PM, Thilini Ishaka <thil...@wso2.com>wrote: >>>>>> >>>>>>> Sure, hopefully tomorrow morning we can give a pack. >>>>>>> >>>>>>> Thanks >>>>>>> Thilini >>>>>>> >>>>>>> >>>>>>> On Wed, Apr 16, 2014 at 3:05 PM, Evanthika Amarasiri < >>>>>>> evanth...@wso2.com> wrote: >>>>>>> >>>>>>>> Hi Thilini, >>>>>>>> >>>>>>>> Can we get a new pack with all the Kernal patches? >>>>>>>> >>>>>>>> - >>>>>>>> Evanthika >>>>>>>> >>>>>>>> >>>>>>>> On Wed, Apr 16, 2014 at 10:15 AM, Thilini Ishaka >>>>>>>> <thil...@wso2.com>wrote: >>>>>>>> >>>>>>>>> Note this was done in a month back. Will provide a proper pack >>>>>>>>> early next week :) >>>>>>>>> >>>>>>>>> >>>>>>>>> https://svn.wso2.org/repos/wso2/people/thilini/releases/Business-Rules-Server-2.1.0/2014-03-11/wso2brs-2.1.0.zip >>>>>>>>> >>>>>>>>> This is a good article on writing a BRS sample >>>>>>>>> http://wso2.com/library/articles/2013/05/eclipse-plugin-wso2-business-rules-server/ >>>>>>>>> >>>>>>>>> Test migration is completed https://redmine.wso2.com/issues/2445 >>>>>>>>> >>>>>>>>> Thanks >>>>>>>>> Thilini >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> Thilini Ishaka >>>>>>>>> Senior Software Engineer >>>>>>>>> Phone: +94 11 214 5345 >>>>>>>>> WSO2 Inc. http://wso2.com >>>>>>>>> >>>>>>>>> blog: thiliniishaka.blogspot.com >>>>>>>>> linkedin: http://lk.linkedin.com/in/thiliniishaka >>>>>>>>> twitter: https://twitter.com/#!/ThiliniIsh >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> Thilini Ishaka >>>>>>> Senior Software Engineer >>>>>>> Phone: +94 11 214 5345 >>>>>>> WSO2 Inc. http://wso2.com >>>>>>> >>>>>>> blog: thiliniishaka.blogspot.com >>>>>>> linkedin: http://lk.linkedin.com/in/thiliniishaka >>>>>>> twitter: https://twitter.com/#!/ThiliniIsh >>>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>>> -- >>>>> Thilini Ishaka >>>>> Senior Software Engineer >>>>> Phone: +94 11 214 5345 >>>>> WSO2 Inc. http://wso2.com >>>>> >>>>> blog: thiliniishaka.blogspot.com >>>>> linkedin: http://lk.linkedin.com/in/thiliniishaka >>>>> twitter: https://twitter.com/#!/ThiliniIsh >>>>> >>>> >>>> >>> >>> >>> -- >>> Thilini Ishaka >>> Senior Software Engineer >>> Phone: +94 11 214 5345 >>> WSO2 Inc. http://wso2.com >>> >>> blog: thiliniishaka.blogspot.com >>> linkedin: http://lk.linkedin.com/in/thiliniishaka >>> twitter: https://twitter.com/#!/ThiliniIsh >>> >> >> > > > -- > Thilini Ishaka > Senior Software Engineer > Phone: +94 11 214 5345 > WSO2 Inc. http://wso2.com > > blog: thiliniishaka.blogspot.com > linkedin: http://lk.linkedin.com/in/thiliniishaka > twitter: https://twitter.com/#!/ThiliniIsh >
_______________________________________________ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev