Re: Out of memory errors

2009-01-04 Thread Jack Cai
So you have set -XmsIm and -XmxMm options for the JVM? It will be helpful if you can post your (partial) log here. -Jack 2009/1/4 Ken T. ktectr...@gmail.com I'm getting out of memory errors on my site http:// www.electricsenator.net. Now if I watch the memory usage over the course of time,

Re: Out of memory errors

2009-01-04 Thread Ken T.
On Sun, 04 Jan 2009 16:17:41 +0800, Jack Cai wrote: So you have set -XmsIm and -XmxMm options for the JVM? It will be helpful if you can post your (partial) log here. -Jack I think I have. I've set JAVA_OPTS in the script that calls start- server. I'll try to get it to break again

Re: [geronimo] Re: Out of memory during second publish - reproduced Fixed

2009-01-04 Thread Steve H.
Tim, I tried deploying directly to Geronimo as you advised. I found I could republish multiple times if Geronimo had been started directly and not by Eclipse. This led me to carefully examining the ps traces running outside eclipse and under eclipse. By moving the JVM parameters to the start of

Re: runtime deployment descriptor

2009-01-04 Thread David Jencks
The best docs I can find at the moment are at the end of this page: http://cwiki.apache.org/GMOxDOC22/configuring-run-as-and-default-subjects-and-principal-role-mapping.html although it concentrates on how to set up default subjects and run-as subjects which most people probably won't have to

runtime deployment descriptor

2009-01-04 Thread axiez
How do I map an application's abstract security roles to users/groups? Very recently I installed Apache Geronimo. Is the mapping done using an XML document? Where can I find more information? -- View this message in context:

Re: Unable to serialize GBeanData

2009-01-04 Thread c.fr
Hi, did you get a solution for your unable to serializa GBeanData problem ? I have exactly the same error... Thx djencks wrote: I remember this happening quite a while ago but I thought it had been fixed in openejb are you sure you are using the same g version on all these

Re: Unable to serialize GBeanData

2009-01-04 Thread David Jencks
On Jan 4, 2009, at 12:21 PM, c.fr wrote: Hi, did you get a solution for your unable to serializa GBeanData problem ? I have exactly the same error... Thx Can you provide more details? I still thing by far the most likely cause is using several different versions of geronimo in

Re: runtime deployment descriptor

2009-01-04 Thread axiez
I am trying to test an example with remote client. I am creating an x.properties file that gives values to admin.user, admin.host etc properties. What should be the value of admin.port property? axiez wrote: How do I map an application's abstract security roles to users/groups? Very recently

Re: Out of memory errors

2009-01-04 Thread Jarek Gawor
Ken, If you are using start-server command to start the server you might need to edit the etc/rc.d/start-server,default.groovy file to configure the heap size for the server process. The heap size options passed via JAVA_OPTS env. will work fine if you start the server using the geronimo.sh