Re: [Carbon-dev] WSO2 Carbon Trunk Continuous Build has FAILED

2011-12-15 Thread KasunG Gajasinghe
The error in here is the following in ODE Runtime Engine.

53013 [main] INFO org.apache.ode.bpel.engine.migration.MigrationHandler  -
No schema version available from the database, migrations will be skipped.
53013 [main] INFO org.apache.ode.bpel.engine.BpelServerImpl  - BPEL Server
Started.
53014 [main] INFO org.apache.ode.store.ProcessStoreImpl  - Starting
deployment of processes from directory
/home/carbontrunk/carbon_trunk/carbon/dependencies/ode/bpel-runtime/target/test-classes/recovery.
53014 [main] INFO
org.springframework.context.support.ClassPathXmlApplicationContext  -
Refreshing
org.springframework.context.support.ClassPathXmlApplicationContext@1580f504:
display name
[org.springframework.context.support.ClassPathXmlApplicationContext@1580f504];
startup date [Thu Dec 15 03:02:40 PST 2011]; root of context hierarchy
53015 [main] INFO
org.springframework.beans.factory.xml.XmlBeanDefinitionReader  - Loading
XML bean definitions from class path resource [beans.xml]
53036 [main] INFO org.apache.ode.store.ProcessStoreImpl  - Process {
http://ode.apache.org/bpel/unit-test}FailureToRecovery-1 deployed from {
http://ode.apache.org/bpel/unit-test}FailureToRecovery-1;.
53037 [main] INFO org.apache.ode.store.ProcessStoreImpl  - Process {
http://ode.apache.org/bpel/unit-test}FailureToFault-1 deployed from {
http://ode.apache.org/bpel/unit-test}FailureToFault-1;.
53037 [main] INFO org.apache.ode.store.ProcessStoreImpl  - Process {
http://ode.apache.org/bpel/unit-test}FailureToFault2-1 deployed from {
http://ode.apache.org/bpel/unit-test}FailureToFault2-1;.
53037 [main] INFO org.apache.ode.store.ProcessStoreImpl  - Process {
http://ode.apache.org/bpel/unit-test}FailureNoRetry-1 deployed from {
http://ode.apache.org/bpel/unit-test}FailureNoRetry-1;.
53038 [main] INFO org.apache.ode.store.ProcessStoreImpl  - Process {
http://ode.apache.org/bpel/unit-test}FailureToCancel-1 deployed from {
http://ode.apache.org/bpel/unit-test}FailureToCancel-1;.
53038 [main] INFO org.apache.ode.store.ProcessStoreImpl  - Process {
http://ode.apache.org/bpel/unit-test}FailureInheritence-1 deployed from {
http://ode.apache.org/bpel/unit-test}FailureInheritence-1;.
53160 [main] INFO org.apache.ode.bpel.engine.BpelServerImpl  - Registered
process {http://ode.apache.org/bpel/unit-test}FailureToRecovery-1.
53175 [main] INFO org.apache.ode.bpel.engine.BpelServerImpl  - Registered
process {http://ode.apache.org/bpel/unit-test}FailureToFault-1.
53189 [main] INFO org.apache.ode.bpel.engine.BpelServerImpl  - Registered
process {http://ode.apache.org/bpel/unit-test}FailureToFault2-1.
53203 [main] INFO org.apache.ode.bpel.engine.BpelServerImpl  - Registered
process {http://ode.apache.org/bpel/unit-test}FailureNoRetry-1.
53221 [main] INFO org.apache.ode.bpel.engine.BpelServerImpl  - Registered
process {http://ode.apache.org/bpel/unit-test}FailureToCancel-1.
53237 [main] INFO org.apache.ode.bpel.engine.BpelServerImpl  - Registered
process {http://ode.apache.org/bpel/unit-test}FailureInheritence-1.
53334 [pool-23-thread-1] WARN org.hibernate.util.JDBCExceptionReporter  -
SQL Warning: 1, SQLState: 01J01
53335 [pool-23-thread-1] WARN org.hibernate.util.JDBCExceptionReporter  -
Database 'target/testdb' not created, connection made to existing database
instead.
53390 [pool-23-thread-1] WARN org.hibernate.util.JDBCExceptionReporter  -
SQL Warning: 1, SQLState: 01J01
53391 [pool-23-thread-1] WARN org.hibernate.util.JDBCExceptionReporter  -
Database 'target/testdb' not created, connection made to existing database
instead.
53427 [pool-23-thread-1] INFO org.apache.ode.utils.WatchDog  - [Endpoint
files for {DeploymentUnit recovery}] updated
53429 [pool-23-thread-1] ERROR org.apache.ode.bpel.runtime.INVOKE  -
Failure during invoke: BangGoesInvoke
53498 [pool-23-thread-1] ERROR org.apache.ode.bpel.runtime.INVOKE  -
Failure during invoke: BangGoesInvoke
53737 [main] INFO org.apache.ode.bpel.engine.BpelServerImpl  - BPEL Server
Stopped.
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.96 sec
Running org.apache.ode.bpel.engine.InstanceLockManagerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.507 sec
Running org.apache.ode.bpel.extvar.jdbc.JdbcExternalVariableEngineTest
?xml version=1.0 encoding=UTF-8?
foobar
xmlns=fooid1hqejbhcnphr6u0vrxihbma/id1id2hqejbhcnphr6u0vrxihbmb/id2/foobar
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.374 sec
Running org.apache.ode.bpel.engine.cron.CronSchedulerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running
org.apache.ode.bpel.elang.xpath20.runtime.XPath20ExpressionRuntimeTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.219 sec
Running org.apache.ode.bpel.runtime.CoreBpelTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec
Running org.apache.ode.bpel.elang.xpath20.runtime.FunctionHelperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running 

Re: [Carbon-dev] WSO2 Carbon Trunk Continuous Build has FAILED

2011-08-10 Thread Sanjeewa Malalgoda
This issue is already fixed. will effect from next cycle.

On Wed, Aug 10, 2011 at 4:13 PM, WSO2 Carbon Trunk Builder (US2) 
cbuil...@wso2.org wrote:

 Repository Root: https://svn.wso2.org/repos/wso2
 Repository UUID: a5903396-d722-0410-b921-86c7d4935375
 Revision: 111500
 Node Kind: directory
 Schedule: normal
 Last Changed Author: anjana
 Last Changed Rev: 111496
 Last Changed Date: 2011-08-09 16:32:16 -0400 (Tue, 09 Aug 2011) [INFO] Pom
 descriptor modification detected.
 [INFO] Deleting
 /home/carbontrunk/carbon/components/stratos/throttling/org.wso2.carbon.throttling.manager/target
 [INFO] [clean:clean {execution: auto-clean}]
 [INFO] Deleting
 /home/carbontrunk/carbon/components/stratos/throttling/org.wso2.carbon.throttling.manager/target
 [INFO] [resources:resources {execution: default-resources}]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] Copying 2 resources
 [INFO] [compiler:compile {execution: default-compile}]
 [INFO] Compiling 22 source files to
 /home/carbontrunk/carbon/components/stratos/throttling/org.wso2.carbon.throttling.manager/target/classes
 [INFO] [scr:scr {execution: generate-scr-scrdescriptor}]
 [INFO] Generating 2 MetaType Descriptors to
 /home/carbontrunk/carbon/components/stratos/throttling/org.wso2.carbon.throttling.manager/target/scr-plugin-generated/OSGI-INF/metatype/metatype.xml
 [INFO] Writing abstract service descriptor
 /home/carbontrunk/carbon/components/stratos/throttling/org.wso2.carbon.throttling.manager/target/scr-plugin-generated/OSGI-INF/scr-plugin/scrinfo.xml
 with 1 entries.
 [INFO] Generating 1 Service Component Descriptors to
 /home/carbontrunk/carbon/components/stratos/throttling/org.wso2.carbon.throttling.manager/target/scr-plugin-generated/OSGI-INF/serviceComponents.xml
 [INFO] [resources:testResources {execution: default-testResources}]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] Copying 37 resources
 [INFO] [compiler:testCompile {execution: default-testCompile}]
 [INFO] Compiling 3 source files to
 /home/carbontrunk/carbon/components/stratos/throttling/org.wso2.carbon.throttling.manager/target/test-classes
 [INFO] -
 [ERROR] COMPILATION ERROR :
 [INFO] -
 [ERROR]
 /home/carbontrunk/carbon/components/stratos/throttling/org.wso2.carbon.throttling.manager/src/test/java/org/wso2/carbon/throttling/test/utils/BaseTestCase.java:[79,45]
 package org.wso2.carbon.throttling.agent.util does not exist

 [ERROR]
 /home/carbontrunk/carbon/components/stratos/throttling/org.wso2.carbon.throttling.manager/src/test/java/org/wso2/carbon/throttling/test/utils/BaseTestCase.java:[80,45]
 package org.wso2.carbon.throttling.agent.util does not exist

 [ERROR]
 /home/carbontrunk/carbon/components/stratos/throttling/org.wso2.carbon.throttling.manager/src/test/java/org/wso2/carbon/throttling/test/utils/BaseTestCase.java:[81,45]
 package org.wso2.carbon.throttling.agent.util does not exist

 [INFO] 3 errors
 [INFO] -
 [INFO]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] Compilation failure

 /home/carbontrunk/carbon/components/stratos/throttling/org.wso2.carbon.throttling.manager/src/test/java/org/wso2/carbon/throttling/test/utils/BaseTestCase.java:[79,45]
 package org.wso2.carbon.throttling.agent.util does not exist

 /home/carbontrunk/carbon/components/stratos/throttling/org.wso2.carbon.throttling.manager/src/test/java/org/wso2/carbon/throttling/test/utils/BaseTestCase.java:[80,45]
 package org.wso2.carbon.throttling.agent.util does not exist

 /home/carbontrunk/carbon/components/stratos/throttling/org.wso2.carbon.throttling.manager/src/test/java/org/wso2/carbon/throttling/test/utils/BaseTestCase.java:[81,45]
 package org.wso2.carbon.throttling.agent.util does not exist


 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 233 minutes 32 seconds
 [INFO] Finished at: Wed Aug 10 06:43:51 EDT 2011
 [INFO] Final Memory: 1457M/1848M
 [INFO]
 
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




-- 
*Sanjeewa Malalgoda*
Software Engineer
**
*WSO2, Inc.*
lean.enterprise.middleware.

mobile : +94 713068779
web: http://wso2.com
 http://sanjeewamalalgoda.blogspot.com/blog
:http://sanjeewamalalgoda.blogspot.com/http://sanjeewamalalgoda.blogspot.com/

[image:
http://wso2.com/wp-content/themes/wso2ng-v2/images/logos/stratos_logo_h42.gif]

Re: [Carbon-dev] WSO2 Carbon Trunk Continuous Build has FAILED

2011-08-10 Thread Melan Nimesh
Hi BAM team,

please have a look!

Thanks
--Melan

On Wed, Aug 10, 2011 at 10:53 PM, WSO2 Carbon Trunk Builder (US2) 
cbuil...@wso2.org wrote:

 Repository Root: https://svn.wso2.org/repos/wso2
 Repository UUID: a5903396-d722-0410-b921-86c7d4935375
 Revision: 111512
 Node Kind: directory
 Schedule: normal
 Last Changed Author: hasini
 Last Changed Rev: 111510
 Last Changed Date: 2011-08-10 09:14:15 -0400 (Wed, 10 Aug 2011)

 Fetching external item into
 'components/governance/org.wso2.carbon.governance.api/src/test/resources/carbon-home'
 External at revision 111512.


 Fetching external item into
 'components/governance/org.wso2.carbon.governance.api/src/test/resources/user-test'
 External at revision 111512.


 Fetching external item into 'features/etc'
 External at revision 111512.

 At revision 111512.
 svn info
 Path: .
 URL: https://svn.wso2.org/repos/wso2/trunk/carbon
 Repository Root: https://svn.wso2.org/repos/wso2
 Repository UUID: a5903396-d722-0410-b921-86c7d4935375
 Revision: 111512
 Node Kind: directory
 Schedule: normal
 Last Changed Author: hasini
 Last Changed Rev: 111510
 Last Changed Date: 2011-08-10 09:14:15 -0400 (Wed, 10 Aug 2011)
 Wed Aug 10 13:23:07 EDT 2011
 [INFO] Scanning for projects...
 Downloading:
 http://repo1.maven.org/maven2/org/wso2/carbon/new-bam-2/3.2.1/new-bam-2-3.2.1.pom
 [INFO] Unable to find resource 'org.wso2.carbon:new-bam-2:pom:3.2.1' in
 repository central (http://repo1.maven.org/maven2)
 [INFO]
 
 [ERROR] FATAL ERROR
 [INFO]
 
 [INFO] Error building POM (may not be this project's POM).


 Project ID: org.wso2.carbon:org.wso2.carbon.bam.analyzer:bundle:null

 Reason: Cannot find parent: org.wso2.carbon:new-bam-2 for project:
 org.wso2.carbon:org.wso2.carbon.bam.analyzer:bundle:null for project
 org.wso2.carbon:org.wso2.carbon.bam.analyzer:bundle:null


 [INFO]
 
 [INFO] Trace
 org.apache.maven.reactor.MavenExecutionException: Cannot find parent:
 org.wso2.carbon:new-bam-2 for project:
 org.wso2.carbon:org.wso2.carbon.bam.analyzer:bundle:null for project
 org.wso2.carbon:org.wso2.carbon.bam.analyzer:bundle:null
at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:404)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:272)
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.project.ProjectBuildingException: Cannot find
 parent: org.wso2.carbon:new-bam-2 for project:
 org.wso2.carbon:org.wso2.carbon.bam.analyzer:bundle:null for project
 org.wso2.carbon:org.wso2.carbon.bam.analyzer:bundle:null
at
 org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:1396)
at
 org.apache.maven.project.DefaultMavenProjectBuilder.buildInternal(DefaultMavenProjectBuilder.java:823)
at
 org.apache.maven.project.DefaultMavenProjectBuilder.buildFromSourceFileInternal(DefaultMavenProjectBuilder.java:508)
at
 org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:200)
at org.apache.maven.DefaultMaven.getProject(DefaultMaven.java:604)
at
 org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:487)
at
 org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:560)
at
 org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:560)
at
 org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:560)
at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:391)
... 12 more
 Caused by: org.apache.maven.project.ProjectBuildingException: POM
 'org.wso2.carbon:new-bam-2' not found in repository: Unable to download the
 artifact from any repository

  org.wso2.carbon:new-bam-2:pom:3.2.1
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

___
Carbon-dev mailing list
Carbon-dev@wso2.org

Re: [Carbon-dev] WSO2 Carbon Trunk Continuous Build has FAILED

2011-08-10 Thread Tharindu Mathew
Fixed.

On Wed, Aug 10, 2011 at 11:05 PM, Melan Nimesh me...@wso2.com wrote:

 Hi BAM team,

 please have a look!

 Thanks
 --Melan


 On Wed, Aug 10, 2011 at 10:53 PM, WSO2 Carbon Trunk Builder (US2) 
 cbuil...@wso2.org wrote:

 Repository Root: https://svn.wso2.org/repos/wso2
 Repository UUID: a5903396-d722-0410-b921-86c7d4935375
 Revision: 111512
 Node Kind: directory
 Schedule: normal
 Last Changed Author: hasini
 Last Changed Rev: 111510
 Last Changed Date: 2011-08-10 09:14:15 -0400 (Wed, 10 Aug 2011)

 Fetching external item into
 'components/governance/org.wso2.carbon.governance.api/src/test/resources/carbon-home'
 External at revision 111512.


 Fetching external item into
 'components/governance/org.wso2.carbon.governance.api/src/test/resources/user-test'
 External at revision 111512.


 Fetching external item into 'features/etc'
 External at revision 111512.

 At revision 111512.
 svn info
 Path: .
 URL: https://svn.wso2.org/repos/wso2/trunk/carbon
 Repository Root: https://svn.wso2.org/repos/wso2
 Repository UUID: a5903396-d722-0410-b921-86c7d4935375
 Revision: 111512
 Node Kind: directory
 Schedule: normal
 Last Changed Author: hasini
 Last Changed Rev: 111510
 Last Changed Date: 2011-08-10 09:14:15 -0400 (Wed, 10 Aug 2011)
 Wed Aug 10 13:23:07 EDT 2011
 [INFO] Scanning for projects...
 Downloading:
 http://repo1.maven.org/maven2/org/wso2/carbon/new-bam-2/3.2.1/new-bam-2-3.2.1.pom
 [INFO] Unable to find resource 'org.wso2.carbon:new-bam-2:pom:3.2.1' in
 repository central (http://repo1.maven.org/maven2)
 [INFO]
 
 [ERROR] FATAL ERROR
 [INFO]
 
 [INFO] Error building POM (may not be this project's POM).


 Project ID: org.wso2.carbon:org.wso2.carbon.bam.analyzer:bundle:null

 Reason: Cannot find parent: org.wso2.carbon:new-bam-2 for project:
 org.wso2.carbon:org.wso2.carbon.bam.analyzer:bundle:null for project
 org.wso2.carbon:org.wso2.carbon.bam.analyzer:bundle:null


 [INFO]
 
 [INFO] Trace
 org.apache.maven.reactor.MavenExecutionException: Cannot find parent:
 org.wso2.carbon:new-bam-2 for project:
 org.wso2.carbon:org.wso2.carbon.bam.analyzer:bundle:null for project
 org.wso2.carbon:org.wso2.carbon.bam.analyzer:bundle:null
at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:404)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:272)
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.project.ProjectBuildingException: Cannot find
 parent: org.wso2.carbon:new-bam-2 for project:
 org.wso2.carbon:org.wso2.carbon.bam.analyzer:bundle:null for project
 org.wso2.carbon:org.wso2.carbon.bam.analyzer:bundle:null
at
 org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:1396)
at
 org.apache.maven.project.DefaultMavenProjectBuilder.buildInternal(DefaultMavenProjectBuilder.java:823)
at
 org.apache.maven.project.DefaultMavenProjectBuilder.buildFromSourceFileInternal(DefaultMavenProjectBuilder.java:508)
at
 org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:200)
at org.apache.maven.DefaultMaven.getProject(DefaultMaven.java:604)
at
 org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:487)
at
 org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:560)
at
 org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:560)
at
 org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:560)
at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:391)
... 12 more
 Caused by: org.apache.maven.project.ProjectBuildingException: POM
 'org.wso2.carbon:new-bam-2' not found in repository: Unable to download the
 artifact from any repository

  org.wso2.carbon:new-bam-2:pom:3.2.1
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev





-- 
Regards,

Tharindu

Re: [Carbon-dev] WSO2 Carbon Trunk Continuous Build has FAILED

2011-08-10 Thread Melan Nimesh
Hi,

Sorry, Please Ignore the bulk mails coming from the builder, due to SVN lock
state on checkout directory and its now fixed

Thanks
Melan

On Thu, Aug 11, 2011 at 8:22 AM, WSO2 Carbon Trunk Builder (US2) 
cbuil...@wso2.org wrote:

 Repository Root: https://svn.wso2.org/repos/wso2
 Repository UUID: a5903396-d722-0410-b921-86c7d4935375
 Revision: 111512
 Node Kind: directory
 Schedule: normal
 Last Changed Author: hasini
 Last Changed Rev: 111510
 Last Changed Date: 2011-08-10 09:14:15 -0400 (Wed, 10 Aug 2011)
 run_from_carbon_features
 ;;
 'products')
 run_from_carbon_products
 ;;
 'p2')
 run_from_carbon_p2
 ;;
 'help')
 echo Usage: $0 -o -h -t[all|orbit|core|components|features|products|p2]
 ;;
 esac
 svn: Working copy '.' locked
 svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for
 details)
 svn info
 Path: .
 URL: https://svn.wso2.org/repos/wso2/trunk/carbon
 Repository Root: https://svn.wso2.org/repos/wso2
 Repository UUID: a5903396-d722-0410-b921-86c7d4935375
 Revision: 111512
 Node Kind: directory
 Schedule: normal
 Last Changed Author: hasini
 Last Changed Rev: 111510
 Last Changed Date: 2011-08-10 09:14:15 -0400 (Wed, 10 Aug 2011)
 Wed Aug 10 22:52:35 EDT 2011
 [INFO] Scanning for projects...
 Downloading:
 http://repo1.maven.org/maven2/org/wso2/carbon/new-bam-2/3.2.1/new-bam-2-3.2.1.pom
 [INFO] Unable to find resource 'org.wso2.carbon:new-bam-2:pom:3.2.1' in
 repository central (http://repo1.maven.org/maven2)
 [INFO]
 
 [ERROR] FATAL ERROR
 [INFO]
 
 [INFO] Error building POM (may not be this project's POM).


 Project ID: org.wso2.carbon:org.wso2.carbon.bam.analyzer:bundle:null

 Reason: Cannot find parent: org.wso2.carbon:new-bam-2 for project:
 org.wso2.carbon:org.wso2.carbon.bam.analyzer:bundle:null for project
 org.wso2.carbon:org.wso2.carbon.bam.analyzer:bundle:null


 [INFO]
 
 [INFO] Trace
 org.apache.maven.reactor.MavenExecutionException: Cannot find parent:
 org.wso2.carbon:new-bam-2 for project:
 org.wso2.carbon:org.wso2.carbon.bam.analyzer:bundle:null for project
 org.wso2.carbon:org.wso2.carbon.bam.analyzer:bundle:null
at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:404)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:272)
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.project.ProjectBuildingException: Cannot find
 parent: org.wso2.carbon:new-bam-2 for project:
 org.wso2.carbon:org.wso2.carbon.bam.analyzer:bundle:null for project
 org.wso2.carbon:org.wso2.carbon.bam.analyzer:bundle:null
at
 org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:1396)
at
 org.apache.maven.project.DefaultMavenProjectBuilder.buildInternal(DefaultMavenProjectBuilder.java:823)
at
 org.apache.maven.project.DefaultMavenProjectBuilder.buildFromSourceFileInternal(DefaultMavenProjectBuilder.java:508)
at
 org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:200)
at org.apache.maven.DefaultMaven.getProject(DefaultMaven.java:604)
at
 org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:487)
at
 org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:560)
at
 org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:560)
at
 org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:560)
at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:391)
... 12 more
 Caused by: org.apache.maven.project.ProjectBuildingException: POM
 'org.wso2.carbon:new-bam-2' not found in repository: Unable to download the
 artifact from any repository

  org.wso2.carbon:new-bam-2:pom:3.2.1
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

___
Carbon-dev mailing list
Carbon-dev@wso2.org

Re: [Carbon-dev] WSO2 Carbon Trunk Continuous Build has FAILED

2011-08-06 Thread Kathiravelu Pradeeban
Fixed this compilation failure in revision 111412.

On Sat, Aug 6, 2011 at 4:03 PM, WSO2 Carbon Trunk Builder (US2) 
cbuil...@wso2.org wrote:

 Repository Root: https://svn.wso2.org/repos/wso2
 Repository UUID: a5903396-d722-0410-b921-86c7d4935375
 Revision: 111411
 Node Kind: directory
 Schedule: normal
 Last Changed Author: senaka
 Last Changed Rev: 111409
 Last Changed Date: 2011-08-05 18:26:25 -0400 (Fri, 05 Aug 2011) [INFO]
 
 [INFO] Building WSO2 Carbon - Rule Mediator
 [INFO]task-segment: [clean, install]
 [INFO]
 
 [INFO] [clean:clean {execution: default-clean}]
 [INFO] Deleting
 /home/carbontrunk/carbon/components/rule/org.wso2.carbon.rule.mediator/target
 [INFO] [incremental-build:incremental-build {execution: default}]
 [INFO] Verifying module descriptor ...
 [INFO] Pom descriptor modification detected.
 [INFO] Deleting
 /home/carbontrunk/carbon/components/rule/org.wso2.carbon.rule.mediator/target
 [INFO] [clean:clean {execution: auto-clean}]
 [INFO] Deleting
 /home/carbontrunk/carbon/components/rule/org.wso2.carbon.rule.mediator/target
 [INFO] [resources:resources {execution: default-resources}]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] Copying 2 resources
 [INFO] [compiler:compile {execution: default-compile}]
 [INFO] Compiling 8 source files to
 /home/carbontrunk/carbon/components/rule/org.wso2.carbon.rule.mediator/target/classes
 [INFO] [resources:testResources {execution: default-testResources}]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] skip non existing resourceDirectory
 /home/carbontrunk/carbon/components/rule/org.wso2.carbon.rule.mediator/src/test/resources
 [INFO] [compiler:testCompile {execution: default-testCompile}]
 [INFO] Compiling 13 source files to
 /home/carbontrunk/carbon/components/rule/org.wso2.carbon.rule.mediator/target/test-classes
 [INFO] -
 [ERROR] COMPILATION ERROR :
 [INFO] -
 [ERROR]
 /home/carbontrunk/carbon/components/rule/org.wso2.carbon.rule.mediator/src/test/java/org/wso2/carbon/rule/mediator/TestMessageContext.java:[45,7]
 org.wso2.carbon.rule.mediator.TestMessageContext is not abstract and does
 not override abstract method getSequenceTemplate(java.lang.String) in
 org.apache.synapse.MessageContext

 [INFO] 1error
 [INFO] -
 [INFO]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] Compilation failure
 /home/carbontrunk/carbon/components/rule/org.wso2.carbon.rule.mediator/src/test/java/org/wso2/carbon/rule/mediator/TestMessageContext.java:[45,7]
 org.wso2.carbon.rule.mediator.TestMessageContext is not abstract and does
 not override abstract method getSequenceTemplate(java.lang.String) in
 org.apache.synapse.MessageContext


 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 186 minutes 43 seconds
 [INFO] Finished at: Sat Aug 06 06:33:41 EDT 2011
 [INFO] Final Memory: 1398M/1840M
 [INFO]
 
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




-- 
Kathiravelu Pradeeban.
Software Engineer.
WSO2 Inc.

Blog: [Llovizna] http://kkpradeeban.blogspot.com/
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] WSO2 Carbon Trunk Continuous Build has FAILED

2011-08-06 Thread Kathiravelu Pradeeban
Hi Sanjeewa,
The test case (BaseTestCase:setup()) should be fixed to fit the Throttling
in-memory cache implementation committed in revisions 110273/109400 to the
branch and the trunk. Can you fix this test failure?

Thank you.
Regards,
Pradeeban.

On Sat, Aug 6, 2011 at 10:52 PM, WSO2 Carbon Trunk Builder (US2) 
cbuil...@wso2.org wrote:

 Repository Root: https://svn.wso2.org/repos/wso2
 Repository UUID: a5903396-d722-0410-b921-86c7d4935375
 Revision: 111412
 Node Kind: directory
 Schedule: normal
 Last Changed Author: pradeeban
 Last Changed Rev: 111412
 Last Changed Date: 2011-08-06 07:00:00 -0400 (Sat, 06 Aug 2011) [INFO] Pom
 descriptor modification detected.
 [INFO] Deleting
 /home/carbontrunk/carbon/components/stratos/throttling/org.wso2.carbon.throttling.manager/target
 [INFO] [clean:clean {execution: auto-clean}]
 [INFO] Deleting
 /home/carbontrunk/carbon/components/stratos/throttling/org.wso2.carbon.throttling.manager/target
 [INFO] [resources:resources {execution: default-resources}]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] Copying 2 resources
 [INFO] [compiler:compile {execution: default-compile}]
 [INFO] Compiling 22 source files to
 /home/carbontrunk/carbon/components/stratos/throttling/org.wso2.carbon.throttling.manager/target/classes
 [INFO] [scr:scr {execution: generate-scr-scrdescriptor}]
 [INFO] Generating 2 MetaType Descriptors to
 /home/carbontrunk/carbon/components/stratos/throttling/org.wso2.carbon.throttling.manager/target/scr-plugin-generated/OSGI-INF/metatype/metatype.xml
 [INFO] Writing abstract service descriptor
 /home/carbontrunk/carbon/components/stratos/throttling/org.wso2.carbon.throttling.manager/target/scr-plugin-generated/OSGI-INF/scr-plugin/scrinfo.xml
 with 1 entries.
 [INFO] Generating 1 Service Component Descriptors to
 /home/carbontrunk/carbon/components/stratos/throttling/org.wso2.carbon.throttling.manager/target/scr-plugin-generated/OSGI-INF/serviceComponents.xml
 [INFO] [resources:testResources {execution: default-testResources}]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] Copying 37 resources
 [INFO] [compiler:testCompile {execution: default-testCompile}]
 [INFO] Compiling 3 source files to
 /home/carbontrunk/carbon/components/stratos/throttling/org.wso2.carbon.throttling.manager/target/test-classes
 [INFO] -
 [ERROR] COMPILATION ERROR :
 [INFO] -
 [ERROR]
 /home/carbontrunk/carbon/components/stratos/throttling/org.wso2.carbon.throttling.manager/src/test/java/org/wso2/carbon/throttling/test/utils/BaseTestCase.java:[79,45]
 package org.wso2.carbon.throttling.agent.util does not exist

 [ERROR]
 /home/carbontrunk/carbon/components/stratos/throttling/org.wso2.carbon.throttling.manager/src/test/java/org/wso2/carbon/throttling/test/utils/BaseTestCase.java:[80,45]
 package org.wso2.carbon.throttling.agent.util does not exist

 [ERROR]
 /home/carbontrunk/carbon/components/stratos/throttling/org.wso2.carbon.throttling.manager/src/test/java/org/wso2/carbon/throttling/test/utils/BaseTestCase.java:[81,45]
 package org.wso2.carbon.throttling.agent.util does not exist

 [INFO] 3 errors
 [INFO] -
 [INFO]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] Compilation failure

 /home/carbontrunk/carbon/components/stratos/throttling/org.wso2.carbon.throttling.manager/src/test/java/org/wso2/carbon/throttling/test/utils/BaseTestCase.java:[79,45]
 package org.wso2.carbon.throttling.agent.util does not exist

 /home/carbontrunk/carbon/components/stratos/throttling/org.wso2.carbon.throttling.manager/src/test/java/org/wso2/carbon/throttling/test/utils/BaseTestCase.java:[80,45]
 package org.wso2.carbon.throttling.agent.util does not exist

 /home/carbontrunk/carbon/components/stratos/throttling/org.wso2.carbon.throttling.manager/src/test/java/org/wso2/carbon/throttling/test/utils/BaseTestCase.java:[81,45]
 package org.wso2.carbon.throttling.agent.util does not exist


 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 203 minutes 46 seconds
 [INFO] Finished at: Sat Aug 06 13:22:11 EDT 2011
 [INFO] Final Memory: 1470M/1819M
 [INFO]
 
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




-- 
Kathiravelu Pradeeban.
Software Engineer.
WSO2 Inc.

Blog: [Llovizna] http://kkpradeeban.blogspot.com/
___
Carbon-dev mailing list

Re: [Carbon-dev] WSO2 Carbon Trunk Continuous Build has FAILED

2011-08-06 Thread Sanjeewa Malalgoda
yes i will look into this.
thanks.

On Sun, Aug 7, 2011 at 12:47 AM, Kathiravelu Pradeeban
pradee...@wso2.comwrote:

 Hi Sanjeewa,
 The test case (BaseTestCase:setup()) should be fixed to fit the Throttling
 in-memory cache implementation committed in revisions 110273/109400 to the
 branch and the trunk. Can you fix this test failure?

 Thank you.
 Regards,
 Pradeeban.


 On Sat, Aug 6, 2011 at 10:52 PM, WSO2 Carbon Trunk Builder (US2) 
 cbuil...@wso2.org wrote:

 Repository Root: https://svn.wso2.org/repos/wso2
 Repository UUID: a5903396-d722-0410-b921-86c7d4935375
 Revision: 111412
 Node Kind: directory
 Schedule: normal
 Last Changed Author: pradeeban
 Last Changed Rev: 111412
 Last Changed Date: 2011-08-06 07:00:00 -0400 (Sat, 06 Aug 2011) [INFO] Pom
 descriptor modification detected.
 [INFO] Deleting
 /home/carbontrunk/carbon/components/stratos/throttling/org.wso2.carbon.throttling.manager/target
 [INFO] [clean:clean {execution: auto-clean}]
 [INFO] Deleting
 /home/carbontrunk/carbon/components/stratos/throttling/org.wso2.carbon.throttling.manager/target
 [INFO] [resources:resources {execution: default-resources}]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] Copying 2 resources
 [INFO] [compiler:compile {execution: default-compile}]
 [INFO] Compiling 22 source files to
 /home/carbontrunk/carbon/components/stratos/throttling/org.wso2.carbon.throttling.manager/target/classes
 [INFO] [scr:scr {execution: generate-scr-scrdescriptor}]
 [INFO] Generating 2 MetaType Descriptors to
 /home/carbontrunk/carbon/components/stratos/throttling/org.wso2.carbon.throttling.manager/target/scr-plugin-generated/OSGI-INF/metatype/metatype.xml
 [INFO] Writing abstract service descriptor
 /home/carbontrunk/carbon/components/stratos/throttling/org.wso2.carbon.throttling.manager/target/scr-plugin-generated/OSGI-INF/scr-plugin/scrinfo.xml
 with 1 entries.
 [INFO] Generating 1 Service Component Descriptors to
 /home/carbontrunk/carbon/components/stratos/throttling/org.wso2.carbon.throttling.manager/target/scr-plugin-generated/OSGI-INF/serviceComponents.xml
 [INFO] [resources:testResources {execution: default-testResources}]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] Copying 37 resources
 [INFO] [compiler:testCompile {execution: default-testCompile}]
 [INFO] Compiling 3 source files to
 /home/carbontrunk/carbon/components/stratos/throttling/org.wso2.carbon.throttling.manager/target/test-classes
 [INFO] -
 [ERROR] COMPILATION ERROR :
 [INFO] -
 [ERROR]
 /home/carbontrunk/carbon/components/stratos/throttling/org.wso2.carbon.throttling.manager/src/test/java/org/wso2/carbon/throttling/test/utils/BaseTestCase.java:[79,45]
 package org.wso2.carbon.throttling.agent.util does not exist

 [ERROR]
 /home/carbontrunk/carbon/components/stratos/throttling/org.wso2.carbon.throttling.manager/src/test/java/org/wso2/carbon/throttling/test/utils/BaseTestCase.java:[80,45]
 package org.wso2.carbon.throttling.agent.util does not exist

 [ERROR]
 /home/carbontrunk/carbon/components/stratos/throttling/org.wso2.carbon.throttling.manager/src/test/java/org/wso2/carbon/throttling/test/utils/BaseTestCase.java:[81,45]
 package org.wso2.carbon.throttling.agent.util does not exist

 [INFO] 3 errors
 [INFO] -
 [INFO]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] Compilation failure

 /home/carbontrunk/carbon/components/stratos/throttling/org.wso2.carbon.throttling.manager/src/test/java/org/wso2/carbon/throttling/test/utils/BaseTestCase.java:[79,45]
 package org.wso2.carbon.throttling.agent.util does not exist

 /home/carbontrunk/carbon/components/stratos/throttling/org.wso2.carbon.throttling.manager/src/test/java/org/wso2/carbon/throttling/test/utils/BaseTestCase.java:[80,45]
 package org.wso2.carbon.throttling.agent.util does not exist

 /home/carbontrunk/carbon/components/stratos/throttling/org.wso2.carbon.throttling.manager/src/test/java/org/wso2/carbon/throttling/test/utils/BaseTestCase.java:[81,45]
 package org.wso2.carbon.throttling.agent.util does not exist


 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 203 minutes 46 seconds
 [INFO] Finished at: Sat Aug 06 13:22:11 EDT 2011
 [INFO] Final Memory: 1470M/1819M
 [INFO]
 
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 Kathiravelu Pradeeban.
 Software Engineer.
 WSO2 

Re: [Carbon-dev] WSO2 Carbon Trunk Continuous Build has FAILED

2011-07-29 Thread Melan Nimesh
Hi DSS  team,

Please have a look, please find the attched sure-fire reports FYI

Thanks
--Melan

On Fri, Jul 29, 2011 at 2:03 PM, WSO2 Carbon Trunk Builder (US2) 
cbuil...@wso2.org wrote:

 Repository Root: https://svn.wso2.org/repos/wso2
 Repository UUID: a5903396-d722-0410-b921-86c7d4935375
 Revision: 111028
 Node Kind: directory
 Schedule: normal
 Last Changed Author: damitha
 Last Changed Rev: 111027
 Last Changed Date: 2011-07-29 01:07:14 -0400 (Fri, 29 Jul 2011)
 testH2BasicSelectAll(org.wso2.carbon.dataservices.core.test.sql.h2.H2BasicTest)
  
 testH2BasicSelectCount(org.wso2.carbon.dataservices.core.test.sql.h2.H2BasicTest)

  
 testH2BasicSelectWithAttributes(org.wso2.carbon.dataservices.core.test.sql.h2.H2BasicTest)

  
 testH2BasicCallQueryMerge(org.wso2.carbon.dataservices.core.test.sql.h2.H2BasicTest)

  
 testH2BasicArrayInputTypes(org.wso2.carbon.dataservices.core.test.sql.h2.H2BasicTest)

  
 testH2DMLOperations(org.wso2.carbon.dataservices.core.test.sql.h2.H2DMLServiceTest)

  
 testH2DMLOperationsWithNoResultNestedQuery(org.wso2.carbon.dataservices.core.test.sql.h2.H2DMLServiceTest)

  
 testH2DMLOperationsWithNoResultStoredProcNestedQuery(org.wso2.carbon.dataservices.core.test.sql.h2.H2DMLServiceTest)

  
 testH2DMLOperationsVal1(org.wso2.carbon.dataservices.core.test.sql.h2.H2DMLServiceTest)

  
 testH2InputMappings1(org.wso2.carbon.dataservices.core.test.sql.h2.H2InputMappingServiceTest)

  
 testH2InputMappings2(org.wso2.carbon.dataservices.core.test.sql.h2.H2InputMappingServiceTest)

  
 testH2InputMappingsCallQueryMerge(org.wso2.carbon.dataservices.core.test.sql.h2.H2InputMappingServiceTest)

  
 testH2InputMappingsWithDefValue(org.wso2.carbon.dataservices.core.test.sql.h2.H2InputMappingServiceTest)

  
 testH2NestedQuery1(org.wso2.carbon.dataservices.core.test.sql.h2.H2NestedQueryTest)

  
 testH2NestedQuery2(org.wso2.carbon.dataservices.core.test.sql.h2.H2NestedQueryTest)

  
 testH2StoredProcNoParams(org.wso2.carbon.dataservices.core.test.sql.h2.H2StoredProcedureServiceTest)

  
 testH2StoredProcWithParams(org.wso2.carbon.dataservices.core.test.sql.h2.H2StoredProcedureServiceTest)

  
 testStoredProcNested1(org.wso2.carbon.dataservices.core.test.sql.h2.H2StoredProcedureServiceTest)

  
 testStoredProcNested2(org.wso2.carbon.dataservices.core.test.sql.h2.H2StoredProcedureServiceTest)

  
 testStoredProcNested3(org.wso2.carbon.dataservices.core.test.sql.h2.H2StoredProcedureServiceTest)

  
 testH2StoredFuncNoParams(org.wso2.carbon.dataservices.core.test.sql.h2.H2StoredProcedureServiceTest)

  
 testH2StoredFuncWithParams(org.wso2.carbon.dataservices.core.test.sql.h2.H2StoredProcedureServiceTest)

 Tests in error:
  testH2Startup(org.wso2.carbon.dataservices.core.test.sql.h2.H2InitTest)
  testH2Stop(org.wso2.carbon.dataservices.core.test.sql.h2.H2FinalizeTest)

 Tests run: 46, Failures: 28, Errors: 6, Skipped: 0

 [INFO]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] There are test failures.

 Please refer to
 /home/carbontrunk/carbon/components/data-services/org.wso2.carbon.dataservices.core/target/surefire-reports
 for the individual test results.
 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 144 minutes 28 seconds
 [INFO] Finished at: Fri Jul 29 04:33:20 EDT 2011
 [INFO] Final Memory: 1349M/1712M
 [INFO]
 
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

---
Test set: org.wso2.carbon.dataservices.core.test.csv.CSVTestSuite
---
Tests run: 4, Failures: 2, Errors: 2, Skipped: 0, Time elapsed: 5.317 sec  
FAILURE!
testExcelStartup(org.wso2.carbon.dataservices.core.test.csv.CSVInitTest)  Time 
elapsed: 4.859 sec   ERROR!
java.lang.NoClassDefFoundError: Could not initialize class 
org.wso2.carbon.utils.multitenancy.CarbonContextHolder
at 
org.wso2.carbon.context.CarbonContext.getCarbonContextHolder(CarbonContext.java:73)
at 
org.wso2.carbon.core.multitenancy.SuperTenantCarbonContext.endTenantFlow(SuperTenantCarbonContext.java:81)
at 
org.wso2.carbon.dataservices.core.DBDeployer.deploy(DBDeployer.java:235)
at 
org.apache.axis2.deployment.repository.util.DeploymentFileData.deploy(DeploymentFileData.java:136)
at 
org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:813)
at 
org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:144)

Re: [Carbon-dev] WSO2 Carbon Trunk Continuous Build has FAILED

2011-07-29 Thread Anjana Fernando
Hi Melan,

Thanks for the test reports, Dinusha is looking into this.

Cheers,
Anjana.

On Fri, Jul 29, 2011 at 4:34 PM, Melan Nimesh me...@wso2.com wrote:

 Hi DSS  team,

 Please have a look, please find the attched sure-fire reports FYI

 Thanks
 --Melan

 On Fri, Jul 29, 2011 at 2:03 PM, WSO2 Carbon Trunk Builder (US2) 
 cbuil...@wso2.org wrote:

 Repository Root: https://svn.wso2.org/repos/wso2
 Repository UUID: a5903396-d722-0410-b921-86c7d4935375
 Revision: 111028
 Node Kind: directory
 Schedule: normal
 Last Changed Author: damitha
 Last Changed Rev: 111027
 Last Changed Date: 2011-07-29 01:07:14 -0400 (Fri, 29 Jul 2011)
 testH2BasicSelectAll(org.wso2.carbon.dataservices.core.test.sql.h2.H2BasicTest)
  
 testH2BasicSelectCount(org.wso2.carbon.dataservices.core.test.sql.h2.H2BasicTest)

  
 testH2BasicSelectWithAttributes(org.wso2.carbon.dataservices.core.test.sql.h2.H2BasicTest)

  
 testH2BasicCallQueryMerge(org.wso2.carbon.dataservices.core.test.sql.h2.H2BasicTest)

  
 testH2BasicArrayInputTypes(org.wso2.carbon.dataservices.core.test.sql.h2.H2BasicTest)

  
 testH2DMLOperations(org.wso2.carbon.dataservices.core.test.sql.h2.H2DMLServiceTest)

  
 testH2DMLOperationsWithNoResultNestedQuery(org.wso2.carbon.dataservices.core.test.sql.h2.H2DMLServiceTest)

  
 testH2DMLOperationsWithNoResultStoredProcNestedQuery(org.wso2.carbon.dataservices.core.test.sql.h2.H2DMLServiceTest)

  
 testH2DMLOperationsVal1(org.wso2.carbon.dataservices.core.test.sql.h2.H2DMLServiceTest)

  
 testH2InputMappings1(org.wso2.carbon.dataservices.core.test.sql.h2.H2InputMappingServiceTest)

  
 testH2InputMappings2(org.wso2.carbon.dataservices.core.test.sql.h2.H2InputMappingServiceTest)

  
 testH2InputMappingsCallQueryMerge(org.wso2.carbon.dataservices.core.test.sql.h2.H2InputMappingServiceTest)

  
 testH2InputMappingsWithDefValue(org.wso2.carbon.dataservices.core.test.sql.h2.H2InputMappingServiceTest)

  
 testH2NestedQuery1(org.wso2.carbon.dataservices.core.test.sql.h2.H2NestedQueryTest)

  
 testH2NestedQuery2(org.wso2.carbon.dataservices.core.test.sql.h2.H2NestedQueryTest)

  
 testH2StoredProcNoParams(org.wso2.carbon.dataservices.core.test.sql.h2.H2StoredProcedureServiceTest)

  
 testH2StoredProcWithParams(org.wso2.carbon.dataservices.core.test.sql.h2.H2StoredProcedureServiceTest)

  
 testStoredProcNested1(org.wso2.carbon.dataservices.core.test.sql.h2.H2StoredProcedureServiceTest)

  
 testStoredProcNested2(org.wso2.carbon.dataservices.core.test.sql.h2.H2StoredProcedureServiceTest)

  
 testStoredProcNested3(org.wso2.carbon.dataservices.core.test.sql.h2.H2StoredProcedureServiceTest)

  
 testH2StoredFuncNoParams(org.wso2.carbon.dataservices.core.test.sql.h2.H2StoredProcedureServiceTest)

  
 testH2StoredFuncWithParams(org.wso2.carbon.dataservices.core.test.sql.h2.H2StoredProcedureServiceTest)

 Tests in error:
  testH2Startup(org.wso2.carbon.dataservices.core.test.sql.h2.H2InitTest)
  testH2Stop(org.wso2.carbon.dataservices.core.test.sql.h2.H2FinalizeTest)

 Tests run: 46, Failures: 28, Errors: 6, Skipped: 0

 [INFO]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] There are test failures.

 Please refer to
 /home/carbontrunk/carbon/components/data-services/org.wso2.carbon.dataservices.core/target/surefire-reports
 for the individual test results.
 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 144 minutes 28 seconds
 [INFO] Finished at: Fri Jul 29 04:33:20 EDT 2011
 [INFO] Final Memory: 1349M/1712M
 [INFO]
 
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev





-- 
*Anjana Fernando*
Senior Software Engineer
WSO2 Inc. | http://wso2.com
lean . enterprise . middleware
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] WSO2 Carbon Trunk Continuous Build has FAILED

2011-07-29 Thread Amila Maha Arachchi
Hi,

Healthmonitor bundle seems to be using eventing. But this is out of use now.
I think we should comment out healthmonitor from components pom.xml. It is
not used anywhere at the moment.

AmilaM.

On Fri, Jul 29, 2011 at 8:33 PM, WSO2 Carbon Trunk Builder (US2) 
cbuil...@wso2.org wrote:

 Repository Root: https://svn.wso2.org/repos/wso2
 Repository UUID: a5903396-d722-0410-b921-86c7d4935375
 Revision: 111049
 Node Kind: directory
 Schedule: normal
 Last Changed Author: damitha
 Last Changed Rev: 111048
 Last Changed Date: 2011-07-29 08:26:11 -0400 (Fri, 29 Jul 2011) [INFO]
 Building WSO2 Carbon - Health Monitor Aggregator Module
 [INFO]task-segment: [clean, install]
 [INFO]
 
 [INFO] [clean:clean {execution: default-clean}]
 [INFO] [incremental-build:incremental-build {execution: default}]
 [INFO] Verifying module descriptor ...
 [INFO] Pom descriptor modification detected.
 [INFO] Deleting /home/carbontrunk/carbon/components/health-monitor/target
 [INFO] [clean:clean {execution: auto-clean}]
 [INFO] Deleting /home/carbontrunk/carbon/components/health-monitor/target
 [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
 [INFO] [install:install {execution: default-install}]
 [INFO] Installing
 /home/carbontrunk/carbon/components/health-monitor/pom.xml to
 /home/carbontrunk/.m2/repository/org/wso2/carbon/health-monitor/3.2.0-SNAPSHOT/health-monitor-3.2.0-SNAPSHOT.pom
 [INFO]
 
 [INFO] Building WSO2 Carbon - Health Monitor BE
 [INFO]task-segment: [clean, install]
 [INFO]
 
 [INFO] [clean:clean {execution: default-clean}]
 [INFO] snapshot
 org.wso2.carbon:org.wso2.carbon.eventing.impl:3.2.0-SNAPSHOT: checking for
 updates from wso2-nexus
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//org/wso2/carbon/org.wso2.carbon.eventing.impl/3.2.0-SNAPSHOT/org.wso2.carbon.eventing.impl-3.2.0-SNAPSHOT.pom
 [INFO] Unable to find resource
 'org.wso2.carbon:org.wso2.carbon.eventing.impl:pom:3.2.0-SNAPSHOT' in
 repository wso2-nexus (
 http://maven.wso2.org/nexus/content/groups/wso2-public/)
 [INFO] snapshot
 org.wso2.carbon:org.wso2.carbon.eventing.broker:3.2.0-SNAPSHOT: checking for
 updates from wso2-nexus
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//org/wso2/carbon/org.wso2.carbon.eventing.broker/3.2.0-SNAPSHOT/org.wso2.carbon.eventing.broker-3.2.0-SNAPSHOT.pom
 [INFO] Unable to find resource
 'org.wso2.carbon:org.wso2.carbon.eventing.broker:pom:3.2.0-SNAPSHOT' in
 repository wso2-nexus (
 http://maven.wso2.org/nexus/content/groups/wso2-public/)
 [INFO] snapshot
 org.wso2.carbon:org.wso2.carbon.logging.service:3.2.0-SNAPSHOT: checking for
 updates from wso2-nexus
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//org/wso2/carbon/org.wso2.carbon.eventing.impl/3.2.0-SNAPSHOT/org.wso2.carbon.eventing.impl-3.2.0-SNAPSHOT.jar
 [INFO] Unable to find resource
 'org.wso2.carbon:org.wso2.carbon.eventing.impl:jar:3.2.0-SNAPSHOT' in
 repository wso2-nexus (
 http://maven.wso2.org/nexus/content/groups/wso2-public/)
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//org/wso2/carbon/org.wso2.carbon.eventing.broker/3.2.0-SNAPSHOT/org.wso2.carbon.eventing.broker-3.2.0-SNAPSHOT.jar
 [INFO] Unable to find resource
 'org.wso2.carbon:org.wso2.carbon.eventing.broker:jar:3.2.0-SNAPSHOT' in
 repository wso2-nexus (
 http://maven.wso2.org/nexus/content/groups/wso2-public/)
 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO] Failed to resolve artifact.

 Missing:
 --
 1) org.wso2.carbon:org.wso2.carbon.eventing.impl:jar:3.2.0-SNAPSHOT

  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.eventing.impl -Dversion=3.2.0-SNAPSHOT
 -Dpackaging=jar -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.eventing.impl -Dversion=3.2.0-SNAPSHOT
 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
1) org.wso2.carbon:org.wso2.carbon.health:bundle:3.2.0-SNAPSHOT
2) org.wso2.carbon:org.wso2.carbon.eventing.impl:jar:3.2.0-SNAPSHOT

 2) org.wso2.carbon:org.wso2.carbon.eventing.broker:jar:3.2.0-SNAPSHOT

  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.eventing.broker -Dversion=3.2.0-SNAPSHOT
 -Dpackaging=jar -Dfile=/path/to/file

  

Re: [Carbon-dev] WSO2 Carbon Trunk Continuous Build has FAILED

2011-07-29 Thread Amila Maha Arachchi
On Fri, Jul 29, 2011 at 9:04 PM, Amila Maha Arachchi ami...@wso2.comwrote:

 Hi,

 Healthmonitor bundle seems to be using eventing. But this is out of use
 now. I think we should comment out healthmonitor from components pom.xml. It
 is not used anywhere at the moment.


Commented and committed.


 AmilaM.


 On Fri, Jul 29, 2011 at 8:33 PM, WSO2 Carbon Trunk Builder (US2) 
 cbuil...@wso2.org wrote:

 Repository Root: https://svn.wso2.org/repos/wso2
 Repository UUID: a5903396-d722-0410-b921-86c7d4935375
 Revision: 111049
 Node Kind: directory
 Schedule: normal
 Last Changed Author: damitha
 Last Changed Rev: 111048
 Last Changed Date: 2011-07-29 08:26:11 -0400 (Fri, 29 Jul 2011) [INFO]
 Building WSO2 Carbon - Health Monitor Aggregator Module
 [INFO]task-segment: [clean, install]
 [INFO]
 
 [INFO] [clean:clean {execution: default-clean}]
 [INFO] [incremental-build:incremental-build {execution: default}]
 [INFO] Verifying module descriptor ...
 [INFO] Pom descriptor modification detected.
 [INFO] Deleting /home/carbontrunk/carbon/components/health-monitor/target
 [INFO] [clean:clean {execution: auto-clean}]
 [INFO] Deleting /home/carbontrunk/carbon/components/health-monitor/target
 [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
 [INFO] [install:install {execution: default-install}]
 [INFO] Installing
 /home/carbontrunk/carbon/components/health-monitor/pom.xml to
 /home/carbontrunk/.m2/repository/org/wso2/carbon/health-monitor/3.2.0-SNAPSHOT/health-monitor-3.2.0-SNAPSHOT.pom
 [INFO]
 
 [INFO] Building WSO2 Carbon - Health Monitor BE
 [INFO]task-segment: [clean, install]
 [INFO]
 
 [INFO] [clean:clean {execution: default-clean}]
 [INFO] snapshot
 org.wso2.carbon:org.wso2.carbon.eventing.impl:3.2.0-SNAPSHOT: checking for
 updates from wso2-nexus
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//org/wso2/carbon/org.wso2.carbon.eventing.impl/3.2.0-SNAPSHOT/org.wso2.carbon.eventing.impl-3.2.0-SNAPSHOT.pom
 [INFO] Unable to find resource
 'org.wso2.carbon:org.wso2.carbon.eventing.impl:pom:3.2.0-SNAPSHOT' in
 repository wso2-nexus (
 http://maven.wso2.org/nexus/content/groups/wso2-public/)
 [INFO] snapshot
 org.wso2.carbon:org.wso2.carbon.eventing.broker:3.2.0-SNAPSHOT: checking for
 updates from wso2-nexus
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//org/wso2/carbon/org.wso2.carbon.eventing.broker/3.2.0-SNAPSHOT/org.wso2.carbon.eventing.broker-3.2.0-SNAPSHOT.pom
 [INFO] Unable to find resource
 'org.wso2.carbon:org.wso2.carbon.eventing.broker:pom:3.2.0-SNAPSHOT' in
 repository wso2-nexus (
 http://maven.wso2.org/nexus/content/groups/wso2-public/)
 [INFO] snapshot
 org.wso2.carbon:org.wso2.carbon.logging.service:3.2.0-SNAPSHOT: checking for
 updates from wso2-nexus
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//org/wso2/carbon/org.wso2.carbon.eventing.impl/3.2.0-SNAPSHOT/org.wso2.carbon.eventing.impl-3.2.0-SNAPSHOT.jar
 [INFO] Unable to find resource
 'org.wso2.carbon:org.wso2.carbon.eventing.impl:jar:3.2.0-SNAPSHOT' in
 repository wso2-nexus (
 http://maven.wso2.org/nexus/content/groups/wso2-public/)
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//org/wso2/carbon/org.wso2.carbon.eventing.broker/3.2.0-SNAPSHOT/org.wso2.carbon.eventing.broker-3.2.0-SNAPSHOT.jar
 [INFO] Unable to find resource
 'org.wso2.carbon:org.wso2.carbon.eventing.broker:jar:3.2.0-SNAPSHOT' in
 repository wso2-nexus (
 http://maven.wso2.org/nexus/content/groups/wso2-public/)
 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO] Failed to resolve artifact.

 Missing:
 --
 1) org.wso2.carbon:org.wso2.carbon.eventing.impl:jar:3.2.0-SNAPSHOT

  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.eventing.impl -Dversion=3.2.0-SNAPSHOT
 -Dpackaging=jar -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.eventing.impl -Dversion=3.2.0-SNAPSHOT
 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
1) org.wso2.carbon:org.wso2.carbon.health:bundle:3.2.0-SNAPSHOT
2) org.wso2.carbon:org.wso2.carbon.eventing.impl:jar:3.2.0-SNAPSHOT

 2) org.wso2.carbon:org.wso2.carbon.eventing.broker:jar:3.2.0-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command:
  mvn install:install-file -DgroupId=org.wso2.carbon
 

Re: [Carbon-dev] WSO2 Carbon Trunk Continuous Build has FAILED

2011-07-28 Thread Dinusha Senanayaka
On Thu, Jul 28, 2011 at 8:12 PM, WSO2 Carbon Trunk Builder (US2) 
cbuil...@wso2.org wrote:

 Repository Root: https://svn.wso2.org/repos/wso2
 Repository UUID: a5903396-d722-0410-b921-86c7d4935375
 Revision: 111010
 Node Kind: directory
 Schedule: normal
 Last Changed Author: hasini
 Last Changed Rev: 111010
 Last Changed Date: 2011-07-28 07:51:37 -0400 (Thu, 28 Jul 2011)
 testH2BasicSelectAll(org.wso2.carbon.dataservices.core.test.sql.h2.H2BasicTest)

  
 testH2BasicSelectCount(org.wso2.carbon.dataservices.core.test.sql.h2.H2BasicTest)

  
 testH2BasicSelectWithAttributes(org.wso2.carbon.dataservices.core.test.sql.h2.H2BasicTest)

  
 testH2BasicCallQueryMerge(org.wso2.carbon.dataservices.core.test.sql.h2.H2BasicTest)

  
 testH2BasicArrayInputTypes(org.wso2.carbon.dataservices.core.test.sql.h2.H2BasicTest)

  
 testH2DMLOperations(org.wso2.carbon.dataservices.core.test.sql.h2.H2DMLServiceTest)

  
 testH2DMLOperationsWithNoResultNestedQuery(org.wso2.carbon.dataservices.core.test.sql.h2.H2DMLServiceTest)

  
 testH2DMLOperationsWithNoResultStoredProcNestedQuery(org.wso2.carbon.dataservices.core.test.sql.h2.H2DMLServiceTest)

  
 testH2DMLOperationsVal1(org.wso2.carbon.dataservices.core.test.sql.h2.H2DMLServiceTest)

  
 testH2InputMappings1(org.wso2.carbon.dataservices.core.test.sql.h2.H2InputMappingServiceTest)

  
 testH2InputMappings2(org.wso2.carbon.dataservices.core.test.sql.h2.H2InputMappingServiceTest)

  
 testH2InputMappingsCallQueryMerge(org.wso2.carbon.dataservices.core.test.sql.h2.H2InputMappingServiceTest)

  
 testH2InputMappingsWithDefValue(org.wso2.carbon.dataservices.core.test.sql.h2.H2InputMappingServiceTest)

  
 testH2NestedQuery1(org.wso2.carbon.dataservices.core.test.sql.h2.H2NestedQueryTest)

  
 testH2NestedQuery2(org.wso2.carbon.dataservices.core.test.sql.h2.H2NestedQueryTest)

  
 testH2StoredProcNoParams(org.wso2.carbon.dataservices.core.test.sql.h2.H2StoredProcedureServiceTest)

  
 testH2StoredProcWithParams(org.wso2.carbon.dataservices.core.test.sql.h2.H2StoredProcedureServiceTest)

  
 testStoredProcNested1(org.wso2.carbon.dataservices.core.test.sql.h2.H2StoredProcedureServiceTest)

  
 testStoredProcNested2(org.wso2.carbon.dataservices.core.test.sql.h2.H2StoredProcedureServiceTest)

  
 testStoredProcNested3(org.wso2.carbon.dataservices.core.test.sql.h2.H2StoredProcedureServiceTest)

  
 testH2StoredFuncNoParams(org.wso2.carbon.dataservices.core.test.sql.h2.H2StoredProcedureServiceTest)

  
 testH2StoredFuncWithParams(org.wso2.carbon.dataservices.core.test.sql.h2.H2StoredProcedureServiceTest)

 Tests in error:
  testH2Startup(org.wso2.carbon.dataservices.core.test.sql.h2.H2InitTest)
  testH2Stop(org.wso2.carbon.dataservices.core.test.sql.h2.H2FinalizeTest)

 Tests run: 46, Failures: 28, Errors: 6, Skipped: 0

 [INFO]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] There are test failures.

 Please refer to
 /home/carbontrunk/carbon/components/data-services/org.wso2.carbon.dataservices.core/target/surefire-reports
 for the individual test results.
 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 176 minutes 55 seconds
 [INFO] Finished at: Thu Jul 28 10:42:48 EDT 2011
 [INFO] Final Memory: 1422M/1868M
 [INFO]
 
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Looking into this.

Regards,
Dinusha
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] WSO2 Carbon Trunk Continuous Build has FAILED

2011-07-27 Thread Amila Maha Arachchi
Looking in to this.

AmilaM.

On Wed, Jul 27, 2011 at 1:47 PM, WSO2 Carbon Trunk Builder (US2) 
cbuil...@wso2.org wrote:

 Repository Root: https://svn.wso2.org/repos/wso2
 Repository UUID: a5903396-d722-0410-b921-86c7d4935375
 Revision: 110890
 Node Kind: directory
 Schedule: normal
 Last Changed Author: heshan
 Last Changed Rev: 110890
 Last Changed Date: 2011-07-27 04:16:41 -0400 (Wed, 27 Jul 2011) svn info
 Path: .
 URL: https://svn.wso2.org/repos/wso2/trunk/carbon
 Repository Root: https://svn.wso2.org/repos/wso2
 Repository UUID: a5903396-d722-0410-b921-86c7d4935375
 Revision: 110890
 Node Kind: directory
 Schedule: normal
 Last Changed Author: heshan
 Last Changed Rev: 110890
 Last Changed Date: 2011-07-27 04:16:41 -0400 (Wed, 27 Jul 2011)
 Wed Jul 27 04:17:15 EDT 2011
 [INFO] Scanning for projects...
 Downloading:
 http://repo1.maven.org/maven2/org/apache/apache/8/apache-8.pom
 799/?
 2008/?
 3767/?
 6990/?
 10798/?
 11032/?
 14054/?

 Downloading:
 http://repo1.maven.org/maven2/org/apache/apache/6/apache-6.pom
 776/?
 1994/?
 3810/?
 6960/?
 10983/?
 12796/?

 Downloading:
 http://repo1.maven.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom
 882/?
 2381/?
 5021/?
 7706/?
 9042/?

 Downloading:
 http://repo1.maven.org/maven2/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom
 882/?
 2192/?
 5352/?
 8107/?
 11177/?
 15273/?
 15622/?
 16768/?

 Downloading: http://dist.wso2.org/maven2//org/apache/apache/7/apache-7.pom
 2/14K
 3/14K
 7/14K
 8/14K
 9/14K
 13/14K
 14/14K
 14K downloaded  (apache-7.pom)
 Downloading:
 http://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
 1329/?
 3282/?
 4082/?

 Downloading:
 http://people.apache.org/repo/m1-snapshot-repository//org.apache.commons/poms/commons-parent-17.pom
 [INFO] Unable to find resource 'org.apache.commons:commons-parent:pom:17'
 in repository apache.m1 (
 http://people.apache.org/repo/m1-snapshot-repository/)
 Downloading:
 http://repo1.maven.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom
 770/?
 2179/?
 5748/?
 8865/?
 12652/?
 14572/?
 17673/?
 21426/?
 25522/?
 26921/?
 29557/?
 31185/?

 [INFO]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] The projects in the reactor contain a cyclic reference: Edge between
 'Vertex{label='org.wso2.carbon:org.wso2.carbon.throttling.agent'}' and
 'Vertex{label='org.wso2.carbon:org.wso2.carbon.billing.mgt'}' introduces to
 cycle in the graph org.wso2.carbon:org.wso2.carbon.billing.mgt --
 org.wso2.carbon:org.wso2.carbon.throttling.agent --
 org.wso2.carbon:org.wso2.carbon.billing.mgt
 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 33 seconds
 [INFO] Finished at: Wed Jul 27 04:17:50 EDT 2011
 [INFO] Final Memory: 239M/1249M
 [INFO]
 
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] WSO2 Carbon Trunk Continuous Build has FAILED

2011-07-26 Thread Melan Nimesh
On Tue, Jul 26, 2011 at 10:05 AM, Pradeep Fernando prad...@wso2.com wrote:

 Hi Greg team,

 Please find a solution for this build failure. Due to this build
 failure, we are running hudson builds without tests. Melan please work
 with greg team to get this done.

Hi,

changed pom.xml of components as suggested by Greg team and triggered new
build with clean repo

Thanks
--Melan



 thanks,
 --Pradeep
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] WSO2 Carbon Trunk Continuous Build has FAILED

2011-07-25 Thread Pradeep Fernando
Hi Greg team,

Please find a solution for this build failure. Due to this build
failure, we are running hudson builds without tests. Melan please work
with greg team to get this done.

thanks,
--Pradeep
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] WSO2 Carbon Trunk Continuous Build has FAILED

2011-07-24 Thread Melan Nimesh
Hi Greg team,

We still got this error even started with clean m2 repo (with nightly build
profile ), please have a look!

Thanks
--Melan

On Mon, Jul 25, 2011 at 10:40 AM, WSO2 Carbon Trunk Builder (US2) 
cbuil...@wso2.org wrote:

 Repository Root: https://svn.wso2.org/repos/wso2
 Repository UUID: a5903396-d722-0410-b921-86c7d4935375
 Revision: 110623
 Node Kind: directory
 Schedule: normal
 Last Changed Author: pradeeban
 Last Changed Rev: 110589
 Last Changed Date: 2011-07-24 09:49:58 -0400 (Sun, 24 Jul 2011) Retrieving
 schema at '../xsd/purchasing.xsd', relative to '
 http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
 '.
 Retrieving document at '
 http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
 '.
 Retrieving schema at '../xsd/purchasing.xsd', relative to '
 http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
 '.
 Retrieving document at '
 http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
 '.
 Retrieving schema at '../xsd/purchasing.xsd', relative to '
 http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
 '.
 Retrieving document at '
 http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
 '.
 Retrieving schema at '../xsd/purchasing.xsd', relative to '
 http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
 '.
 Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 6.116 sec
  FAILURE!
 Running org.wso2.carbon.governance.api.test.EndpointTest
 log4j:WARN No appenders could be found for logger
 (org.wso2.carbon.utils.multitenancy.CarbonContextHolder).
 log4j:WARN Please initialize the log4j system properly.
 Retrieving document at '
 http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
 '.
 Retrieving schema at '../xsd/purchasing.xsd', relative to '
 http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
 '.
 Retrieving document at '
 http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
 '.
 Retrieving schema at '../xsd/purchasing.xsd', relative to '
 http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
 '.
 Retrieving document at '
 http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
 '.
 Retrieving schema at '../xsd/purchasing.xsd', relative to '
 http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
 '.
 Retrieving document at '
 http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
 '.
 Retrieving schema at '../xsd/purchasing.xsd', relative to '
 http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
 '.
 Tests run: 8, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 9.089 sec
  FAILURE!

 Results :

 Tests in error:
  testAddWsdlWithEndpoints(org.wso2.carbon.governance.api.test.EndpointTest)

  
 testServiceAddingEndpointsWithWsdl(org.wso2.carbon.governance.api.test.EndpointTest)

 Tests run: 17, Failures: 0, Errors: 7, Skipped: 0

 [INFO]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] There are test failures.

 Please refer to
 /home/carbontrunk/carbon/components/governance/org.wso2.carbon.governance.api/target/surefire-reports
 for the individual test results.
 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 156 minutes 21 seconds
 [INFO] Finished at: Mon Jul 25 01:10:47 EDT 2011
 [INFO] Final Memory: 1441M/1785M
 [INFO]
 
 

Re: [Carbon-dev] WSO2 Carbon Trunk Continuous Build has FAILED

2011-07-23 Thread Supun Malinga
Hi greg team,

Please fix

thanks,
On Sat, Jul 23, 2011 at 10:41 PM, WSO2 Carbon Trunk Builder (US2) 
cbuil...@wso2.org wrote:

 Repository Root: https://svn.wso2.org/repos/wso2
 Repository UUID: a5903396-d722-0410-b921-86c7d4935375
 Revision: 110539
 Node Kind: directory
 Schedule: normal
 Last Changed Author: buddhikac
 Last Changed Rev: 110530
 Last Changed Date: 2011-07-22 09:30:32 -0400 (Fri, 22 Jul 2011) Retrieving
 schema at '../xsd/purchasing.xsd', relative to '
 http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
 '.
 Retrieving document at '
 http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
 '.
 Retrieving schema at '../xsd/purchasing.xsd', relative to '
 http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
 '.
 Retrieving document at '
 http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
 '.
 Retrieving schema at '../xsd/purchasing.xsd', relative to '
 http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
 '.
 Retrieving document at '
 http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
 '.
 Retrieving schema at '../xsd/purchasing.xsd', relative to '
 http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
 '.
 Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 6.009 sec
  FAILURE!
 Running org.wso2.carbon.governance.api.test.EndpointTest
 log4j:WARN No appenders could be found for logger
 (org.wso2.carbon.utils.multitenancy.CarbonContextHolder).
 log4j:WARN Please initialize the log4j system properly.
 Retrieving document at '
 http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
 '.
 Retrieving schema at '../xsd/purchasing.xsd', relative to '
 http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
 '.
 Retrieving document at '
 http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
 '.
 Retrieving schema at '../xsd/purchasing.xsd', relative to '
 http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
 '.
 Retrieving document at '
 http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
 '.
 Retrieving schema at '../xsd/purchasing.xsd', relative to '
 http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
 '.
 Retrieving document at '
 http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
 '.
 Retrieving schema at '../xsd/purchasing.xsd', relative to '
 http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
 '.
 Tests run: 8, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 9.127 sec
  FAILURE!

 Results :

 Tests in error:
  testAddWsdlWithEndpoints(org.wso2.carbon.governance.api.test.EndpointTest)

  
 testServiceAddingEndpointsWithWsdl(org.wso2.carbon.governance.api.test.EndpointTest)

 Tests run: 17, Failures: 0, Errors: 7, Skipped: 0

 [INFO]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] There are test failures.

 Please refer to
 /home/carbontrunk/carbon/components/governance/org.wso2.carbon.governance.api/target/surefire-reports
 for the individual test results.
 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 157 minutes 11 seconds
 [INFO] Finished at: Sat Jul 23 13:11:16 EDT 2011
 [INFO] Final Memory: 1169M/1757M
 [INFO]
 
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 

Re: [Carbon-dev] WSO2 Carbon Trunk Continuous Build has FAILED

2011-07-21 Thread Ranga Siriwardena
Hi Supun,

I have already stopped the continuous build. I will start it once the fix is
done.

Thanks.

On Thu, Jul 21, 2011 at 11:00 AM, Supun Malinga sup...@wso2.com wrote:

 Hi ranga,

 On Thu, Jul 21, 2011 at 10:52 AM, Ranga Siriwardena ra...@wso2.comwrote:

 Hi All,

 Trunk build failing with following stack trace.
 How can we avoid this cyclic reference issue?


 Amila will fix it. Stopped the build for now since its continuously
 failing.

 thanks,




 [INFO] Scanning for projects...
 Downloading:
 http://repo1.maven.org/maven2/org/apache/apache/8/apache-8.pom

 Downloading:
 http://repo1.maven.org/maven2/org/apache/apache/6/apache-6.pom

 Downloading:
 http://repo1.maven.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom

 Downloading:
 http://repo1.maven.org/maven2/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom

 Downloading:
 http://dist.wso2.org/maven2//org/apache/apache/7/apache-7.pom
 14K downloaded  (apache-7.pom)
 Downloading:
 http://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom

 Downloading:
 http://people.apache.org/repo/m1-snapshot-repository//org.apache.commons/poms/commons-parent-17.pom
 [INFO] Unable to find resource 'org.apache.commons:commons-parent:pom:17'
 in repository apache.m1 (
 http://people.apache.org/repo/m1-snapshot-repository/)
 Downloading:
 http://repo1.maven.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom

 [INFO]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] The projects in the reactor contain a cyclic reference: Edge
 between 'Vertex{label='org.wso2.carbon:org.wso2.carbon.qpid'}' and
 'Vertex{label='org.wso2.carbon:org.wso2.carbon.event.core'}' introduces to
 cycle in the graph org.wso2.carbon:org.wso2.carbon.event.core --
 org.wso2.carbon:org.wso2.carbon.qpid --
 org.wso2.carbon:org.wso2.carbon.event.core
 [INFO]
 
 [INFO] Trace
 org.apache.maven.BuildFailureException: The projects in the reactor
 contain a cyclic reference: Edge between
 'Vertex{label='org.wso2.carbon:org.wso2.carbon.qpid'}' and
 'Vertex{label='org.wso2.carbon:org.wso2.carbon.event.core'}' introduces to
 cycle in the graph org.wso2.carbon:org.wso2.carbon.event.core --
 org.wso2.carbon:org.wso2.carbon.qpid --
 org.wso2.carbon:org.wso2.carbon.event.core
 at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:295)
 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: hidden.org.codehaus.plexus.util.dag.CycleDetectedException:
 Edge between 'Vertex{label='org.wso2.carbon:org.wso2.carbon.qpid'}' and
 'Vertex{label='org.wso2.carbon:org.wso2.carbon.event.core'}' introduces to
 cycle in the graph org.wso2.carbon:org.wso2.carbon.event.core --
 org.wso2.carbon:org.wso2.carbon.qpid --
 org.wso2.carbon:org.wso2.carbon.event.core
 at hidden.org.codehaus.plexus.util.dag.DAG.addEdge(DAG.java:143)
 at hidden.org.codehaus.plexus.util.dag.DAG.addEdge(DAG.java:123)
 at
 org.apache.maven.project.ProjectSorter.init(ProjectSorter.java:118)
 at
 org.apache.maven.execution.ReactorManager.init(ReactorManager.java:99)
 at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:288)
 ... 11 more
 [INFO]
 
 [INFO] Total time: 26 seconds
 [INFO] Finished at: Thu Jul 21 00:55:48 EDT 2011
 [INFO] Final Memory: 238M/1250M
 [INFO]
 


 Thanks.


 On Thu, Jul 21, 2011 at 10:07 AM, WSO2 Carbon Trunk Builder (US2) 
 cbuil...@wso2.org wrote:

 Repository Root: https://svn.wso2.org/repos/wso2
 Repository UUID: a5903396-d722-0410-b921-86c7d4935375
 Revision: 110398
 Node Kind: directory
 Schedule: normal
 Last Changed Author: thilinab
 Last Changed Rev: 110387
 Last Changed Date: 2011-07-20 15:10:04 -0400 (Wed, 20 Jul 2011) ;;
 'features')
 run_from_carbon_features
 ;;
 'products')
 run_from_carbon_products
 ;;
 'p2')
 run_from_carbon_p2
 ;;
 'help')
 echo Usage: $0 -o -h 

Re: [Carbon-dev] WSO2 Carbon Trunk Continuous Build has FAILED

2011-07-21 Thread Amila Suriarachchi
fixed the issue please try to build.

thanks,
Amila.

On Thu, Jul 21, 2011 at 11:42 AM, Ranga Siriwardena ra...@wso2.com wrote:

 Hi Supun,

 I have already stopped the continuous build. I will start it once the fix
 is done.

 Thanks.


 On Thu, Jul 21, 2011 at 11:00 AM, Supun Malinga sup...@wso2.com wrote:

 Hi ranga,

 On Thu, Jul 21, 2011 at 10:52 AM, Ranga Siriwardena ra...@wso2.comwrote:

 Hi All,

 Trunk build failing with following stack trace.
 How can we avoid this cyclic reference issue?


 Amila will fix it. Stopped the build for now since its continuously
 failing.

 thanks,




 [INFO] Scanning for projects...
 Downloading:
 http://repo1.maven.org/maven2/org/apache/apache/8/apache-8.pom

 Downloading:
 http://repo1.maven.org/maven2/org/apache/apache/6/apache-6.pom

 Downloading:
 http://repo1.maven.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom

 Downloading:
 http://repo1.maven.org/maven2/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom

 Downloading:
 http://dist.wso2.org/maven2//org/apache/apache/7/apache-7.pom
 14K downloaded  (apache-7.pom)
 Downloading:
 http://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom

 Downloading:
 http://people.apache.org/repo/m1-snapshot-repository//org.apache.commons/poms/commons-parent-17.pom
 [INFO] Unable to find resource 'org.apache.commons:commons-parent:pom:17'
 in repository apache.m1 (
 http://people.apache.org/repo/m1-snapshot-repository/)
 Downloading:
 http://repo1.maven.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom

 [INFO]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] The projects in the reactor contain a cyclic reference: Edge
 between 'Vertex{label='org.wso2.carbon:org.wso2.carbon.qpid'}' and
 'Vertex{label='org.wso2.carbon:org.wso2.carbon.event.core'}' introduces to
 cycle in the graph org.wso2.carbon:org.wso2.carbon.event.core --
 org.wso2.carbon:org.wso2.carbon.qpid --
 org.wso2.carbon:org.wso2.carbon.event.core
 [INFO]
 
 [INFO] Trace
 org.apache.maven.BuildFailureException: The projects in the reactor
 contain a cyclic reference: Edge between
 'Vertex{label='org.wso2.carbon:org.wso2.carbon.qpid'}' and
 'Vertex{label='org.wso2.carbon:org.wso2.carbon.event.core'}' introduces to
 cycle in the graph org.wso2.carbon:org.wso2.carbon.event.core --
 org.wso2.carbon:org.wso2.carbon.qpid --
 org.wso2.carbon:org.wso2.carbon.event.core
 at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:295)
 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: hidden.org.codehaus.plexus.util.dag.CycleDetectedException:
 Edge between 'Vertex{label='org.wso2.carbon:org.wso2.carbon.qpid'}' and
 'Vertex{label='org.wso2.carbon:org.wso2.carbon.event.core'}' introduces to
 cycle in the graph org.wso2.carbon:org.wso2.carbon.event.core --
 org.wso2.carbon:org.wso2.carbon.qpid --
 org.wso2.carbon:org.wso2.carbon.event.core
 at hidden.org.codehaus.plexus.util.dag.DAG.addEdge(DAG.java:143)
 at hidden.org.codehaus.plexus.util.dag.DAG.addEdge(DAG.java:123)
 at
 org.apache.maven.project.ProjectSorter.init(ProjectSorter.java:118)
 at
 org.apache.maven.execution.ReactorManager.init(ReactorManager.java:99)
 at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:288)
 ... 11 more
 [INFO]
 
 [INFO] Total time: 26 seconds
 [INFO] Finished at: Thu Jul 21 00:55:48 EDT 2011
 [INFO] Final Memory: 238M/1250M
 [INFO]
 


 Thanks.


 On Thu, Jul 21, 2011 at 10:07 AM, WSO2 Carbon Trunk Builder (US2) 
 cbuil...@wso2.org wrote:

 Repository Root: https://svn.wso2.org/repos/wso2
 Repository UUID: a5903396-d722-0410-b921-86c7d4935375
 Revision: 110398
 Node Kind: directory
 Schedule: normal
 Last Changed Author: thilinab
 Last Changed Rev: 110387
 Last Changed Date: 2011-07-20 15:10:04 -0400 (Wed, 20 Jul 2011) ;;
 'features')
 run_from_carbon_features
 ;;
 

Re: [Carbon-dev] WSO2 Carbon Trunk Continuous Build has FAILED

2011-07-21 Thread Ranga Siriwardena
Hi,

Triggered a new build.

On Thu, Jul 21, 2011 at 1:58 PM, Amila Suriarachchi am...@wso2.com wrote:

 fixed the issue please try to build.


Thanks Amila for fixing this.


 thanks,
 Amila.


 On Thu, Jul 21, 2011 at 11:42 AM, Ranga Siriwardena ra...@wso2.comwrote:

 Hi Supun,

 I have already stopped the continuous build. I will start it once the fix
 is done.

 Thanks.


 On Thu, Jul 21, 2011 at 11:00 AM, Supun Malinga sup...@wso2.com wrote:

 Hi ranga,

 On Thu, Jul 21, 2011 at 10:52 AM, Ranga Siriwardena ra...@wso2.comwrote:

 Hi All,

 Trunk build failing with following stack trace.
 How can we avoid this cyclic reference issue?


 Amila will fix it. Stopped the build for now since its continuously
 failing.

 thanks,




 [INFO] Scanning for projects...
 Downloading:
 http://repo1.maven.org/maven2/org/apache/apache/8/apache-8.pom

 Downloading:
 http://repo1.maven.org/maven2/org/apache/apache/6/apache-6.pom

 Downloading:
 http://repo1.maven.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom

 Downloading:
 http://repo1.maven.org/maven2/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom

 Downloading:
 http://dist.wso2.org/maven2//org/apache/apache/7/apache-7.pom
 14K downloaded  (apache-7.pom)
 Downloading:
 http://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom

 Downloading:
 http://people.apache.org/repo/m1-snapshot-repository//org.apache.commons/poms/commons-parent-17.pom
 [INFO] Unable to find resource
 'org.apache.commons:commons-parent:pom:17' in repository apache.m1 (
 http://people.apache.org/repo/m1-snapshot-repository/)
 Downloading:
 http://repo1.maven.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom

 [INFO]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] The projects in the reactor contain a cyclic reference: Edge
 between 'Vertex{label='org.wso2.carbon:org.wso2.carbon.qpid'}' and
 'Vertex{label='org.wso2.carbon:org.wso2.carbon.event.core'}' introduces to
 cycle in the graph org.wso2.carbon:org.wso2.carbon.event.core --
 org.wso2.carbon:org.wso2.carbon.qpid --
 org.wso2.carbon:org.wso2.carbon.event.core
 [INFO]
 
 [INFO] Trace
 org.apache.maven.BuildFailureException: The projects in the reactor
 contain a cyclic reference: Edge between
 'Vertex{label='org.wso2.carbon:org.wso2.carbon.qpid'}' and
 'Vertex{label='org.wso2.carbon:org.wso2.carbon.event.core'}' introduces to
 cycle in the graph org.wso2.carbon:org.wso2.carbon.event.core --
 org.wso2.carbon:org.wso2.carbon.qpid --
 org.wso2.carbon:org.wso2.carbon.event.core
 at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:295)
 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: hidden.org.codehaus.plexus.util.dag.CycleDetectedException:
 Edge between 'Vertex{label='org.wso2.carbon:org.wso2.carbon.qpid'}' and
 'Vertex{label='org.wso2.carbon:org.wso2.carbon.event.core'}' introduces to
 cycle in the graph org.wso2.carbon:org.wso2.carbon.event.core --
 org.wso2.carbon:org.wso2.carbon.qpid --
 org.wso2.carbon:org.wso2.carbon.event.core
 at hidden.org.codehaus.plexus.util.dag.DAG.addEdge(DAG.java:143)
 at hidden.org.codehaus.plexus.util.dag.DAG.addEdge(DAG.java:123)
 at
 org.apache.maven.project.ProjectSorter.init(ProjectSorter.java:118)
 at
 org.apache.maven.execution.ReactorManager.init(ReactorManager.java:99)
 at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:288)
 ... 11 more
 [INFO]
 
 [INFO] Total time: 26 seconds
 [INFO] Finished at: Thu Jul 21 00:55:48 EDT 2011
 [INFO] Final Memory: 238M/1250M
 [INFO]
 


 Thanks.


 On Thu, Jul 21, 2011 at 10:07 AM, WSO2 Carbon Trunk Builder (US2) 
 cbuil...@wso2.org wrote:

 Repository Root: https://svn.wso2.org/repos/wso2
 Repository UUID: a5903396-d722-0410-b921-86c7d4935375
 Revision: 110398
 Node Kind: directory
 Schedule: normal
 Last Changed Author: 

Re: [Carbon-dev] WSO2 Carbon Trunk Continuous Build has FAILED

2011-07-20 Thread Senaka Fernando
Ranga,

Can you please attach the surefire reports?

Thanks,
Senaka.

On Tue, Jul 19, 2011 at 4:57 PM, Ranga Siriwardena ra...@wso2.com wrote:

 Hi,

 Build failed with a clean repo. And it is the same error.



 Retrieving schema at '../xsd/purchasing.xsd', relative to '
 http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
 '.
  Tests run: 8, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 9.089 sec
  FAILURE!


 Results :

 Tests in error:

 testAddWsdlWithEndpoints(org.wso2.carbon.governance.api.test.EndpointTest)

 testServiceAddingEndpointsWithWsdl(org.wso2.carbon.governance.api.test.EndpointTest)

 Tests run: 17, Failures: 0, Errors: 7, Skipped: 0

 [INFO]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] There are test failures.

 Please refer to
 /home/carbontrunk/carbon/components/governance/org.wso2.carbon.governance.api/target/surefire-reports
 for the individual test results.



  On Tue, Jul 19, 2011 at 1:12 PM, Ranga Siriwardena ra...@wso2.comwrote:

 Hi All,

 We are going to restart the continuous build with a clean repo. Then we
 can check if this occurs again.

 Thanks.


 On Tue, Jul 19, 2011 at 12:54 PM, Janaka Ranabahu jan...@wso2.comwrote:

 Hi All,

 i have done a build on a clean repo and i did not got any test failures.
 This error happens when using the incorrect wsdl4j version(ie: when not
 using the wso2 version).

 Thanks,
 Janaka


 On Tue, Jul 19, 2011 at 12:03 PM, Ajith Vitharana aji...@wso2.comwrote:



 On Tue, Jul 19, 2011 at 11:51 AM, Ranga Siriwardena ra...@wso2.comwrote:

 Hi,

 surefire-reports reports attached.



 Hi Ranga,

 I'm working to fix this.

 Thanks
 Ajith



 Thanks.


 On Tue, Jul 19, 2011 at 11:45 AM, Pradeep Fernando 
 prad...@wso2.comwrote:

 Greg team,

 please fix this.

 thanks.
 --Pradeep
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 Ranga Siriwardena
 Software Engineer
 WSO2 Inc.

 Blog: http://rangasiriwardena.blogspot.com/


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev



 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 Janaka Ranabahu
 Software Engineer
 WSO2 Inc.

 Mobile +94 718370861
 Email : jan...@wso2.com
 Blog : janakaranabahu.blogspot.com


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 Ranga Siriwardena
 Software Engineer
 WSO2 Inc.

 Blog: http://rangasiriwardena.blogspot.com/




 --
 Ranga Siriwardena
 Software Engineer
 WSO2 Inc.

 Blog: http://rangasiriwardena.blogspot.com/


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




-- 
*Senaka Fernando*
Product Manager - WSO2 Governance Registry;
Associate Technical Lead; WSO2 Inc.; http://wso2.com*
Member; Apache Software Foundation; http://apache.org

E-mail: senaka AT wso2.com
**P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
Linked-In: http://linkedin.com/in/senakafernando

*Lean . Enterprise . Middleware
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] WSO2 Carbon Trunk Continuous Build has FAILED

2011-07-20 Thread Ranga Siriwardena
Hi Senaka,

On Thu, Jul 21, 2011 at 12:08 AM, Senaka Fernando sen...@wso2.com wrote:

 Ranga,

 Can you please attach the surefire reports?


Surefire reports Attached. It is the same report which I sent earlier.

Thanks.


 Thanks,
 Senaka.


 On Tue, Jul 19, 2011 at 4:57 PM, Ranga Siriwardena ra...@wso2.com wrote:

 Hi,

 Build failed with a clean repo. And it is the same error.



 Retrieving schema at '../xsd/purchasing.xsd', relative to '
 http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
 '.
  Tests run: 8, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 9.089 sec
  FAILURE!


 Results :

 Tests in error:

 testAddWsdlWithEndpoints(org.wso2.carbon.governance.api.test.EndpointTest)

 testServiceAddingEndpointsWithWsdl(org.wso2.carbon.governance.api.test.EndpointTest)

 Tests run: 17, Failures: 0, Errors: 7, Skipped: 0

 [INFO]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] There are test failures.

 Please refer to
 /home/carbontrunk/carbon/components/governance/org.wso2.carbon.governance.api/target/surefire-reports
 for the individual test results.



  On Tue, Jul 19, 2011 at 1:12 PM, Ranga Siriwardena ra...@wso2.comwrote:

 Hi All,

 We are going to restart the continuous build with a clean repo. Then we
 can check if this occurs again.

 Thanks.


 On Tue, Jul 19, 2011 at 12:54 PM, Janaka Ranabahu jan...@wso2.comwrote:

 Hi All,

 i have done a build on a clean repo and i did not got any test failures.
 This error happens when using the incorrect wsdl4j version(ie: when not
 using the wso2 version).

 Thanks,
 Janaka


 On Tue, Jul 19, 2011 at 12:03 PM, Ajith Vitharana aji...@wso2.comwrote:



 On Tue, Jul 19, 2011 at 11:51 AM, Ranga Siriwardena ra...@wso2.comwrote:

 Hi,

 surefire-reports reports attached.



 Hi Ranga,

 I'm working to fix this.

 Thanks
 Ajith



 Thanks.


 On Tue, Jul 19, 2011 at 11:45 AM, Pradeep Fernando 
 prad...@wso2.comwrote:

 Greg team,

 please fix this.

 thanks.
 --Pradeep
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 Ranga Siriwardena
 Software Engineer
 WSO2 Inc.

 Blog: http://rangasiriwardena.blogspot.com/


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev



 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 Janaka Ranabahu
 Software Engineer
 WSO2 Inc.

 Mobile +94 718370861
 Email : jan...@wso2.com
 Blog : janakaranabahu.blogspot.com


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 Ranga Siriwardena
 Software Engineer
 WSO2 Inc.

 Blog: http://rangasiriwardena.blogspot.com/




 --
 Ranga Siriwardena
 Software Engineer
 WSO2 Inc.

 Blog: http://rangasiriwardena.blogspot.com/


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 *Senaka Fernando*
 Product Manager - WSO2 Governance Registry;
 Associate Technical Lead; WSO2 Inc.; http://wso2.com*
 Member; Apache Software Foundation; http://apache.org

 E-mail: senaka AT wso2.com
 **P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
 Linked-In: http://linkedin.com/in/senakafernando

 *Lean . Enterprise . Middleware




-- 
Ranga Siriwardena
Software Engineer
WSO2 Inc.

Blog: http://rangasiriwardena.blogspot.com/
---
Test set: org.wso2.carbon.governance.api.test.EndpointTest
---
Tests run: 8, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 9.432 sec  
FAILURE!
testAddWsdlWithEndpoints(org.wso2.carbon.governance.api.test.EndpointTest)  
Time elapsed: 2.217 sec   ERROR!
org.wso2.carbon.governance.api.exception.GovernanceException: Error in adding 
the wsdl. wsdl id: 7a0b009f-0b50-42fb-b6b8-4233ed57b3f1.
at 
org.wso2.carbon.governance.api.wsdls.WsdlManager.addWsdl(WsdlManager.java:103)
at 
org.wso2.carbon.governance.api.test.EndpointTest.testAddWsdlWithEndpoints(EndpointTest.java:64)
Caused by: org.wso2.carbon.registry.core.exceptions.RegistryException: An 
exception occurred while executing handler chain. 
javax.wsdl.Binding.getBindingPolicyReference()Ljavax/wsdl/BindingPolicyReference;
at 
org.wso2.carbon.registry.core.jdbc.handlers.HandlerManager.importResource(HandlerManager.java:2513)
at 

Re: [Carbon-dev] WSO2 Carbon Trunk Continuous Build has FAILED

2011-07-20 Thread Ranga Siriwardena
Hi All,

Trunk build failing with following stack trace.
How can we avoid this cyclic reference issue?



[INFO] Scanning for projects...
Downloading: http://repo1.maven.org/maven2/org/apache/apache/8/apache-8.pom

Downloading: http://repo1.maven.org/maven2/org/apache/apache/6/apache-6.pom

Downloading:
http://repo1.maven.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom

Downloading:
http://repo1.maven.org/maven2/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom

Downloading: http://dist.wso2.org/maven2//org/apache/apache/7/apache-7.pom
14K downloaded  (apache-7.pom)
Downloading:
http://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom

Downloading:
http://people.apache.org/repo/m1-snapshot-repository//org.apache.commons/poms/commons-parent-17.pom
[INFO] Unable to find resource 'org.apache.commons:commons-parent:pom:17' in
repository apache.m1 (http://people.apache.org/repo/m1-snapshot-repository/)
Downloading:
http://repo1.maven.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom

[INFO]

[ERROR] BUILD FAILURE
[INFO]

[INFO] The projects in the reactor contain a cyclic reference: Edge between
'Vertex{label='org.wso2.carbon:org.wso2.carbon.qpid'}' and
'Vertex{label='org.wso2.carbon:org.wso2.carbon.event.core'}' introduces to
cycle in the graph org.wso2.carbon:org.wso2.carbon.event.core --
org.wso2.carbon:org.wso2.carbon.qpid --
org.wso2.carbon:org.wso2.carbon.event.core
[INFO]

[INFO] Trace
org.apache.maven.BuildFailureException: The projects in the reactor contain
a cyclic reference: Edge between
'Vertex{label='org.wso2.carbon:org.wso2.carbon.qpid'}' and
'Vertex{label='org.wso2.carbon:org.wso2.carbon.event.core'}' introduces to
cycle in the graph org.wso2.carbon:org.wso2.carbon.event.core --
org.wso2.carbon:org.wso2.carbon.qpid --
org.wso2.carbon:org.wso2.carbon.event.core
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:295)
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: hidden.org.codehaus.plexus.util.dag.CycleDetectedException: Edge
between 'Vertex{label='org.wso2.carbon:org.wso2.carbon.qpid'}' and
'Vertex{label='org.wso2.carbon:org.wso2.carbon.event.core'}' introduces to
cycle in the graph org.wso2.carbon:org.wso2.carbon.event.core --
org.wso2.carbon:org.wso2.carbon.qpid --
org.wso2.carbon:org.wso2.carbon.event.core
at hidden.org.codehaus.plexus.util.dag.DAG.addEdge(DAG.java:143)
at hidden.org.codehaus.plexus.util.dag.DAG.addEdge(DAG.java:123)
at org.apache.maven.project.ProjectSorter.init(ProjectSorter.java:118)
at
org.apache.maven.execution.ReactorManager.init(ReactorManager.java:99)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:288)
... 11 more
[INFO]

[INFO] Total time: 26 seconds
[INFO] Finished at: Thu Jul 21 00:55:48 EDT 2011
[INFO] Final Memory: 238M/1250M
[INFO]



Thanks.

On Thu, Jul 21, 2011 at 10:07 AM, WSO2 Carbon Trunk Builder (US2) 
cbuil...@wso2.org wrote:

 Repository Root: https://svn.wso2.org/repos/wso2
 Repository UUID: a5903396-d722-0410-b921-86c7d4935375
 Revision: 110398
 Node Kind: directory
 Schedule: normal
 Last Changed Author: thilinab
 Last Changed Rev: 110387
 Last Changed Date: 2011-07-20 15:10:04 -0400 (Wed, 20 Jul 2011) ;;
 'features')
 run_from_carbon_features
 ;;
 'products')
 run_from_carbon_products
 ;;
 'p2')
 run_from_carbon_p2
 ;;
 'help')
 echo Usage: $0 -o -h -t[all|orbit|core|components|features|products|p2]
 ;;
 esac
 svn: Working copy '.' locked
 svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for
 details)
 svn info
 Path: .
 URL: https://svn.wso2.org/repos/wso2/trunk/carbon
 Repository Root: https://svn.wso2.org/repos/wso2
 Repository UUID: a5903396-d722-0410-b921-86c7d4935375
 Revision: 110398
 Node Kind: directory
 Schedule: normal
 Last Changed Author: thilinab
 Last Changed Rev: 110387
 Last Changed 

Re: [Carbon-dev] WSO2 Carbon Trunk Continuous Build has FAILED

2011-07-20 Thread Pradeep Fernando
Amila is working on this.

thanks,
--Pradeep
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] WSO2 Carbon Trunk Continuous Build has FAILED

2011-07-20 Thread Supun Malinga
Hi ranga,

On Thu, Jul 21, 2011 at 10:52 AM, Ranga Siriwardena ra...@wso2.com wrote:

 Hi All,

 Trunk build failing with following stack trace.
 How can we avoid this cyclic reference issue?


Amila will fix it. Stopped the build for now since its continuously failing.

thanks,




 [INFO] Scanning for projects...
 Downloading:
 http://repo1.maven.org/maven2/org/apache/apache/8/apache-8.pom

 Downloading:
 http://repo1.maven.org/maven2/org/apache/apache/6/apache-6.pom

 Downloading:
 http://repo1.maven.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom

 Downloading:
 http://repo1.maven.org/maven2/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom

 Downloading: http://dist.wso2.org/maven2//org/apache/apache/7/apache-7.pom
 14K downloaded  (apache-7.pom)
 Downloading:
 http://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom

 Downloading:
 http://people.apache.org/repo/m1-snapshot-repository//org.apache.commons/poms/commons-parent-17.pom
 [INFO] Unable to find resource 'org.apache.commons:commons-parent:pom:17'
 in repository apache.m1 (
 http://people.apache.org/repo/m1-snapshot-repository/)
 Downloading:
 http://repo1.maven.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom

 [INFO]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] The projects in the reactor contain a cyclic reference: Edge between
 'Vertex{label='org.wso2.carbon:org.wso2.carbon.qpid'}' and
 'Vertex{label='org.wso2.carbon:org.wso2.carbon.event.core'}' introduces to
 cycle in the graph org.wso2.carbon:org.wso2.carbon.event.core --
 org.wso2.carbon:org.wso2.carbon.qpid --
 org.wso2.carbon:org.wso2.carbon.event.core
 [INFO]
 
 [INFO] Trace
 org.apache.maven.BuildFailureException: The projects in the reactor contain
 a cyclic reference: Edge between
 'Vertex{label='org.wso2.carbon:org.wso2.carbon.qpid'}' and
 'Vertex{label='org.wso2.carbon:org.wso2.carbon.event.core'}' introduces to
 cycle in the graph org.wso2.carbon:org.wso2.carbon.event.core --
 org.wso2.carbon:org.wso2.carbon.qpid --
 org.wso2.carbon:org.wso2.carbon.event.core
 at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:295)
 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: hidden.org.codehaus.plexus.util.dag.CycleDetectedException: Edge
 between 'Vertex{label='org.wso2.carbon:org.wso2.carbon.qpid'}' and
 'Vertex{label='org.wso2.carbon:org.wso2.carbon.event.core'}' introduces to
 cycle in the graph org.wso2.carbon:org.wso2.carbon.event.core --
 org.wso2.carbon:org.wso2.carbon.qpid --
 org.wso2.carbon:org.wso2.carbon.event.core
 at hidden.org.codehaus.plexus.util.dag.DAG.addEdge(DAG.java:143)
 at hidden.org.codehaus.plexus.util.dag.DAG.addEdge(DAG.java:123)
 at
 org.apache.maven.project.ProjectSorter.init(ProjectSorter.java:118)
 at
 org.apache.maven.execution.ReactorManager.init(ReactorManager.java:99)
 at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:288)
 ... 11 more
 [INFO]
 
 [INFO] Total time: 26 seconds
 [INFO] Finished at: Thu Jul 21 00:55:48 EDT 2011
 [INFO] Final Memory: 238M/1250M
 [INFO]
 


 Thanks.


 On Thu, Jul 21, 2011 at 10:07 AM, WSO2 Carbon Trunk Builder (US2) 
 cbuil...@wso2.org wrote:

 Repository Root: https://svn.wso2.org/repos/wso2
 Repository UUID: a5903396-d722-0410-b921-86c7d4935375
 Revision: 110398
 Node Kind: directory
 Schedule: normal
 Last Changed Author: thilinab
 Last Changed Rev: 110387
 Last Changed Date: 2011-07-20 15:10:04 -0400 (Wed, 20 Jul 2011) ;;
 'features')
 run_from_carbon_features
 ;;
 'products')
 run_from_carbon_products
 ;;
 'p2')
 run_from_carbon_p2
 ;;
 'help')
 echo Usage: $0 -o -h -t[all|orbit|core|components|features|products|p2]
 ;;
 esac
 svn: Working copy '.' locked
 svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for
 details)
 svn info
 Path: .
 URL: 

Re: [Carbon-dev] WSO2 Carbon Trunk Continuous Build has FAILED

2011-07-19 Thread Pradeep Fernando
Greg team,

please fix this.

thanks.
--Pradeep
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] WSO2 Carbon Trunk Continuous Build has FAILED

2011-07-19 Thread Ranga Siriwardena
Hi,

surefire-reports reports attached.

Thanks.

On Tue, Jul 19, 2011 at 11:45 AM, Pradeep Fernando prad...@wso2.com wrote:

 Greg team,

 please fix this.

 thanks.
 --Pradeep
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




-- 
Ranga Siriwardena
Software Engineer
WSO2 Inc.

Blog: http://rangasiriwardena.blogspot.com/
---
Test set: org.wso2.carbon.governance.api.test.EndpointTest
---
Tests run: 8, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 9.432 sec  
FAILURE!
testAddWsdlWithEndpoints(org.wso2.carbon.governance.api.test.EndpointTest)  
Time elapsed: 2.217 sec   ERROR!
org.wso2.carbon.governance.api.exception.GovernanceException: Error in adding 
the wsdl. wsdl id: 7a0b009f-0b50-42fb-b6b8-4233ed57b3f1.
at 
org.wso2.carbon.governance.api.wsdls.WsdlManager.addWsdl(WsdlManager.java:103)
at 
org.wso2.carbon.governance.api.test.EndpointTest.testAddWsdlWithEndpoints(EndpointTest.java:64)
Caused by: org.wso2.carbon.registry.core.exceptions.RegistryException: An 
exception occurred while executing handler chain. 
javax.wsdl.Binding.getBindingPolicyReference()Ljavax/wsdl/BindingPolicyReference;
at 
org.wso2.carbon.registry.core.jdbc.handlers.HandlerManager.importResource(HandlerManager.java:2513)
at 
org.wso2.carbon.registry.core.jdbc.handlers.HandlerLifecycleManager.importResource(HandlerLifecycleManager.java:869)
at 
org.wso2.carbon.registry.core.jdbc.EmbeddedRegistry.importResource(EmbeddedRegistry.java:774)
at 
org.wso2.carbon.registry.core.session.UserRegistry.importResource(UserRegistry.java:688)
at 
org.wso2.carbon.governance.api.wsdls.WsdlManager.addWsdl(WsdlManager.java:96)
... 27 more
Caused by: java.lang.NoSuchMethodError: 
javax.wsdl.Binding.getBindingPolicyReference()Ljavax/wsdl/BindingPolicyReference;
at 
org.wso2.carbon.registry.extensions.handlers.utils.WSDLProcessor.evaluateWSDLsToDefinitionsRecursively(WSDLProcessor.java:398)
at 
org.wso2.carbon.registry.extensions.handlers.utils.WSDLProcessor.evaluateWSDLsToDefinitions(WSDLProcessor.java:359)
at 
org.wso2.carbon.registry.extensions.handlers.utils.WSDLProcessor.addWSDLToRegistry(WSDLProcessor.java:153)
at 
org.wso2.carbon.registry.extensions.handlers.WSDLMediaTypeHandler.processWSDLImport(WSDLMediaTypeHandler.java:467)
at 
org.wso2.carbon.registry.extensions.handlers.WSDLMediaTypeHandler.importResource(WSDLMediaTypeHandler.java:425)
at 
org.wso2.carbon.registry.core.jdbc.handlers.HandlerManager.importResource(HandlerManager.java:2494)
... 31 more

testServiceAddingEndpointsWithWsdl(org.wso2.carbon.governance.api.test.EndpointTest)
  Time elapsed: 0.676 sec   ERROR!
org.wso2.carbon.governance.api.exception.GovernanceException: Failed to add 
artifact: artifact id: c387f1b7-2873-4353-8019-765cccb508be, path: 
/services/ccom/abb/abc/1.0.0-SNAPSHOT/service. An exception occurred while 
executing handler chain. 
javax.wsdl.Binding.getBindingPolicyReference()Ljavax/wsdl/BindingPolicyReference;
at 
org.wso2.carbon.governance.api.common.GovernanceArtifactManager.addGovernanceArtifact(GovernanceArtifactManager.java:153)
at 
org.wso2.carbon.governance.api.services.ServiceManager.addService(ServiceManager.java:102)
at 
org.wso2.carbon.governance.api.test.EndpointTest.testServiceAddingEndpointsWithWsdl(EndpointTest.java:241)
Caused by: org.wso2.carbon.registry.core.exceptions.RegistryException: An 
exception occurred while executing handler chain. 
javax.wsdl.Binding.getBindingPolicyReference()Ljavax/wsdl/BindingPolicyReference;
at 
org.wso2.carbon.registry.core.jdbc.handlers.HandlerManager.put(HandlerManager.java:2453)
at 
org.wso2.carbon.registry.core.jdbc.handlers.HandlerLifecycleManager.put(HandlerLifecycleManager.java:840)
at 
org.wso2.carbon.registry.core.jdbc.EmbeddedRegistry.put(EmbeddedRegistry.java:697)
at 
org.wso2.carbon.registry.core.session.UserRegistry.put(UserRegistry.java:637)
at 
org.wso2.carbon.governance.api.common.GovernanceArtifactManager.addGovernanceArtifact(GovernanceArtifactManager.java:145)
... 28 more
Caused by: java.lang.NoSuchMethodError: 
javax.wsdl.Binding.getBindingPolicyReference()Ljavax/wsdl/BindingPolicyReference;
at 
org.wso2.carbon.registry.extensions.handlers.utils.WSDLProcessor.evaluateWSDLsToDefinitionsRecursively(WSDLProcessor.java:398)
at 
org.wso2.carbon.registry.extensions.handlers.utils.WSDLProcessor.evaluateWSDLsToDefinitions(WSDLProcessor.java:359)
at 
org.wso2.carbon.registry.extensions.handlers.utils.WSDLProcessor.addWSDLToRegistry(WSDLProcessor.java:153)
at 

Re: [Carbon-dev] WSO2 Carbon Trunk Continuous Build has FAILED

2011-07-19 Thread Ajith Vitharana
On Tue, Jul 19, 2011 at 11:51 AM, Ranga Siriwardena ra...@wso2.com wrote:

 Hi,

 surefire-reports reports attached.



Hi Ranga,

I'm working to fix this.

Thanks
Ajith



 Thanks.


 On Tue, Jul 19, 2011 at 11:45 AM, Pradeep Fernando prad...@wso2.comwrote:

 Greg team,

 please fix this.

 thanks.
 --Pradeep
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 Ranga Siriwardena
 Software Engineer
 WSO2 Inc.

 Blog: http://rangasiriwardena.blogspot.com/


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] WSO2 Carbon Trunk Continuous Build has FAILED

2011-07-19 Thread Janaka Ranabahu
Hi All,

i have done a build on a clean repo and i did not got any test failures.
This error happens when using the incorrect wsdl4j version(ie: when not
using the wso2 version).

Thanks,
Janaka

On Tue, Jul 19, 2011 at 12:03 PM, Ajith Vitharana aji...@wso2.com wrote:



 On Tue, Jul 19, 2011 at 11:51 AM, Ranga Siriwardena ra...@wso2.comwrote:

 Hi,

 surefire-reports reports attached.



 Hi Ranga,

 I'm working to fix this.

 Thanks
 Ajith



 Thanks.


 On Tue, Jul 19, 2011 at 11:45 AM, Pradeep Fernando prad...@wso2.comwrote:

 Greg team,

 please fix this.

 thanks.
 --Pradeep
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 Ranga Siriwardena
 Software Engineer
 WSO2 Inc.

 Blog: http://rangasiriwardena.blogspot.com/


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev



 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




-- 
Janaka Ranabahu
Software Engineer
WSO2 Inc.

Mobile +94 718370861
Email : jan...@wso2.com
Blog : janakaranabahu.blogspot.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] WSO2 Carbon Trunk Continuous Build has FAILED

2011-07-19 Thread Ranga Siriwardena
Hi All,

We are going to restart the continuous build with a clean repo. Then we can
check if this occurs again.

Thanks.

On Tue, Jul 19, 2011 at 12:54 PM, Janaka Ranabahu jan...@wso2.com wrote:

 Hi All,

 i have done a build on a clean repo and i did not got any test failures.
 This error happens when using the incorrect wsdl4j version(ie: when not
 using the wso2 version).

 Thanks,
 Janaka


 On Tue, Jul 19, 2011 at 12:03 PM, Ajith Vitharana aji...@wso2.com wrote:



 On Tue, Jul 19, 2011 at 11:51 AM, Ranga Siriwardena ra...@wso2.comwrote:

 Hi,

 surefire-reports reports attached.



 Hi Ranga,

 I'm working to fix this.

 Thanks
 Ajith



 Thanks.


 On Tue, Jul 19, 2011 at 11:45 AM, Pradeep Fernando prad...@wso2.comwrote:

 Greg team,

 please fix this.

 thanks.
 --Pradeep
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 Ranga Siriwardena
 Software Engineer
 WSO2 Inc.

 Blog: http://rangasiriwardena.blogspot.com/


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev



 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 Janaka Ranabahu
 Software Engineer
 WSO2 Inc.

 Mobile +94 718370861
 Email : jan...@wso2.com
 Blog : janakaranabahu.blogspot.com


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




-- 
Ranga Siriwardena
Software Engineer
WSO2 Inc.

Blog: http://rangasiriwardena.blogspot.com/
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] WSO2 Carbon Trunk Continuous Build has FAILED

2011-07-19 Thread Ranga Siriwardena
Hi,

Build failed with a clean repo. And it is the same error.


Retrieving schema at '../xsd/purchasing.xsd', relative to '
http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
'.
Tests run: 8, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 9.089 sec
 FAILURE!

Results :

Tests in error:
  testAddWsdlWithEndpoints(org.wso2.carbon.governance.api.test.EndpointTest)

testServiceAddingEndpointsWithWsdl(org.wso2.carbon.governance.api.test.EndpointTest)

Tests run: 17, Failures: 0, Errors: 7, Skipped: 0

[INFO]

[ERROR] BUILD FAILURE
[INFO]

[INFO] There are test failures.

Please refer to
/home/carbontrunk/carbon/components/governance/org.wso2.carbon.governance.api/target/surefire-reports
for the individual test results.



On Tue, Jul 19, 2011 at 1:12 PM, Ranga Siriwardena ra...@wso2.com wrote:

 Hi All,

 We are going to restart the continuous build with a clean repo. Then we can
 check if this occurs again.

 Thanks.


 On Tue, Jul 19, 2011 at 12:54 PM, Janaka Ranabahu jan...@wso2.com wrote:

 Hi All,

 i have done a build on a clean repo and i did not got any test failures.
 This error happens when using the incorrect wsdl4j version(ie: when not
 using the wso2 version).

 Thanks,
 Janaka


 On Tue, Jul 19, 2011 at 12:03 PM, Ajith Vitharana aji...@wso2.comwrote:



 On Tue, Jul 19, 2011 at 11:51 AM, Ranga Siriwardena ra...@wso2.comwrote:

 Hi,

 surefire-reports reports attached.



 Hi Ranga,

 I'm working to fix this.

 Thanks
 Ajith



 Thanks.


 On Tue, Jul 19, 2011 at 11:45 AM, Pradeep Fernando prad...@wso2.comwrote:

 Greg team,

 please fix this.

 thanks.
 --Pradeep
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 Ranga Siriwardena
 Software Engineer
 WSO2 Inc.

 Blog: http://rangasiriwardena.blogspot.com/


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev



 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 Janaka Ranabahu
 Software Engineer
 WSO2 Inc.

 Mobile +94 718370861
 Email : jan...@wso2.com
 Blog : janakaranabahu.blogspot.com


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 Ranga Siriwardena
 Software Engineer
 WSO2 Inc.

 Blog: http://rangasiriwardena.blogspot.com/




-- 
Ranga Siriwardena
Software Engineer
WSO2 Inc.

Blog: http://rangasiriwardena.blogspot.com/
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] WSO2 Carbon Trunk Continuous Build has FAILED

2011-07-12 Thread Manjula Rathnayake
Hi,

These two issues are fixed.

Thank you.

On Tue, Jul 12, 2011 at 4:33 PM, WSO2 Carbon Trunk Builder (US2) 
cbuil...@wso2.org wrote:

 Repository Root: https://svn.wso2.org/repos/wso2
 Repository UUID: a5903396-d722-0410-b921-86c7d4935375
 Revision: 109996
 Node Kind: directory
 Schedule: normal
 Last Changed Author: buddhikac
 Last Changed Rev: 109995
 Last Changed Date: 2011-07-12 04:25:36 -0400 (Tue, 12 Jul 2011) [INFO]
 [clean:clean {execution: default-clean}]
 [INFO] Deleting
 /home/carbontrunk/carbon/components/bam-data-publishers/org.wso2.carbon.bam.data.publisher.activity.mediation/target
 [INFO] [incremental-build:incremental-build {execution: default}]
 [INFO] Verifying module descriptor ...
 [INFO] Pom descriptor modification detected.
 [INFO] Deleting
 /home/carbontrunk/carbon/components/bam-data-publishers/org.wso2.carbon.bam.data.publisher.activity.mediation/target
 [INFO] [clean:clean {execution: auto-clean}]
 [INFO] Deleting
 /home/carbontrunk/carbon/components/bam-data-publishers/org.wso2.carbon.bam.data.publisher.activity.mediation/target
 [INFO] [resources:resources {execution: default-resources}]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] Copying 1 resource
 [INFO] [compiler:compile {execution: default-compile}]
 [INFO] Compiling 17 source files to
 /home/carbontrunk/carbon/components/bam-data-publishers/org.wso2.carbon.bam.data.publisher.activity.mediation/target/classes
 [INFO] [scr:scr {execution: generate-scr-scrdescriptor}]
 [INFO] Generating 2 MetaType Descriptors to
 /home/carbontrunk/carbon/components/bam-data-publishers/org.wso2.carbon.bam.data.publisher.activity.mediation/target/scr-plugin-generated/OSGI-INF/metatype/metatype.xml
 [INFO] Writing abstract service descriptor
 /home/carbontrunk/carbon/components/bam-data-publishers/org.wso2.carbon.bam.data.publisher.activity.mediation/target/scr-plugin-generated/OSGI-INF/scr-plugin/scrinfo.xml
 with 1 entries.
 [INFO] Generating 1 Service Component Descriptors to
 /home/carbontrunk/carbon/components/bam-data-publishers/org.wso2.carbon.bam.data.publisher.activity.mediation/target/scr-plugin-generated/OSGI-INF/serviceComponents.xml
 [INFO] [resources:testResources {execution: default-testResources}]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] skip non existing resourceDirectory
 /home/carbontrunk/carbon/components/bam-data-publishers/org.wso2.carbon.bam.data.publisher.activity.mediation/src/test/resources
 [INFO] [compiler:testCompile {execution: default-testCompile}]
 [INFO] Compiling 6 source files to
 /home/carbontrunk/carbon/components/bam-data-publishers/org.wso2.carbon.bam.data.publisher.activity.mediation/target/test-classes
 [INFO] -
 [ERROR] COMPILATION ERROR :
 [INFO] -
 [ERROR]
 /home/carbontrunk/carbon/components/bam-data-publishers/org.wso2.carbon.bam.data.publisher.activity.mediation/src/test/java/org/wso2/carbon/bam/data/publisher/activity/mediation/eventing/TestEventBrokerService.java:[30,7]
 org.wso2.carbon.bam.data.publisher.activity.mediation.eventing.TestEventBrokerService
 is not abstract and does not override abstract method initializeTenant() in
 org.wso2.carbon.event.core.EventBroker

 [INFO] 1error
 [INFO] -
 [INFO]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] Compilation failure
 /home/carbontrunk/carbon/components/bam-data-publishers/org.wso2.carbon.bam.data.publisher.activity.mediation/src/test/java/org/wso2/carbon/bam/data/publisher/activity/mediation/eventing/TestEventBrokerService.java:[30,7]
 org.wso2.carbon.bam.data.publisher.activity.mediation.eventing.TestEventBrokerService
 is not abstract and does not override abstract method initializeTenant() in
 org.wso2.carbon.event.core.EventBroker


 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 148 minutes 59 seconds
 [INFO] Finished at: Tue Jul 12 07:03:13 EDT 2011
 [INFO] Final Memory: 1395M/1871M
 [INFO]
 
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




-- 
Manjula Rathnayaka
Software Engineer
WSO2, Inc.
Mobile:+94 77 743 1987
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] WSO2 Carbon Trunk Continuous Build has FAILED

2011-07-12 Thread Manjula Rathnayake
Hi melan,

Please start a build in a clean repo since this issue is intermittent.

Thank you.

On Tue, Jul 12, 2011 at 6:29 PM, Manjula Rathnayake manju...@wso2.comwrote:

 Hi,

 These two issues are fixed.

 Thank you.


 On Tue, Jul 12, 2011 at 4:33 PM, WSO2 Carbon Trunk Builder (US2) 
 cbuil...@wso2.org wrote:

 Repository Root: https://svn.wso2.org/repos/wso2
 Repository UUID: a5903396-d722-0410-b921-86c7d4935375
 Revision: 109996
 Node Kind: directory
 Schedule: normal
 Last Changed Author: buddhikac
 Last Changed Rev: 109995
 Last Changed Date: 2011-07-12 04:25:36 -0400 (Tue, 12 Jul 2011) [INFO]
 [clean:clean {execution: default-clean}]
 [INFO] Deleting
 /home/carbontrunk/carbon/components/bam-data-publishers/org.wso2.carbon.bam.data.publisher.activity.mediation/target
 [INFO] [incremental-build:incremental-build {execution: default}]
 [INFO] Verifying module descriptor ...
 [INFO] Pom descriptor modification detected.
 [INFO] Deleting
 /home/carbontrunk/carbon/components/bam-data-publishers/org.wso2.carbon.bam.data.publisher.activity.mediation/target
 [INFO] [clean:clean {execution: auto-clean}]
 [INFO] Deleting
 /home/carbontrunk/carbon/components/bam-data-publishers/org.wso2.carbon.bam.data.publisher.activity.mediation/target
 [INFO] [resources:resources {execution: default-resources}]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] Copying 1 resource
 [INFO] [compiler:compile {execution: default-compile}]
 [INFO] Compiling 17 source files to
 /home/carbontrunk/carbon/components/bam-data-publishers/org.wso2.carbon.bam.data.publisher.activity.mediation/target/classes
 [INFO] [scr:scr {execution: generate-scr-scrdescriptor}]
 [INFO] Generating 2 MetaType Descriptors to
 /home/carbontrunk/carbon/components/bam-data-publishers/org.wso2.carbon.bam.data.publisher.activity.mediation/target/scr-plugin-generated/OSGI-INF/metatype/metatype.xml
 [INFO] Writing abstract service descriptor
 /home/carbontrunk/carbon/components/bam-data-publishers/org.wso2.carbon.bam.data.publisher.activity.mediation/target/scr-plugin-generated/OSGI-INF/scr-plugin/scrinfo.xml
 with 1 entries.
 [INFO] Generating 1 Service Component Descriptors to
 /home/carbontrunk/carbon/components/bam-data-publishers/org.wso2.carbon.bam.data.publisher.activity.mediation/target/scr-plugin-generated/OSGI-INF/serviceComponents.xml
 [INFO] [resources:testResources {execution: default-testResources}]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] skip non existing resourceDirectory
 /home/carbontrunk/carbon/components/bam-data-publishers/org.wso2.carbon.bam.data.publisher.activity.mediation/src/test/resources
 [INFO] [compiler:testCompile {execution: default-testCompile}]
 [INFO] Compiling 6 source files to
 /home/carbontrunk/carbon/components/bam-data-publishers/org.wso2.carbon.bam.data.publisher.activity.mediation/target/test-classes
 [INFO] -
 [ERROR] COMPILATION ERROR :
 [INFO] -
 [ERROR]
 /home/carbontrunk/carbon/components/bam-data-publishers/org.wso2.carbon.bam.data.publisher.activity.mediation/src/test/java/org/wso2/carbon/bam/data/publisher/activity/mediation/eventing/TestEventBrokerService.java:[30,7]
 org.wso2.carbon.bam.data.publisher.activity.mediation.eventing.TestEventBrokerService
 is not abstract and does not override abstract method initializeTenant() in
 org.wso2.carbon.event.core.EventBroker

 [INFO] 1error
 [INFO] -
 [INFO]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] Compilation failure
 /home/carbontrunk/carbon/components/bam-data-publishers/org.wso2.carbon.bam.data.publisher.activity.mediation/src/test/java/org/wso2/carbon/bam/data/publisher/activity/mediation/eventing/TestEventBrokerService.java:[30,7]
 org.wso2.carbon.bam.data.publisher.activity.mediation.eventing.TestEventBrokerService
 is not abstract and does not override abstract method initializeTenant() in
 org.wso2.carbon.event.core.EventBroker


 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 148 minutes 59 seconds
 [INFO] Finished at: Tue Jul 12 07:03:13 EDT 2011
 [INFO] Final Memory: 1395M/1871M
 [INFO]
 
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 Manjula Rathnayaka
 Software Engineer
 WSO2, Inc.
 Mobile:+94 77 743 1987




-- 
Manjula Rathnayaka
Software Engineer
WSO2, Inc.
Mobile:+94 77 743 1987

Re: [Carbon-dev] WSO2 Carbon Trunk Continuous Build has FAILED

2011-07-12 Thread Melan Nimesh
On Tue, Jul 12, 2011 at 7:09 PM, Manjula Rathnayake manju...@wso2.comwrote:

 Hi melan,

 Please start a build in a clean repo since this issue is intermittent.

 Hi,

triggered new build with clean repo.

Thanks
--Melan


 Thank you.

 On Tue, Jul 12, 2011 at 6:29 PM, Manjula Rathnayake manju...@wso2.comwrote:

 Hi,

 These two issues are fixed.

 Thank you.


 On Tue, Jul 12, 2011 at 4:33 PM, WSO2 Carbon Trunk Builder (US2) 
 cbuil...@wso2.org wrote:

 Repository Root: https://svn.wso2.org/repos/wso2
 Repository UUID: a5903396-d722-0410-b921-86c7d4935375
 Revision: 109996
 Node Kind: directory
 Schedule: normal
 Last Changed Author: buddhikac
 Last Changed Rev: 109995
 Last Changed Date: 2011-07-12 04:25:36 -0400 (Tue, 12 Jul 2011) [INFO]
 [clean:clean {execution: default-clean}]
 [INFO] Deleting
 /home/carbontrunk/carbon/components/bam-data-publishers/org.wso2.carbon.bam.data.publisher.activity.mediation/target
 [INFO] [incremental-build:incremental-build {execution: default}]
 [INFO] Verifying module descriptor ...
 [INFO] Pom descriptor modification detected.
 [INFO] Deleting
 /home/carbontrunk/carbon/components/bam-data-publishers/org.wso2.carbon.bam.data.publisher.activity.mediation/target
 [INFO] [clean:clean {execution: auto-clean}]
 [INFO] Deleting
 /home/carbontrunk/carbon/components/bam-data-publishers/org.wso2.carbon.bam.data.publisher.activity.mediation/target
 [INFO] [resources:resources {execution: default-resources}]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] Copying 1 resource
 [INFO] [compiler:compile {execution: default-compile}]
 [INFO] Compiling 17 source files to
 /home/carbontrunk/carbon/components/bam-data-publishers/org.wso2.carbon.bam.data.publisher.activity.mediation/target/classes
 [INFO] [scr:scr {execution: generate-scr-scrdescriptor}]
 [INFO] Generating 2 MetaType Descriptors to
 /home/carbontrunk/carbon/components/bam-data-publishers/org.wso2.carbon.bam.data.publisher.activity.mediation/target/scr-plugin-generated/OSGI-INF/metatype/metatype.xml
 [INFO] Writing abstract service descriptor
 /home/carbontrunk/carbon/components/bam-data-publishers/org.wso2.carbon.bam.data.publisher.activity.mediation/target/scr-plugin-generated/OSGI-INF/scr-plugin/scrinfo.xml
 with 1 entries.
 [INFO] Generating 1 Service Component Descriptors to
 /home/carbontrunk/carbon/components/bam-data-publishers/org.wso2.carbon.bam.data.publisher.activity.mediation/target/scr-plugin-generated/OSGI-INF/serviceComponents.xml
 [INFO] [resources:testResources {execution: default-testResources}]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] skip non existing resourceDirectory
 /home/carbontrunk/carbon/components/bam-data-publishers/org.wso2.carbon.bam.data.publisher.activity.mediation/src/test/resources
 [INFO] [compiler:testCompile {execution: default-testCompile}]
 [INFO] Compiling 6 source files to
 /home/carbontrunk/carbon/components/bam-data-publishers/org.wso2.carbon.bam.data.publisher.activity.mediation/target/test-classes
 [INFO] -
 [ERROR] COMPILATION ERROR :
 [INFO] -
 [ERROR]
 /home/carbontrunk/carbon/components/bam-data-publishers/org.wso2.carbon.bam.data.publisher.activity.mediation/src/test/java/org/wso2/carbon/bam/data/publisher/activity/mediation/eventing/TestEventBrokerService.java:[30,7]
 org.wso2.carbon.bam.data.publisher.activity.mediation.eventing.TestEventBrokerService
 is not abstract and does not override abstract method initializeTenant() in
 org.wso2.carbon.event.core.EventBroker

 [INFO] 1error
 [INFO] -
 [INFO]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] Compilation failure
 /home/carbontrunk/carbon/components/bam-data-publishers/org.wso2.carbon.bam.data.publisher.activity.mediation/src/test/java/org/wso2/carbon/bam/data/publisher/activity/mediation/eventing/TestEventBrokerService.java:[30,7]
 org.wso2.carbon.bam.data.publisher.activity.mediation.eventing.TestEventBrokerService
 is not abstract and does not override abstract method initializeTenant() in
 org.wso2.carbon.event.core.EventBroker


 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 148 minutes 59 seconds
 [INFO] Finished at: Tue Jul 12 07:03:13 EDT 2011
 [INFO] Final Memory: 1395M/1871M
 [INFO]
 
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 Manjula Rathnayaka
 Software Engineer
 WSO2, 

Re: [Carbon-dev] WSO2 Carbon Trunk Continuous Build has FAILED

2011-07-04 Thread Denis Weerasiri
On Tue, Jul 5, 2011 at 9:27 AM, WSO2 Carbon Trunk Builder (US2) 
cbuil...@wso2.org wrote:

 Repository Root: https://svn.wso2.org/repos/wso2
 Repository UUID: a5903396-d722-0410-b921-86c7d4935375
 Revision: 109015
 Node Kind: directory
 Schedule: normal
 Last Changed Author: senaka
 Last Changed Rev: 109012
 Last Changed Date: 2011-07-04 15:48:23 -0400 (Mon, 04 Jul 2011)
 ---
  T E S T S
 ---
 Running org.apache.axis2.description.Java2WSDLTest
 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.291 sec

 Results :

 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

 [INFO] [antrun:run {execution: default}]
 [INFO] Executing tasks
 [echo] Generating p2n.wsdl
 [java] log4j:WARN No appenders could be found for logger
 (org.apache.axis2.util.Loader).
 [java] log4j:WARN Please initialize the log4j system properly.
 [java] Exception in thread main java.lang.NoClassDefFoundError:
 org/apache/ws/commons/schema/XmlSchemaObject
 [java] at
 org.apache.ws.java2wsdl.Java2WSDLBuilder.resolveSchemaGen(Java2WSDLBuilder.java:436)
 [java] at
 org.apache.ws.java2wsdl.Java2WSDLBuilder.generateWSDL(Java2WSDLBuilder.java:229)
 [java] at
 org.apache.ws.java2wsdl.Java2WSDLCodegenEngine.generate(Java2WSDLCodegenEngine.java:60)
 [java] at org.apache.ws.java2wsdl.Java2WSDL.main(Java2WSDL.java:36)
 [java] Caused by: java.lang.ClassNotFoundException:
 org.apache.ws.commons.schema.XmlSchemaObject

Hi Melan,
Can you try adding these classes to class-path?
Do we need to add this to antrun class-path explicitly?

 [java] at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
 [java] at java.security.AccessController.doPrivileged(Native
 Method)
 [java] at
 java.net.URLClassLoader.findClass(URLClassLoader.java:190)
 [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
 [java] at
 sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
 [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
 [java] ... 4 more
 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO] An Ant BuildException has occured: Java returned: 1

 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 11 minutes 37 seconds
 [INFO] Finished at: Mon Jul 04 23:57:34 EDT 2011
 [INFO] Final Memory: 699M/1498M
 [INFO]
 
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com* http://wso2.com/*
blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev