Re: ApacheGeronimo - Build failure

2009-04-11 Thread rahul.soa
Hello David, Thanks for your reply. I upgraded my system RAM and did build the Geronimo successfully in one go without any problem. Best Regards, Rahul On Thu, Apr 9, 2009 at 12:49 AM, David Jencks wrote: > Not sure about the assemblies > I suspect when I set up connector 1.6 that I used th

Re: ApacheGeronimo - Build failure

2009-04-08 Thread David Jencks
Not sure about the assemblies I suspect when I set up connector 1.6 that I used the -Pee6 profile to get the j2ca 1.6 spec jar into jee-specs. So if you build jee-specs and connector 1.6 with mvn clean install -Pee6 it might work. david jencks On Apr 8, 2009, at 2:19 PM, rahul.soa w

Re: ApacheGeronimo - Build failure

2009-04-08 Thread rahul.soa
Hello Kevan, David, Thanks for your replies. I was able to build (not completely except * assemblies* and */plugins/connector-1_6*) ApacheGeronimo module by module with your instructions. I did also run the server and did deploy the sample application successfully by following the instruction fro

Re: ApacheGeronimo - Build failure

2009-04-06 Thread Kevan Miller
On Apr 6, 2009, at 3:25 AM, rahul.soa wrote: Hello David, It did not work for independent build as well. I tried to build the plug-ins and got the same memory allocation error :( I ordered my RAM already. Try building without tests: mvn -Dtest=false --kevan

Re: ApacheGeronimo - Build failure

2009-04-06 Thread rahul.soa
Hello David, It did not work for independent build as well. I tried to build the plug-ins and got the same memory allocation error :( I ordered my RAM already. Many Thanks. Rahul On Mon, Apr 6, 2009 at 12:29 AM, rahul.soa wrote: > Hello David, > > Thanks for your email. > > On Sun, Apr 5, 2009

Re: ApacheGeronimo - Build failure

2009-04-05 Thread rahul.soa
Hello David, Thanks for your email. On Sun, Apr 5, 2009 at 1:07 AM, David Jencks wrote: > Hi Rahul, > > It looks like this is the problem: > > Caused by: java.io.IOException: java.io.IOException: error=12, Cannot > allocate memory >        at java.lang.UNIXProcess.(UNIXProcess.java:148) >      

Re: ApacheGeronimo - Build failure

2009-04-04 Thread David Jencks
Hi Rahul, It looks like this is the problem: Caused by: java.io.IOException: java.io.IOException: error=12, Cannot allocate memory at java.lang.UNIXProcess.(UNIXProcess.java:148) at java.lang.ProcessImpl.start(ProcessImpl.java:65) at java.lang.ProcessBuilder.start(Process

ApacheGeronimo - Build failure

2009-04-04 Thread rahul.soa
Hello Devs, I am trying to build Apache Geronimo on my Linux Machine and I got build failure error. I am following the steps from the below link: http://cwiki.apache.org/GMOxDEV/building-apache-geronimo.html 1. Checkout svn co https://svn.apache.org/repos/asf/geronimo/server/trunk server 2. Bui