Re: Build failure in latest code in stratos-4.1.x branch

2015-09-20 Thread Gayan Gunarathne
Great. Thanks Akila. I will get the latest and check. Thanks, Gayan On Sun, Sep 20, 2015 at 12:55 PM, Akila Ravihansa Perera wrote: > Hi Gayan, > > Looks like I missed to update live test classes. I've fixed it now. Sorry > for the inconvenience. > > Thanks. > > On Sun, Sep 20, 2015 at 12:36 PM

Re: Build failure in latest code in stratos-4.1.x branch

2015-09-20 Thread Akila Ravihansa Perera
Hi Gayan, Looks like I missed to update live test classes. I've fixed it now. Sorry for the inconvenience. Thanks. On Sun, Sep 20, 2015 at 12:36 PM, Gayan Gunarathne wrote: > I am getting the following compilation failure in latest code in > the stratos-4.1.x branch.Seems we are not properly u

Build failure in latest code in stratos-4.1.x branch

2015-09-20 Thread Gayan Gunarathne
I am getting the following compilation failure in latest code in the stratos-4.1.x branch.Seems we are not properly update the Kubernetes client abstract live test. [ERROR] COMPILATION ERROR : [INFO] - [ERROR] /home/gayan/workspace/GITHU

Re: FW: Stratos build failure

2015-08-18 Thread Akila Ravihansa Perera
itories/wso2maven2/net/sf/saxon/saxon-xpath/8.9/saxon-xpath-8.9.jar >> >> 2.) mvn install:install-file -Dfile=saxon-xpath-8.9.jar >> -DgroupId=net.sf.saxon -DartifactId=saxon-xpath -Dversion=8.9 >> -Dpackaging=jar -DgeneratePom=true >> >> 3.) rebuild >

Re: FW: Stratos build failure

2015-08-18 Thread Imesh Gunaratne
8.9 > -Dpackaging=jar -DgeneratePom=true > > 3.) rebuild > > > > *From:* Imesh Gunaratne [mailto:im...@apache.org] > *Sent:* Tuesday, August 18, 2015 9:27 PM > *To:* dev > *Subject:* Re: FW: Stratos build failure > > > > It seems to be that the following maven

RE: FW: Stratos build failure

2015-08-18 Thread Martin Eppel (meppel)
] Sent: Tuesday, August 18, 2015 9:27 PM To: dev Subject: Re: FW: Stratos build failure It seems to be that the following maven mirror is unreachable: Could not transfer artifact net.sf.saxon:saxon-xpath:pom:8.9 from/to saxon-8.9-repo (http://mirrors.sunsite.dk/maven2): Network is unreachable On

Re: FW: Stratos build failure

2015-08-18 Thread Imesh Gunaratne
It seems to be that the following maven mirror is unreachable: Could not transfer artifact net.sf.saxon:saxon-xpath:pom:8.9 from/to saxon-8.9-repo (http://mirrors.sunsite.dk/maven2): Network is unreachable On Wed, Aug 19, 2015 at 9:12 AM, Akila Ravihansa Perera wrote: > I got the same today on

Re: FW: Stratos build failure

2015-08-18 Thread Akila Ravihansa Perera
I got the same today on master branch latest. I had to remove the below dependency (only two occurrences in distribution poms) to resolve it. net.sf.saxon.wso2 saxon Not sure why that happened. On Wed, Aug 19, 2015 at 3:25 AM, Martin Eppel (meppel) wrote: > Hi, > > > > We are getting some bui

FW: Stratos build failure

2015-08-18 Thread Martin Eppel (meppel)
Hi, We are getting some build error because of some missing dependencies, is this an issue others have seen as well which might have been fixed in some commit later than 0fd41840fb04d92ba921bf58c59c2c3fbad0c561 (- this is our last synch with stratos master). I think there were others on the de

Re: [Dev][Stratos] Build failure

2015-08-15 Thread Akila Ravihansa Perera
There was an error in cloud controller component pom file. It was referring to a wrong groupId of aws-ec2 dependency. I've fixed it in master now. Sorry for the inconvenience. On Sat, Aug 15, 2015 at 11:23 PM, Asanka Sanjaya Herath wrote: > I tried to build using maven v3.0.4 but that gave me an

Re: [Dev][Stratos] Build failure

2015-08-15 Thread Asanka Sanjaya Herath
I tried to build using maven v3.0.4 but that gave me an error. Then I tried using v3.0.5 and build got successful. On Sat, Aug 15, 2015 at 11:21 PM, Imesh Gunaratne wrote: > Try to build dependencies first, Akila may have pushed jclouds upgrade > changes to master branch. > > On Sat, Aug 15, 201

Re: [Dev][Stratos] Build failure

2015-08-15 Thread Imesh Gunaratne
Try to build dependencies first, Akila may have pushed jclouds upgrade changes to master branch. On Sat, Aug 15, 2015 at 5:41 PM, Pranavan Theivendiram < pranavan...@cse.mrt.ac.lk> wrote: > Hi All, > > I am getting following error while I am building the stratos source. > *Failed to execute goal

Re: [Dev][Stratos] Build failure

2015-08-15 Thread Pranavan Theivendiram
Hi Lasinthu, My version is 3.2.5. Thanks *T. Pranavan* *BSc Eng Undergraduate| Department of Computer Science & Engineering ,University of Moratuwa* *Mobile| *0775136836 On 15 August 2015 at 17:58, Lasindu Charith wrote: > Hi Pranavan, > > If your Maven version is older than v3.0.5, you may n

Re: [Dev][Stratos] Build failure

2015-08-15 Thread Lasindu Charith
Hi Pranavan, If your Maven version is older than v3.0.5, you may need to upgrade to a newer version and try to build again. Thanks, On Sat, Aug 15, 2015 at 5:41 PM, Pranavan Theivendiram < pranavan...@cse.mrt.ac.lk> wrote: > Hi All, > > I am getting following error while I am building the strat

[Dev][Stratos] Build failure

2015-08-15 Thread Pranavan Theivendiram
Hi All, I am getting following error while I am building the stratos source. *Failed to execute goal on project org.apache.stratos.cloud.controller: Could not resolve dependencies for project org.apache.stratos:org.apache.stratos.cloud.controller:bundle:4.1.2-SNAPSHOT: Failure to find org.apache.s

Re: Build Failure

2015-06-19 Thread Lahiru Sandaruwan
Hi Punnadi, Could you please try with JDK 7? Thanks. On Fri, Jun 19, 2015 at 5:03 PM, Punnadi Gunarathna wrote: > Hi All, > > I tried to build the Stratos project and getting a build failure in > 'Fabric8 :: Kubernetes Generated

Re: Build Failure

2015-06-19 Thread Isuru Haththotuwa
Hi Punnadi, What is the JDK version you are using? Can you check with JDK 1.7? On Fri, Jun 19, 2015 at 5:03 PM, Punnadi Gunarathna wrote: > Hi All, > > I tried to build the Stratos project and getting a build failure in > 'Fabric8 :: Kubernetes Generated

Build Failure

2015-06-19 Thread Punnadi Gunarathna
Hi All, I tried to build the Stratos project and getting a build failure in 'Fabric8 :: Kubernetes Generated Model'. [INFO] [INFO] Reactor Summary: [INFO] [INFO] Fabric8 :: Kubernetes Generated Model ...

Re: Build failure in CLI component

2015-05-13 Thread Asanka Sanjaya Herath
Thanks for the information vishanth. On Wed, May 13, 2015 at 6:39 PM, Vishanth Balasubramaniam < vishan...@wso2.com> wrote: > Hi Asanka, > > It is fixed now. Please update your source with the master and build again. > > Regards, > Vishanth > > On Wed, May 13, 2015 at 5:41 PM, Asanka Sanjaya Hera

Re: Build failure in CLI component

2015-05-13 Thread Vishanth Balasubramaniam
Hi Asanka, It is fixed now. Please update your source with the master and build again. Regards, Vishanth On Wed, May 13, 2015 at 5:41 PM, Asanka Sanjaya Herath wrote: > Hi All, > > Today I got a new clone of the stratos master branch and built it using a > new .m2 repository with Java 7 and Ma

Build failure in CLI component

2015-05-13 Thread Asanka Sanjaya Herath
Hi All, Today I got a new clone of the stratos master branch and built it using a new .m2 repository with Java 7 and Maven 3.0.5. I'm getting following error. Any help is appreciated. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on

Re: Stratos Mock IaaS build Failure

2015-05-08 Thread Vishanth Balasubramaniam
Hi, It says failed to clean the project [1]. Try to execute the clean with sudo. Are you running any wso2 product when building the stratos? [1] - [ERROR] Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:2.5:clean (default-clean) on project stratos-integration: Failed to clean p

Re: Stratos Mock IaaS build Failure

2015-05-07 Thread Chamila De Alwis
Hi Ashan, Lahiru had earlier suggested use a fresh VM instance to do the build. Were you able to do that? Regards, Chamila de Alwis Software Engineer | WSO2 | +94772207163 Blog: code.chamiladealwis.com On Thu, May 7, 2015 at 11:16 AM, Ashan Dhananjaya wrote: > Hi Reka, > > OS is Ubuntu 12.0

Re: Stratos Mock IaaS build Failure

2015-05-06 Thread Ashan Dhananjaya
Hi Reka, OS is Ubuntu 12.04 (precise) 64-bit.And i have gave all the permission using "sudo chmod -R 777 ".After that i try to build it and end up with this ERROR plus exception. [2015-05-06 19:51:04,982] ERROR {org.apache.stratos.messaging.broker.connect.amqp.AmqpTopicConnector} - Could not con

Re: Stratos Mock IaaS build Failure

2015-05-06 Thread Reka Thirunavukkarasu
Hi Ashan, It says that failed to delete when cleaning the directory. ERROR] Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:2.5:clean (default-clean) on project stratos-integration: Failed to clean project: Failed to delete /home/wso2/gsoc/sofwares/stratosMock/stratos/products/

Re: Stratos Mock IaaS build Failure

2015-05-06 Thread Ashan Dhananjaya
Hi Imesh, I will look into it again. Thank You! Best Regards, Ashan On Wed, May 6, 2015 at 7:17 PM, Imesh Gunaratne wrote: > Hi Ashan, > > I cannot see any relation of this error to the Mock IaaS. Looks like the > Stratos server has not started properly in the integration test. May be the > sa

Re: Stratos Mock IaaS build Failure

2015-05-06 Thread Imesh Gunaratne
Hi Ashan, I cannot see any relation of this error to the Mock IaaS. Looks like the Stratos server has not started properly in the integration test. May be the same problem you encountered earlier. Thanks On Wed, May 6, 2015 at 11:55 AM, Ashan Dhananjaya wrote: > Yes i did it. > > On Wed, May 6

Re: Stratos Mock IaaS build Failure

2015-05-05 Thread Ashan Dhananjaya
Yes i did it. On Wed, May 6, 2015 at 6:43 AM, Lahiru Sandaruwan wrote: > Did you only build the mock component with the new m2 repo? > > You have to build whole repo if the m2 repo is new. > > Thanks. > > On Tue, May 5, 2015 at 7:11 PM, Ashan Dhananjaya > wrote: > >> Hi All, >> >> I have starte

Re: Stratos Mock IaaS build Failure

2015-05-05 Thread Lahiru Sandaruwan
Did you only build the mock component with the new m2 repo? You have to build whole repo if the m2 repo is new. Thanks. On Tue, May 5, 2015 at 7:11 PM, Ashan Dhananjaya wrote: > Hi All, > > I have started to build the stratos Mock with a all new .m2 repository and > works with the latest pull.

Stratos Mock IaaS build Failure

2015-05-05 Thread Ashan Dhananjaya
Hi All, I have started to build the stratos Mock with a all new .m2 repository and works with the latest pull. I got this exception while building the integration test. Tests run: 4, Failures: 1, Errors: 0, Skipped: 3, Time elapsed: 32.746 sec <<< FAILURE! startServer(org.apache.stratos.integrati

Re: Build Failure Help

2015-04-05 Thread Mariangela Hills
Thanks, for the clarification. I have updated [1] accordingly. [1] https://cwiki.apache.org/confluence/display/STRATOS/4.1.0+Prerequisites Regards, Mariangela *--* Mariangela Hills Senior Technical Writer *WSO2, Inc.*lean.enterprise.middleware. m: +94 773 500185 w: http://wso2.com

Re: Build Failure Help

2015-04-05 Thread Vishanth Balasubramaniam
Hi Mari, Yes we need to update the documentation. We can build the source from JDK 1.7 as well. Regards, Vishanth On Sat, Apr 4, 2015 at 7:13 AM, Mariangela Hills wrote: > Hi Devs, > > I was under the impression that we still only support JDK 1.6 to build > Stratos. Therefore, we had added the

Re: Build Failure Help

2015-04-03 Thread Mariangela Hills
Hi Devs, I was under the impression that we still only support JDK 1.6 to build Stratos. Therefore, we had added the following note in [1]: Please let me know whether this has changed, so that I can update this note accordingly: " - If you are using JDK 1.6, you might need to replace the Java

Re: Build Failure Help

2015-04-03 Thread Pranavan Theivendiram
Thanks all. It built successfully with jdk 1.7. Problem is with the jdk 1.8. *T. Pranavan* *BSc Eng Undergraduate| Department of Computer Science & Engineering ,University of Moratuwa* *Intern Software Engineer**| WSO2 Lanka (Pvt) Ltd.* *Mobile| *0775136836 On 3 April 2015 at 23:45, Udara Liyanag

Re: Build Failure Help

2015-04-03 Thread Udara Liyanage
Hi, Please download the latest from [1] and set path as below export M2_HOME= export PATH=$M2_HOME/bin:$PATH [1] https://maven.apache.org/download.cgi On Fri, Apr 3, 2015 at 11:39 PM, Chamila De Alwis wrote: > Hi Devs, > > On Fri, Apr 3, 2015 at 11:28 PM, Pranavan Theivendiram < > pranavan...

Re: Build Failure Help

2015-04-03 Thread Chamila De Alwis
Hi Devs, On Fri, Apr 3, 2015 at 11:28 PM, Pranavan Theivendiram < pranavan...@cse.mrt.ac.lk> wrote: > Java version: 1.8.0_40-internal, vendor: Oracle Corporation > Do we support Java 1.8 yet? Regards, Chamila de Alwis Software Engineer | WSO2 | +94772207163 Blog: code.chamiladealwis.com

Re: Build Failure Help

2015-04-03 Thread Pranavan Theivendiram
Hi Udara and Lahiru, Thank you for the suggestions. I will try those. @Udara - Today only I installed the maven through sudo apt-get intstall maven, so I think this should be the latest. *T. Pranavan* *BSc Eng Undergraduate| Department of Computer Science & Engineering ,University of Moratuwa* *

Re: Build Failure Help

2015-04-03 Thread Lahiru Sandaruwan
Could you please try with Oracle Java 1.7? We have not tested Stratos with 1.8 AFAIK. Thanks. On Fri, Apr 3, 2015 at 11:28 PM, Pranavan Theivendiram < pranavan...@cse.mrt.ac.lk> wrote: > The output as requested > > Apache Maven 3.0.5 > Maven home: /usr/share/maven > Java version: 1.8.0_40-intern

Re: Build Failure Help

2015-04-03 Thread Udara Liyanage
Hi, Could you please install a the required/latest version and try again. On Fri, Apr 3, 2015 at 11:28 PM, Pranavan Theivendiram < pranavan...@cse.mrt.ac.lk> wrote: > The output as requested > > Apache Maven 3.0.5 > Maven home: /usr/share/maven > Java version: 1.8.0_40-internal, vendor: Oracle C

Re: Build Failure Help

2015-04-03 Thread Lahiru Sandaruwan
Please see [1]. Thanks. [1] https://issues.apache.org/jira/browse/STRATOS-170 On Fri, Apr 3, 2015 at 11:22 PM, Udara Liyanage wrote: > Hi, > > Seems there is an issue with your maven version. Could you send me the > output of mvn --version > > Stratos requires maven 3.0.3 or later > > On Fri,

Re: Build Failure Help

2015-04-03 Thread Pranavan Theivendiram
The output as requested Apache Maven 3.0.5 Maven home: /usr/share/maven Java version: 1.8.0_40-internal, vendor: Oracle Corporation Java home: /usr/lib/jvm/java-8-openjdk-amd64/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.16.0-33-generic", arch: "amd64", family

Re: Build Failure Help

2015-04-03 Thread Udara Liyanage
Hi, Seems there is an issue with your maven version. Could you send me the output of mvn --version Stratos requires maven 3.0.3 or later On Fri, Apr 3, 2015 at 11:16 PM, Pranavan Theivendiram < pranavan...@cse.mrt.ac.lk> wrote: > Hi all, > > I am getting the following error message when I tried

Build Failure Help

2015-04-03 Thread Pranavan Theivendiram
Hi all, I am getting the following error message when I tried to build the stratos from the github source code, [ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:1.3.1:enforce (enforce) on project stratos-parent: Some Enforcer rules have failed. Could someone help me

Re: build failure on branch 4.1.0-test

2014-12-17 Thread Imesh Gunaratne
It was my mistake, one of the files has been checked in with wrong case. Thanks Manula for fixing this. On Thu, Dec 18, 2014 at 9:43 AM, Manula Chathurika Thantriwatte < manu...@wso2.com> wrote: > > Hi Martin, > > I have fixed this issue now. Please take a pull and build. > > Thanks ! > > On Thu,

Re: build failure on branch 4.1.0-test

2014-12-17 Thread Manula Chathurika Thantriwatte
Hi Martin, I have fixed this issue now. Please take a pull and build. Thanks ! On Thu, Dec 18, 2014 at 12:31 AM, Martin Eppel (meppel) wrote: > >Anyone else seeing this ? > > > > > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile > (default-com

build failure on branch 4.1.0-test

2014-12-17 Thread Martin Eppel (meppel)
Anyone else seeing this ? [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project org.apache.stratos.cli: Compilation failure [ERROR] /home/netiq/architecture/stratos_repo2/stratos/components/org.apache.stratos.cli/src/main/java/

Re: [Dev] Stratos Build Failure

2014-09-24 Thread Manula Chathurika Thantriwatte
gt;> >>>>>> ex -: export MAVEN_OPTS="-Xms512m -Xmx1024m -XX:MaxPermSize=1024m" >>>>>> >>>>>> Thanks >>>>>> >>>>>> On Wed, Sep 24, 2014 at 2:46 PM, Jerad Rutnam wrote: >>>>>> >>>>>>> Hi, >>

Re: Get a local build failure.

2014-09-10 Thread Udara Liyanage
> >> Hi Udara, >> >> Can you try building with tests enabled? >> >> On Wed, Sep 10, 2014 at 6:28 PM, Udara Liyanage wrote: >> > Hi, >> > >> > That resulted in below error >> > >> > [INFO] >> >

Re: Get a local build failure.

2014-09-10 Thread Nirmal Fernando
lted in below error > > > > [INFO] > > -------- > > [INFO] BUILD FAILURE > > [INFO] > > > > [INFO] Total time: 04:00 min > >

Re: Get a local build failure.

2014-09-10 Thread Akila Ravihansa Perera
Hi Udara, Can you try building with tests enabled? On Wed, Sep 10, 2014 at 6:28 PM, Udara Liyanage wrote: > Hi, > > That resulted in below error > > [INFO] > ---- > [INFO]

Re: Get a local build failure.

2014-09-10 Thread Udara Liyanage
Hi, That resulted in below error [INFO] [INFO] BUILD FAILURE [INFO] [INFO] Total time: 04:00 min [INFO] Finished at: 2014-09-10T18:26:15+05:30 [INFO

Re: Get a local build failure.

2014-09-10 Thread Nirmal Fernando
Can you remove this * /home/udara/.m2/repository/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar and try?* On Wed, Sep 10, 2014 at 6:13 PM, Udara Liyanage wrote: > Hi, > > [INFO] BUILD FAILURE > [INFO] > -

Get a local build failure.

2014-09-10 Thread Udara Liyanage
Hi, [INFO] BUILD FAILURE [INFO] [INFO] Total time: 03:59 min [INFO] Finished at: 2014-09-10T17:52:50+05:30 [INFO] Final Memory: 109M/740M [INFO] [ERROR

Re: Build failure in master

2014-09-01 Thread Nirmal Fernando
code.chamiladealwis.com >>> >>> >>> >>> >>> On Tue, Sep 2, 2014 at 9:46 AM, Shiroshica Kulatilake >>> wrote: >>> >>>> Hi, >>>> >>>> Nirmal has a suggested fix - testing it out - will send a PR if it

Re: Build failure in master

2014-09-01 Thread Manula Chathurika Thantriwatte
PR if it works. >>> >>> Thank you, >>> Shiro >>> >>> >>> On Tue, Sep 2, 2014 at 9:42 AM, Chamila De Alwis >>> wrote: >>> >>>> Hi, >>>> >>>> I'm getting a build failure when trying to

Re: Build failure in master

2014-09-01 Thread Nirmal Fernando
gt; >> Nirmal has a suggested fix - testing it out - will send a PR if it works. >> >> Thank you, >> Shiro >> >> >> On Tue, Sep 2, 2014 at 9:42 AM, Chamila De Alwis >> wrote: >> >>> Hi, >>> >>> I'm getting a build

Re: Build failure in master

2014-09-01 Thread Chamila De Alwis
ng it out - will send a PR if it works. > > Thank you, > Shiro > > > On Tue, Sep 2, 2014 at 9:42 AM, Chamila De Alwis > wrote: > >> Hi, >> >> I'm getting a build failure when trying to build master branch. >> >> [ERROR] Failed to execute go

Re: Build failure in master

2014-09-01 Thread Shiroshica Kulatilake
Hi, Nirmal has a suggested fix - testing it out - will send a PR if it works. Thank you, Shiro On Tue, Sep 2, 2014 at 9:42 AM, Chamila De Alwis wrote: > Hi, > > I'm getting a build failure when trying to build master branch. > > [ERROR] Failed to execute goal on projec

Build failure in master

2014-09-01 Thread Chamila De Alwis
Hi, I'm getting a build failure when trying to build master branch. [ERROR] Failed to execute goal on project aws-ec2: Could not resolve dependencies for project org.apache.stratos:aws-ec2:bundle:1.8.0-stratos: Could not find artifact org.apache.stratos:ec2:jar:tests:1.8.0-stratos in ce