Re: ConcurrentModificationException while starting AG1.1

2006-05-09 Thread Manu George
Thanks David. Can I take this jar (http://people.apache.org/~djencks/maven/commons-modeler/jars/commons-modeler-1.2-GERONIMO-SNAPSHOT.jar ) and replace the one in a previous version of G say 1.0? Will it be fine? Or do I have to do a rebuild? Regards ManuOn 5/9/06, David Jencks [EMAIL PROTECTED]

Re: ConcurrentModificationException while starting AG1.1

2006-05-09 Thread Manu George
Hi David, I just compared the file on your page with the file in one of my builds of G. It seems to be missing two files mbeans-descriptors.dtd and ant.properties. Was these files removed on purpose? Regards Manu On 5/9/06, Manu George [EMAIL PROTECTED] wrote: Thanks David. Can I take this jar

Re: ConcurrentModificationException while starting AG1.1

2006-05-09 Thread David Jencks
On May 8, 2006, at 11:25 PM, Manu George wrote:Hi David,   I just compared the file on your page with the file in one of my builds of G. It seems to be missing two files mbeans-descriptors.dtd and ant.properties. Was these files removed on purpose?I just ran maven -o jar:install

ConcurrentModificationException while starting AG1.1

2006-05-08 Thread Phani Madgula
Hi, I am getting the following exception, quite unfrequently, may be once in 25 times, while starting AG1.1 jvm 1| 08:24:25,762 ERROR [Registry] Error registering Geronimo:type=Request Processor,worker=http-localhost%2F127.0.0.1-8453,name=HttpRequest0 jvm 1|

Re: ConcurrentModificationException while starting AG1.1

2006-05-08 Thread David Jencks
I've openedhttp://issues.apache.org/bugzilla/show_bug.cgi?id=39521for this and I wrote a patch to possibly fix it.  I'm going to push a private jar for this and set up the g. build to use it.  I also opened http://issues.apache.org/jira/browse/GERONIMO-1999 for us to track this problemthanksdavid

Re: ConcurrentModificationException while starting AG1.1

2006-05-08 Thread David Jencks
I've put a private build of commons-modeler on my apache page and modified the g. build to use it.  Could you rebuild g (you will need a clean build after dain's changes) and see if this CME is fixed?thanksdavid jencksOn May 8, 2006, at 2:30 PM, David Jencks wrote:I've