[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107172
Node Kind: directory
Schedule: normal
Last Changed Author: rajika
Last Changed Rev: 107171
Last Changed Date: 2011-06-04 14:57:55 -0400 (Sat, 04 Jun 2011) 247  
ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running on 
type "class org.apache.ode.dao.jpa.CorrelatorDAOImpl" with action "buildSchema".
732  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.DeploymentUnitDaoImpl" with action 
"buildSchema".
765  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.EventDAOImpl" with action "buildSchema".
797  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageRouteDAOImpl" with action 
"buildSchema".
797  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageDAOImpl" with action "buildSchema".
797  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.CorrelationSetDAOImpl" with action 
"buildSchema".
797  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ScopeDAOImpl" with action "buildSchema".
797  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.VersionTrackerDAOImpl" with action 
"buildSchema".
804  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfPropertyDaoImpl" with action 
"buildSchema".
804  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfDaoImpl" with action 
"buildSchema".
804  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessDAOImpl" with action "buildSchema".
805  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.FaultDAOImpl" with action "buildSchema".
805  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.XmlDataDAOImpl" with action "buildSchema".
805  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessInstanceDAOImpl" with action 
"buildSchema".
805  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ActivityRecoveryDAOImpl" with action 
"buildSchema".
805  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.PartnerLinkDAOImpl" with action 
"buildSchema".
805  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageExchangeDAOImpl" with action 
"buildSchema".
805  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Recording mapping and 
schema changes.
 [echo] Done.
 [echo] =
[INFO] Executed tasks
[INFO] [antrun:run {execution: create-h2-database}]
[INFO] Executing tasks
 [echo] ### Create H2 Database ##
  [sql] Executing file: 
/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/h2.sql
  [sql] 55 of 55 SQL statements executed successfully
 [echo] # END 
[INFO] Executed tasks
[INFO] [sql:execute {execution: create-derby-db}]
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Java exception: 'out of space in CodeCache for adapters: 
java.lang.VirtualMachineError'.

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 9 minutes 51 seconds
[INFO] Finished at: Sat Jun 04 21:53:11 EDT 2011
[INFO] Final Memory: 1130M/1891M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Determining product + product version + carbon version

2011-06-04 Thread Saminda Wijeratne
On Sun, Jun 5, 2011 at 11:51 AM, Senaka Fernando  wrote:

>
>
> On Sun, Jun 5, 2011 at 11:43 AM, Saminda Wijeratne wrote:
>
>> Thanks Senaka, you suggestions for #1 are really useful.
>>
>> For #2 we'll be a 3rd party application (aka. an eclipse plugin ;)). Thus
>> ServerConfiguration is not accessible to us, unless it is exposed as an
>> admin service. is it?
>>
>
> Don't you make use of the carbon.base bundle in Eclipse? If you do, its a
> matter of providing the location to the carbon.xml file and initializing the
> ServerConfiguration. Also, ServerConfiguration is a singleton, and,
> re-initializations should be done forcefully.
>
The running instance is a remote instance. eg: stratos instance.

Saminda

>
> Thanks,
> Senaka.
>
> Saminda
>>
>>
>> On Sun, Jun 5, 2011 at 11:15 AM, Senaka Fernando  wrote:
>>
>>>
>>>
>>> On Sun, Jun 5, 2011 at 11:12 AM, Senaka Fernando wrote:
>>>


 On Sun, Jun 5, 2011 at 11:05 AM, Saminda Wijeratne 
 wrote:

> I have 2 scenarios which I want to identify the product, its version &
> its associated carbon version.
>
>1. Given a product binary distribution
>2. Given a running product instance (say we have the url +
>credentials)
>
> How to accomplish this?
>

 Product name/version is on the carbon.xml, and can be read for #1, and
 programmatically accessed through the ServerConfiguration for #2.

 Carbon version is on $CARBON_HOME/bin/wso2carbon-version.txt and can be
 read for #1, and programmatically accessed by reading the file, and parsing
 the string, and removing everything infront of the last "v". AFAIU, I think
 the following regular expression should match it (apologies if it was 
 wrong,
 but I hope you got the point): ^.*v[1-9]+[.]d+[.]d+$

>>>
>>> Correction: ^.*(v[1-9]+[.]d+[.]d+)$
>>>
>>> Thanks,
>>> Senaka.
>>>

 Thanks,
 Senaka.

>
> Thanks,
> Saminda
>
> ___
> 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


>>>
>>>
>>> --
>>> *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
>>>
>>>
>>
>> ___
>> 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
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107171
Node Kind: directory
Schedule: normal
Last Changed Author: rajika
Last Changed Rev: 107171
Last Changed Date: 2011-06-04 14:57:55 -0400 (Sat, 04 Jun 2011) [INFO] Using 
encoding: 'UTF-8' to copy filtered resources.
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [bundle:bundle {execution: default-bundle}]
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Did not find 
matching referal for !javax.xml.namespace
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Importing 
packages that are never refered to by any class on the 
Bundle-Classpath[Jar:dot]: [javax.xml.namespace]
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/migrator/target/synapse-config-migrator-2.1.0-wso2v2.jar
 to 
/home/carbontrunk/.m2/repository/org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/home/carbontrunk/.m2/repository/repository.xml
[INFO] Installing 
org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] Building Apache Synapse - Distribution
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [assembly:single {execution: distribution-package}]
[INFO] Reading assembly descriptor: src/main/assembly/bin.xml
[INFO] Processing DependencySet (output=synapse-${synapse.version}/lib)
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create assembly: Failed to retrieve OS environment variables. 
Reason: Cannot run program "env": java.io.IOException: error=24, Too many open 
files

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 7 minutes 6 seconds
[INFO] Finished at: Sat Jun 04 21:36:25 EDT 2011
[INFO] Final Memory: 1007M/1820M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107171
Node Kind: directory
Schedule: normal
Last Changed Author: rajika
Last Changed Rev: 107171
Last Changed Date: 2011-06-04 14:57:55 -0400 (Sat, 04 Jun 2011) [INFO] Using 
encoding: 'UTF-8' to copy filtered resources.
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [bundle:bundle {execution: default-bundle}]
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Did not find 
matching referal for !javax.xml.namespace
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Importing 
packages that are never refered to by any class on the 
Bundle-Classpath[Jar:dot]: [javax.xml.namespace]
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/migrator/target/synapse-config-migrator-2.1.0-wso2v2.jar
 to 
/home/carbontrunk/.m2/repository/org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/home/carbontrunk/.m2/repository/repository.xml
[INFO] Installing 
org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] Building Apache Synapse - Distribution
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [assembly:single {execution: distribution-package}]
[INFO] Reading assembly descriptor: src/main/assembly/bin.xml
[INFO] Processing DependencySet (output=synapse-${synapse.version}/lib)
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create assembly: Failed to retrieve OS environment variables. 
Reason: Cannot run program "env": java.io.IOException: error=24, Too many open 
files

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 7 minutes 
[INFO] Finished at: Sat Jun 04 21:23:42 EDT 2011
[INFO] Final Memory: 1038M/1820M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Determining product + product version + carbon version

2011-06-04 Thread Senaka Fernando
On Sun, Jun 5, 2011 at 11:43 AM, Saminda Wijeratne wrote:

> Thanks Senaka, you suggestions for #1 are really useful.
>
> For #2 we'll be a 3rd party application (aka. an eclipse plugin ;)). Thus
> ServerConfiguration is not accessible to us, unless it is exposed as an
> admin service. is it?
>

Don't you make use of the carbon.base bundle in Eclipse? If you do, its a
matter of providing the location to the carbon.xml file and initializing the
ServerConfiguration. Also, ServerConfiguration is a singleton, and,
re-initializations should be done forcefully.

Thanks,
Senaka.

Saminda
>
>
> On Sun, Jun 5, 2011 at 11:15 AM, Senaka Fernando  wrote:
>
>>
>>
>> On Sun, Jun 5, 2011 at 11:12 AM, Senaka Fernando  wrote:
>>
>>>
>>>
>>> On Sun, Jun 5, 2011 at 11:05 AM, Saminda Wijeratne wrote:
>>>
 I have 2 scenarios which I want to identify the product, its version &
 its associated carbon version.

1. Given a product binary distribution
2. Given a running product instance (say we have the url +
credentials)

 How to accomplish this?

>>>
>>> Product name/version is on the carbon.xml, and can be read for #1, and
>>> programmatically accessed through the ServerConfiguration for #2.
>>>
>>> Carbon version is on $CARBON_HOME/bin/wso2carbon-version.txt and can be
>>> read for #1, and programmatically accessed by reading the file, and parsing
>>> the string, and removing everything infront of the last "v". AFAIU, I think
>>> the following regular expression should match it (apologies if it was wrong,
>>> but I hope you got the point): ^.*v[1-9]+[.]d+[.]d+$
>>>
>>
>> Correction: ^.*(v[1-9]+[.]d+[.]d+)$
>>
>> Thanks,
>> Senaka.
>>
>>>
>>> Thanks,
>>> Senaka.
>>>

 Thanks,
 Saminda

 ___
 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
>>>
>>>
>>
>>
>> --
>> *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
>>
>>
>
> ___
> 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


[Carbon-dev] Maximum value for offset in carbon.xml

2011-06-04 Thread Senaka Fernando
Hi all,

What's $subject? Do we have such a restriction, or does it vary depending on
how far apart we pick the port ranges?

Thanks,
Senaka.

-- 
*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] Determining product + product version + carbon version

2011-06-04 Thread Saminda Wijeratne
Thanks Senaka, you suggestions for #1 are really useful.

For #2 we'll be a 3rd party application (aka. an eclipse plugin ;)). Thus
ServerConfiguration is not accessible to us, unless it is exposed as an
admin service. is it?

Saminda

On Sun, Jun 5, 2011 at 11:15 AM, Senaka Fernando  wrote:

>
>
> On Sun, Jun 5, 2011 at 11:12 AM, Senaka Fernando  wrote:
>
>>
>>
>> On Sun, Jun 5, 2011 at 11:05 AM, Saminda Wijeratne wrote:
>>
>>> I have 2 scenarios which I want to identify the product, its version &
>>> its associated carbon version.
>>>
>>>1. Given a product binary distribution
>>>2. Given a running product instance (say we have the url +
>>>credentials)
>>>
>>> How to accomplish this?
>>>
>>
>> Product name/version is on the carbon.xml, and can be read for #1, and
>> programmatically accessed through the ServerConfiguration for #2.
>>
>> Carbon version is on $CARBON_HOME/bin/wso2carbon-version.txt and can be
>> read for #1, and programmatically accessed by reading the file, and parsing
>> the string, and removing everything infront of the last "v". AFAIU, I think
>> the following regular expression should match it (apologies if it was wrong,
>> but I hope you got the point): ^.*v[1-9]+[.]d+[.]d+$
>>
>
> Correction: ^.*(v[1-9]+[.]d+[.]d+)$
>
> Thanks,
> Senaka.
>
>>
>> Thanks,
>> Senaka.
>>
>>>
>>> Thanks,
>>> Saminda
>>>
>>> ___
>>> 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
>>
>>
>
>
> --
> *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
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107171
Node Kind: directory
Schedule: normal
Last Changed Author: rajika
Last Changed Rev: 107171
Last Changed Date: 2011-06-04 14:57:55 -0400 (Sat, 04 Jun 2011) [INFO] 
[compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [bundle:bundle {execution: default-bundle}]
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Did not find 
matching referal for !javax.xml.namespace
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Importing 
packages that are never refered to by any class on the 
Bundle-Classpath[Jar:dot]: [javax.xml.namespace]
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/migrator/target/synapse-config-migrator-2.1.0-wso2v2.jar
 to 
/home/carbontrunk/.m2/repository/org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/home/carbontrunk/.m2/repository/repository.xml
[INFO] Installing 
org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] Building Apache Synapse - Distribution
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [assembly:single {execution: distribution-package}]
[INFO] Reading assembly descriptor: src/main/assembly/bin.xml
[INFO] Processing DependencySet (output=synapse-${synapse.version}/lib)
[INFO] Processing DependencySet (output=synapse-${synapse.version}/lib/patches)
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create assembly: Failed to retrieve OS environment variables. 
Reason: Cannot run program "env": java.io.IOException: error=24, Too many open 
files

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 6 minutes 57 seconds
[INFO] Finished at: Sat Jun 04 21:10:55 EDT 2011
[INFO] Final Memory: 1038M/1598M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107171
Node Kind: directory
Schedule: normal
Last Changed Author: rajika
Last Changed Rev: 107171
Last Changed Date: 2011-06-04 14:57:55 -0400 (Sat, 04 Jun 2011) 246  
ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running on 
type "class org.apache.ode.dao.jpa.CorrelatorDAOImpl" with action "buildSchema".
729  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.DeploymentUnitDaoImpl" with action 
"buildSchema".
762  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.EventDAOImpl" with action "buildSchema".
794  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageRouteDAOImpl" with action 
"buildSchema".
794  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageDAOImpl" with action "buildSchema".
794  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.CorrelationSetDAOImpl" with action 
"buildSchema".
794  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ScopeDAOImpl" with action "buildSchema".
794  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.VersionTrackerDAOImpl" with action 
"buildSchema".
801  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfPropertyDaoImpl" with action 
"buildSchema".
801  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfDaoImpl" with action 
"buildSchema".
801  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessDAOImpl" with action "buildSchema".
801  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.FaultDAOImpl" with action "buildSchema".
802  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.XmlDataDAOImpl" with action "buildSchema".
802  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessInstanceDAOImpl" with action 
"buildSchema".
802  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ActivityRecoveryDAOImpl" with action 
"buildSchema".
802  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.PartnerLinkDAOImpl" with action 
"buildSchema".
802  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageExchangeDAOImpl" with action 
"buildSchema".
802  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Recording mapping and 
schema changes.
 [echo] Done.
 [echo] =
[INFO] Executed tasks
[INFO] [antrun:run {execution: create-h2-database}]
[INFO] Executing tasks
 [echo] ### Create H2 Database ##
  [sql] Executing file: 
/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/h2.sql
  [sql] 55 of 55 SQL statements executed successfully
 [echo] # END 
[INFO] Executed tasks
[INFO] [sql:execute {execution: create-derby-db}]
[INFO] 
[ERROR] FATAL ERROR
[INFO] 
[INFO] out of space in CodeCache for adapters
[INFO] 
[INFO] Trace
java.lang.VirtualMachineError: out of space in CodeCache for adapters
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:169)
at 
org.apache.derby.impl.services.monitor.BaseMonitor.getImplementations(Unknown 
Source)
at 
org.apache.derby.impl.services.monitor.BaseMonitor.getDefaultImplementations(Unknown
 Source)
at 
org.apache.derby.impl.services.monitor.BaseMonitor.runWithState(Unknown Source)
at org.apache.derby.impl.services.monitor.FileMonitor.(Unknown 
Source)
at org.apache.derby.iapi.services.monitor.Monitor.startMonitor(Unknown 
Source)
at org.apache.derby.iapi.jdbc.JDBCBoot.boot(Unknown Source)
at org.apache.derby.jdbc.EmbeddedDriver.boot(Unknown Source)
at org.apache.derby.jdbc.EmbeddedDriver.(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:169)
at org.codehaus.mojo.sql.Sq

Re: [Carbon-dev] Determining product + product version + carbon version

2011-06-04 Thread Senaka Fernando
On Sun, Jun 5, 2011 at 11:12 AM, Senaka Fernando  wrote:

>
>
> On Sun, Jun 5, 2011 at 11:05 AM, Saminda Wijeratne wrote:
>
>> I have 2 scenarios which I want to identify the product, its version & its
>> associated carbon version.
>>
>>1. Given a product binary distribution
>>2. Given a running product instance (say we have the url +
>>credentials)
>>
>> How to accomplish this?
>>
>
> Product name/version is on the carbon.xml, and can be read for #1, and
> programmatically accessed through the ServerConfiguration for #2.
>
> Carbon version is on $CARBON_HOME/bin/wso2carbon-version.txt and can be
> read for #1, and programmatically accessed by reading the file, and parsing
> the string, and removing everything infront of the last "v". AFAIU, I think
> the following regular expression should match it (apologies if it was wrong,
> but I hope you got the point): ^.*v[1-9]+[.]d+[.]d+$
>

Correction: ^.*(v[1-9]+[.]d+[.]d+)$

Thanks,
Senaka.

>
> Thanks,
> Senaka.
>
>>
>> Thanks,
>> Saminda
>>
>> ___
>> 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
>
>


-- 
*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


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107171
Node Kind: directory
Schedule: normal
Last Changed Author: rajika
Last Changed Rev: 107171
Last Changed Date: 2011-06-04 14:57:55 -0400 (Sat, 04 Jun 2011) 247  
ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running on 
type "class org.apache.ode.dao.jpa.CorrelatorDAOImpl" with action "buildSchema".
732  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.DeploymentUnitDaoImpl" with action 
"buildSchema".
765  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.EventDAOImpl" with action "buildSchema".
797  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageRouteDAOImpl" with action 
"buildSchema".
797  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageDAOImpl" with action "buildSchema".
797  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.CorrelationSetDAOImpl" with action 
"buildSchema".
797  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ScopeDAOImpl" with action "buildSchema".
797  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.VersionTrackerDAOImpl" with action 
"buildSchema".
806  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfPropertyDaoImpl" with action 
"buildSchema".
806  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfDaoImpl" with action 
"buildSchema".
806  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessDAOImpl" with action "buildSchema".
807  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.FaultDAOImpl" with action "buildSchema".
807  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.XmlDataDAOImpl" with action "buildSchema".
807  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessInstanceDAOImpl" with action 
"buildSchema".
807  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ActivityRecoveryDAOImpl" with action 
"buildSchema".
807  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.PartnerLinkDAOImpl" with action 
"buildSchema".
807  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageExchangeDAOImpl" with action 
"buildSchema".
807  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Recording mapping and 
schema changes.
 [echo] Done.
 [echo] =
[INFO] Executed tasks
[INFO] [antrun:run {execution: create-h2-database}]
[INFO] Executing tasks
 [echo] ### Create H2 Database ##
  [sql] Executing file: 
/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/h2.sql
  [sql] 55 of 55 SQL statements executed successfully
 [echo] # END 
[INFO] Executed tasks
[INFO] [sql:execute {execution: create-derby-db}]
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create database 
'/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/derby/jpadb',
 see the next exception for details.

out of space in CodeCache for adapters
[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 10 minutes 
[INFO] Finished at: Sat Jun 04 20:42:49 EDT 2011
[INFO] Final Memory: 1131M/1741M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Determining product + product version + carbon version

2011-06-04 Thread Senaka Fernando
On Sun, Jun 5, 2011 at 11:05 AM, Saminda Wijeratne wrote:

> I have 2 scenarios which I want to identify the product, its version & its
> associated carbon version.
>
>1. Given a product binary distribution
>2. Given a running product instance (say we have the url + credentials)
>
> How to accomplish this?
>

Product name/version is on the carbon.xml, and can be read for #1, and
programmatically accessed through the ServerConfiguration for #2.

Carbon version is on $CARBON_HOME/bin/wso2carbon-version.txt and can be read
for #1, and programmatically accessed by reading the file, and parsing the
string, and removing everything infront of the last "v". AFAIU, I think the
following regular expression should match it (apologies if it was wrong, but
I hope you got the point): ^.*v[1-9]+[.]d+[.]d+$

Thanks,
Senaka.

>
> Thanks,
> Saminda
>
> ___
> 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] Determining product + product version + carbon version

2011-06-04 Thread Saminda Wijeratne
For 1 we could use carbon.xml to determine product & product version but it
does not include the carbon version. Any way to figure this out other than
keeping an internal map?

Saminda

On Sun, Jun 5, 2011 at 11:05 AM, Saminda Wijeratne wrote:

> I have 2 scenarios which I want to identify the product, its version & its
> associated carbon version.
>
>1. Given a product binary distribution
>2. Given a running product instance (say we have the url + credentials)
>
> How to accomplish this?
>
> Thanks,
> Saminda
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Determining product + product version + carbon version

2011-06-04 Thread Saminda Wijeratne
I have 2 scenarios which I want to identify the product, its version & its
associated carbon version.

   1. Given a product binary distribution
   2. Given a running product instance (say we have the url + credentials)

How to accomplish this?

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


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107171
Node Kind: directory
Schedule: normal
Last Changed Author: rajika
Last Changed Rev: 107171
Last Changed Date: 2011-06-04 14:57:55 -0400 (Sat, 04 Jun 2011) [INFO] Using 
encoding: 'UTF-8' to copy filtered resources.
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [bundle:bundle {execution: default-bundle}]
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Did not find 
matching referal for !javax.xml.namespace
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Importing 
packages that are never refered to by any class on the 
Bundle-Classpath[Jar:dot]: [javax.xml.namespace]
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/migrator/target/synapse-config-migrator-2.1.0-wso2v2.jar
 to 
/home/carbontrunk/.m2/repository/org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/home/carbontrunk/.m2/repository/repository.xml
[INFO] Installing 
org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] Building Apache Synapse - Distribution
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [assembly:single {execution: distribution-package}]
[INFO] Reading assembly descriptor: src/main/assembly/bin.xml
[INFO] Processing DependencySet (output=synapse-${synapse.version}/lib)
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create assembly: Failed to retrieve OS environment variables. 
Reason: Cannot run program "env": java.io.IOException: error=24, Too many open 
files

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 7 minutes 11 seconds
[INFO] Finished at: Sat Jun 04 20:27:10 EDT 2011
[INFO] Final Memory: 998M/1820M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107171
Node Kind: directory
Schedule: normal
Last Changed Author: rajika
Last Changed Rev: 107171
Last Changed Date: 2011-06-04 14:57:55 -0400 (Sat, 04 Jun 2011) 247  
ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running on 
type "class org.apache.ode.dao.jpa.CorrelatorDAOImpl" with action "buildSchema".
732  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.DeploymentUnitDaoImpl" with action 
"buildSchema".
765  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.EventDAOImpl" with action "buildSchema".
797  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageRouteDAOImpl" with action 
"buildSchema".
797  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageDAOImpl" with action "buildSchema".
797  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.CorrelationSetDAOImpl" with action 
"buildSchema".
797  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ScopeDAOImpl" with action "buildSchema".
797  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.VersionTrackerDAOImpl" with action 
"buildSchema".
804  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfPropertyDaoImpl" with action 
"buildSchema".
804  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfDaoImpl" with action 
"buildSchema".
804  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessDAOImpl" with action "buildSchema".
804  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.FaultDAOImpl" with action "buildSchema".
804  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.XmlDataDAOImpl" with action "buildSchema".
804  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessInstanceDAOImpl" with action 
"buildSchema".
804  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ActivityRecoveryDAOImpl" with action 
"buildSchema".
804  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.PartnerLinkDAOImpl" with action 
"buildSchema".
805  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageExchangeDAOImpl" with action 
"buildSchema".
805  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Recording mapping and 
schema changes.
 [echo] Done.
 [echo] =
[INFO] Executed tasks
[INFO] [antrun:run {execution: create-h2-database}]
[INFO] Executing tasks
 [echo] ### Create H2 Database ##
  [sql] Executing file: 
/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/h2.sql
  [sql] 55 of 55 SQL statements executed successfully
 [echo] # END 
[INFO] Executed tasks
[INFO] [sql:execute {execution: create-derby-db}]
[INFO] 
[ERROR] FATAL ERROR
[INFO] 
[INFO] out of space in CodeCache for adapters
[INFO] 
[INFO] Trace
java.lang.VirtualMachineError: out of space in CodeCache for adapters
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2427)
at java.lang.Class.privateGetPublicMethods(Class.java:2547)
at java.lang.Class.getMethods(Class.java:1410)
at 
com.sun.jmx.mbeanserver.OpenConverter.makeCompositeConverter(OpenConverter.java:425)
at 
com.sun.jmx.mbeanserver.OpenConverter.makeConverter(OpenConverter.java:293)
at 
com.sun.jmx.mbeanserver.OpenConverter.toConverter(OpenConverter.java:262)
at 
com.sun.jmx.mbeanserver.OpenConverter.makeArrayOrCollectionConverter(OpenConverter.java:315)
at 
com.sun.jmx.mbeanserver.OpenConverter.makeConverter(OpenConverter.java:289)
at 
com.sun.jmx.mbeanserver.OpenConverter.toConverter(OpenConverter.java:262)
at 
com.sun.jmx.mbeanserver.ConvertingMethod.(ConvertingMethod.java:184)
at 
com.sun.

[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107171
Node Kind: directory
Schedule: normal
Last Changed Author: rajika
Last Changed Rev: 107171
Last Changed Date: 2011-06-04 14:57:55 -0400 (Sat, 04 Jun 2011) [INFO] Using 
encoding: 'UTF-8' to copy filtered resources.
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [bundle:bundle {execution: default-bundle}]
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Did not find 
matching referal for !javax.xml.namespace
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Importing 
packages that are never refered to by any class on the 
Bundle-Classpath[Jar:dot]: [javax.xml.namespace]
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/migrator/target/synapse-config-migrator-2.1.0-wso2v2.jar
 to 
/home/carbontrunk/.m2/repository/org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/home/carbontrunk/.m2/repository/repository.xml
[INFO] Installing 
org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] Building Apache Synapse - Distribution
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [assembly:single {execution: distribution-package}]
[INFO] Reading assembly descriptor: src/main/assembly/bin.xml
[INFO] Processing DependencySet (output=synapse-${synapse.version}/lib)
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create assembly: Failed to retrieve OS environment variables. 
Reason: Cannot run program "env": java.io.IOException: error=24, Too many open 
files

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 7 minutes 2 seconds
[INFO] Finished at: Sat Jun 04 19:57:01 EDT 2011
[INFO] Final Memory: 1033M/1817M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107171
Node Kind: directory
Schedule: normal
Last Changed Author: rajika
Last Changed Rev: 107171
Last Changed Date: 2011-06-04 14:57:55 -0400 (Sat, 04 Jun 2011) [INFO] Using 
encoding: 'UTF-8' to copy filtered resources.
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [bundle:bundle {execution: default-bundle}]
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Did not find 
matching referal for !javax.xml.namespace
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Importing 
packages that are never refered to by any class on the 
Bundle-Classpath[Jar:dot]: [javax.xml.namespace]
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/migrator/target/synapse-config-migrator-2.1.0-wso2v2.jar
 to 
/home/carbontrunk/.m2/repository/org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/home/carbontrunk/.m2/repository/repository.xml
[INFO] Installing 
org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] Building Apache Synapse - Distribution
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [assembly:single {execution: distribution-package}]
[INFO] Reading assembly descriptor: src/main/assembly/bin.xml
[INFO] Processing DependencySet (output=synapse-${synapse.version}/lib)
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create assembly: Failed to retrieve OS environment variables. 
Reason: Cannot run program "env": java.io.IOException: error=24, Too many open 
files

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 7 minutes 4 seconds
[INFO] Finished at: Sat Jun 04 19:43:59 EDT 2011
[INFO] Final Memory: 1035M/1601M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107171
Node Kind: directory
Schedule: normal
Last Changed Author: rajika
Last Changed Rev: 107171
Last Changed Date: 2011-06-04 14:57:55 -0400 (Sat, 04 Jun 2011) 244  
ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running on 
type "class org.apache.ode.dao.jpa.CorrelatorDAOImpl" with action "buildSchema".
723  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.DeploymentUnitDaoImpl" with action 
"buildSchema".
755  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.EventDAOImpl" with action "buildSchema".
787  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageRouteDAOImpl" with action 
"buildSchema".
787  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageDAOImpl" with action "buildSchema".
787  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.CorrelationSetDAOImpl" with action 
"buildSchema".
787  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ScopeDAOImpl" with action "buildSchema".
788  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.VersionTrackerDAOImpl" with action 
"buildSchema".
794  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfPropertyDaoImpl" with action 
"buildSchema".
794  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfDaoImpl" with action 
"buildSchema".
795  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessDAOImpl" with action "buildSchema".
795  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.FaultDAOImpl" with action "buildSchema".
795  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.XmlDataDAOImpl" with action "buildSchema".
795  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessInstanceDAOImpl" with action 
"buildSchema".
795  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ActivityRecoveryDAOImpl" with action 
"buildSchema".
795  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.PartnerLinkDAOImpl" with action 
"buildSchema".
795  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageExchangeDAOImpl" with action 
"buildSchema".
795  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Recording mapping and 
schema changes.
 [echo] Done.
 [echo] =
[INFO] Executed tasks
[INFO] [antrun:run {execution: create-h2-database}]
[INFO] Executing tasks
 [echo] ### Create H2 Database ##
  [sql] Executing file: 
/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/h2.sql
  [sql] 55 of 55 SQL statements executed successfully
 [echo] # END 
[INFO] Executed tasks
[INFO] [sql:execute {execution: create-derby-db}]
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create database 
'/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/derby/jpadb',
 see the next exception for details.

out of space in CodeCache for adapters
[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 9 minutes 54 seconds
[INFO] Finished at: Sat Jun 04 19:31:10 EDT 2011
[INFO] Final Memory: 1131M/1776M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] [IMPORTANT] Carbon 3.2.0 RC5 Build Status

2011-06-04 Thread Prabath Siriwardena
RC5 build was triggered few hours ago with the revision 107171 - now
building at product level. The builds will be available for testing in
an hour's time..

Thanks & regards,
-Prabath

On Sat, Jun 4, 2011 at 3:37 PM, Prabath Siriwardena  wrote:
> Hi Folks,
>
> All the products from the branch build fine except ESB, GReg and BPS.
> Those three fail in integration tests [separate mails on carbon-dev].
>
> Corresponding product teams please look in to these.. We are planning
> to do the RC5 tonight...
>
> --
> Thanks & Regards,
> Prabath
>
> http://blog.facilelogin.com
> http://RampartFAQ.com
>



-- 
Thanks & Regards,
Prabath

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


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107171
Node Kind: directory
Schedule: normal
Last Changed Author: rajika
Last Changed Rev: 107171
Last Changed Date: 2011-06-04 14:57:55 -0400 (Sat, 04 Jun 2011) 249  
ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running on 
type "class org.apache.ode.dao.jpa.CorrelatorDAOImpl" with action "buildSchema".
739  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.DeploymentUnitDaoImpl" with action 
"buildSchema".
772  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.EventDAOImpl" with action "buildSchema".
805  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageRouteDAOImpl" with action 
"buildSchema".
805  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageDAOImpl" with action "buildSchema".
805  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.CorrelationSetDAOImpl" with action 
"buildSchema".
805  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ScopeDAOImpl" with action "buildSchema".
805  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.VersionTrackerDAOImpl" with action 
"buildSchema".
812  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfPropertyDaoImpl" with action 
"buildSchema".
812  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfDaoImpl" with action 
"buildSchema".
812  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessDAOImpl" with action "buildSchema".
813  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.FaultDAOImpl" with action "buildSchema".
813  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.XmlDataDAOImpl" with action "buildSchema".
813  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessInstanceDAOImpl" with action 
"buildSchema".
813  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ActivityRecoveryDAOImpl" with action 
"buildSchema".
813  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.PartnerLinkDAOImpl" with action 
"buildSchema".
813  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageExchangeDAOImpl" with action 
"buildSchema".
813  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Recording mapping and 
schema changes.
 [echo] Done.
 [echo] =
[INFO] Executed tasks
[INFO] [antrun:run {execution: create-h2-database}]
[INFO] Executing tasks
 [echo] ### Create H2 Database ##
  [sql] Executing file: 
/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/h2.sql
  [sql] 55 of 55 SQL statements executed successfully
 [echo] # END 
[INFO] Executed tasks
[INFO] [sql:execute {execution: create-derby-db}]
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create database 
'/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/derby/jpadb',
 see the next exception for details.

out of space in CodeCache for adapters
[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 9 minutes 56 seconds
[INFO] Finished at: Sat Jun 04 19:15:37 EDT 2011
[INFO] Final Memory: 1130M/1894M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107171
Node Kind: directory
Schedule: normal
Last Changed Author: rajika
Last Changed Rev: 107171
Last Changed Date: 2011-06-04 14:57:55 -0400 (Sat, 04 Jun 2011) 245  
ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running on 
type "class org.apache.ode.dao.jpa.CorrelatorDAOImpl" with action "buildSchema".
725  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.DeploymentUnitDaoImpl" with action 
"buildSchema".
758  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.EventDAOImpl" with action "buildSchema".
790  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageRouteDAOImpl" with action 
"buildSchema".
790  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageDAOImpl" with action "buildSchema".
790  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.CorrelationSetDAOImpl" with action 
"buildSchema".
790  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ScopeDAOImpl" with action "buildSchema".
790  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.VersionTrackerDAOImpl" with action 
"buildSchema".
797  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfPropertyDaoImpl" with action 
"buildSchema".
797  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfDaoImpl" with action 
"buildSchema".
797  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessDAOImpl" with action "buildSchema".
797  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.FaultDAOImpl" with action "buildSchema".
797  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.XmlDataDAOImpl" with action "buildSchema".
797  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessInstanceDAOImpl" with action 
"buildSchema".
797  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ActivityRecoveryDAOImpl" with action 
"buildSchema".
797  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.PartnerLinkDAOImpl" with action 
"buildSchema".
798  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageExchangeDAOImpl" with action 
"buildSchema".
798  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Recording mapping and 
schema changes.
 [echo] Done.
 [echo] =
[INFO] Executed tasks
[INFO] [antrun:run {execution: create-h2-database}]
[INFO] Executing tasks
 [echo] ### Create H2 Database ##
  [sql] Executing file: 
/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/h2.sql
  [sql] 55 of 55 SQL statements executed successfully
 [echo] # END 
[INFO] Executed tasks
[INFO] [sql:execute {execution: create-derby-db}]
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create database 
'/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/derby/jpadb',
 see the next exception for details.

out of space in CodeCache for adapters
[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 9 minutes 54 seconds
[INFO] Finished at: Sat Jun 04 19:00:06 EDT 2011
[INFO] Final Memory: 1130M/1774M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107171
Node Kind: directory
Schedule: normal
Last Changed Author: rajika
Last Changed Rev: 107171
Last Changed Date: 2011-06-04 14:57:55 -0400 (Sat, 04 Jun 2011) [INFO] Using 
encoding: 'UTF-8' to copy filtered resources.
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [bundle:bundle {execution: default-bundle}]
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Did not find 
matching referal for !javax.xml.namespace
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Importing 
packages that are never refered to by any class on the 
Bundle-Classpath[Jar:dot]: [javax.xml.namespace]
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/migrator/target/synapse-config-migrator-2.1.0-wso2v2.jar
 to 
/home/carbontrunk/.m2/repository/org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/home/carbontrunk/.m2/repository/repository.xml
[INFO] Installing 
org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] Building Apache Synapse - Distribution
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [assembly:single {execution: distribution-package}]
[INFO] Reading assembly descriptor: src/main/assembly/bin.xml
[INFO] Processing DependencySet (output=synapse-${synapse.version}/lib)
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create assembly: Failed to retrieve OS environment variables. 
Reason: Cannot run program "env": java.io.IOException: error=24, Too many open 
files

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 7 minutes 2 seconds
[INFO] Finished at: Sat Jun 04 18:44:36 EDT 2011
[INFO] Final Memory: 1040M/1806M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107171
Node Kind: directory
Schedule: normal
Last Changed Author: rajika
Last Changed Rev: 107171
Last Changed Date: 2011-06-04 14:57:55 -0400 (Sat, 04 Jun 2011) 250  
ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running on 
type "class org.apache.ode.dao.jpa.CorrelatorDAOImpl" with action "buildSchema".
742  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.DeploymentUnitDaoImpl" with action 
"buildSchema".
776  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.EventDAOImpl" with action "buildSchema".
809  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageRouteDAOImpl" with action 
"buildSchema".
809  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageDAOImpl" with action "buildSchema".
809  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.CorrelationSetDAOImpl" with action 
"buildSchema".
809  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ScopeDAOImpl" with action "buildSchema".
809  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.VersionTrackerDAOImpl" with action 
"buildSchema".
816  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfPropertyDaoImpl" with action 
"buildSchema".
816  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfDaoImpl" with action 
"buildSchema".
816  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessDAOImpl" with action "buildSchema".
816  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.FaultDAOImpl" with action "buildSchema".
816  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.XmlDataDAOImpl" with action "buildSchema".
816  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessInstanceDAOImpl" with action 
"buildSchema".
817  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ActivityRecoveryDAOImpl" with action 
"buildSchema".
817  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.PartnerLinkDAOImpl" with action 
"buildSchema".
817  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageExchangeDAOImpl" with action 
"buildSchema".
817  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Recording mapping and 
schema changes.
 [echo] Done.
 [echo] =
[INFO] Executed tasks
[INFO] [antrun:run {execution: create-h2-database}]
[INFO] Executing tasks
 [echo] ### Create H2 Database ##
  [sql] Executing file: 
/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/h2.sql
  [sql] 55 of 55 SQL statements executed successfully
 [echo] # END 
[INFO] Executed tasks
[INFO] [sql:execute {execution: create-derby-db}]
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create database 
'/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/derby/jpadb',
 see the next exception for details.

out of space in CodeCache for adapters
[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 10 minutes 4 seconds
[INFO] Finished at: Sat Jun 04 18:32:11 EDT 2011
[INFO] Final Memory: 1131M/1778M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107171
Node Kind: directory
Schedule: normal
Last Changed Author: rajika
Last Changed Rev: 107171
Last Changed Date: 2011-06-04 14:57:55 -0400 (Sat, 04 Jun 2011) [INFO] Using 
encoding: 'UTF-8' to copy filtered resources.
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [bundle:bundle {execution: default-bundle}]
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Did not find 
matching referal for !javax.xml.namespace
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Importing 
packages that are never refered to by any class on the 
Bundle-Classpath[Jar:dot]: [javax.xml.namespace]
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/migrator/target/synapse-config-migrator-2.1.0-wso2v2.jar
 to 
/home/carbontrunk/.m2/repository/org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/home/carbontrunk/.m2/repository/repository.xml
[INFO] Installing 
org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] Building Apache Synapse - Distribution
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [assembly:single {execution: distribution-package}]
[INFO] Reading assembly descriptor: src/main/assembly/bin.xml
[INFO] Processing DependencySet (output=synapse-${synapse.version}/lib)
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create assembly: Failed to retrieve OS environment variables. 
Reason: Cannot run program "env": java.io.IOException: error=24, Too many open 
files

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 6 minutes 59 seconds
[INFO] Finished at: Sat Jun 04 18:16:14 EDT 2011
[INFO] Final Memory: 1030M/1820M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Removing event feature from most products

2011-06-04 Thread Amila Suriarachchi
On Sun, Jun 5, 2011 at 8:20 AM, Sanjiva Weerawarana wrote:

> I'd like to come for this discussion too please.
>
> On Azeez's proposal- he's not suggesting removing the Qpid based event
> broker from products that have event publishing as a feature. Those are
> G-Reg, DSS and ESB AFAIK. Those products will continue to use the broker.
>
> However all products have the BAM publisher to push information out to the
> BAM server. The suggestion is to change so that ALL products (including the
> 3 listed above) use a different BAM publishing codebase and not use the
> event broker to publish BAM data. BAM publishing has NOTHING to do with
> eventing- all that's needed is for the publication to happen on a low
> priority threadpool and for the initial recording of information to be
> non-blocking to the max. Furthermore the server should NEVER be able to
> crash while trying to publish data to BAM. Ideally it should never lose any
> messages but if the choice is between having the publishing stuff grow to a
> point of threatening the health of the server vs. losing a few messages
> (e.g. because the delivery threads can't keep up) then the answer is clear.
>

+1.

So this change has nothing to do with event implementation. Only BAM
publishers have to directly push messages to BAM MessageReceiver instead of
going through and event broker (which is obviously in efficient as you have
pointed out).

thanks,
Amila.


>
> That can be achieved by using a simple non-blocking Axis2 sender type thing
> - which I believe is what Hiranya wrote a while ago.
>
> The BAM server needs to be set up in a clustered manner with an LB etc. to
> handle the large number of messages it will receive when Stratos is running
> at full tilt (and have additional load balancing things like DNS
> round-robin). We can make that work easily.
>
> Sanjiva.
>
> On Sun, Jun 5, 2011 at 7:53 AM, Amila Suriarachchi  wrote:
>
>>
>>
>> On Sun, Jun 5, 2011 at 7:41 AM, Srinath Perera  wrote:
>>
>>> Amila is it a option to ship current eventing impl, but with in-memory
>>> or registry based delivery manager instad of Qpid based one?
>>>
>>
>> yes.
>>
>> But we have not test this in memory implementation extensively with
>> authorization, multi tenancy etc ..
>>
>> Lets meet on Monday and discuss what to do.
>>
>> thanks,
>> Amila.
>>
>>
>>>
>>> --Srinath
>>>
>>> On Sat, Jun 4, 2011 at 5:35 PM, Amila Suriarachchi 
>>> wrote:
>>> >
>>> >
>>> > On Sat, Jun 4, 2011 at 4:13 PM, Senaka Fernando 
>>> wrote:
>>> >>
>>> >> Hi all,
>>> >>
>>> >> Just a thought.
>>> >>
>>> >> On Sat, Jun 4, 2011 at 3:10 PM, Tharindu Mathew 
>>> wrote:
>>> >>>
>>> >>>
>>> >>> On Sat, Jun 4, 2011 at 11:50 AM, Afkham Azeez 
>>> wrote:
>>> 
>>>  Sanjiva, Shankar & I had a discussion yesterday, and it seems that
>>>  having the event feature in most components is just overkill. Also,
>>> in
>>>  Stratos, QPid causes the server to go out of memory when we do load
>>> testing
>>>  because BAM tries to publish events, this will make all our services
>>>  unstable hence one of the most critical L1s. Sanjiva mentioned that
>>> Hiranya
>>>  had developed a bit of lightweight code for publishing these BAM
>>> events, and
>>>  we could use that. Apart from BAM, only deployment synchronizer uses
>>> this
>>>  feature in the case of the services such as AS, ESB etc right?
>>> 
>>> >>> G-Reg, DSS also use event components. IIRC, DSS for internal pub-sub
>>> and
>>> >>> G-Reg for resource subscriptions.
>>> >>
>>> >> We had a stable in-memory WS-Eventing pub/sub implementation which was
>>> >> re-factored into this Qpid-based version. Can't we have an in-memory
>>> version
>>> >> (similar to what we had before), and use it in place of Qpid? Since
>>> the API
>>> >> changes wasn't so complicated, won't this be possible?
>>> >
>>> > hi Senaka,
>>> >
>>> > If you want to use the old event implementation you can use that. I is
>>> up to
>>> > you to decide.
>>> >
>>> > But if you want to use an inmemory registry based system (as in old
>>> event
>>> > implementaiton) only thing you need to do is to replace the delivery
>>> manager
>>> > with this in event-broker.xml
>>> >
>>> > >> >
>>> >
>>> class="org.wso2.carbon.event.core.internal.delivary.inmemory.InMemoryDelivaryManagerFactory">
>>> > 25
>>> > 150
>>> > 100
>>> > 1000
>>> > 
>>> >
>>> >
>>> 
>>> > >> >
>>> >
>>> class="org.wso2.carbon.event.core.internal.delivary.registry.RegistryMatchingManagerFactory">
>>> > event
>>> > 
>>> > 
>>> >
>>> > But this is not properly tested since we do testing only with Qpid
>>> based
>>> > delivery manager and does not support hierachical subscriptions.
>>> >
>>> > The problem with the old event implementation was the problem you had
>>> > mentioned here. If we want to have a jms based event model then whole
>>> event
>>> > broker implementation has to re wrote. This was the problem both
>>> Srinath and
>>> > me talked when we were asked to 

[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107171
Node Kind: directory
Schedule: normal
Last Changed Author: rajika
Last Changed Rev: 107171
Last Changed Date: 2011-06-04 14:57:55 -0400 (Sat, 04 Jun 2011)  [echo] 
=
 [echo] Create DDL postgres
26  ode-unit-test-embedded  INFO   [main] openjpa.jdbc.JDBC - Using dictionary 
class "org.apache.openjpa.jdbc.sql.PostgresDictionary".
34  ode-unit-test-embedded  INFO   [main] openjpa.Tool - No targets were given. 
 Running on all classes listed in your configuration, or all persistent classes 
in the classpath if no classes are configured.  Use -help to display tool usage 
information.
244  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.CorrelatorDAOImpl" with action 
"buildSchema".
724  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.DeploymentUnitDaoImpl" with action 
"buildSchema".
757  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.EventDAOImpl" with action "buildSchema".
789  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageRouteDAOImpl" with action 
"buildSchema".
789  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageDAOImpl" with action "buildSchema".
789  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.CorrelationSetDAOImpl" with action 
"buildSchema".
789  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ScopeDAOImpl" with action "buildSchema".
789  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.VersionTrackerDAOImpl" with action 
"buildSchema".
796  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfPropertyDaoImpl" with action 
"buildSchema".
796  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfDaoImpl" with action 
"buildSchema".
796  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessDAOImpl" with action "buildSchema".
796  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.FaultDAOImpl" with action "buildSchema".
796  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.XmlDataDAOImpl" with action "buildSchema".
796  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessInstanceDAOImpl" with action 
"buildSchema".
796  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ActivityRecoveryDAOImpl" with action 
"buildSchema".
796  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.PartnerLinkDAOImpl" with action 
"buildSchema".
796  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageExchangeDAOImpl" with action 
"buildSchema".
796  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Recording mapping and 
schema changes.
 [echo] Done.
 [echo] =
[INFO] Executed tasks
[INFO] [antrun:run {execution: create-h2-database}]
[INFO] Executing tasks
 [echo] ### Create H2 Database ##
  [sql] Executing file: 
/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/h2.sql
[INFO] 
[ERROR] FATAL ERROR
[INFO] 
[INFO] out of space in CodeCache for adapters
[INFO] 
[INFO] Trace
java.lang.VirtualMachineError: out of space in CodeCache for adapters
at org.h2.engine.Database.getLobStorage(Database.java:2264)
at org.h2.engine.Database.close(Database.java:1069)
at org.h2.engine.Database.removeSession(Database.java:959)
at org.h2.engine.Session.close(Session.java:579)
at org.h2.jdbc.JdbcConnection.close(JdbcConnection.java:317)
at org.apache.tools.ant.taskdefs.SQLExec.execute(SQLExec.java:405)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
at org.apache.tools.ant.Task.perform(Task.java:364)
at org.apache.tools.ant.Target.execute(Target.java:341)
at 
org.apache.maven.plugin.antrun.A

Re: [Carbon-dev] Removing event feature from most products

2011-06-04 Thread Sanjiva Weerawarana
I'd like to come for this discussion too please.

On Azeez's proposal- he's not suggesting removing the Qpid based event
broker from products that have event publishing as a feature. Those are
G-Reg, DSS and ESB AFAIK. Those products will continue to use the broker.

However all products have the BAM publisher to push information out to the
BAM server. The suggestion is to change so that ALL products (including the
3 listed above) use a different BAM publishing codebase and not use the
event broker to publish BAM data. BAM publishing has NOTHING to do with
eventing- all that's needed is for the publication to happen on a low
priority threadpool and for the initial recording of information to be
non-blocking to the max. Furthermore the server should NEVER be able to
crash while trying to publish data to BAM. Ideally it should never lose any
messages but if the choice is between having the publishing stuff grow to a
point of threatening the health of the server vs. losing a few messages
(e.g. because the delivery threads can't keep up) then the answer is clear.

That can be achieved by using a simple non-blocking Axis2 sender type thing
- which I believe is what Hiranya wrote a while ago.

The BAM server needs to be set up in a clustered manner with an LB etc. to
handle the large number of messages it will receive when Stratos is running
at full tilt (and have additional load balancing things like DNS
round-robin). We can make that work easily.

Sanjiva.

On Sun, Jun 5, 2011 at 7:53 AM, Amila Suriarachchi  wrote:

>
>
> On Sun, Jun 5, 2011 at 7:41 AM, Srinath Perera  wrote:
>
>> Amila is it a option to ship current eventing impl, but with in-memory
>> or registry based delivery manager instad of Qpid based one?
>>
>
> yes.
>
> But we have not test this in memory implementation extensively with
> authorization, multi tenancy etc ..
>
> Lets meet on Monday and discuss what to do.
>
> thanks,
> Amila.
>
>
>>
>> --Srinath
>>
>> On Sat, Jun 4, 2011 at 5:35 PM, Amila Suriarachchi 
>> wrote:
>> >
>> >
>> > On Sat, Jun 4, 2011 at 4:13 PM, Senaka Fernando 
>> wrote:
>> >>
>> >> Hi all,
>> >>
>> >> Just a thought.
>> >>
>> >> On Sat, Jun 4, 2011 at 3:10 PM, Tharindu Mathew 
>> wrote:
>> >>>
>> >>>
>> >>> On Sat, Jun 4, 2011 at 11:50 AM, Afkham Azeez  wrote:
>> 
>>  Sanjiva, Shankar & I had a discussion yesterday, and it seems that
>>  having the event feature in most components is just overkill. Also,
>> in
>>  Stratos, QPid causes the server to go out of memory when we do load
>> testing
>>  because BAM tries to publish events, this will make all our services
>>  unstable hence one of the most critical L1s. Sanjiva mentioned that
>> Hiranya
>>  had developed a bit of lightweight code for publishing these BAM
>> events, and
>>  we could use that. Apart from BAM, only deployment synchronizer uses
>> this
>>  feature in the case of the services such as AS, ESB etc right?
>> 
>> >>> G-Reg, DSS also use event components. IIRC, DSS for internal pub-sub
>> and
>> >>> G-Reg for resource subscriptions.
>> >>
>> >> We had a stable in-memory WS-Eventing pub/sub implementation which was
>> >> re-factored into this Qpid-based version. Can't we have an in-memory
>> version
>> >> (similar to what we had before), and use it in place of Qpid? Since the
>> API
>> >> changes wasn't so complicated, won't this be possible?
>> >
>> > hi Senaka,
>> >
>> > If you want to use the old event implementation you can use that. I is
>> up to
>> > you to decide.
>> >
>> > But if you want to use an inmemory registry based system (as in old
>> event
>> > implementaiton) only thing you need to do is to replace the delivery
>> manager
>> > with this in event-broker.xml
>> >
>> > > >
>> >
>> class="org.wso2.carbon.event.core.internal.delivary.inmemory.InMemoryDelivaryManagerFactory">
>> > 25
>> > 150
>> > 100
>> > 1000
>> > 
>> >
>> >
>> 
>> > > >
>> >
>> class="org.wso2.carbon.event.core.internal.delivary.registry.RegistryMatchingManagerFactory">
>> > event
>> > 
>> > 
>> >
>> > But this is not properly tested since we do testing only with Qpid based
>> > delivery manager and does not support hierachical subscriptions.
>> >
>> > The problem with the old event implementation was the problem you had
>> > mentioned here. If we want to have a jms based event model then whole
>> event
>> > broker implementation has to re wrote. This was the problem both Srinath
>> and
>> > me talked when we were asked to merge it with a jms based implemenation
>> and
>> > hence this new design.
>> >
>> > As you can see with the new model if some one want to publish event
>> registry
>> > notifications to jms based one (suppose we by default shift registry
>> based
>> > one) still it is a simple change of delivery manager. And we can have
>> > different jms based delivary managers if there are differences with
>> those
>> > brokers.
>> >
>> > thanks,
>> > Amila.
>> >
>> >>
>> >> Thanks,
>> >> Senaka.

[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107171
Node Kind: directory
Schedule: normal
Last Changed Author: rajika
Last Changed Rev: 107171
Last Changed Date: 2011-06-04 14:57:55 -0400 (Sat, 04 Jun 2011) 246  
ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running on 
type "class org.apache.ode.dao.jpa.CorrelatorDAOImpl" with action "buildSchema".
726  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.DeploymentUnitDaoImpl" with action 
"buildSchema".
758  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.EventDAOImpl" with action "buildSchema".
790  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageRouteDAOImpl" with action 
"buildSchema".
790  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageDAOImpl" with action "buildSchema".
790  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.CorrelationSetDAOImpl" with action 
"buildSchema".
790  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ScopeDAOImpl" with action "buildSchema".
790  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.VersionTrackerDAOImpl" with action 
"buildSchema".
797  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfPropertyDaoImpl" with action 
"buildSchema".
797  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfDaoImpl" with action 
"buildSchema".
797  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessDAOImpl" with action "buildSchema".
798  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.FaultDAOImpl" with action "buildSchema".
798  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.XmlDataDAOImpl" with action "buildSchema".
798  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessInstanceDAOImpl" with action 
"buildSchema".
798  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ActivityRecoveryDAOImpl" with action 
"buildSchema".
798  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.PartnerLinkDAOImpl" with action 
"buildSchema".
798  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageExchangeDAOImpl" with action 
"buildSchema".
798  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Recording mapping and 
schema changes.
 [echo] Done.
 [echo] =
[INFO] Executed tasks
[INFO] [antrun:run {execution: create-h2-database}]
[INFO] Executing tasks
 [echo] ### Create H2 Database ##
  [sql] Executing file: 
/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/h2.sql
  [sql] 55 of 55 SQL statements executed successfully
 [echo] # END 
[INFO] Executed tasks
[INFO] [sql:execute {execution: create-derby-db}]
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create database 
'/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/derby/jpadb',
 see the next exception for details.

out of space in CodeCache for adapters
[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 9 minutes 49 seconds
[INFO] Finished at: Sat Jun 04 17:48:15 EDT 2011
[INFO] Final Memory: 1131M/1884M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107171
Node Kind: directory
Schedule: normal
Last Changed Author: rajika
Last Changed Rev: 107171
Last Changed Date: 2011-06-04 14:57:55 -0400 (Sat, 04 Jun 2011) 244  
ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running on 
type "class org.apache.ode.dao.jpa.CorrelatorDAOImpl" with action "buildSchema".
723  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.DeploymentUnitDaoImpl" with action 
"buildSchema".
756  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.EventDAOImpl" with action "buildSchema".
787  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageRouteDAOImpl" with action 
"buildSchema".
787  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageDAOImpl" with action "buildSchema".
787  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.CorrelationSetDAOImpl" with action 
"buildSchema".
788  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ScopeDAOImpl" with action "buildSchema".
788  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.VersionTrackerDAOImpl" with action 
"buildSchema".
794  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfPropertyDaoImpl" with action 
"buildSchema".
795  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfDaoImpl" with action 
"buildSchema".
795  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessDAOImpl" with action "buildSchema".
795  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.FaultDAOImpl" with action "buildSchema".
795  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.XmlDataDAOImpl" with action "buildSchema".
795  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessInstanceDAOImpl" with action 
"buildSchema".
795  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ActivityRecoveryDAOImpl" with action 
"buildSchema".
795  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.PartnerLinkDAOImpl" with action 
"buildSchema".
795  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageExchangeDAOImpl" with action 
"buildSchema".
795  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Recording mapping and 
schema changes.
 [echo] Done.
 [echo] =
[INFO] Executed tasks
[INFO] [antrun:run {execution: create-h2-database}]
[INFO] Executing tasks
 [echo] ### Create H2 Database ##
  [sql] Executing file: 
/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/h2.sql
  [sql] 55 of 55 SQL statements executed successfully
 [echo] # END 
[INFO] Executed tasks
[INFO] [sql:execute {execution: create-derby-db}]
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Java exception: 'out of space in CodeCache for adapters: 
java.lang.VirtualMachineError'.

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 9 minutes 56 seconds
[INFO] Finished at: Sat Jun 04 17:32:48 EDT 2011
[INFO] Final Memory: 1132M/1864M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Removing event feature from most products

2011-06-04 Thread Amila Suriarachchi
On Sun, Jun 5, 2011 at 7:41 AM, Srinath Perera  wrote:

> Amila is it a option to ship current eventing impl, but with in-memory
> or registry based delivery manager instad of Qpid based one?
>

yes.

But we have not test this in memory implementation extensively with
authorization, multi tenancy etc ..

Lets meet on Monday and discuss what to do.

thanks,
Amila.


>
> --Srinath
>
> On Sat, Jun 4, 2011 at 5:35 PM, Amila Suriarachchi  wrote:
> >
> >
> > On Sat, Jun 4, 2011 at 4:13 PM, Senaka Fernando  wrote:
> >>
> >> Hi all,
> >>
> >> Just a thought.
> >>
> >> On Sat, Jun 4, 2011 at 3:10 PM, Tharindu Mathew 
> wrote:
> >>>
> >>>
> >>> On Sat, Jun 4, 2011 at 11:50 AM, Afkham Azeez  wrote:
> 
>  Sanjiva, Shankar & I had a discussion yesterday, and it seems that
>  having the event feature in most components is just overkill. Also, in
>  Stratos, QPid causes the server to go out of memory when we do load
> testing
>  because BAM tries to publish events, this will make all our services
>  unstable hence one of the most critical L1s. Sanjiva mentioned that
> Hiranya
>  had developed a bit of lightweight code for publishing these BAM
> events, and
>  we could use that. Apart from BAM, only deployment synchronizer uses
> this
>  feature in the case of the services such as AS, ESB etc right?
> 
> >>> G-Reg, DSS also use event components. IIRC, DSS for internal pub-sub
> and
> >>> G-Reg for resource subscriptions.
> >>
> >> We had a stable in-memory WS-Eventing pub/sub implementation which was
> >> re-factored into this Qpid-based version. Can't we have an in-memory
> version
> >> (similar to what we had before), and use it in place of Qpid? Since the
> API
> >> changes wasn't so complicated, won't this be possible?
> >
> > hi Senaka,
> >
> > If you want to use the old event implementation you can use that. I is up
> to
> > you to decide.
> >
> > But if you want to use an inmemory registry based system (as in old event
> > implementaiton) only thing you need to do is to replace the delivery
> manager
> > with this in event-broker.xml
> >
> >  >
> >
> class="org.wso2.carbon.event.core.internal.delivary.inmemory.InMemoryDelivaryManagerFactory">
> > 25
> > 150
> > 100
> > 1000
> > 
> >
> >
> 
> >  >
> >
> class="org.wso2.carbon.event.core.internal.delivary.registry.RegistryMatchingManagerFactory">
> > event
> > 
> > 
> >
> > But this is not properly tested since we do testing only with Qpid based
> > delivery manager and does not support hierachical subscriptions.
> >
> > The problem with the old event implementation was the problem you had
> > mentioned here. If we want to have a jms based event model then whole
> event
> > broker implementation has to re wrote. This was the problem both Srinath
> and
> > me talked when we were asked to merge it with a jms based implemenation
> and
> > hence this new design.
> >
> > As you can see with the new model if some one want to publish event
> registry
> > notifications to jms based one (suppose we by default shift registry
> based
> > one) still it is a simple change of delivery manager. And we can have
> > different jms based delivary managers if there are differences with those
> > brokers.
> >
> > thanks,
> > Amila.
> >
> >>
> >> Thanks,
> >> Senaka.
> >>
> >>>
> >>> We will lose some functionality of subscribing for topics and so forth,
> >>> but with some testing we should be able to avoid leaks OOM errors.
> >>>
> >>>
> >>> The lightweight code was a tremendous improvement for high load
> >>> scenarios. But for very high loads even this was failing. We had some
> >>> improvements suggested and integrated(?), based on high and low
> watermarks
> >>> plus a persistent queue as well. IIRC, these improvements were never
> >>> properly load tested and verified.
> >>> Also, are we doing this for this release? This would involve quite a
> bit
> >>> of work, IMO.
> 
>  --
>  Afkham Azeez
>  Director of Architecture; WSO2, Inc.; http://wso2.com
>  Member; Apache Software Foundation; http://www.apache.org/
> 
>  email: az...@wso2.com cell: +94 77 3320919
>  blog: http://blog.afkham.org
>  twitter: http://twitter.com/afkham_azeez
>  linked-in: http://lk.linkedin.com/in/afkhamazeez
> 
>  Lean . Enterprise . Middleware
> 
>  ___
>  Carbon-dev mailing list
>  Carbon-dev@wso2.org
>  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
> 
> >>>
> >>>
> >>>
> >>> --
> >>> Regards,
> >>>
> >>> Tharindu
> >>>
> >>>
> >>> ___
> >>> 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.or

[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107171
Node Kind: directory
Schedule: normal
Last Changed Author: rajika
Last Changed Rev: 107171
Last Changed Date: 2011-06-04 14:57:55 -0400 (Sat, 04 Jun 2011) 247  
ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running on 
type "class org.apache.ode.dao.jpa.CorrelatorDAOImpl" with action "buildSchema".
731  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.DeploymentUnitDaoImpl" with action 
"buildSchema".
763  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.EventDAOImpl" with action "buildSchema".
795  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageRouteDAOImpl" with action 
"buildSchema".
795  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageDAOImpl" with action "buildSchema".
795  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.CorrelationSetDAOImpl" with action 
"buildSchema".
796  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ScopeDAOImpl" with action "buildSchema".
796  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.VersionTrackerDAOImpl" with action 
"buildSchema".
802  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfPropertyDaoImpl" with action 
"buildSchema".
803  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfDaoImpl" with action 
"buildSchema".
803  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessDAOImpl" with action "buildSchema".
803  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.FaultDAOImpl" with action "buildSchema".
803  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.XmlDataDAOImpl" with action "buildSchema".
803  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessInstanceDAOImpl" with action 
"buildSchema".
803  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ActivityRecoveryDAOImpl" with action 
"buildSchema".
803  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.PartnerLinkDAOImpl" with action 
"buildSchema".
803  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageExchangeDAOImpl" with action 
"buildSchema".
803  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Recording mapping and 
schema changes.
 [echo] Done.
 [echo] =
[INFO] Executed tasks
[INFO] [antrun:run {execution: create-h2-database}]
[INFO] Executing tasks
 [echo] ### Create H2 Database ##
  [sql] Executing file: 
/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/h2.sql
  [sql] 55 of 55 SQL statements executed successfully
 [echo] # END 
[INFO] Executed tasks
[INFO] [sql:execute {execution: create-derby-db}]
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create database 
'/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/derby/jpadb',
 see the next exception for details.

out of space in CodeCache for adapters
[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 9 minutes 52 seconds
[INFO] Finished at: Sat Jun 04 17:17:14 EDT 2011
[INFO] Final Memory: 1131M/1887M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Removing event feature from most products

2011-06-04 Thread Srinath Perera
Amila is it a option to ship current eventing impl, but with in-memory
or registry based delivery manager instad of Qpid based one?

--Srinath

On Sat, Jun 4, 2011 at 5:35 PM, Amila Suriarachchi  wrote:
>
>
> On Sat, Jun 4, 2011 at 4:13 PM, Senaka Fernando  wrote:
>>
>> Hi all,
>>
>> Just a thought.
>>
>> On Sat, Jun 4, 2011 at 3:10 PM, Tharindu Mathew  wrote:
>>>
>>>
>>> On Sat, Jun 4, 2011 at 11:50 AM, Afkham Azeez  wrote:

 Sanjiva, Shankar & I had a discussion yesterday, and it seems that
 having the event feature in most components is just overkill. Also, in
 Stratos, QPid causes the server to go out of memory when we do load testing
 because BAM tries to publish events, this will make all our services
 unstable hence one of the most critical L1s. Sanjiva mentioned that Hiranya
 had developed a bit of lightweight code for publishing these BAM events, 
 and
 we could use that. Apart from BAM, only deployment synchronizer uses this
 feature in the case of the services such as AS, ESB etc right?

>>> G-Reg, DSS also use event components. IIRC, DSS for internal pub-sub and
>>> G-Reg for resource subscriptions.
>>
>> We had a stable in-memory WS-Eventing pub/sub implementation which was
>> re-factored into this Qpid-based version. Can't we have an in-memory version
>> (similar to what we had before), and use it in place of Qpid? Since the API
>> changes wasn't so complicated, won't this be possible?
>
> hi Senaka,
>
> If you want to use the old event implementation you can use that. I is up to
> you to decide.
>
> But if you want to use an inmemory registry based system (as in old event
> implementaiton) only thing you need to do is to replace the delivery manager
> with this in event-broker.xml
>
> 
> class="org.wso2.carbon.event.core.internal.delivary.inmemory.InMemoryDelivaryManagerFactory">
>     25
>     150
>     100
>     1000
>     
>
> 
>     
> class="org.wso2.carbon.event.core.internal.delivary.registry.RegistryMatchingManagerFactory">
>     event
>     
> 
>
> But this is not properly tested since we do testing only with Qpid based
> delivery manager and does not support hierachical subscriptions.
>
> The problem with the old event implementation was the problem you had
> mentioned here. If we want to have a jms based event model then whole event
> broker implementation has to re wrote. This was the problem both Srinath and
> me talked when we were asked to merge it with a jms based implemenation and
> hence this new design.
>
> As you can see with the new model if some one want to publish event registry
> notifications to jms based one (suppose we by default shift registry based
> one) still it is a simple change of delivery manager. And we can have
> different jms based delivary managers if there are differences with those
> brokers.
>
> thanks,
> Amila.
>
>>
>> Thanks,
>> Senaka.
>>
>>>
>>> We will lose some functionality of subscribing for topics and so forth,
>>> but with some testing we should be able to avoid leaks OOM errors.
>>>
>>>
>>> The lightweight code was a tremendous improvement for high load
>>> scenarios. But for very high loads even this was failing. We had some
>>> improvements suggested and integrated(?), based on high and low watermarks
>>> plus a persistent queue as well. IIRC, these improvements were never
>>> properly load tested and verified.
>>> Also, are we doing this for this release? This would involve quite a bit
>>> of work, IMO.

 --
 Afkham Azeez
 Director of Architecture; WSO2, Inc.; http://wso2.com
 Member; Apache Software Foundation; http://www.apache.org/

 email: az...@wso2.com cell: +94 77 3320919
 blog: http://blog.afkham.org
 twitter: http://twitter.com/afkham_azeez
 linked-in: http://lk.linkedin.com/in/afkhamazeez

 Lean . Enterprise . Middleware

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

>>>
>>>
>>>
>>> --
>>> Regards,
>>>
>>> Tharindu
>>>
>>>
>>> ___
>>> 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
>>
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>



-- 

[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107171
Node Kind: directory
Schedule: normal
Last Changed Author: rajika
Last Changed Rev: 107171
Last Changed Date: 2011-06-04 14:57:55 -0400 (Sat, 04 Jun 2011) 252  
ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running on 
type "class org.apache.ode.dao.jpa.CorrelatorDAOImpl" with action "buildSchema".
749  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.DeploymentUnitDaoImpl" with action 
"buildSchema".
783  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.EventDAOImpl" with action "buildSchema".
816  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageRouteDAOImpl" with action 
"buildSchema".
816  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageDAOImpl" with action "buildSchema".
816  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.CorrelationSetDAOImpl" with action 
"buildSchema".
816  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ScopeDAOImpl" with action "buildSchema".
816  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.VersionTrackerDAOImpl" with action 
"buildSchema".
823  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfPropertyDaoImpl" with action 
"buildSchema".
823  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfDaoImpl" with action 
"buildSchema".
823  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessDAOImpl" with action "buildSchema".
823  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.FaultDAOImpl" with action "buildSchema".
823  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.XmlDataDAOImpl" with action "buildSchema".
823  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessInstanceDAOImpl" with action 
"buildSchema".
823  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ActivityRecoveryDAOImpl" with action 
"buildSchema".
824  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.PartnerLinkDAOImpl" with action 
"buildSchema".
824  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageExchangeDAOImpl" with action 
"buildSchema".
824  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Recording mapping and 
schema changes.
 [echo] Done.
 [echo] =
[INFO] Executed tasks
[INFO] [antrun:run {execution: create-h2-database}]
[INFO] Executing tasks
 [echo] ### Create H2 Database ##
  [sql] Executing file: 
/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/h2.sql
  [sql] 55 of 55 SQL statements executed successfully
 [echo] # END 
[INFO] Executed tasks
[INFO] [sql:execute {execution: create-derby-db}]
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Java exception: 'out of space in CodeCache for adapters: 
java.lang.VirtualMachineError'.

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 9 minutes 53 seconds
[INFO] Finished at: Sat Jun 04 17:01:44 EDT 2011
[INFO] Final Memory: 1131M/1880M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107171
Node Kind: directory
Schedule: normal
Last Changed Author: rajika
Last Changed Rev: 107171
Last Changed Date: 2011-06-04 14:57:55 -0400 (Sat, 04 Jun 2011) 248  
ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running on 
type "class org.apache.ode.dao.jpa.CorrelatorDAOImpl" with action "buildSchema".
723  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.DeploymentUnitDaoImpl" with action 
"buildSchema".
755  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.EventDAOImpl" with action "buildSchema".
787  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageRouteDAOImpl" with action 
"buildSchema".
787  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageDAOImpl" with action "buildSchema".
787  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.CorrelationSetDAOImpl" with action 
"buildSchema".
787  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ScopeDAOImpl" with action "buildSchema".
787  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.VersionTrackerDAOImpl" with action 
"buildSchema".
794  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfPropertyDaoImpl" with action 
"buildSchema".
794  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfDaoImpl" with action 
"buildSchema".
794  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessDAOImpl" with action "buildSchema".
794  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.FaultDAOImpl" with action "buildSchema".
794  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.XmlDataDAOImpl" with action "buildSchema".
794  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessInstanceDAOImpl" with action 
"buildSchema".
794  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ActivityRecoveryDAOImpl" with action 
"buildSchema".
794  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.PartnerLinkDAOImpl" with action 
"buildSchema".
794  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageExchangeDAOImpl" with action 
"buildSchema".
794  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Recording mapping and 
schema changes.
 [echo] Done.
 [echo] =
[INFO] Executed tasks
[INFO] [antrun:run {execution: create-h2-database}]
[INFO] Executing tasks
 [echo] ### Create H2 Database ##
  [sql] Executing file: 
/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/h2.sql
  [sql] 55 of 55 SQL statements executed successfully
 [echo] # END 
[INFO] Executed tasks
[INFO] [sql:execute {execution: create-derby-db}]
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Java exception: 'out of space in CodeCache for adapters: 
java.lang.VirtualMachineError'.

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 9 minutes 51 seconds
[INFO] Finished at: Sat Jun 04 16:46:09 EDT 2011
[INFO] Final Memory: 1130M/1891M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107171
Node Kind: directory
Schedule: normal
Last Changed Author: rajika
Last Changed Rev: 107171
Last Changed Date: 2011-06-04 14:57:55 -0400 (Sat, 04 Jun 2011) [INFO] Using 
encoding: 'UTF-8' to copy filtered resources.
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [bundle:bundle {execution: default-bundle}]
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Did not find 
matching referal for !javax.xml.namespace
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Importing 
packages that are never refered to by any class on the 
Bundle-Classpath[Jar:dot]: [javax.xml.namespace]
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/migrator/target/synapse-config-migrator-2.1.0-wso2v2.jar
 to 
/home/carbontrunk/.m2/repository/org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/home/carbontrunk/.m2/repository/repository.xml
[INFO] Installing 
org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] Building Apache Synapse - Distribution
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [assembly:single {execution: distribution-package}]
[INFO] Reading assembly descriptor: src/main/assembly/bin.xml
[INFO] Processing DependencySet (output=synapse-${synapse.version}/lib)
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create assembly: Failed to retrieve OS environment variables. 
Reason: Cannot run program "env": java.io.IOException: error=24, Too many open 
files

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 7 minutes 3 seconds
[INFO] Finished at: Sat Jun 04 16:30:47 EDT 2011
[INFO] Final Memory: 1040M/1820M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107171
Node Kind: directory
Schedule: normal
Last Changed Author: rajika
Last Changed Rev: 107171
Last Changed Date: 2011-06-04 14:57:55 -0400 (Sat, 04 Jun 2011) 250  
ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running on 
type "class org.apache.ode.dao.jpa.CorrelatorDAOImpl" with action "buildSchema".
744  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.DeploymentUnitDaoImpl" with action 
"buildSchema".
778  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.EventDAOImpl" with action "buildSchema".
810  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageRouteDAOImpl" with action 
"buildSchema".
810  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageDAOImpl" with action "buildSchema".
810  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.CorrelationSetDAOImpl" with action 
"buildSchema".
810  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ScopeDAOImpl" with action "buildSchema".
810  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.VersionTrackerDAOImpl" with action 
"buildSchema".
817  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfPropertyDaoImpl" with action 
"buildSchema".
817  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfDaoImpl" with action 
"buildSchema".
818  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessDAOImpl" with action "buildSchema".
818  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.FaultDAOImpl" with action "buildSchema".
818  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.XmlDataDAOImpl" with action "buildSchema".
818  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessInstanceDAOImpl" with action 
"buildSchema".
818  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ActivityRecoveryDAOImpl" with action 
"buildSchema".
818  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.PartnerLinkDAOImpl" with action 
"buildSchema".
818  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageExchangeDAOImpl" with action 
"buildSchema".
818  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Recording mapping and 
schema changes.
 [echo] Done.
 [echo] =
[INFO] Executed tasks
[INFO] [antrun:run {execution: create-h2-database}]
[INFO] Executing tasks
 [echo] ### Create H2 Database ##
  [sql] Executing file: 
/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/h2.sql
  [sql] 55 of 55 SQL statements executed successfully
 [echo] # END 
[INFO] Executed tasks
[INFO] [sql:execute {execution: create-derby-db}]
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create database 
'/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/derby/jpadb',
 see the next exception for details.

out of space in CodeCache for adapters
[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 10 minutes 31 seconds
[INFO] Finished at: Sat Jun 04 16:17:50 EDT 2011
[INFO] Final Memory: 1130M/1889M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107171
Node Kind: directory
Schedule: normal
Last Changed Author: rajika
Last Changed Rev: 107171
Last Changed Date: 2011-06-04 14:57:55 -0400 (Sat, 04 Jun 2011) 247  
ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running on 
type "class org.apache.ode.dao.jpa.CorrelatorDAOImpl" with action "buildSchema".
731  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.DeploymentUnitDaoImpl" with action 
"buildSchema".
763  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.EventDAOImpl" with action "buildSchema".
796  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageRouteDAOImpl" with action 
"buildSchema".
796  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageDAOImpl" with action "buildSchema".
796  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.CorrelationSetDAOImpl" with action 
"buildSchema".
796  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ScopeDAOImpl" with action "buildSchema".
796  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.VersionTrackerDAOImpl" with action 
"buildSchema".
803  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfPropertyDaoImpl" with action 
"buildSchema".
803  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfDaoImpl" with action 
"buildSchema".
803  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessDAOImpl" with action "buildSchema".
803  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.FaultDAOImpl" with action "buildSchema".
803  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.XmlDataDAOImpl" with action "buildSchema".
803  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessInstanceDAOImpl" with action 
"buildSchema".
803  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ActivityRecoveryDAOImpl" with action 
"buildSchema".
803  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.PartnerLinkDAOImpl" with action 
"buildSchema".
803  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageExchangeDAOImpl" with action 
"buildSchema".
803  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Recording mapping and 
schema changes.
 [echo] Done.
 [echo] =
[INFO] Executed tasks
[INFO] [antrun:run {execution: create-h2-database}]
[INFO] Executing tasks
 [echo] ### Create H2 Database ##
  [sql] Executing file: 
/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/h2.sql
  [sql] 55 of 55 SQL statements executed successfully
 [echo] # END 
[INFO] Executed tasks
[INFO] [sql:execute {execution: create-derby-db}]
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create database 
'/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/derby/jpadb',
 see the next exception for details.

out of space in CodeCache for adapters
[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 9 minutes 53 seconds
[INFO] Finished at: Sat Jun 04 16:01:47 EDT 2011
[INFO] Final Memory: 1131M/1881M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107171
Node Kind: directory
Schedule: normal
Last Changed Author: rajika
Last Changed Rev: 107171
Last Changed Date: 2011-06-04 14:57:55 -0400 (Sat, 04 Jun 2011) 248  
ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running on 
type "class org.apache.ode.dao.jpa.CorrelatorDAOImpl" with action "buildSchema".
738  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.DeploymentUnitDaoImpl" with action 
"buildSchema".
771  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.EventDAOImpl" with action "buildSchema".
804  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageRouteDAOImpl" with action 
"buildSchema".
804  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageDAOImpl" with action "buildSchema".
804  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.CorrelationSetDAOImpl" with action 
"buildSchema".
804  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ScopeDAOImpl" with action "buildSchema".
804  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.VersionTrackerDAOImpl" with action 
"buildSchema".
811  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfPropertyDaoImpl" with action 
"buildSchema".
811  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfDaoImpl" with action 
"buildSchema".
811  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessDAOImpl" with action "buildSchema".
811  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.FaultDAOImpl" with action "buildSchema".
811  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.XmlDataDAOImpl" with action "buildSchema".
812  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessInstanceDAOImpl" with action 
"buildSchema".
812  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ActivityRecoveryDAOImpl" with action 
"buildSchema".
812  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.PartnerLinkDAOImpl" with action 
"buildSchema".
812  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageExchangeDAOImpl" with action 
"buildSchema".
812  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Recording mapping and 
schema changes.
 [echo] Done.
 [echo] =
[INFO] Executed tasks
[INFO] [antrun:run {execution: create-h2-database}]
[INFO] Executing tasks
 [echo] ### Create H2 Database ##
  [sql] Executing file: 
/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/h2.sql
  [sql] 55 of 55 SQL statements executed successfully
 [echo] # END 
[INFO] Executed tasks
[INFO] [sql:execute {execution: create-derby-db}]
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create database 
'/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/derby/jpadb',
 see the next exception for details.

out of space in CodeCache for adapters
[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 9 minutes 56 seconds
[INFO] Finished at: Sat Jun 04 15:46:25 EDT 2011
[INFO] Final Memory: 1130M/1888M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107171
Node Kind: directory
Schedule: normal
Last Changed Author: rajika
Last Changed Rev: 107171
Last Changed Date: 2011-06-04 14:57:55 -0400 (Sat, 04 Jun 2011) [INFO] Using 
encoding: 'UTF-8' to copy filtered resources.
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [bundle:bundle {execution: default-bundle}]
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Did not find 
matching referal for !javax.xml.namespace
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Importing 
packages that are never refered to by any class on the 
Bundle-Classpath[Jar:dot]: [javax.xml.namespace]
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/migrator/target/synapse-config-migrator-2.1.0-wso2v2.jar
 to 
/home/carbontrunk/.m2/repository/org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/home/carbontrunk/.m2/repository/repository.xml
[INFO] Installing 
org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] Building Apache Synapse - Distribution
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [assembly:single {execution: distribution-package}]
[INFO] Reading assembly descriptor: src/main/assembly/bin.xml
[INFO] Processing DependencySet (output=synapse-${synapse.version}/lib)
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create assembly: Failed to retrieve OS environment variables. 
Reason: Cannot run program "env": java.io.IOException: error=24, Too many open 
files

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 7 minutes 1 second
[INFO] Finished at: Sat Jun 04 15:30:56 EDT 2011
[INFO] Final Memory: 1036M/1820M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107171
Node Kind: directory
Schedule: normal
Last Changed Author: rajika
Last Changed Rev: 107171
Last Changed Date: 2011-06-04 14:57:55 -0400 (Sat, 04 Jun 2011) [INFO] Using 
encoding: 'UTF-8' to copy filtered resources.
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [bundle:bundle {execution: default-bundle}]
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Did not find 
matching referal for !javax.xml.namespace
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Importing 
packages that are never refered to by any class on the 
Bundle-Classpath[Jar:dot]: [javax.xml.namespace]
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/migrator/target/synapse-config-migrator-2.1.0-wso2v2.jar
 to 
/home/carbontrunk/.m2/repository/org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/home/carbontrunk/.m2/repository/repository.xml
[INFO] Installing 
org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] Building Apache Synapse - Distribution
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [assembly:single {execution: distribution-package}]
[INFO] Reading assembly descriptor: src/main/assembly/bin.xml
[INFO] Processing DependencySet (output=synapse-${synapse.version}/lib)
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create assembly: Failed to retrieve OS environment variables. 
Reason: Cannot run program "env": java.io.IOException: error=24, Too many open 
files

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 7 minutes 1 second
[INFO] Finished at: Sat Jun 04 15:18:11 EDT 2011
[INFO] Final Memory: 1027M/1820M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107171
Node Kind: directory
Schedule: normal
Last Changed Author: rajika
Last Changed Rev: 107171
Last Changed Date: 2011-06-04 14:57:55 -0400 (Sat, 04 Jun 2011) 243  
ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running on 
type "class org.apache.ode.dao.jpa.CorrelatorDAOImpl" with action "buildSchema".
723  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.DeploymentUnitDaoImpl" with action 
"buildSchema".
755  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.EventDAOImpl" with action "buildSchema".
787  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageRouteDAOImpl" with action 
"buildSchema".
787  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageDAOImpl" with action "buildSchema".
787  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.CorrelationSetDAOImpl" with action 
"buildSchema".
788  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ScopeDAOImpl" with action "buildSchema".
788  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.VersionTrackerDAOImpl" with action 
"buildSchema".
794  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfPropertyDaoImpl" with action 
"buildSchema".
795  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfDaoImpl" with action 
"buildSchema".
795  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessDAOImpl" with action "buildSchema".
795  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.FaultDAOImpl" with action "buildSchema".
795  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.XmlDataDAOImpl" with action "buildSchema".
795  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessInstanceDAOImpl" with action 
"buildSchema".
795  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ActivityRecoveryDAOImpl" with action 
"buildSchema".
795  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.PartnerLinkDAOImpl" with action 
"buildSchema".
795  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageExchangeDAOImpl" with action 
"buildSchema".
795  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Recording mapping and 
schema changes.
 [echo] Done.
 [echo] =
[INFO] Executed tasks
[INFO] [antrun:run {execution: create-h2-database}]
[INFO] Executing tasks
 [echo] ### Create H2 Database ##
  [sql] Executing file: 
/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/h2.sql
  [sql] 55 of 55 SQL statements executed successfully
 [echo] # END 
[INFO] Executed tasks
[INFO] [sql:execute {execution: create-derby-db}]
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create database 
'/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/derby/jpadb',
 see the next exception for details.

out of space in CodeCache for adapters
[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 9 minutes 57 seconds
[INFO] Finished at: Sat Jun 04 15:05:34 EDT 2011
[INFO] Final Memory: 1130M/1781M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107171
Node Kind: directory
Schedule: normal
Last Changed Author: rajika
Last Changed Rev: 107171
Last Changed Date: 2011-06-04 14:57:55 -0400 (Sat, 04 Jun 2011) 247  
ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running on 
type "class org.apache.ode.dao.jpa.CorrelatorDAOImpl" with action "buildSchema".
729  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.DeploymentUnitDaoImpl" with action 
"buildSchema".
761  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.EventDAOImpl" with action "buildSchema".
794  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageRouteDAOImpl" with action 
"buildSchema".
794  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageDAOImpl" with action "buildSchema".
794  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.CorrelationSetDAOImpl" with action 
"buildSchema".
794  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ScopeDAOImpl" with action "buildSchema".
794  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.VersionTrackerDAOImpl" with action 
"buildSchema".
801  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfPropertyDaoImpl" with action 
"buildSchema".
801  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfDaoImpl" with action 
"buildSchema".
801  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessDAOImpl" with action "buildSchema".
801  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.FaultDAOImpl" with action "buildSchema".
801  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.XmlDataDAOImpl" with action "buildSchema".
801  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessInstanceDAOImpl" with action 
"buildSchema".
801  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ActivityRecoveryDAOImpl" with action 
"buildSchema".
801  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.PartnerLinkDAOImpl" with action 
"buildSchema".
801  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageExchangeDAOImpl" with action 
"buildSchema".
801  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Recording mapping and 
schema changes.
 [echo] Done.
 [echo] =
[INFO] Executed tasks
[INFO] [antrun:run {execution: create-h2-database}]
[INFO] Executing tasks
 [echo] ### Create H2 Database ##
  [sql] Executing file: 
/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/h2.sql
  [sql] 55 of 55 SQL statements executed successfully
 [echo] # END 
[INFO] Executed tasks
[INFO] [sql:execute {execution: create-derby-db}]
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create database 
'/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/derby/jpadb',
 see the next exception for details.

out of space in CodeCache for adapters
[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 9 minutes 56 seconds
[INFO] Finished at: Sat Jun 04 14:49:56 EDT 2011
[INFO] Final Memory: 1130M/1889M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107171
Node Kind: directory
Schedule: normal
Last Changed Author: rajika
Last Changed Rev: 107171
Last Changed Date: 2011-06-04 14:57:55 -0400 (Sat, 04 Jun 2011) 248  
ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running on 
type "class org.apache.ode.dao.jpa.CorrelatorDAOImpl" with action "buildSchema".
734  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.DeploymentUnitDaoImpl" with action 
"buildSchema".
767  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.EventDAOImpl" with action "buildSchema".
799  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageRouteDAOImpl" with action 
"buildSchema".
799  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageDAOImpl" with action "buildSchema".
799  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.CorrelationSetDAOImpl" with action 
"buildSchema".
799  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ScopeDAOImpl" with action "buildSchema".
799  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.VersionTrackerDAOImpl" with action 
"buildSchema".
806  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfPropertyDaoImpl" with action 
"buildSchema".
806  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfDaoImpl" with action 
"buildSchema".
806  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessDAOImpl" with action "buildSchema".
807  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.FaultDAOImpl" with action "buildSchema".
807  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.XmlDataDAOImpl" with action "buildSchema".
807  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessInstanceDAOImpl" with action 
"buildSchema".
807  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ActivityRecoveryDAOImpl" with action 
"buildSchema".
807  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.PartnerLinkDAOImpl" with action 
"buildSchema".
807  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageExchangeDAOImpl" with action 
"buildSchema".
807  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Recording mapping and 
schema changes.
 [echo] Done.
 [echo] =
[INFO] Executed tasks
[INFO] [antrun:run {execution: create-h2-database}]
[INFO] Executing tasks
 [echo] ### Create H2 Database ##
  [sql] Executing file: 
/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/h2.sql
  [sql] 55 of 55 SQL statements executed successfully
 [echo] # END 
[INFO] Executed tasks
[INFO] [sql:execute {execution: create-derby-db}]
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Java exception: 'out of space in CodeCache for adapters: 
java.lang.VirtualMachineError'.

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 9 minutes 51 seconds
[INFO] Finished at: Sat Jun 04 14:34:25 EDT 2011
[INFO] Final Memory: 1130M/1883M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107171
Node Kind: directory
Schedule: normal
Last Changed Author: rajika
Last Changed Rev: 107171
Last Changed Date: 2011-06-04 14:57:55 -0400 (Sat, 04 Jun 2011) [INFO] Using 
encoding: 'UTF-8' to copy filtered resources.
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [bundle:bundle {execution: default-bundle}]
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Did not find 
matching referal for !javax.xml.namespace
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Importing 
packages that are never refered to by any class on the 
Bundle-Classpath[Jar:dot]: [javax.xml.namespace]
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/migrator/target/synapse-config-migrator-2.1.0-wso2v2.jar
 to 
/home/carbontrunk/.m2/repository/org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/home/carbontrunk/.m2/repository/repository.xml
[INFO] Installing 
org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] Building Apache Synapse - Distribution
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [assembly:single {execution: distribution-package}]
[INFO] Reading assembly descriptor: src/main/assembly/bin.xml
[INFO] Processing DependencySet (output=synapse-${synapse.version}/lib)
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create assembly: Failed to retrieve OS environment variables. 
Reason: Cannot run program "env": java.io.IOException: error=24, Too many open 
files

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 7 minutes 
[INFO] Finished at: Sat Jun 04 14:18:50 EDT 2011
[INFO] Final Memory: 1032M/1818M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107171
Node Kind: directory
Schedule: normal
Last Changed Author: rajika
Last Changed Rev: 107171
Last Changed Date: 2011-06-04 14:57:55 -0400 (Sat, 04 Jun 2011) 244  
ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running on 
type "class org.apache.ode.dao.jpa.CorrelatorDAOImpl" with action "buildSchema".
725  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.DeploymentUnitDaoImpl" with action 
"buildSchema".
758  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.EventDAOImpl" with action "buildSchema".
790  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageRouteDAOImpl" with action 
"buildSchema".
790  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageDAOImpl" with action "buildSchema".
790  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.CorrelationSetDAOImpl" with action 
"buildSchema".
790  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ScopeDAOImpl" with action "buildSchema".
790  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.VersionTrackerDAOImpl" with action 
"buildSchema".
797  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfPropertyDaoImpl" with action 
"buildSchema".
797  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfDaoImpl" with action 
"buildSchema".
797  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessDAOImpl" with action "buildSchema".
797  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.FaultDAOImpl" with action "buildSchema".
797  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.XmlDataDAOImpl" with action "buildSchema".
797  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessInstanceDAOImpl" with action 
"buildSchema".
797  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ActivityRecoveryDAOImpl" with action 
"buildSchema".
797  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.PartnerLinkDAOImpl" with action 
"buildSchema".
797  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageExchangeDAOImpl" with action 
"buildSchema".
798  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Recording mapping and 
schema changes.
 [echo] Done.
 [echo] =
[INFO] Executed tasks
[INFO] [antrun:run {execution: create-h2-database}]
[INFO] Executing tasks
 [echo] ### Create H2 Database ##
  [sql] Executing file: 
/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/h2.sql
  [sql] 55 of 55 SQL statements executed successfully
 [echo] # END 
[INFO] Executed tasks
[INFO] [sql:execute {execution: create-derby-db}]
[INFO] 
[ERROR] FATAL ERROR
[INFO] 
[INFO] out of space in CodeCache for adapters
[INFO] 
[INFO] Trace
java.lang.VirtualMachineError: out of space in CodeCache for adapters
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:169)
at 
org.apache.derby.impl.services.monitor.BaseMonitor.getImplementations(Unknown 
Source)
at 
org.apache.derby.impl.services.monitor.BaseMonitor.getDefaultImplementations(Unknown
 Source)
at 
org.apache.derby.impl.services.monitor.BaseMonitor.runWithState(Unknown Source)
at org.apache.derby.impl.services.monitor.FileMonitor.(Unknown 
Source)
at org.apache.derby.iapi.services.monitor.Monitor.startMonitor(Unknown 
Source)
at org.apache.derby.iapi.jdbc.JDBCBoot.boot(Unknown Source)
at org.apache.derby.jdbc.EmbeddedDriver.boot(Unknown Source)
at org.apache.derby.jdbc.EmbeddedDriver.(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:169)
at org.codehaus.mojo.sql.Sq

[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107171
Node Kind: directory
Schedule: normal
Last Changed Author: rajika
Last Changed Rev: 107171
Last Changed Date: 2011-06-04 14:57:55 -0400 (Sat, 04 Jun 2011) 250  
ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running on 
type "class org.apache.ode.dao.jpa.CorrelatorDAOImpl" with action "buildSchema".
742  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.DeploymentUnitDaoImpl" with action 
"buildSchema".
777  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.EventDAOImpl" with action "buildSchema".
810  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageRouteDAOImpl" with action 
"buildSchema".
810  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageDAOImpl" with action "buildSchema".
810  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.CorrelationSetDAOImpl" with action 
"buildSchema".
810  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ScopeDAOImpl" with action "buildSchema".
810  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.VersionTrackerDAOImpl" with action 
"buildSchema".
817  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfPropertyDaoImpl" with action 
"buildSchema".
817  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfDaoImpl" with action 
"buildSchema".
817  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessDAOImpl" with action "buildSchema".
817  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.FaultDAOImpl" with action "buildSchema".
818  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.XmlDataDAOImpl" with action "buildSchema".
818  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessInstanceDAOImpl" with action 
"buildSchema".
818  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ActivityRecoveryDAOImpl" with action 
"buildSchema".
818  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.PartnerLinkDAOImpl" with action 
"buildSchema".
818  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageExchangeDAOImpl" with action 
"buildSchema".
818  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Recording mapping and 
schema changes.
 [echo] Done.
 [echo] =
[INFO] Executed tasks
[INFO] [antrun:run {execution: create-h2-database}]
[INFO] Executing tasks
 [echo] ### Create H2 Database ##
  [sql] Executing file: 
/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/h2.sql
  [sql] 55 of 55 SQL statements executed successfully
 [echo] # END 
[INFO] Executed tasks
[INFO] [sql:execute {execution: create-derby-db}]
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create database 
'/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/derby/jpadb',
 see the next exception for details.

out of space in CodeCache for adapters
[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 9 minutes 56 seconds
[INFO] Finished at: Sat Jun 04 13:50:48 EDT 2011
[INFO] Final Memory: 1130M/1863M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107171
Node Kind: directory
Schedule: normal
Last Changed Author: rajika
Last Changed Rev: 107171
Last Changed Date: 2011-06-04 14:57:55 -0400 (Sat, 04 Jun 2011) [INFO] Using 
encoding: 'UTF-8' to copy filtered resources.
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [bundle:bundle {execution: default-bundle}]
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Did not find 
matching referal for !javax.xml.namespace
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Importing 
packages that are never refered to by any class on the 
Bundle-Classpath[Jar:dot]: [javax.xml.namespace]
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/migrator/target/synapse-config-migrator-2.1.0-wso2v2.jar
 to 
/home/carbontrunk/.m2/repository/org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/home/carbontrunk/.m2/repository/repository.xml
[INFO] Installing 
org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] Building Apache Synapse - Distribution
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [assembly:single {execution: distribution-package}]
[INFO] Reading assembly descriptor: src/main/assembly/bin.xml
[INFO] Processing DependencySet (output=synapse-${synapse.version}/lib)
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create assembly: Failed to retrieve OS environment variables. 
Reason: Cannot run program "env": java.io.IOException: error=24, Too many open 
files

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 7 minutes 
[INFO] Finished at: Sat Jun 04 13:35:15 EDT 2011
[INFO] Final Memory: 1014M/1820M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107171
Node Kind: directory
Schedule: normal
Last Changed Author: rajika
Last Changed Rev: 107171
Last Changed Date: 2011-06-04 14:57:55 -0400 (Sat, 04 Jun 2011) 246  
ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running on 
type "class org.apache.ode.dao.jpa.CorrelatorDAOImpl" with action "buildSchema".
729  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.DeploymentUnitDaoImpl" with action 
"buildSchema".
762  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.EventDAOImpl" with action "buildSchema".
794  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageRouteDAOImpl" with action 
"buildSchema".
794  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageDAOImpl" with action "buildSchema".
794  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.CorrelationSetDAOImpl" with action 
"buildSchema".
794  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ScopeDAOImpl" with action "buildSchema".
794  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.VersionTrackerDAOImpl" with action 
"buildSchema".
801  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfPropertyDaoImpl" with action 
"buildSchema".
801  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfDaoImpl" with action 
"buildSchema".
801  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessDAOImpl" with action "buildSchema".
801  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.FaultDAOImpl" with action "buildSchema".
801  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.XmlDataDAOImpl" with action "buildSchema".
801  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessInstanceDAOImpl" with action 
"buildSchema".
801  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ActivityRecoveryDAOImpl" with action 
"buildSchema".
801  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.PartnerLinkDAOImpl" with action 
"buildSchema".
801  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageExchangeDAOImpl" with action 
"buildSchema".
802  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Recording mapping and 
schema changes.
 [echo] Done.
 [echo] =
[INFO] Executed tasks
[INFO] [antrun:run {execution: create-h2-database}]
[INFO] Executing tasks
 [echo] ### Create H2 Database ##
  [sql] Executing file: 
/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/h2.sql
  [sql] 55 of 55 SQL statements executed successfully
 [echo] # END 
[INFO] Executed tasks
[INFO] [sql:execute {execution: create-derby-db}]
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Java exception: 'out of space in CodeCache for adapters: 
java.lang.VirtualMachineError'.

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 9 minutes 51 seconds
[INFO] Finished at: Sat Jun 04 13:22:39 EDT 2011
[INFO] Final Memory: 1131M/1875M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107171
Node Kind: directory
Schedule: normal
Last Changed Author: rajika
Last Changed Rev: 107171
Last Changed Date: 2011-06-04 14:57:55 -0400 (Sat, 04 Jun 2011) [INFO] Using 
encoding: 'UTF-8' to copy filtered resources.
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [bundle:bundle {execution: default-bundle}]
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Did not find 
matching referal for !javax.xml.namespace
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Importing 
packages that are never refered to by any class on the 
Bundle-Classpath[Jar:dot]: [javax.xml.namespace]
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/migrator/target/synapse-config-migrator-2.1.0-wso2v2.jar
 to 
/home/carbontrunk/.m2/repository/org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/home/carbontrunk/.m2/repository/repository.xml
[INFO] Installing 
org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] Building Apache Synapse - Distribution
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [assembly:single {execution: distribution-package}]
[INFO] Reading assembly descriptor: src/main/assembly/bin.xml
[INFO] Processing DependencySet (output=synapse-${synapse.version}/lib)
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create assembly: Failed to retrieve OS environment variables. 
Reason: Cannot run program "env": java.io.IOException: error=24, Too many open 
files

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 6 minutes 58 seconds
[INFO] Finished at: Sat Jun 04 13:07:13 EDT 2011
[INFO] Final Memory: 1039M/1798M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107171
Node Kind: directory
Schedule: normal
Last Changed Author: rajika
Last Changed Rev: 107171
Last Changed Date: 2011-06-04 14:57:55 -0400 (Sat, 04 Jun 2011) 247  
ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running on 
type "class org.apache.ode.dao.jpa.CorrelatorDAOImpl" with action "buildSchema".
729  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.DeploymentUnitDaoImpl" with action 
"buildSchema".
762  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.EventDAOImpl" with action "buildSchema".
793  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageRouteDAOImpl" with action 
"buildSchema".
793  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageDAOImpl" with action "buildSchema".
794  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.CorrelationSetDAOImpl" with action 
"buildSchema".
794  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ScopeDAOImpl" with action "buildSchema".
794  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.VersionTrackerDAOImpl" with action 
"buildSchema".
801  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfPropertyDaoImpl" with action 
"buildSchema".
801  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfDaoImpl" with action 
"buildSchema".
801  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessDAOImpl" with action "buildSchema".
801  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.FaultDAOImpl" with action "buildSchema".
801  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.XmlDataDAOImpl" with action "buildSchema".
801  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessInstanceDAOImpl" with action 
"buildSchema".
801  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ActivityRecoveryDAOImpl" with action 
"buildSchema".
801  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.PartnerLinkDAOImpl" with action 
"buildSchema".
801  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageExchangeDAOImpl" with action 
"buildSchema".
801  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Recording mapping and 
schema changes.
 [echo] Done.
 [echo] =
[INFO] Executed tasks
[INFO] [antrun:run {execution: create-h2-database}]
[INFO] Executing tasks
 [echo] ### Create H2 Database ##
  [sql] Executing file: 
/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/h2.sql
  [sql] 55 of 55 SQL statements executed successfully
 [echo] # END 
[INFO] Executed tasks
[INFO] [sql:execute {execution: create-derby-db}]
[INFO] 
[ERROR] FATAL ERROR
[INFO] 
[INFO] out of space in CodeCache for adapters
[INFO] 
[INFO] Trace
java.lang.VirtualMachineError: out of space in CodeCache for adapters
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:169)
at 
org.apache.derby.impl.services.monitor.BaseMonitor.getImplementations(Unknown 
Source)
at 
org.apache.derby.impl.services.monitor.BaseMonitor.getDefaultImplementations(Unknown
 Source)
at 
org.apache.derby.impl.services.monitor.BaseMonitor.runWithState(Unknown Source)
at org.apache.derby.impl.services.monitor.FileMonitor.(Unknown 
Source)
at org.apache.derby.iapi.services.monitor.Monitor.startMonitor(Unknown 
Source)
at org.apache.derby.iapi.jdbc.JDBCBoot.boot(Unknown Source)
at org.apache.derby.jdbc.EmbeddedDriver.boot(Unknown Source)
at org.apache.derby.jdbc.EmbeddedDriver.(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:169)
at org.codehaus.mojo.sql.Sq

[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107171
Node Kind: directory
Schedule: normal
Last Changed Author: rajika
Last Changed Rev: 107171
Last Changed Date: 2011-06-04 14:57:55 -0400 (Sat, 04 Jun 2011) [INFO] Using 
encoding: 'UTF-8' to copy filtered resources.
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [bundle:bundle {execution: default-bundle}]
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Did not find 
matching referal for !javax.xml.namespace
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Importing 
packages that are never refered to by any class on the 
Bundle-Classpath[Jar:dot]: [javax.xml.namespace]
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/migrator/target/synapse-config-migrator-2.1.0-wso2v2.jar
 to 
/home/carbontrunk/.m2/repository/org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/home/carbontrunk/.m2/repository/repository.xml
[INFO] Installing 
org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] Building Apache Synapse - Distribution
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [assembly:single {execution: distribution-package}]
[INFO] Reading assembly descriptor: src/main/assembly/bin.xml
[INFO] Processing DependencySet (output=synapse-${synapse.version}/lib)
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create assembly: Failed to retrieve OS environment variables. 
Reason: Cannot run program "env": java.io.IOException: error=24, Too many open 
files

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 7 minutes 
[INFO] Finished at: Sat Jun 04 12:39:10 EDT 2011
[INFO] Final Memory: 1022M/1820M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107171
Node Kind: directory
Schedule: normal
Last Changed Author: rajika
Last Changed Rev: 107171
Last Changed Date: 2011-06-04 14:57:55 -0400 (Sat, 04 Jun 2011) 249  
ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running on 
type "class org.apache.ode.dao.jpa.CorrelatorDAOImpl" with action "buildSchema".
739  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.DeploymentUnitDaoImpl" with action 
"buildSchema".
773  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.EventDAOImpl" with action "buildSchema".
806  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageRouteDAOImpl" with action 
"buildSchema".
806  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageDAOImpl" with action "buildSchema".
806  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.CorrelationSetDAOImpl" with action 
"buildSchema".
806  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ScopeDAOImpl" with action "buildSchema".
806  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.VersionTrackerDAOImpl" with action 
"buildSchema".
813  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfPropertyDaoImpl" with action 
"buildSchema".
813  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfDaoImpl" with action 
"buildSchema".
813  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessDAOImpl" with action "buildSchema".
813  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.FaultDAOImpl" with action "buildSchema".
813  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.XmlDataDAOImpl" with action "buildSchema".
813  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessInstanceDAOImpl" with action 
"buildSchema".
813  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ActivityRecoveryDAOImpl" with action 
"buildSchema".
814  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.PartnerLinkDAOImpl" with action 
"buildSchema".
814  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageExchangeDAOImpl" with action 
"buildSchema".
814  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Recording mapping and 
schema changes.
 [echo] Done.
 [echo] =
[INFO] Executed tasks
[INFO] [antrun:run {execution: create-h2-database}]
[INFO] Executing tasks
 [echo] ### Create H2 Database ##
  [sql] Executing file: 
/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/h2.sql
  [sql] 55 of 55 SQL statements executed successfully
 [echo] # END 
[INFO] Executed tasks
[INFO] [sql:execute {execution: create-derby-db}]
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Java exception: 'out of space in CodeCache for adapters: 
java.lang.VirtualMachineError'.

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 10 minutes 1 second
[INFO] Finished at: Sat Jun 04 12:26:36 EDT 2011
[INFO] Final Memory: 1130M/1770M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107171
Node Kind: directory
Schedule: normal
Last Changed Author: rajika
Last Changed Rev: 107171
Last Changed Date: 2011-06-04 14:57:55 -0400 (Sat, 04 Jun 2011) 246  
ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running on 
type "class org.apache.ode.dao.jpa.CorrelatorDAOImpl" with action "buildSchema".
728  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.DeploymentUnitDaoImpl" with action 
"buildSchema".
760  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.EventDAOImpl" with action "buildSchema".
792  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageRouteDAOImpl" with action 
"buildSchema".
793  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageDAOImpl" with action "buildSchema".
793  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.CorrelationSetDAOImpl" with action 
"buildSchema".
793  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ScopeDAOImpl" with action "buildSchema".
793  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.VersionTrackerDAOImpl" with action 
"buildSchema".
800  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfPropertyDaoImpl" with action 
"buildSchema".
800  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfDaoImpl" with action 
"buildSchema".
800  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessDAOImpl" with action "buildSchema".
800  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.FaultDAOImpl" with action "buildSchema".
800  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.XmlDataDAOImpl" with action "buildSchema".
800  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessInstanceDAOImpl" with action 
"buildSchema".
800  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ActivityRecoveryDAOImpl" with action 
"buildSchema".
800  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.PartnerLinkDAOImpl" with action 
"buildSchema".
800  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageExchangeDAOImpl" with action 
"buildSchema".
800  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Recording mapping and 
schema changes.
 [echo] Done.
 [echo] =
[INFO] Executed tasks
[INFO] [antrun:run {execution: create-h2-database}]
[INFO] Executing tasks
 [echo] ### Create H2 Database ##
  [sql] Executing file: 
/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/h2.sql
  [sql] 55 of 55 SQL statements executed successfully
 [echo] # END 
[INFO] Executed tasks
[INFO] [sql:execute {execution: create-derby-db}]
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Java exception: 'out of space in CodeCache for adapters: 
java.lang.VirtualMachineError'.

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 9 minutes 54 seconds
[INFO] Finished at: Sat Jun 04 12:09:52 EDT 2011
[INFO] Final Memory: 1131M/1878M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107171
Node Kind: directory
Schedule: normal
Last Changed Author: rajika
Last Changed Rev: 107171
Last Changed Date: 2011-06-04 14:57:55 -0400 (Sat, 04 Jun 2011) [INFO] Using 
encoding: 'UTF-8' to copy filtered resources.
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [bundle:bundle {execution: default-bundle}]
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Did not find 
matching referal for !javax.xml.namespace
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Importing 
packages that are never refered to by any class on the 
Bundle-Classpath[Jar:dot]: [javax.xml.namespace]
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/migrator/target/synapse-config-migrator-2.1.0-wso2v2.jar
 to 
/home/carbontrunk/.m2/repository/org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/home/carbontrunk/.m2/repository/repository.xml
[INFO] Installing 
org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] Building Apache Synapse - Distribution
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [assembly:single {execution: distribution-package}]
[INFO] Reading assembly descriptor: src/main/assembly/bin.xml
[INFO] Processing DependencySet (output=synapse-${synapse.version}/lib)
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create assembly: Failed to retrieve OS environment variables. 
Reason: Cannot run program "env": java.io.IOException: error=24, Too many open 
files

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 7 minutes 
[INFO] Finished at: Sat Jun 04 11:54:24 EDT 2011
[INFO] Final Memory: 1035M/1820M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107171
Node Kind: directory
Schedule: normal
Last Changed Author: rajika
Last Changed Rev: 107171
Last Changed Date: 2011-06-04 14:57:55 -0400 (Sat, 04 Jun 2011) [INFO] Using 
encoding: 'UTF-8' to copy filtered resources.
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [bundle:bundle {execution: default-bundle}]
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Did not find 
matching referal for !javax.xml.namespace
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Importing 
packages that are never refered to by any class on the 
Bundle-Classpath[Jar:dot]: [javax.xml.namespace]
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/migrator/target/synapse-config-migrator-2.1.0-wso2v2.jar
 to 
/home/carbontrunk/.m2/repository/org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/home/carbontrunk/.m2/repository/repository.xml
[INFO] Installing 
org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] Building Apache Synapse - Distribution
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [assembly:single {execution: distribution-package}]
[INFO] Reading assembly descriptor: src/main/assembly/bin.xml
[INFO] Processing DependencySet (output=synapse-${synapse.version}/lib)
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create assembly: Failed to retrieve OS environment variables. 
Reason: Cannot run program "env": java.io.IOException: error=24, Too many open 
files

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 7 minutes 4 seconds
[INFO] Finished at: Sat Jun 04 11:41:51 EDT 2011
[INFO] Final Memory: 1012M/1820M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107171
Node Kind: directory
Schedule: normal
Last Changed Author: rajika
Last Changed Rev: 107171
Last Changed Date: 2011-06-04 14:57:55 -0400 (Sat, 04 Jun 2011) 250  
ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running on 
type "class org.apache.ode.dao.jpa.CorrelatorDAOImpl" with action "buildSchema".
742  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.DeploymentUnitDaoImpl" with action 
"buildSchema".
776  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.EventDAOImpl" with action "buildSchema".
809  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageRouteDAOImpl" with action 
"buildSchema".
809  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageDAOImpl" with action "buildSchema".
809  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.CorrelationSetDAOImpl" with action 
"buildSchema".
809  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ScopeDAOImpl" with action "buildSchema".
809  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.VersionTrackerDAOImpl" with action 
"buildSchema".
816  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfPropertyDaoImpl" with action 
"buildSchema".
816  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfDaoImpl" with action 
"buildSchema".
816  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessDAOImpl" with action "buildSchema".
816  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.FaultDAOImpl" with action "buildSchema".
816  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.XmlDataDAOImpl" with action "buildSchema".
816  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessInstanceDAOImpl" with action 
"buildSchema".
816  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ActivityRecoveryDAOImpl" with action 
"buildSchema".
816  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.PartnerLinkDAOImpl" with action 
"buildSchema".
816  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageExchangeDAOImpl" with action 
"buildSchema".
817  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Recording mapping and 
schema changes.
 [echo] Done.
 [echo] =
[INFO] Executed tasks
[INFO] [antrun:run {execution: create-h2-database}]
[INFO] Executing tasks
 [echo] ### Create H2 Database ##
  [sql] Executing file: 
/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/h2.sql
  [sql] 55 of 55 SQL statements executed successfully
 [echo] # END 
[INFO] Executed tasks
[INFO] [sql:execute {execution: create-derby-db}]
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create database 
'/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/derby/jpadb',
 see the next exception for details.

out of space in CodeCache for adapters
[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 9 minutes 50 seconds
[INFO] Finished at: Sat Jun 04 11:29:15 EDT 2011
[INFO] Final Memory: 1131M/1887M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107171
Node Kind: directory
Schedule: normal
Last Changed Author: rajika
Last Changed Rev: 107171
Last Changed Date: 2011-06-04 14:57:55 -0400 (Sat, 04 Jun 2011) 248  
ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running on 
type "class org.apache.ode.dao.jpa.CorrelatorDAOImpl" with action "buildSchema".
736  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.DeploymentUnitDaoImpl" with action 
"buildSchema".
769  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.EventDAOImpl" with action "buildSchema".
801  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageRouteDAOImpl" with action 
"buildSchema".
801  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageDAOImpl" with action "buildSchema".
801  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.CorrelationSetDAOImpl" with action 
"buildSchema".
802  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ScopeDAOImpl" with action "buildSchema".
802  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.VersionTrackerDAOImpl" with action 
"buildSchema".
809  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfPropertyDaoImpl" with action 
"buildSchema".
809  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfDaoImpl" with action 
"buildSchema".
809  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessDAOImpl" with action "buildSchema".
809  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.FaultDAOImpl" with action "buildSchema".
809  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.XmlDataDAOImpl" with action "buildSchema".
809  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessInstanceDAOImpl" with action 
"buildSchema".
809  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ActivityRecoveryDAOImpl" with action 
"buildSchema".
809  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.PartnerLinkDAOImpl" with action 
"buildSchema".
809  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageExchangeDAOImpl" with action 
"buildSchema".
809  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Recording mapping and 
schema changes.
 [echo] Done.
 [echo] =
[INFO] Executed tasks
[INFO] [antrun:run {execution: create-h2-database}]
[INFO] Executing tasks
 [echo] ### Create H2 Database ##
  [sql] Executing file: 
/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/h2.sql
  [sql] 55 of 55 SQL statements executed successfully
 [echo] # END 
[INFO] Executed tasks
[INFO] [sql:execute {execution: create-derby-db}]
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Java exception: 'out of space in CodeCache for adapters: 
java.lang.VirtualMachineError'.

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 9 minutes 56 seconds
[INFO] Finished at: Sat Jun 04 11:13:53 EDT 2011
[INFO] Final Memory: 1130M/1884M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107171
Node Kind: directory
Schedule: normal
Last Changed Author: rajika
Last Changed Rev: 107171
Last Changed Date: 2011-06-04 14:57:55 -0400 (Sat, 04 Jun 2011) 248  
ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running on 
type "class org.apache.ode.dao.jpa.CorrelatorDAOImpl" with action "buildSchema".
737  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.DeploymentUnitDaoImpl" with action 
"buildSchema".
770  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.EventDAOImpl" with action "buildSchema".
803  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageRouteDAOImpl" with action 
"buildSchema".
803  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageDAOImpl" with action "buildSchema".
803  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.CorrelationSetDAOImpl" with action 
"buildSchema".
803  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ScopeDAOImpl" with action "buildSchema".
803  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.VersionTrackerDAOImpl" with action 
"buildSchema".
810  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfPropertyDaoImpl" with action 
"buildSchema".
810  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfDaoImpl" with action 
"buildSchema".
810  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessDAOImpl" with action "buildSchema".
810  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.FaultDAOImpl" with action "buildSchema".
810  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.XmlDataDAOImpl" with action "buildSchema".
810  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessInstanceDAOImpl" with action 
"buildSchema".
810  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ActivityRecoveryDAOImpl" with action 
"buildSchema".
810  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.PartnerLinkDAOImpl" with action 
"buildSchema".
810  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageExchangeDAOImpl" with action 
"buildSchema".
810  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Recording mapping and 
schema changes.
 [echo] Done.
 [echo] =
[INFO] Executed tasks
[INFO] [antrun:run {execution: create-h2-database}]
[INFO] Executing tasks
 [echo] ### Create H2 Database ##
  [sql] Executing file: 
/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/h2.sql
  [sql] 55 of 55 SQL statements executed successfully
 [echo] # END 
[INFO] Executed tasks
[INFO] [sql:execute {execution: create-derby-db}]
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Java exception: 'out of space in CodeCache for adapters: 
java.lang.VirtualMachineError'.

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 9 minutes 54 seconds
[INFO] Finished at: Sat Jun 04 10:58:23 EDT 2011
[INFO] Final Memory: 1129M/1598M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107171
Node Kind: directory
Schedule: normal
Last Changed Author: rajika
Last Changed Rev: 107171
Last Changed Date: 2011-06-04 14:57:55 -0400 (Sat, 04 Jun 2011) 251  
ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running on 
type "class org.apache.ode.dao.jpa.CorrelatorDAOImpl" with action "buildSchema".
744  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.DeploymentUnitDaoImpl" with action 
"buildSchema".
777  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.EventDAOImpl" with action "buildSchema".
810  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageRouteDAOImpl" with action 
"buildSchema".
810  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageDAOImpl" with action "buildSchema".
810  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.CorrelationSetDAOImpl" with action 
"buildSchema".
810  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ScopeDAOImpl" with action "buildSchema".
810  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.VersionTrackerDAOImpl" with action 
"buildSchema".
817  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfPropertyDaoImpl" with action 
"buildSchema".
817  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfDaoImpl" with action 
"buildSchema".
817  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessDAOImpl" with action "buildSchema".
818  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.FaultDAOImpl" with action "buildSchema".
818  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.XmlDataDAOImpl" with action "buildSchema".
818  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessInstanceDAOImpl" with action 
"buildSchema".
818  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ActivityRecoveryDAOImpl" with action 
"buildSchema".
818  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.PartnerLinkDAOImpl" with action 
"buildSchema".
818  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageExchangeDAOImpl" with action 
"buildSchema".
818  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Recording mapping and 
schema changes.
 [echo] Done.
 [echo] =
[INFO] Executed tasks
[INFO] [antrun:run {execution: create-h2-database}]
[INFO] Executing tasks
 [echo] ### Create H2 Database ##
  [sql] Executing file: 
/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/h2.sql
  [sql] 55 of 55 SQL statements executed successfully
 [echo] # END 
[INFO] Executed tasks
[INFO] [sql:execute {execution: create-derby-db}]
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create database 
'/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/derby/jpadb',
 see the next exception for details.

out of space in CodeCache for adapters
[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 9 minutes 52 seconds
[INFO] Finished at: Sat Jun 04 10:42:57 EDT 2011
[INFO] Final Memory: 1131M/1901M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107171
Node Kind: directory
Schedule: normal
Last Changed Author: rajika
Last Changed Rev: 107171
Last Changed Date: 2011-06-04 14:57:55 -0400 (Sat, 04 Jun 2011) [INFO] Using 
encoding: 'UTF-8' to copy filtered resources.
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [bundle:bundle {execution: default-bundle}]
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Did not find 
matching referal for !javax.xml.namespace
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Importing 
packages that are never refered to by any class on the 
Bundle-Classpath[Jar:dot]: [javax.xml.namespace]
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/migrator/target/synapse-config-migrator-2.1.0-wso2v2.jar
 to 
/home/carbontrunk/.m2/repository/org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/home/carbontrunk/.m2/repository/repository.xml
[INFO] Installing 
org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] Building Apache Synapse - Distribution
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [assembly:single {execution: distribution-package}]
[INFO] Reading assembly descriptor: src/main/assembly/bin.xml
[INFO] Processing DependencySet (output=synapse-${synapse.version}/lib)
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create assembly: Failed to retrieve OS environment variables. 
Reason: Cannot run program "env": java.io.IOException: error=24, Too many open 
files

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 7 minutes 
[INFO] Finished at: Sat Jun 04 10:27:01 EDT 2011
[INFO] Final Memory: 1033M/1820M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107169
Node Kind: directory
Schedule: normal
Last Changed Author: dimuthul
Last Changed Rev: 107169
Last Changed Date: 2011-06-04 13:46:14 -0400 (Sat, 04 Jun 2011) 245  
ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running on 
type "class org.apache.ode.dao.jpa.CorrelatorDAOImpl" with action "buildSchema".
724  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.DeploymentUnitDaoImpl" with action 
"buildSchema".
756  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.EventDAOImpl" with action "buildSchema".
788  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageRouteDAOImpl" with action 
"buildSchema".
788  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageDAOImpl" with action "buildSchema".
788  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.CorrelationSetDAOImpl" with action 
"buildSchema".
788  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ScopeDAOImpl" with action "buildSchema".
788  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.VersionTrackerDAOImpl" with action 
"buildSchema".
795  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfPropertyDaoImpl" with action 
"buildSchema".
795  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfDaoImpl" with action 
"buildSchema".
795  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessDAOImpl" with action "buildSchema".
795  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.FaultDAOImpl" with action "buildSchema".
795  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.XmlDataDAOImpl" with action "buildSchema".
796  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessInstanceDAOImpl" with action 
"buildSchema".
796  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ActivityRecoveryDAOImpl" with action 
"buildSchema".
796  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.PartnerLinkDAOImpl" with action 
"buildSchema".
796  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageExchangeDAOImpl" with action 
"buildSchema".
796  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Recording mapping and 
schema changes.
 [echo] Done.
 [echo] =
[INFO] Executed tasks
[INFO] [antrun:run {execution: create-h2-database}]
[INFO] Executing tasks
 [echo] ### Create H2 Database ##
  [sql] Executing file: 
/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/h2.sql
  [sql] 55 of 55 SQL statements executed successfully
 [echo] # END 
[INFO] Executed tasks
[INFO] [sql:execute {execution: create-derby-db}]
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Java exception: 'out of space in CodeCache for adapters: 
java.lang.VirtualMachineError'.

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 9 minutes 51 seconds
[INFO] Finished at: Sat Jun 04 10:13:13 EDT 2011
[INFO] Final Memory: 1130M/1892M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107169
Node Kind: directory
Schedule: normal
Last Changed Author: dimuthul
Last Changed Rev: 107169
Last Changed Date: 2011-06-04 13:46:14 -0400 (Sat, 04 Jun 2011) 246  
ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running on 
type "class org.apache.ode.dao.jpa.CorrelatorDAOImpl" with action "buildSchema".
732  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.DeploymentUnitDaoImpl" with action 
"buildSchema".
765  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.EventDAOImpl" with action "buildSchema".
797  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageRouteDAOImpl" with action 
"buildSchema".
797  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageDAOImpl" with action "buildSchema".
797  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.CorrelationSetDAOImpl" with action 
"buildSchema".
797  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ScopeDAOImpl" with action "buildSchema".
797  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.VersionTrackerDAOImpl" with action 
"buildSchema".
804  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfPropertyDaoImpl" with action 
"buildSchema".
804  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfDaoImpl" with action 
"buildSchema".
805  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessDAOImpl" with action "buildSchema".
805  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.FaultDAOImpl" with action "buildSchema".
805  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.XmlDataDAOImpl" with action "buildSchema".
805  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessInstanceDAOImpl" with action 
"buildSchema".
805  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ActivityRecoveryDAOImpl" with action 
"buildSchema".
805  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.PartnerLinkDAOImpl" with action 
"buildSchema".
805  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageExchangeDAOImpl" with action 
"buildSchema".
805  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Recording mapping and 
schema changes.
 [echo] Done.
 [echo] =
[INFO] Executed tasks
[INFO] [antrun:run {execution: create-h2-database}]
[INFO] Executing tasks
 [echo] ### Create H2 Database ##
  [sql] Executing file: 
/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/h2.sql
  [sql] 55 of 55 SQL statements executed successfully
 [echo] # END 
[INFO] Executed tasks
[INFO] [sql:execute {execution: create-derby-db}]
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Java exception: 'out of space in CodeCache for adapters: 
java.lang.VirtualMachineError'.

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 9 minutes 48 seconds
[INFO] Finished at: Sat Jun 04 09:57:41 EDT 2011
[INFO] Final Memory: 1131M/1879M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107169
Node Kind: directory
Schedule: normal
Last Changed Author: dimuthul
Last Changed Rev: 107169
Last Changed Date: 2011-06-04 13:46:14 -0400 (Sat, 04 Jun 2011) 250  
ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running on 
type "class org.apache.ode.dao.jpa.CorrelatorDAOImpl" with action "buildSchema".
743  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.DeploymentUnitDaoImpl" with action 
"buildSchema".
777  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.EventDAOImpl" with action "buildSchema".
809  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageRouteDAOImpl" with action 
"buildSchema".
809  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageDAOImpl" with action "buildSchema".
809  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.CorrelationSetDAOImpl" with action 
"buildSchema".
809  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ScopeDAOImpl" with action "buildSchema".
810  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.VersionTrackerDAOImpl" with action 
"buildSchema".
817  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfPropertyDaoImpl" with action 
"buildSchema".
817  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfDaoImpl" with action 
"buildSchema".
817  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessDAOImpl" with action "buildSchema".
817  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.FaultDAOImpl" with action "buildSchema".
817  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.XmlDataDAOImpl" with action "buildSchema".
817  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessInstanceDAOImpl" with action 
"buildSchema".
817  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ActivityRecoveryDAOImpl" with action 
"buildSchema".
817  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.PartnerLinkDAOImpl" with action 
"buildSchema".
817  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageExchangeDAOImpl" with action 
"buildSchema".
817  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Recording mapping and 
schema changes.
 [echo] Done.
 [echo] =
[INFO] Executed tasks
[INFO] [antrun:run {execution: create-h2-database}]
[INFO] Executing tasks
 [echo] ### Create H2 Database ##
  [sql] Executing file: 
/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/h2.sql
  [sql] 55 of 55 SQL statements executed successfully
 [echo] # END 
[INFO] Executed tasks
[INFO] [sql:execute {execution: create-derby-db}]
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create database 
'/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/derby/jpadb',
 see the next exception for details.

out of space in CodeCache for adapters
[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 9 minutes 56 seconds
[INFO] Finished at: Sat Jun 04 09:42:18 EDT 2011
[INFO] Final Memory: 1131M/1769M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107169
Node Kind: directory
Schedule: normal
Last Changed Author: dimuthul
Last Changed Rev: 107169
Last Changed Date: 2011-06-04 13:46:14 -0400 (Sat, 04 Jun 2011) [INFO] Using 
encoding: 'UTF-8' to copy filtered resources.
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [bundle:bundle {execution: default-bundle}]
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Did not find 
matching referal for !javax.xml.namespace
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Importing 
packages that are never refered to by any class on the 
Bundle-Classpath[Jar:dot]: [javax.xml.namespace]
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/migrator/target/synapse-config-migrator-2.1.0-wso2v2.jar
 to 
/home/carbontrunk/.m2/repository/org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/home/carbontrunk/.m2/repository/repository.xml
[INFO] Installing 
org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] Building Apache Synapse - Distribution
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [assembly:single {execution: distribution-package}]
[INFO] Reading assembly descriptor: src/main/assembly/bin.xml
[INFO] Processing DependencySet (output=synapse-${synapse.version}/lib)
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create assembly: Failed to retrieve OS environment variables. 
Reason: Cannot run program "env": java.io.IOException: error=24, Too many open 
files

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 7 minutes 4 seconds
[INFO] Finished at: Sat Jun 04 09:26:41 EDT 2011
[INFO] Final Memory: 1035M/1820M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107169
Node Kind: directory
Schedule: normal
Last Changed Author: dimuthul
Last Changed Rev: 107169
Last Changed Date: 2011-06-04 13:46:14 -0400 (Sat, 04 Jun 2011) [INFO] Using 
encoding: 'UTF-8' to copy filtered resources.
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [bundle:bundle {execution: default-bundle}]
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Did not find 
matching referal for !javax.xml.namespace
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Importing 
packages that are never refered to by any class on the 
Bundle-Classpath[Jar:dot]: [javax.xml.namespace]
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/migrator/target/synapse-config-migrator-2.1.0-wso2v2.jar
 to 
/home/carbontrunk/.m2/repository/org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/home/carbontrunk/.m2/repository/repository.xml
[INFO] Installing 
org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] Building Apache Synapse - Distribution
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [assembly:single {execution: distribution-package}]
[INFO] Reading assembly descriptor: src/main/assembly/bin.xml
[INFO] Processing DependencySet (output=synapse-${synapse.version}/lib)
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create assembly: Failed to retrieve OS environment variables. 
Reason: Cannot run program "env": java.io.IOException: error=24, Too many open 
files

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 7 minutes 3 seconds
[INFO] Finished at: Sat Jun 04 09:13:59 EDT 2011
[INFO] Final Memory: 1037M/1601M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107166
Node Kind: directory
Schedule: normal
Last Changed Author: dimuthul
Last Changed Rev: 107165
Last Changed Date: 2011-06-04 13:36:47 -0400 (Sat, 04 Jun 2011)   [zip] 
Building zip: 
/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/ode-dao-jpa-ojpa-derby-1.3.5-SNAPSHOT.zip
[INFO] Executed tasks
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/ode-dao-jpa-ojpa-derby-1.3.5-SNAPSHOT.jar
 to 
/home/carbontrunk/.m2/repository/org/wso2/bpel/ode-dao-jpa-ojpa-derby/1.3.5-SNAPSHOT/ode-dao-jpa-ojpa-derby-1.3.5-SNAPSHOT.jar
[INFO] 
[INFO] Building ODE :: Hibernate DAO DDL Generation
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory 
/home/carbontrunk/carbon/dependencies/ode/dao-hibernate-db/target
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting 
/home/carbontrunk/carbon/dependencies/ode/dao-hibernate-db/target
[INFO] [antrun:run {execution: schemagen}]
[INFO] Executing tasks

create-schema:

 [echo] =
 [echo] Create DDL derby
[schemaexport] Running Hibernate Core SchemaExport.
[schemaexport] This is an Ant task supporting only mapping files, if you want 
to use annotations see http://tools.hibernate.org.
[INFO] Hibernate 3.2.5
[INFO] hibernate.properties not found
[INFO] Bytecode provider name : cglib
[INFO] using JDK 1.4 java.sql.Timestamp handling
[INFO] Reading mappings from file: 
/home/carbontrunk/carbon/dependencies/ode/dao-hibernate/target/classes/org/apache/ode/daohib/bpel/hobj/HActivityRecovery.hbm.xml
[INFO] Mapping class: org.apache.ode.daohib.bpel.hobj.HActivityRecovery -> 
BPEL_ACTIVITY_RECOVERY
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Error executing ant tasks

Embedded error: The following error occurred while executing this line:
java.lang.VirtualMachineError: out of space in CodeCache for adapters
[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 9 minutes 59 seconds
[INFO] Finished at: Sat Jun 04 08:59:41 EDT 2011
[INFO] Final Memory: 1132M/1887M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107161
Node Kind: directory
Schedule: normal
Last Changed Author: fazlan
Last Changed Rev: 107160
Last Changed Date: 2011-06-04 11:49:51 -0400 (Sat, 04 Jun 2011) 252  
ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running on 
type "class org.apache.ode.dao.jpa.CorrelatorDAOImpl" with action "buildSchema".
749  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.DeploymentUnitDaoImpl" with action 
"buildSchema".
783  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.EventDAOImpl" with action "buildSchema".
816  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageRouteDAOImpl" with action 
"buildSchema".
816  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageDAOImpl" with action "buildSchema".
816  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.CorrelationSetDAOImpl" with action 
"buildSchema".
816  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ScopeDAOImpl" with action "buildSchema".
816  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.VersionTrackerDAOImpl" with action 
"buildSchema".
823  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfPropertyDaoImpl" with action 
"buildSchema".
824  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfDaoImpl" with action 
"buildSchema".
824  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessDAOImpl" with action "buildSchema".
824  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.FaultDAOImpl" with action "buildSchema".
824  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.XmlDataDAOImpl" with action "buildSchema".
824  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessInstanceDAOImpl" with action 
"buildSchema".
824  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ActivityRecoveryDAOImpl" with action 
"buildSchema".
824  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.PartnerLinkDAOImpl" with action 
"buildSchema".
824  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageExchangeDAOImpl" with action 
"buildSchema".
824  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Recording mapping and 
schema changes.
 [echo] Done.
 [echo] =
[INFO] Executed tasks
[INFO] [antrun:run {execution: create-h2-database}]
[INFO] Executing tasks
 [echo] ### Create H2 Database ##
  [sql] Executing file: 
/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/h2.sql
  [sql] 55 of 55 SQL statements executed successfully
 [echo] # END 
[INFO] Executed tasks
[INFO] [sql:execute {execution: create-derby-db}]
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Java exception: 'out of space in CodeCache for adapters: 
java.lang.VirtualMachineError'.

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 9 minutes 51 seconds
[INFO] Finished at: Sat Jun 04 08:42:22 EDT 2011
[INFO] Final Memory: 1131M/1888M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107161
Node Kind: directory
Schedule: normal
Last Changed Author: fazlan
Last Changed Rev: 107160
Last Changed Date: 2011-06-04 11:49:51 -0400 (Sat, 04 Jun 2011) [INFO] Using 
encoding: 'UTF-8' to copy filtered resources.
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [bundle:bundle {execution: default-bundle}]
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Did not find 
matching referal for !javax.xml.namespace
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Importing 
packages that are never refered to by any class on the 
Bundle-Classpath[Jar:dot]: [javax.xml.namespace]
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/migrator/target/synapse-config-migrator-2.1.0-wso2v2.jar
 to 
/home/carbontrunk/.m2/repository/org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/home/carbontrunk/.m2/repository/repository.xml
[INFO] Installing 
org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] Building Apache Synapse - Distribution
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [assembly:single {execution: distribution-package}]
[INFO] Reading assembly descriptor: src/main/assembly/bin.xml
[INFO] Processing DependencySet (output=synapse-${synapse.version}/lib)
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create assembly: Failed to retrieve OS environment variables. 
Reason: Cannot run program "env": java.io.IOException: error=24, Too many open 
files

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 7 minutes 3 seconds
[INFO] Finished at: Sat Jun 04 08:26:58 EDT 2011
[INFO] Final Memory: 1041M/1640M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107161
Node Kind: directory
Schedule: normal
Last Changed Author: fazlan
Last Changed Rev: 107160
Last Changed Date: 2011-06-04 11:49:51 -0400 (Sat, 04 Jun 2011) [INFO] Using 
encoding: 'UTF-8' to copy filtered resources.
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [bundle:bundle {execution: default-bundle}]
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Did not find 
matching referal for !javax.xml.namespace
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Importing 
packages that are never refered to by any class on the 
Bundle-Classpath[Jar:dot]: [javax.xml.namespace]
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/migrator/target/synapse-config-migrator-2.1.0-wso2v2.jar
 to 
/home/carbontrunk/.m2/repository/org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/home/carbontrunk/.m2/repository/repository.xml
[INFO] Installing 
org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] Building Apache Synapse - Distribution
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [assembly:single {execution: distribution-package}]
[INFO] Reading assembly descriptor: src/main/assembly/bin.xml
[INFO] Processing DependencySet (output=synapse-${synapse.version}/lib)
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create assembly: Failed to retrieve OS environment variables. 
Reason: Cannot run program "env": java.io.IOException: error=24, Too many open 
files

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 7 minutes 4 seconds
[INFO] Finished at: Sat Jun 04 08:14:09 EDT 2011
[INFO] Final Memory: 1035M/1820M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107161
Node Kind: directory
Schedule: normal
Last Changed Author: fazlan
Last Changed Rev: 107160
Last Changed Date: 2011-06-04 11:49:51 -0400 (Sat, 04 Jun 2011) [INFO] Using 
encoding: 'UTF-8' to copy filtered resources.
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [bundle:bundle {execution: default-bundle}]
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Did not find 
matching referal for !javax.xml.namespace
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Importing 
packages that are never refered to by any class on the 
Bundle-Classpath[Jar:dot]: [javax.xml.namespace]
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/migrator/target/synapse-config-migrator-2.1.0-wso2v2.jar
 to 
/home/carbontrunk/.m2/repository/org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/home/carbontrunk/.m2/repository/repository.xml
[INFO] Installing 
org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] Building Apache Synapse - Distribution
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [assembly:single {execution: distribution-package}]
[INFO] Reading assembly descriptor: src/main/assembly/bin.xml
[INFO] Processing DependencySet (output=synapse-${synapse.version}/lib)
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create assembly: Failed to retrieve OS environment variables. 
Reason: Cannot run program "env": java.io.IOException: error=24, Too many open 
files

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 7 minutes 21 seconds
[INFO] Finished at: Sat Jun 04 08:01:06 EDT 2011
[INFO] Final Memory: 1039M/1802M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107161
Node Kind: directory
Schedule: normal
Last Changed Author: fazlan
Last Changed Rev: 107160
Last Changed Date: 2011-06-04 11:49:51 -0400 (Sat, 04 Jun 2011) [INFO] Building 
Apache Cassandra
[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/dependencies/cassandra/target
[INFO] [antrun:run {execution: compile}]
[INFO] Executing tasks

main:

clean:

ivy-download:
 [echo] Downloading Ivy...
[mkdir] Created dir: /home/carbontrunk/carbon/dependencies/cassandra/build
  [get] Getting: 
http://repo2.maven.org/maven2/org/apache/ivy/ivy/2.2.0/ivy-2.2.0.jar
  [get] To: 
/home/carbontrunk/carbon/dependencies/cassandra/build/ivy-2.2.0.jar

ivy-init:
[mkdir] Created dir: 
/home/carbontrunk/carbon/dependencies/cassandra/build/lib

ivy-retrieve-build:
[ivy:retrieve] :: Ivy 2.2.0 - 20100923230623 :: http://ant.apache.org/ivy/ ::
[ivy:retrieve] :: loading settings :: file = 
/home/carbontrunk/carbon/dependencies/cassandra/ivysettings.xml
[ivy:retrieve] :: resolving dependencies :: 
apache-cassandra#cassandra;working@sr2
[ivy:retrieve]  confs: [default]
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] An Ant BuildException has occured: The following error occurred while 
executing this line:
/home/carbontrunk/carbon/dependencies/cassandra/build.xml:169: 
java.lang.VirtualMachineError: out of space in CodeCache for adapters

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 15 minutes 54 seconds
[INFO] Finished at: Sat Jun 04 07:48:10 EDT 2011
[INFO] Final Memory: 626M/1719M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107161
Node Kind: directory
Schedule: normal
Last Changed Author: fazlan
Last Changed Rev: 107160
Last Changed Date: 2011-06-04 11:49:51 -0400 (Sat, 04 Jun 2011) 248  
ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running on 
type "class org.apache.ode.dao.jpa.CorrelatorDAOImpl" with action "buildSchema".
732  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.DeploymentUnitDaoImpl" with action 
"buildSchema".
765  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.EventDAOImpl" with action "buildSchema".
797  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageRouteDAOImpl" with action 
"buildSchema".
797  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageDAOImpl" with action "buildSchema".
797  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.CorrelationSetDAOImpl" with action 
"buildSchema".
797  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ScopeDAOImpl" with action "buildSchema".
797  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.VersionTrackerDAOImpl" with action 
"buildSchema".
804  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfPropertyDaoImpl" with action 
"buildSchema".
804  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfDaoImpl" with action 
"buildSchema".
804  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessDAOImpl" with action "buildSchema".
804  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.FaultDAOImpl" with action "buildSchema".
804  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.XmlDataDAOImpl" with action "buildSchema".
804  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessInstanceDAOImpl" with action 
"buildSchema".
804  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ActivityRecoveryDAOImpl" with action 
"buildSchema".
805  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.PartnerLinkDAOImpl" with action 
"buildSchema".
805  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageExchangeDAOImpl" with action 
"buildSchema".
805  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Recording mapping and 
schema changes.
 [echo] Done.
 [echo] =
[INFO] Executed tasks
[INFO] [antrun:run {execution: create-h2-database}]
[INFO] Executing tasks
 [echo] ### Create H2 Database ##
  [sql] Executing file: 
/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/h2.sql
  [sql] 55 of 55 SQL statements executed successfully
 [echo] # END 
[INFO] Executed tasks
[INFO] [sql:execute {execution: create-derby-db}]
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Java exception: 'out of space in CodeCache for adapters: 
java.lang.VirtualMachineError'.

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 9 minutes 49 seconds
[INFO] Finished at: Sat Jun 04 07:26:35 EDT 2011
[INFO] Final Memory: 1131M/1881M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107161
Node Kind: directory
Schedule: normal
Last Changed Author: fazlan
Last Changed Rev: 107160
Last Changed Date: 2011-06-04 11:49:51 -0400 (Sat, 04 Jun 2011) [INFO] Using 
encoding: 'UTF-8' to copy filtered resources.
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [bundle:bundle {execution: default-bundle}]
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Did not find 
matching referal for !javax.xml.namespace
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Importing 
packages that are never refered to by any class on the 
Bundle-Classpath[Jar:dot]: [javax.xml.namespace]
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/migrator/target/synapse-config-migrator-2.1.0-wso2v2.jar
 to 
/home/carbontrunk/.m2/repository/org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/home/carbontrunk/.m2/repository/repository.xml
[INFO] Installing 
org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] Building Apache Synapse - Distribution
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [assembly:single {execution: distribution-package}]
[INFO] Reading assembly descriptor: src/main/assembly/bin.xml
[INFO] Processing DependencySet (output=synapse-${synapse.version}/lib)
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create assembly: Failed to retrieve OS environment variables. 
Reason: Cannot run program "env": java.io.IOException: error=24, Too many open 
files

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 7 minutes 4 seconds
[INFO] Finished at: Sat Jun 04 07:10:51 EDT 2011
[INFO] Final Memory: 1040M/1820M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107159
Node Kind: directory
Schedule: normal
Last Changed Author: senaka
Last Changed Rev: 107158
Last Changed Date: 2011-06-04 11:33:16 -0400 (Sat, 04 Jun 2011) [INFO] Using 
encoding: 'UTF-8' to copy filtered resources.
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [bundle:bundle {execution: default-bundle}]
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Did not find 
matching referal for !javax.xml.namespace
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Importing 
packages that are never refered to by any class on the 
Bundle-Classpath[Jar:dot]: [javax.xml.namespace]
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/migrator/target/synapse-config-migrator-2.1.0-wso2v2.jar
 to 
/home/carbontrunk/.m2/repository/org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/home/carbontrunk/.m2/repository/repository.xml
[INFO] Installing 
org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] Building Apache Synapse - Distribution
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [assembly:single {execution: distribution-package}]
[INFO] Reading assembly descriptor: src/main/assembly/bin.xml
[INFO] Processing DependencySet (output=synapse-${synapse.version}/lib)
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create assembly: Failed to retrieve OS environment variables. 
Reason: Cannot run program "env": java.io.IOException: error=24, Too many open 
files

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 7 minutes 
[INFO] Finished at: Sat Jun 04 06:56:28 EDT 2011
[INFO] Final Memory: 1039M/1798M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Builder Configuration Issue? {was: "WSO2 Carbon Continuous Build has FAILED"}

2011-06-04 Thread Senaka Fernando
We are getting this on the US1 builder. Since we don't get the same on the
others, I think we might need to increase the file limit for the user?

+++
Failed to create assembly: Failed to retrieve OS environment variables.
Reason: Cannot run program "env": java.io.IOException: error=24, Too many
open files
+++

Thanks,
Senaka.

On Sat, Jun 4, 2011 at 4:12 PM, WSO2 Carbon Builder (US1)  wrote:

> Repository Root: https://svn.wso2.org/repos/wso2
> Repository UUID: a5903396-d722-0410-b921-86c7d4935375
> Revision: 107157
> Node Kind: directory
> Schedule: normal
> Last Changed Author: senaka
> Last Changed Rev: 107156
> Last Changed Date: 2011-06-04 11:23:46 -0400 (Sat, 04 Jun 2011) [INFO]
> Using encoding: 'UTF-8' to copy filtered resources.
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Not compiling test sources
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Tests are skipped.
> [INFO] [bundle:bundle {execution: default-bundle}]
> [WARNING] Warning building bundle
> org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Did not
> find matching referal for !javax.xml.namespace
> [WARNING] Warning building bundle
> org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Importing
> packages that are never refered to by any class on the
> Bundle-Classpath[Jar:dot]: [javax.xml.namespace]
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing
> /home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/migrator/target/synapse-config-migrator-2.1.0-wso2v2.jar
> to
> /home/carbontrunk/.m2/repository/org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
> [INFO] [bundle:install {execution: default-install}]
> [INFO] Parsing file:/home/carbontrunk/.m2/repository/repository.xml
> [INFO] Installing
> org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
> [INFO] Writing OBR metadata
> [INFO]
> 
> [INFO] Building Apache Synapse - Distribution
> [INFO]task-segment: [clean, install]
> [INFO]
> 
> [INFO] [clean:clean {execution: default-clean}]
> [INFO] Deleting directory
> /home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
> [INFO] [incremental-build:incremental-build {execution: default}]
> [INFO] Verifying module descriptor ...
> [INFO] Pom descriptor modification detected.
> [INFO] Deleting
> /home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> [INFO] [assembly:single {execution: distribution-package}]
> [INFO] Reading assembly descriptor: src/main/assembly/bin.xml
> [INFO] Processing DependencySet (output=synapse-${synapse.version}/lib)
> [INFO]
> 
> [ERROR] BUILD ERROR
> [INFO]
> 
> [INFO] Failed to create assembly: Failed to retrieve OS environment
> variables. Reason: Cannot run program "env": java.io.IOException: error=24,
> Too many open files
>
> [INFO]
> 
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> 
> [INFO] Total time: 6 minutes 59 seconds
> [INFO] Finished at: Sat Jun 04 06:42:14 EDT 2011
> [INFO] Final Memory: 1036M/1820M
> [INFO]
> 
> ___
> 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


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107157
Node Kind: directory
Schedule: normal
Last Changed Author: senaka
Last Changed Rev: 107156
Last Changed Date: 2011-06-04 11:23:46 -0400 (Sat, 04 Jun 2011) [INFO] Using 
encoding: 'UTF-8' to copy filtered resources.
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [bundle:bundle {execution: default-bundle}]
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Did not find 
matching referal for !javax.xml.namespace
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Importing 
packages that are never refered to by any class on the 
Bundle-Classpath[Jar:dot]: [javax.xml.namespace]
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/migrator/target/synapse-config-migrator-2.1.0-wso2v2.jar
 to 
/home/carbontrunk/.m2/repository/org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/home/carbontrunk/.m2/repository/repository.xml
[INFO] Installing 
org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] Building Apache Synapse - Distribution
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [assembly:single {execution: distribution-package}]
[INFO] Reading assembly descriptor: src/main/assembly/bin.xml
[INFO] Processing DependencySet (output=synapse-${synapse.version}/lib)
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create assembly: Failed to retrieve OS environment variables. 
Reason: Cannot run program "env": java.io.IOException: error=24, Too many open 
files

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 6 minutes 59 seconds
[INFO] Finished at: Sat Jun 04 06:42:14 EDT 2011
[INFO] Final Memory: 1036M/1820M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107153
Node Kind: directory
Schedule: normal
Last Changed Author: senaka
Last Changed Rev: 107152
Last Changed Date: 2011-06-04 10:31:35 -0400 (Sat, 04 Jun 2011) 244  
ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running on 
type "class org.apache.ode.dao.jpa.CorrelatorDAOImpl" with action "buildSchema".
729  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.DeploymentUnitDaoImpl" with action 
"buildSchema".
762  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.EventDAOImpl" with action "buildSchema".
793  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageRouteDAOImpl" with action 
"buildSchema".
794  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageDAOImpl" with action "buildSchema".
794  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.CorrelationSetDAOImpl" with action 
"buildSchema".
794  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ScopeDAOImpl" with action "buildSchema".
794  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.VersionTrackerDAOImpl" with action 
"buildSchema".
801  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfPropertyDaoImpl" with action 
"buildSchema".
801  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.store.jpa.ProcessConfDaoImpl" with action 
"buildSchema".
801  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessDAOImpl" with action "buildSchema".
801  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.FaultDAOImpl" with action "buildSchema".
801  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.XmlDataDAOImpl" with action "buildSchema".
801  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ProcessInstanceDAOImpl" with action 
"buildSchema".
801  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.ActivityRecoveryDAOImpl" with action 
"buildSchema".
801  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.PartnerLinkDAOImpl" with action 
"buildSchema".
801  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Mapping tool running 
on type "class org.apache.ode.dao.jpa.MessageExchangeDAOImpl" with action 
"buildSchema".
801  ode-unit-test-embedded  INFO   [main] openjpa.Tool - Recording mapping and 
schema changes.
 [echo] Done.
 [echo] =
[INFO] Executed tasks
[INFO] [antrun:run {execution: create-h2-database}]
[INFO] Executing tasks
 [echo] ### Create H2 Database ##
  [sql] Executing file: 
/home/carbontrunk/carbon/dependencies/ode/dao-jpa-ojpa-derby/target/h2.sql
  [sql] 55 of 55 SQL statements executed successfully
 [echo] # END 
[INFO] Executed tasks
[INFO] [sql:execute {execution: create-derby-db}]
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Java exception: 'out of space in CodeCache for adapters: 
java.lang.VirtualMachineError'.

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 9 minutes 53 seconds
[INFO] Finished at: Sat Jun 04 06:28:11 EDT 2011
[INFO] Final Memory: 1130M/1871M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon 3.2.0 Branch : Integration Test Failures in BPS

2011-06-04 Thread Milinda Pathirage
I'll have a look at it.

Thanks
Milinda

On Sat, Jun 4, 2011 at 2:33 PM, Prabath Siriwardena wrote:

>
> ---
> Test set: org.wso2.bps.management.TestRunner
>
> ---
> Tests run: 7, Failures: 2, Errors: 0, Skipped: 0, Time elapsed:
> 167.635 sec <<< FAILURE!
> testTemplate(org.wso2.bps.management.PartnerServiceSecurityTest)  Time
> elapsed: 18.778 sec  <<< FAILURE!
> junit.framework.AssertionFailedError: AxisService is Null
>at junit.framework.Assert.fail(Assert.java:47)
>at
> org.wso2.bps.management.PartnerServiceSecurityTest.runSuccessCase(PartnerServiceSecurityTest.java:223)
>at
> org.wso2.carbon.integration.core.TestTemplate.testTemplate(TestTemplate.java:44)
>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 junit.framework.TestCase.runTest(TestCase.java:164)
>at junit.framework.TestCase.runBare(TestCase.java:130)
>at junit.framework.TestResult$1.protect(TestResult.java:106)
>at junit.framework.TestResult.runProtected(TestResult.java:124)
>at junit.framework.TestResult.run(TestResult.java:109)
>at junit.framework.TestCase.run(TestCase.java:120)
>at junit.framework.TestSuite.runTest(TestSuite.java:230)
>at junit.framework.TestSuite.run(TestSuite.java:225)
>at junit.framework.TestSuite.runTest(TestSuite.java:230)
>at junit.framework.TestSuite.run(TestSuite.java:225)
>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.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
>at
> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
>at
> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
>at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
>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.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
>at
> org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
>
> testTemplate(org.wso2.bps.management.UndeploymentTest)  Time elapsed:
> 32.58 sec  <<< FAILURE!
> junit.framework.AssertionFailedError: Cannot get the BPEL Package list
> from repository.
>at junit.framework.Assert.fail(Assert.java:47)
>at
> org.wso2.bps.management.UndeploymentTest.undeploy(UndeploymentTest.java:91)
>at
> org.wso2.bps.management.UndeploymentTest.runSuccessCase(UndeploymentTest.java:53)
>at
> org.wso2.carbon.integration.core.TestTemplate.testTemplate(TestTemplate.java:44)
>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 junit.framework.TestCase.runTest(TestCase.java:164)
>at junit.framework.TestCase.runBare(TestCase.java:130)
>at junit.framework.TestResult$1.protect(TestResult.java:106)
>at junit.framework.TestResult.runProtected(TestResult.java:124)
>at junit.framework.TestResult.run(TestResult.java:109)
>at junit.framework.TestCase.run(TestCase.java:120)
>at junit.framework.TestSuite.runTest(TestSuite.java:230)
>at junit.framework.TestSuite.run(TestSuite.java:225)
>at junit.framework.TestSuite.runTest(TestSuite.java:230)
>at junit.framework.TestSuite.run(TestSuite.java:225)
>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.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
>

[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107153
Node Kind: directory
Schedule: normal
Last Changed Author: senaka
Last Changed Rev: 107152
Last Changed Date: 2011-06-04 10:31:35 -0400 (Sat, 04 Jun 2011) [INFO] Using 
encoding: 'UTF-8' to copy filtered resources.
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [bundle:bundle {execution: default-bundle}]
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Did not find 
matching referal for !javax.xml.namespace
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Importing 
packages that are never refered to by any class on the 
Bundle-Classpath[Jar:dot]: [javax.xml.namespace]
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/migrator/target/synapse-config-migrator-2.1.0-wso2v2.jar
 to 
/home/carbontrunk/.m2/repository/org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/home/carbontrunk/.m2/repository/repository.xml
[INFO] Installing 
org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] Building Apache Synapse - Distribution
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [assembly:single {execution: distribution-package}]
[INFO] Reading assembly descriptor: src/main/assembly/bin.xml
[INFO] Processing DependencySet (output=synapse-${synapse.version}/lib)
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create assembly: Failed to retrieve OS environment variables. 
Reason: Cannot run program "env": java.io.IOException: error=24, Too many open 
files

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 7 minutes 7 seconds
[INFO] Finished at: Sat Jun 04 06:12:37 EDT 2011
[INFO] Final Memory: 1039M/1708M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107153
Node Kind: directory
Schedule: normal
Last Changed Author: senaka
Last Changed Rev: 107152
Last Changed Date: 2011-06-04 10:31:35 -0400 (Sat, 04 Jun 2011) [INFO] Using 
encoding: 'UTF-8' to copy filtered resources.
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [bundle:bundle {execution: default-bundle}]
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Did not find 
matching referal for !javax.xml.namespace
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Importing 
packages that are never refered to by any class on the 
Bundle-Classpath[Jar:dot]: [javax.xml.namespace]
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/migrator/target/synapse-config-migrator-2.1.0-wso2v2.jar
 to 
/home/carbontrunk/.m2/repository/org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/home/carbontrunk/.m2/repository/repository.xml
[INFO] Installing 
org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] Building Apache Synapse - Distribution
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [assembly:single {execution: distribution-package}]
[INFO] Reading assembly descriptor: src/main/assembly/bin.xml
[INFO] Processing DependencySet (output=synapse-${synapse.version}/lib)
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create assembly: Failed to retrieve OS environment variables. 
Reason: Cannot run program "env": java.io.IOException: error=24, Too many open 
files

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 7 minutes 7 seconds
[INFO] Finished at: Sat Jun 04 05:59:03 EDT 2011
[INFO] Final Memory: 1033M/1820M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon 3.2.0 Branch : Integration Test Failures in GReg

2011-06-04 Thread Senaka Fernando
On Sat, Jun 4, 2011 at 12:46 PM, Senaka Fernando  wrote:

> Hi Prabath,
>
> We are looking into this.
>

We ran the integration tests this evening and this issue has been fixed.

Thanks,
Senaka.


> Thanks,
> Senaka.
>
>
> On Sat, Jun 4, 2011 at 11:15 AM, Prabath Siriwardena wrote:
>
>> Test set: org.wso2.carbon.registry.ws.client.test.TestRunner
>>
>> ---
>> Tests run: 18, Failures: 1, Errors: 0, Skipped: 0, Time elapsed:
>> 229.313 sec <<< FAILURE!
>> testTemplate(org.wso2.carbon.registry.ws.client.test.general.CommentTest)
>>  Time elapsed: 1.131 sec  <<< FAILURE!
>> junit.framework.AssertionFailedError: expected:> comment> but was:
>>at junit.framework.Assert.fail(Assert.java:47)
>>at junit.framework.Assert.failNotEquals(Assert.java:277)
>>at junit.framework.Assert.assertEquals(Assert.java:64)
>>at junit.framework.Assert.assertEquals(Assert.java:71)
>>at
>> org.wso2.carbon.registry.ws.client.test.general.CommentTest.editComment(CommentTest.java:447)
>>at
>> org.wso2.carbon.registry.ws.client.test.general.CommentTest.runSuccessCase(CommentTest.java:37)
>>at
>> org.wso2.carbon.integration.core.TestTemplate.testTemplate(TestTemplate.java:44)
>>at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
>>at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>at java.lang.reflect.Method.invoke(Method.java:597)
>>at junit.framework.TestCase.runTest(TestCase.java:168)
>>at junit.framework.TestCase.runBare(TestCase.java:134)
>>at junit.framework.TestResult$1.protect(TestResult.java:110)
>>at junit.framework.TestResult.runProtected(TestResult.java:128)
>>at junit.framework.TestResult.run(TestResult.java:113)
>>at junit.framework.TestCase.run(TestCase.java:124)
>>at junit.framework.TestSuite.runTest(TestSuite.java:232)
>>at junit.framework.TestSuite.run(TestSuite.java:227)
>>at junit.framework.TestSuite.runTest(TestSuite.java:232)
>>at junit.framework.TestSuite.run(TestSuite.java:227)
>>at junit.framework.TestSuite.runTest(TestSuite.java:232)
>>at junit.framework.TestSuite.run(TestSuite.java:227)
>>at
>> org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:79)
>>at
>> org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
>>at
>> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
>>at
>> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
>>at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
>>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.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
>>at
>> org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
>>
>> --
>> Thanks & Regards,
>> Prabath
>>
>> http://blog.facilelogin.com
>> http://RampartFAQ.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
>
>


-- 
*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


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107151
Node Kind: directory
Schedule: normal
Last Changed Author: senaka
Last Changed Rev: 107151
Last Changed Date: 2011-06-04 10:19:29 -0400 (Sat, 04 Jun 2011) [INFO] Using 
encoding: 'UTF-8' to copy filtered resources.
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [bundle:bundle {execution: default-bundle}]
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Did not find 
matching referal for !javax.xml.namespace
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Importing 
packages that are never refered to by any class on the 
Bundle-Classpath[Jar:dot]: [javax.xml.namespace]
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/migrator/target/synapse-config-migrator-2.1.0-wso2v2.jar
 to 
/home/carbontrunk/.m2/repository/org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/home/carbontrunk/.m2/repository/repository.xml
[INFO] Installing 
org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] Building Apache Synapse - Distribution
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [assembly:single {execution: distribution-package}]
[INFO] Reading assembly descriptor: src/main/assembly/bin.xml
[INFO] Processing DependencySet (output=synapse-${synapse.version}/lib)
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create assembly: Failed to retrieve OS environment variables. 
Reason: Cannot run program "env": java.io.IOException: error=24, Too many open 
files

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 7 minutes 13 seconds
[INFO] Finished at: Sat Jun 04 05:44:21 EDT 2011
[INFO] Final Memory: 1006M/1804M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107149
Node Kind: directory
Schedule: normal
Last Changed Author: senaka
Last Changed Rev: 107149
Last Changed Date: 2011-06-04 07:28:31 -0400 (Sat, 04 Jun 2011) [INFO] Using 
encoding: 'UTF-8' to copy filtered resources.
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [bundle:bundle {execution: default-bundle}]
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Did not find 
matching referal for !javax.xml.namespace
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Importing 
packages that are never refered to by any class on the 
Bundle-Classpath[Jar:dot]: [javax.xml.namespace]
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/migrator/target/synapse-config-migrator-2.1.0-wso2v2.jar
 to 
/home/carbontrunk/.m2/repository/org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/home/carbontrunk/.m2/repository/repository.xml
[INFO] Installing 
org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] Building Apache Synapse - Distribution
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [assembly:single {execution: distribution-package}]
[INFO] Reading assembly descriptor: src/main/assembly/bin.xml
[INFO] Processing DependencySet (output=synapse-${synapse.version}/lib)
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create assembly: Failed to retrieve OS environment variables. 
Reason: Cannot run program "env": java.io.IOException: error=24, Too many open 
files

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 7 minutes 3 seconds
[INFO] Finished at: Sat Jun 04 05:29:47 EDT 2011
[INFO] Final Memory: 1032M/1820M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107149
Node Kind: directory
Schedule: normal
Last Changed Author: senaka
Last Changed Rev: 107149
Last Changed Date: 2011-06-04 07:28:31 -0400 (Sat, 04 Jun 2011) [INFO] Using 
encoding: 'UTF-8' to copy filtered resources.
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [bundle:bundle {execution: default-bundle}]
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Did not find 
matching referal for !javax.xml.namespace
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Importing 
packages that are never refered to by any class on the 
Bundle-Classpath[Jar:dot]: [javax.xml.namespace]
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/migrator/target/synapse-config-migrator-2.1.0-wso2v2.jar
 to 
/home/carbontrunk/.m2/repository/org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/home/carbontrunk/.m2/repository/repository.xml
[INFO] Installing 
org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] Building Apache Synapse - Distribution
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [assembly:single {execution: distribution-package}]
[INFO] Reading assembly descriptor: src/main/assembly/bin.xml
[INFO] Processing DependencySet (output=synapse-${synapse.version}/lib)
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create assembly: Failed to retrieve OS environment variables. 
Reason: Cannot run program "env": java.io.IOException: error=24, Too many open 
files

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 7 minutes 2 seconds
[INFO] Finished at: Sat Jun 04 05:16:45 EDT 2011
[INFO] Final Memory: 1034M/1820M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107149
Node Kind: directory
Schedule: normal
Last Changed Author: senaka
Last Changed Rev: 107149
Last Changed Date: 2011-06-04 07:28:31 -0400 (Sat, 04 Jun 2011) [INFO] Using 
encoding: 'UTF-8' to copy filtered resources.
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [bundle:bundle {execution: default-bundle}]
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Did not find 
matching referal for !javax.xml.namespace
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Importing 
packages that are never refered to by any class on the 
Bundle-Classpath[Jar:dot]: [javax.xml.namespace]
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/migrator/target/synapse-config-migrator-2.1.0-wso2v2.jar
 to 
/home/carbontrunk/.m2/repository/org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/home/carbontrunk/.m2/repository/repository.xml
[INFO] Installing 
org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] Building Apache Synapse - Distribution
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [assembly:single {execution: distribution-package}]
[INFO] Reading assembly descriptor: src/main/assembly/bin.xml
[INFO] Processing DependencySet (output=synapse-${synapse.version}/lib)
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create assembly: Failed to retrieve OS environment variables. 
Reason: Cannot run program "env": java.io.IOException: error=24, Too many open 
files

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 7 minutes 3 seconds
[INFO] Finished at: Sat Jun 04 05:04:05 EDT 2011
[INFO] Final Memory: 1033M/1600M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Removing event feature from most products

2011-06-04 Thread Afkham Azeez
On Sat, Jun 4, 2011 at 6:57 PM, Amila Suriarachchi  wrote:

>
>
> On Sat, Jun 4, 2011 at 6:21 PM, Afkham Azeez  wrote:
>
>> If you look at most products, the only reason event component is there is
>> for publishing BAM messages. As per yesterday's discussion, having the
>> entire event component is overkill, and it does not work anyway when there
>> is a high load. So, for Stratos we have to fix this. Removing something that
>> does not work will be good for the release. This will reduce our product
>> sizes by quite a bit too.
>
>
> Removing event from BAM is one thing.
>
> Using an registry based implementation by default (which prevent shipping
> Qpid with each product) with event component is another thing.
>

This is a P2 feature. If it is needed it can be installed. We are not using
P2 effectively, we are packing everything into all products & now the
average product size is 200MB. Besides, this QPid based thing does not work
anyway, it causes the server to go out of memory, so we cannot use this
anyway in production.

>
> if we do the latter. I think we haven't done enough testing with the
> immemory implementation.
>
> thanks,
> Amila.
>
>
>>
>> On Sat, Jun 4, 2011 at 5:44 PM, Amila Suriarachchi wrote:
>>
>>>
>>>
>>> On Sat, Jun 4, 2011 at 11:50 AM, Afkham Azeez  wrote:
>>>
 Sanjiva, Shankar & I had a discussion yesterday, and it seems that
 having the event feature in most components is just overkill. Also, in
 Stratos, QPid causes the server to go out of memory when we do load testing
 because BAM tries to publish events, this will make all our services
 unstable hence one of the most critical L1s. Sanjiva mentioned that Hiranya
 had developed a bit of lightweight code for publishing these BAM events, 
 and
 we could use that. Apart from BAM, only deployment synchronizer uses this
 feature in the case of the services such as AS, ESB etc right?

>>>
>>> No. All the components which uses event use the new this event API and
>>> hence all those projects require Qpid. But in the event design point of view
>>> it is possible to use an registry based implementation instead of Qpid on
>>> those products and shift the Qpid based implementaion only with MB and CEP.
>>>
>>> But I am realy concern about the time line we have to do such a drastic
>>> change.
>>>
>>> thanks,
>>> Amila.
>>>
>>>

 --
 *Afkham Azeez*
 Director of Architecture; WSO2, Inc.; http://wso2.com
 Member; Apache Software Foundation; http://www.apache.org/
 * **
 email: **az...@wso2.com* * cell: +94 77 3320919
 blog: **http://blog.afkham.org* *
 twitter: 
 **http://twitter.com/afkham_azeez*
 *
 linked-in: **http://lk.linkedin.com/in/afkhamazeez*
 *
 *
 *Lean . Enterprise . Middleware*


 ___
 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
>>>
>>>
>>
>>
>> --
>> *Afkham Azeez*
>> Director of Architecture; WSO2, Inc.; http://wso2.com
>> Member; Apache Software Foundation; http://www.apache.org/
>> * **
>> email: **az...@wso2.com* * cell: +94 77 3320919
>> blog: **http://blog.afkham.org* *
>> twitter: **http://twitter.com/afkham_azeez*
>> *
>> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
>> *
>> *
>> *Lean . Enterprise . Middleware*
>>
>>
>> ___
>> 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
>
>


-- 
*Afkham Azeez*
Director of Architecture; WSO2, Inc.; http://wso2.com
Member; Apache Software Foundation; http://www.apache.org/
* **
email: **az...@wso2.com* * cell: +94 77 3320919
blog: **http://blog.afkham.org* *
twitter: **http://twitter.com/afkham_azeez*
*
linked-in: **http://lk.linkedin.com/in/afkhamazeez*
*
*
*Lean . Enterprise . Middleware*
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107149
Node Kind: directory
Schedule: normal
Last Changed Author: senaka
Last Changed Rev: 107149
Last Changed Date: 2011-06-04 07:28:31 -0400 (Sat, 04 Jun 2011) [INFO] Using 
encoding: 'UTF-8' to copy filtered resources.
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [bundle:bundle {execution: default-bundle}]
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Did not find 
matching referal for !javax.xml.namespace
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Importing 
packages that are never refered to by any class on the 
Bundle-Classpath[Jar:dot]: [javax.xml.namespace]
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/migrator/target/synapse-config-migrator-2.1.0-wso2v2.jar
 to 
/home/carbontrunk/.m2/repository/org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/home/carbontrunk/.m2/repository/repository.xml
[INFO] Installing 
org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] Building Apache Synapse - Distribution
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [assembly:single {execution: distribution-package}]
[INFO] Reading assembly descriptor: src/main/assembly/bin.xml
[INFO] Processing DependencySet (output=synapse-${synapse.version}/lib)
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create assembly: Failed to retrieve OS environment variables. 
Reason: Cannot run program "env": java.io.IOException: error=24, Too many open 
files

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 7 minutes 1 second
[INFO] Finished at: Sat Jun 04 04:51:20 EDT 2011
[INFO] Final Memory: 1032M/1820M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107149
Node Kind: directory
Schedule: normal
Last Changed Author: senaka
Last Changed Rev: 107149
Last Changed Date: 2011-06-04 07:28:31 -0400 (Sat, 04 Jun 2011) [INFO] Using 
encoding: 'UTF-8' to copy filtered resources.
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [bundle:bundle {execution: default-bundle}]
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Did not find 
matching referal for !javax.xml.namespace
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Importing 
packages that are never refered to by any class on the 
Bundle-Classpath[Jar:dot]: [javax.xml.namespace]
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/migrator/target/synapse-config-migrator-2.1.0-wso2v2.jar
 to 
/home/carbontrunk/.m2/repository/org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/home/carbontrunk/.m2/repository/repository.xml
[INFO] Installing 
org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] Building Apache Synapse - Distribution
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [assembly:single {execution: distribution-package}]
[INFO] Reading assembly descriptor: src/main/assembly/bin.xml
[INFO] Processing DependencySet (output=synapse-${synapse.version}/lib)
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create assembly: Failed to retrieve OS environment variables. 
Reason: Cannot run program "env": java.io.IOException: error=24, Too many open 
files

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 7 minutes 2 seconds
[INFO] Finished at: Sat Jun 04 04:38:32 EDT 2011
[INFO] Final Memory: 1038M/1820M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107149
Node Kind: directory
Schedule: normal
Last Changed Author: senaka
Last Changed Rev: 107149
Last Changed Date: 2011-06-04 07:28:31 -0400 (Sat, 04 Jun 2011) [INFO] Using 
encoding: 'UTF-8' to copy filtered resources.
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [bundle:bundle {execution: default-bundle}]
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Did not find 
matching referal for !javax.xml.namespace
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Importing 
packages that are never refered to by any class on the 
Bundle-Classpath[Jar:dot]: [javax.xml.namespace]
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/migrator/target/synapse-config-migrator-2.1.0-wso2v2.jar
 to 
/home/carbontrunk/.m2/repository/org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/home/carbontrunk/.m2/repository/repository.xml
[INFO] Installing 
org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] Building Apache Synapse - Distribution
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [assembly:single {execution: distribution-package}]
[INFO] Reading assembly descriptor: src/main/assembly/bin.xml
[INFO] Processing DependencySet (output=synapse-${synapse.version}/lib)
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create assembly: Failed to retrieve OS environment variables. 
Reason: Cannot run program "env": java.io.IOException: error=24, Too many open 
files

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 7 minutes 5 seconds
[INFO] Finished at: Sat Jun 04 04:26:09 EDT 2011
[INFO] Final Memory: 1040M/1820M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Removing event feature from most products

2011-06-04 Thread Amila Suriarachchi
On Sat, Jun 4, 2011 at 6:21 PM, Afkham Azeez  wrote:

> If you look at most products, the only reason event component is there is
> for publishing BAM messages. As per yesterday's discussion, having the
> entire event component is overkill, and it does not work anyway when there
> is a high load. So, for Stratos we have to fix this. Removing something that
> does not work will be good for the release. This will reduce our product
> sizes by quite a bit too.


Removing event from BAM is one thing.

Using an registry based implementation by default (which prevent shipping
Qpid with each product) with event component is another thing.

if we do the latter. I think we haven't done enough testing with the
immemory implementation.

thanks,
Amila.


>
> On Sat, Jun 4, 2011 at 5:44 PM, Amila Suriarachchi  wrote:
>
>>
>>
>> On Sat, Jun 4, 2011 at 11:50 AM, Afkham Azeez  wrote:
>>
>>> Sanjiva, Shankar & I had a discussion yesterday, and it seems that having
>>> the event feature in most components is just overkill. Also, in Stratos,
>>> QPid causes the server to go out of memory when we do load testing because
>>> BAM tries to publish events, this will make all our services unstable hence
>>> one of the most critical L1s. Sanjiva mentioned that Hiranya had developed a
>>> bit of lightweight code for publishing these BAM events, and we could use
>>> that. Apart from BAM, only deployment synchronizer uses this feature in the
>>> case of the services such as AS, ESB etc right?
>>>
>>
>> No. All the components which uses event use the new this event API and
>> hence all those projects require Qpid. But in the event design point of view
>> it is possible to use an registry based implementation instead of Qpid on
>> those products and shift the Qpid based implementaion only with MB and CEP.
>>
>> But I am realy concern about the time line we have to do such a drastic
>> change.
>>
>> thanks,
>> Amila.
>>
>>
>>>
>>> --
>>> *Afkham Azeez*
>>> Director of Architecture; WSO2, Inc.; http://wso2.com
>>> Member; Apache Software Foundation; http://www.apache.org/
>>> * **
>>> email: **az...@wso2.com* * cell: +94 77 3320919
>>> blog: **http://blog.afkham.org* *
>>> twitter: **http://twitter.com/afkham_azeez*
>>> *
>>> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
>>> *
>>> *
>>> *Lean . Enterprise . Middleware*
>>>
>>>
>>> ___
>>> 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
>>
>>
>
>
> --
> *Afkham Azeez*
> Director of Architecture; WSO2, Inc.; http://wso2.com
> Member; Apache Software Foundation; http://www.apache.org/
> * **
> email: **az...@wso2.com* * cell: +94 77 3320919
> blog: **http://blog.afkham.org* *
> twitter: **http://twitter.com/afkham_azeez*
> *
> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
> *
> *
> *Lean . Enterprise . Middleware*
>
>
> ___
> 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


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107149
Node Kind: directory
Schedule: normal
Last Changed Author: senaka
Last Changed Rev: 107149
Last Changed Date: 2011-06-04 07:28:31 -0400 (Sat, 04 Jun 2011) [INFO] Using 
encoding: 'UTF-8' to copy filtered resources.
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [bundle:bundle {execution: default-bundle}]
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Did not find 
matching referal for !javax.xml.namespace
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Importing 
packages that are never refered to by any class on the 
Bundle-Classpath[Jar:dot]: [javax.xml.namespace]
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/migrator/target/synapse-config-migrator-2.1.0-wso2v2.jar
 to 
/home/carbontrunk/.m2/repository/org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/home/carbontrunk/.m2/repository/repository.xml
[INFO] Installing 
org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] Building Apache Synapse - Distribution
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [assembly:single {execution: distribution-package}]
[INFO] Reading assembly descriptor: src/main/assembly/bin.xml
[INFO] Processing DependencySet (output=synapse-${synapse.version}/lib)
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create assembly: Failed to retrieve OS environment variables. 
Reason: Cannot run program "env": java.io.IOException: error=24, Too many open 
files

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 7 minutes 4 seconds
[INFO] Finished at: Sat Jun 04 04:13:33 EDT 2011
[INFO] Final Memory: 1040M/1820M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107149
Node Kind: directory
Schedule: normal
Last Changed Author: senaka
Last Changed Rev: 107149
Last Changed Date: 2011-06-04 07:28:31 -0400 (Sat, 04 Jun 2011) [INFO] Using 
encoding: 'UTF-8' to copy filtered resources.
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [bundle:bundle {execution: default-bundle}]
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Did not find 
matching referal for !javax.xml.namespace
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Importing 
packages that are never refered to by any class on the 
Bundle-Classpath[Jar:dot]: [javax.xml.namespace]
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/migrator/target/synapse-config-migrator-2.1.0-wso2v2.jar
 to 
/home/carbontrunk/.m2/repository/org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/home/carbontrunk/.m2/repository/repository.xml
[INFO] Installing 
org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] Building Apache Synapse - Distribution
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [assembly:single {execution: distribution-package}]
[INFO] Reading assembly descriptor: src/main/assembly/bin.xml
[INFO] Processing DependencySet (output=synapse-${synapse.version}/lib)
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create assembly: Failed to retrieve OS environment variables. 
Reason: Cannot run program "env": java.io.IOException: error=24, Too many open 
files

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 7 minutes 
[INFO] Finished at: Sat Jun 04 04:00:51 EDT 2011
[INFO] Final Memory: 1040M/1820M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Removing event feature from most products

2011-06-04 Thread Afkham Azeez
If you look at most products, the only reason event component is there is
for publishing BAM messages. As per yesterday's discussion, having the
entire event component is overkill, and it does not work anyway when there
is a high load. So, for Stratos we have to fix this. Removing something that
does not work will be good for the release. This will reduce our product
sizes by quite a bit too.

On Sat, Jun 4, 2011 at 5:44 PM, Amila Suriarachchi  wrote:

>
>
> On Sat, Jun 4, 2011 at 11:50 AM, Afkham Azeez  wrote:
>
>> Sanjiva, Shankar & I had a discussion yesterday, and it seems that having
>> the event feature in most components is just overkill. Also, in Stratos,
>> QPid causes the server to go out of memory when we do load testing because
>> BAM tries to publish events, this will make all our services unstable hence
>> one of the most critical L1s. Sanjiva mentioned that Hiranya had developed a
>> bit of lightweight code for publishing these BAM events, and we could use
>> that. Apart from BAM, only deployment synchronizer uses this feature in the
>> case of the services such as AS, ESB etc right?
>>
>
> No. All the components which uses event use the new this event API and
> hence all those projects require Qpid. But in the event design point of view
> it is possible to use an registry based implementation instead of Qpid on
> those products and shift the Qpid based implementaion only with MB and CEP.
>
> But I am realy concern about the time line we have to do such a drastic
> change.
>
> thanks,
> Amila.
>
>
>>
>> --
>> *Afkham Azeez*
>> Director of Architecture; WSO2, Inc.; http://wso2.com
>> Member; Apache Software Foundation; http://www.apache.org/
>> * **
>> email: **az...@wso2.com* * cell: +94 77 3320919
>> blog: **http://blog.afkham.org* *
>> twitter: **http://twitter.com/afkham_azeez*
>> *
>> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
>> *
>> *
>> *Lean . Enterprise . Middleware*
>>
>>
>> ___
>> 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
>
>


-- 
*Afkham Azeez*
Director of Architecture; WSO2, Inc.; http://wso2.com
Member; Apache Software Foundation; http://www.apache.org/
* **
email: **az...@wso2.com* * cell: +94 77 3320919
blog: **http://blog.afkham.org* *
twitter: **http://twitter.com/afkham_azeez*
*
linked-in: **http://lk.linkedin.com/in/afkhamazeez*
*
*
*Lean . Enterprise . Middleware*
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107149
Node Kind: directory
Schedule: normal
Last Changed Author: senaka
Last Changed Rev: 107149
Last Changed Date: 2011-06-04 07:28:31 -0400 (Sat, 04 Jun 2011) [INFO] Using 
encoding: 'UTF-8' to copy filtered resources.
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [bundle:bundle {execution: default-bundle}]
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Did not find 
matching referal for !javax.xml.namespace
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Importing 
packages that are never refered to by any class on the 
Bundle-Classpath[Jar:dot]: [javax.xml.namespace]
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/migrator/target/synapse-config-migrator-2.1.0-wso2v2.jar
 to 
/home/carbontrunk/.m2/repository/org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/home/carbontrunk/.m2/repository/repository.xml
[INFO] Installing 
org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] Building Apache Synapse - Distribution
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [assembly:single {execution: distribution-package}]
[INFO] Reading assembly descriptor: src/main/assembly/bin.xml
[INFO] Processing DependencySet (output=synapse-${synapse.version}/lib)
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create assembly: Failed to retrieve OS environment variables. 
Reason: Cannot run program "env": java.io.IOException: error=24, Too many open 
files

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 7 minutes 8 seconds
[INFO] Finished at: Sat Jun 04 03:47:52 EDT 2011
[INFO] Final Memory: 1037M/1820M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon 3.2.0 Branch : Integration Test Failures in ESB

2011-06-04 Thread Hiranya Jayathilaka
I'm unable to reproduce this. Anybody else getting this?

Thanks,
Hiranya

On Sat, Jun 4, 2011 at 2:13 PM, Prabath Siriwardena wrote:

> st set: org.wso2.esb.integration.nhttp.TestRunner
>
> ---
> Tests run: 4, Failures: 3, Errors: 0, Skipped: 0, Time elapsed:
> 330.379 sec <<< FAILURE!
> testTemplate(org.wso2.esb.integration.nhttp.HTTPHeaderManipulationTest)
>  Time elapsed: 86.526 sec  <<< FAILURE!
> junit.framework.AssertionFailedError: Error while invoking the
> HeaderManipulationProxy
>at junit.framework.Assert.fail(Assert.java:47)
>at
> org.wso2.esb.integration.ESBIntegrationTest.handleError(ESBIntegrationTest.java:105)
>at
> org.wso2.esb.integration.nhttp.HTTPHeaderManipulationTest.successfulScenario(HTTPHeaderManipulationTest.java:56)
>at
> org.wso2.esb.integration.ESBIntegrationTest.runSuccessCase(ESBIntegrationTest.java:67)
>at
> org.wso2.carbon.integration.core.TestTemplate.testTemplate(TestTemplate.java:44)
>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 junit.framework.TestCase.runTest(TestCase.java:164)
>at junit.framework.TestCase.runBare(TestCase.java:130)
>at junit.framework.TestResult$1.protect(TestResult.java:106)
>at junit.framework.TestResult.runProtected(TestResult.java:124)
>at junit.framework.TestResult.run(TestResult.java:109)
>at junit.framework.TestCase.run(TestCase.java:120)
>at junit.framework.TestSuite.runTest(TestSuite.java:230)
>at junit.framework.TestSuite.run(TestSuite.java:225)
>at junit.framework.TestSuite.runTest(TestSuite.java:230)
>at junit.framework.TestSuite.run(TestSuite.java:225)
>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.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
>at
> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
>at
> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
>at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
>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.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
>at
> org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
>
> testTemplate(org.wso2.esb.integration.nhttp.GETRequestQueryParamTest)
> Time elapsed: 121.818 sec  <<< FAILURE!
> junit.framework.AssertionFailedError: Error while running the GET request
> test
>at junit.framework.Assert.fail(Assert.java:47)
>at
> org.wso2.esb.integration.ESBIntegrationTest.handleError(ESBIntegrationTest.java:105)
>at
> org.wso2.esb.integration.nhttp.GETRequestQueryParamTest.successfulScenario(GETRequestQueryParamTest.java:65)
>at
> org.wso2.esb.integration.ESBIntegrationTest.runSuccessCase(ESBIntegrationTest.java:67)
>at
> org.wso2.carbon.integration.core.TestTemplate.testTemplate(TestTemplate.java:44)
>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 junit.framework.TestCase.runTest(TestCase.java:164)
>at junit.framework.TestCase.runBare(TestCase.java:130)
>at junit.framework.TestResult$1.protect(TestResult.java:106)
>at junit.framework.TestResult.runProtected(TestResult.java:124)
>at junit.framework.TestResult.run(TestResult.java:109)
>at junit.framework.TestCase.run(TestCase.java:120)
>at junit.framework.TestSuite.runTest(TestSuite.java:230)
>at junit.framework.TestSuite.run(TestSuite.java:225)
>at junit.framework.TestSuite.runTest(TestSuite.java:230)
>at junit.framework.TestSuite.run(TestSuite.java:225)
>at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>

[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107149
Node Kind: directory
Schedule: normal
Last Changed Author: senaka
Last Changed Rev: 107149
Last Changed Date: 2011-06-04 07:28:31 -0400 (Sat, 04 Jun 2011) [INFO] Using 
encoding: 'UTF-8' to copy filtered resources.
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [bundle:bundle {execution: default-bundle}]
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Did not find 
matching referal for !javax.xml.namespace
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Importing 
packages that are never refered to by any class on the 
Bundle-Classpath[Jar:dot]: [javax.xml.namespace]
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/migrator/target/synapse-config-migrator-2.1.0-wso2v2.jar
 to 
/home/carbontrunk/.m2/repository/org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/home/carbontrunk/.m2/repository/repository.xml
[INFO] Installing 
org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] Building Apache Synapse - Distribution
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [assembly:single {execution: distribution-package}]
[INFO] Reading assembly descriptor: src/main/assembly/bin.xml
[INFO] Processing DependencySet (output=synapse-${synapse.version}/lib)
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create assembly: Failed to retrieve OS environment variables. 
Reason: Cannot run program "env": java.io.IOException: error=24, Too many open 
files

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 6 minutes 59 seconds
[INFO] Finished at: Sat Jun 04 03:35:09 EDT 2011
[INFO] Final Memory: 1034M/1820M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] "WSO2 Carbon Continuous Build has FAILED"

2011-06-04 Thread WSO2 Carbon Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 107149
Node Kind: directory
Schedule: normal
Last Changed Author: senaka
Last Changed Rev: 107149
Last Changed Date: 2011-06-04 07:28:31 -0400 (Sat, 04 Jun 2011) [INFO] Using 
encoding: 'UTF-8' to copy filtered resources.
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [bundle:bundle {execution: default-bundle}]
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Did not find 
matching referal for !javax.xml.namespace
[WARNING] Warning building bundle 
org.apache.synapse:synapse-config-migrator:bundle:2.1.0-wso2v2 : Importing 
packages that are never refered to by any class on the 
Bundle-Classpath[Jar:dot]: [javax.xml.namespace]
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/migrator/target/synapse-config-migrator-2.1.0-wso2v2.jar
 to 
/home/carbontrunk/.m2/repository/org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/home/carbontrunk/.m2/repository/repository.xml
[INFO] Installing 
org/apache/synapse/synapse-config-migrator/2.1.0-wso2v2/synapse-config-migrator-2.1.0-wso2v2.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] Building Apache Synapse - Distribution
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting 
/home/carbontrunk/carbon/dependencies/synapse/2.1.0-wso2v2/modules/distribution/target
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [assembly:single {execution: distribution-package}]
[INFO] Reading assembly descriptor: src/main/assembly/bin.xml
[INFO] Processing DependencySet (output=synapse-${synapse.version}/lib)
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to create assembly: Failed to retrieve OS environment variables. 
Reason: Cannot run program "env": java.io.IOException: error=24, Too many open 
files

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 7 minutes 3 seconds
[INFO] Finished at: Sat Jun 04 03:22:37 EDT 2011
[INFO] Final Memory: 1018M/1820M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Removing event feature from most products

2011-06-04 Thread Amila Suriarachchi
On Sat, Jun 4, 2011 at 11:50 AM, Afkham Azeez  wrote:

> Sanjiva, Shankar & I had a discussion yesterday, and it seems that having
> the event feature in most components is just overkill. Also, in Stratos,
> QPid causes the server to go out of memory when we do load testing because
> BAM tries to publish events, this will make all our services unstable hence
> one of the most critical L1s. Sanjiva mentioned that Hiranya had developed a
> bit of lightweight code for publishing these BAM events, and we could use
> that. Apart from BAM, only deployment synchronizer uses this feature in the
> case of the services such as AS, ESB etc right?
>

No. All the components which uses event use the new this event API and hence
all those projects require Qpid. But in the event design point of view it is
possible to use an registry based implementation instead of Qpid on those
products and shift the Qpid based implementaion only with MB and CEP.

But I am realy concern about the time line we have to do such a drastic
change.

thanks,
Amila.


>
> --
> *Afkham Azeez*
> Director of Architecture; WSO2, Inc.; http://wso2.com
> Member; Apache Software Foundation; http://www.apache.org/
> * **
> email: **az...@wso2.com* * cell: +94 77 3320919
> blog: **http://blog.afkham.org* *
> twitter: **http://twitter.com/afkham_azeez*
> *
> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
> *
> *
> *Lean . Enterprise . Middleware*
>
>
> ___
> 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


[Carbon-dev] Question on Service User Roles in carbon.xml

2011-06-04 Thread Senaka Fernando
I see the following in carbon.xml.




admin
Default Administrator Role


user
Default User Role



Do we have a role by the name 'user'? If not, what's this block supposed to
be used for?

Thanks,
Senaka.

-- 
*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


  1   2   >