On Fri, Feb 13, 2009 at 7:43 AM, 小川 貴裕 <[email protected]> wrote: > It seemes to me that there are many users operating jackrabbit > on clustering servers and no one have met this problem. > So I think something is wrong with us( =repository.xml)... > >> <<< Please help us. Any suggestion is appreciated. >>> > > But Yesterday, I found JCR-1940, it is still opened...
I couldn't see any obvious problems in your repository.xml. That exception is "normal", see my comment on that issue: https://issues.apache.org/jira/browse/JCR-1940 > ...If there is no measure, we have to add some codes to catch this Exception > and retry after a few random seconds. > But I think it should be the last measure. Yes, your code has to be able to handle such exceptions. Have a look at the javadocs of the save() methods for more information. Regards, Alex -- Alexander Klimetschek [email protected]
