Re: [Dev] Build Error in wso2/carbon-medation

2015-04-22 Thread Elilmatha Sivanesan
Hi all, solved the issue using jdk 1.6 and MAVEN_OPTS='-Xmx4096m -Xms1024m -XX:PremSize=512m -XX:MaxPermSize=1024m’ Thank you. On Wed, Apr 22, 2015 at 10:16 AM, Elilmatha Sivanesan elilma...@wso2.com wrote: Hi all , I'm getting the following error when building wso2/carbon-medation INFO]

Re: [Dev] Build Error in wso2/carbon-medation

2015-04-21 Thread Chanaka Fernando
Hi Elimatha, What is the java version you are using to build the code? Thanks, Chanaka On Wed, Apr 22, 2015 at 10:16 AM, Elilmatha Sivanesan elilma...@wso2.com wrote: Hi all , I'm getting the following error when building wso2/carbon-medation INFO] 1error [INFO]

Re: [Dev] Build Error in wso2/carbon-medation

2015-04-21 Thread Sajith Kariyawasam
Hi Elilmatha, It seems an out of memory error. Could you try increasing MAVEN_OPTS ? export MAVEN_OPTS=-Xmx2048m -Xms512m -XX:MaxPermSize=512m -XX:ReservedCodeCacheSize=512m On Wed, Apr 22, 2015 at 10:16 AM, Elilmatha Sivanesan elilma...@wso2.com wrote: Hi all , I'm getting the following

Re: [Dev] Build Error in wso2/carbon-medation

2015-04-21 Thread Elilmatha Sivanesan
Hi, I'm using jdk 1.7 and the maven_opts are increased. On Wed, Apr 22, 2015 at 10:20 AM, Sajith Kariyawasam saj...@wso2.com wrote: Hi Elilmatha, It seems an out of memory error. Could you try increasing MAVEN_OPTS ? export MAVEN_OPTS=-Xmx2048m -Xms512m -XX:MaxPermSize=512m

Re: [Dev] Build Error in wso2/carbon-medation

2015-04-21 Thread Vanjikumaran Sivajothy
Given error clearly stated[1] that it is out of resources and as Sajith recommended Increase the size of your perm space, of course. Use the -XX:MaxPermSize=*128m* option. *Set the value to something appropriate. *To MAVEN_OPTS [1] [ERROR] The system is out of resources. [ERROR] Consult the

Re: [Dev] Build Error in wso2/carbon-medation

2015-04-21 Thread Prasanna Dangalla
Hi Elilmatha, What is the java and maven versions using ? Thanks On Wed, Apr 22, 2015 at 10:20 AM, Sajith Kariyawasam saj...@wso2.com wrote: Hi Elilmatha, It seems an out of memory error. Could you try increasing MAVEN_OPTS ? export MAVEN_OPTS=-Xmx2048m -Xms512m -XX:MaxPermSize=512m

[Dev] Build Error in wso2/carbon-medation

2015-04-21 Thread Elilmatha Sivanesan
Hi all , I'm getting the following error when building wso2/carbon-medation INFO] 1error [INFO] - [INFO] [INFO] Reactor Summary: [INFO] [INFO] WSO2 Carbon