[Dev] Platform build failed

2012-04-26 Thread Ajith Vitharana
Hi all, I triggered platform build from root level. [ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR] The project com.acme.shoppingcart:shopping-cart-global-parent:1.5.2-SNAPSHOT (/home/ajith/wso2/builds/trunk/* platform/trunk/samples/shopping-cart-global/pom.xml)* has 1 er

[Dev] [platform] Build failed

2012-05-15 Thread Ajith Vitharana
[ERROR] Two or more projects in the reactor have the same identifier, please make sure that :: is unique for each project: {org.wso2.carbon:org.wso2.carbon.mediator.autoscale:4.0.0-SNAPSHOT=[/home/ajith/wso2/builds/trunk/platform/trunk/components/mediators/autoscale/org.wso2.carbon.mediator.autosca

[Dev] Platform build failed

2013-01-04 Thread Chanaka Fernando
Platform build failed with the following error message. Hope someone can help me figure this out. [INFO] [INFO] BUILD FAILURE [INFO] [INFO] Total time:

[Dev] Platform Build Failed .. !

2013-04-25 Thread Malaka Silva
Hi, Any Idea? [INFO] [INFO] Reactor Build Order: [INFO] [INFO] WSO2 Platform Automated Suite - Executor [INFO] WSO2 Platform Automated Suite - Platform scenarios [INFO] WSO2 Platform Automated Suite - Distribution [INFO] WS

Re: [Dev] Platform build failed

2012-04-26 Thread Thilini Ishaka
svn up might help. All the atifactID which had graphite been updated previously. Please check with 124570r Thanks Thilini On Thu, Apr 26, 2012 at 11:48 PM, Ajith Vitharana wrote: > Hi all, > > I triggered platform build from root level. > > [ERROR] The build could not read 1 project -> [Help 1

Re: [Dev] Platform build failed

2012-04-26 Thread Ajith Vitharana
On Fri, Apr 27, 2012 at 6:26 AM, Thilini Ishaka wrote: > svn up might help. All the atifactID which had graphite been updated > previously. > Please check with 124570r > > Hi Thilini, NO. This is not fixed yet.[1] Please browse the link and see. [1] https://svn.wso2.org/repos/wso2/carbon/platf

Re: [Dev] Platform build failed

2012-04-26 Thread Shammi Jayasinghe
Hi Ajith, I have updated the pom.xml file to use platform-parent instead of graphite-parent. Please take an update. Thanks Shammi On Fri, Apr 27, 2012 at 6:31 AM, Ajith Vitharana wrote: > > > On Fri, Apr 27, 2012 at 6:26 AM, Thilini Ishaka wrote: > >> svn up might help. All the atifactID w

Re: [Dev] [platform] Build failed

2012-05-15 Thread Sanjeewa Malalgoda
We will look into this. thanks. On Tue, May 15, 2012 at 7:08 PM, Ajith Vitharana wrote: > > [ERROR] Two or more projects in the reactor have the same identifier, > please make sure that :: is unique for each > project: > {org.wso2.carbon:org.wso2.carbon.mediator.autoscale:4.0.0-SNAPSHOT=[/home/a

Re: [Dev] Platform build failed

2013-01-04 Thread Amila Maha Arachchi
Reason for this is server.oosnmp.net repository not being available. *Could not transfer artifact net.sf.saxon:saxon:pom:8.9 from/to snmp4j-repo (https://server.oosnmp.net/dist/release/): server.oosnmp.net: Unknown host server.oosnmp.net * During the build maven tries to connect to this repo to c

Re: [Dev] Platform build failed

2013-01-04 Thread Eranda Sooriyabandara
Hi Chanaka, This repo is currently inaccessible and the jars are hosted in the nexus repo. Removing the repository "https://server.oosnmp.net/dist/release/"; from the dependencies/synapse/2.1.1-wso2v1/pom.xml will solve the problem. thanks Eranda On Fri, Jan 4, 2013 at 2:12 PM, Chanaka Fernando

Re: [Dev] Platform build failed

2013-01-04 Thread Isuru Perera
+1 I was having the same problem.. On Fri, Jan 4, 2013 at 3:16 PM, Eranda Sooriyabandara wrote: > Removing the repository "https://server.oosnmp.net/dist/release/"; from > the dependencies/synapse/2.1.1-wso2v1/pom.xml will solve the problem. > ___ Dev m

Re: [Dev] Platform build failed

2013-01-04 Thread Malaka Silva
+1 Same here Still running afterwards. Fingers crossed :) On Fri, Jan 4, 2013 at 3:27 PM, Isuru Perera wrote: > +1 > I was having the same problem.. > > > On Fri, Jan 4, 2013 at 3:16 PM, Eranda Sooriyabandara wrote: > >> Removing the repository "https://server.oosnmp.net/dist/release/"; from >

Re: [Dev] Platform build failed

2013-01-04 Thread Chanaka Fernando
after removing the above mentioned repository, it fails at the following component. any idea? [INFO] [INFO] Building SAML2 based authenticator UI Feature 4.0.6 [INFO] --

Re: [Dev] Platform build failed

2013-01-04 Thread Malaka Silva
Hi All, Another similar error. ng:jar:4.0.0 (compile), org.wso2.carbon:org.wso2.carbon.identity.oauth.stub:jar:4.0.3 (compile)]: Failed to read artifact descriptor for net.sf.saxon:saxon:jar:8.9: Could not transfer artifact net.sf.saxon:saxon:pom:8.9 from/to snmp4j-repo ( https://server.oosnmp.ne

Re: [Dev] Platform build failed

2013-01-04 Thread Eranda Sooriyabandara
Hi Chanaka, Add the full error. thanks Eranda On Fri, Jan 4, 2013 at 4:28 PM, Malaka Silva wrote: > Hi All, > > Another similar error. > > ng:jar:4.0.0 (compile), > org.wso2.carbon:org.wso2.carbon.identity.oauth.stub:jar:4.0.3 (compile)]: > Failed to read artifact descriptor for net.sf.saxon:

Re: [Dev] Platform build failed

2013-01-04 Thread Malaka Silva
[INFO] WSO2 Carbon - Patch releases - products - Aggregator Module SKIPPED [INFO] [INFO] BUILD FAILURE [INFO] [INFO] Total time: 9.743s [INFO] Finished

Re: [Dev] Platform build failed

2013-01-04 Thread Dulanja Liyanage
Mentioned the same error in mail thread "Build fail - Identity OAuth Mediator 4.0.6". Still waiting for a suggestion. Thanks, Dulanja On Fri, Jan 4, 2013 at 4:43 PM, Malaka Silva wrote: > [INFO] WSO2 Carbon - Patch releases - products - Aggregator Module SKIPPED > [INFO] >

Re: [Dev] Platform build failed

2013-01-04 Thread Dulanja Liyanage
Just now I replaced .m2/repository/net/sf/saxon with a saxon folder from a team member, and OAuth Mediator got built. HTH On Fri, Jan 4, 2013 at 4:51 PM, Dulanja Liyanage wrote: > Mentioned the same error in mail thread "Build fail - Identity OAuth > Mediator 4.0.6". Still waiting for a suggesti

Re: [Dev] Platform build failed

2013-01-07 Thread Malaka Silva
Afterwards I'm getting the following error. Is this because of the JDK version? Apache Maven 3.0.4 Java version: 1.6.0_21, vendor: Sun Microsystems Inc. Any idea? [INFO] --- incremental-build-plugin:1.3:incremental-build (default) @ org.wso2.carbon.attachment.mgt --- [INFO] Verifying module de

Re: [Dev] Platform build failed

2013-01-07 Thread Vijitha Kumara
On Mon, Jan 7, 2013 at 5:34 PM, Malaka Silva wrote: > Afterwards I'm getting the following error. > > Is this because of the JDK version? > > Apache Maven 3.0.4 > Java version: 1.6.0_21, vendor: Sun Microsystems Inc. > > Any idea? > > > [INFO] --- incremental-build-plugin:1.3:incremental-build (d

Re: [Dev] Platform build failed

2013-01-08 Thread Malaka Silva
Finally build success. I ran the patch release *4.0.6* of orbit, kernal and platform. My understanding is that patch release 4.0.6 is the target we need to run. Is is correct? On Mon, Jan 7, 2013 at 10:49 PM, Vijitha Kumara wrote: > > > On Mon, Jan 7, 2013 at 5:34 PM, Malaka Silva wrote: >

Re: [Dev] Platform build failed

2013-01-08 Thread Vijitha Kumara
On Tue, Jan 8, 2013 at 2:31 PM, Malaka Silva wrote: > Finally build success. > > I ran the patch release *4.0.6* of orbit, kernal and platform. > > My understanding is that patch release 4.0.6 is the target we need to run. > > Is is correct? > Yes, when all the previously released components ava

Re: [Dev] Platform Build Failed .. !

2013-04-26 Thread Krishantha Samaraweera
Can you take svn up and check again. Reactor build order should have more than four modules, let us know your maven and JDK versions, if the issue exists. Thanks, Krishantha. On Fri, Apr 26, 2013 at 10:52 AM, Malaka Silva wrote: > Hi, > > Any Idea? > > > [INFO] > -

Re: [Dev] Platform Build Failed .. !

2013-04-26 Thread Krishantha Samaraweera
Hi, What is your JDK version? Thanks, Krishantha. On Fri, Apr 26, 2013 at 10:52 AM, Malaka Silva wrote: > Hi, > > Any Idea? > > > [INFO] > > [INFO] Reactor Build Order: > [INFO] > [INFO] WSO2 Platform Automated Suite - E

[Dev] Platform build failed. Any idea?

2013-01-15 Thread Malaka Silva
Dear all Platform build failed. Any idea? [INFO] WSO2 Stratos ESB - Login UI Feature ... SKIPPED [INFO] WSO2 Stratos ESB - Styles Features SKIPPED [INFO] WSO2 Stratos ESB - Samples Features ... SKIPPED [INFO] WSO2 ESB - P2 Profile Generation ..

Re: [Dev] Platform build failed. Any idea?

2013-01-15 Thread Gihan Anuruddha
Go to this location /platform/branches/4.0.0/service-stubs/org.wso2.carbon.identity.oauth.stub/4.0.6 and build. Then resume ur platform build Thanks On Tue, Jan 15, 2013 at 3:02 PM, Malaka Silva wrote: > Dear all > > Platform build failed. Any idea? > > [INFO] WSO2 Stratos ESB - Login UI Featu

Re: [Dev] Platform build failed. Any idea?

2013-01-15 Thread Johann Nallathamby
This has been fixed now. Please take an svn up of https://svn.wso2.org/repos/wso2/carbon/platform/branches/4.0.0/patch-releases/4.0.6/service-stubs/pom.xml and build it. Thanks, Johann. On Tue, Jan 15, 2013 at 3:02 PM, Malaka Silva wrote: > Dear all > > Platform build failed. Any idea? > > [INF

Re: [Dev] Platform build failed. Any idea?

2013-01-15 Thread Shelan Perera
Hi, Now it has been added to patch-releases pom (in service stubs). Therefore if the source is up to date it should build. thanks On Tue, Jan 15, 2013 at 3:08 PM, Gihan Anuruddha wrote: > Go to this location > /platform/branches/4.0.0/service-stubs/org.wso2.carbon.identity.oauth.stub/4.0.6 >

Re: [Dev] Platform build failed. Any idea?

2013-01-15 Thread Amila Maha Arachchi
Seems the oauth.stub module is not built. On Tue, Jan 15, 2013 at 3:02 PM, Malaka Silva wrote: > Dear all > > Platform build failed. Any idea? > > [INFO] WSO2 Stratos ESB - Login UI Feature ... SKIPPED > [INFO] WSO2 Stratos ESB - Styles Features SKIPPED > [INFO] WSO2

Re: [Dev] Platform build failed. Any idea?

2013-01-15 Thread Charitha Goonetilleke
Hi all, I have this issue too. I ran svn up for orbit, kernel and platform at today morning. After building updated orbit and kernel, platform build still fails. Regards, Charitha On Tue, Jan 15, 2013 at 3:02 PM, Malaka Silva wrote: > Dear all > > Platform build failed. Any idea? > > [INFO] WS

Re: [Dev] Platform build failed. Any idea?

2013-01-15 Thread Malaka Silva
After taking the update the error is resolved. Thx for the help. On Tue, Jan 15, 2013 at 3:13 PM, Charitha Goonetilleke wrote: > Hi all, > I have this issue too. I ran svn up for orbit, kernel and platform at > today morning. After building updated orbit and kernel, platform build > still fails

Re: [Dev] Platform build failed. Any idea?

2013-01-15 Thread Charitha Goonetilleke
Hi all, There is another build failure in ESB test Module. [INFO] WSO2 ESB Integration Test Core SUCCESS [1:17.989s] [INFO] ESB test Module ... FAILURE [5:05.738s] [INFO] ESB Sample Scenarios .. SKIPPED [INFO] WSO2 E