Re: James Server dies after few dayd

2011-10-15 Thread Saibabu Vallurupalli
Thank so much Norman. We will try these options. On Oct 15, 2011 1:54 PM, "Norman Maurer" wrote: > Hi there, > > the problem is that I'm not a "windows guy" so I'm not sure how to > debug there. In linux I would first run "dmesg" to see if maybe the > jvm segfault. No idea if there is something s

Re: James Server dies after few dayd

2011-10-15 Thread Norman Maurer
Hi there, the problem is that I'm not a "windows guy" so I'm not sure how to debug there. In linux I would first run "dmesg" to see if maybe the jvm segfault. No idea if there is something similar in windows. The other thing you could check is if you got an OOM. Add this to the startup option of j

Re: NoSQL backend for James

2011-10-15 Thread Pepijn de Vos
So, the result and questions for today: https://github.com/pepijndevos/james-couchdb What is serialVersionUID? Is UidValidity something else than what is provided by CouchDbUidProvider? I had a look at the InMemory test, and it seems to fail on remainders of the InMemory implementation(mention

Re: James Server dies after few dayd

2011-10-15 Thread Saibabu Vallurupalli
Hi Norman, So, Is this something to do with OS? Any other ideas to debug the issues? Please advise us with some directions. Thank you, Sai On Sat, Oct 15, 2011 at 8:22 AM, Norman Maurer wrote: > Hi, > > Unfortunaly I never used windows for a production setup. So I guess I > can't help you mu

Re: James Server dies after few dayd

2011-10-15 Thread Norman Maurer
Hi, Unfortunaly I never used windows for a production setup. So I guess I can't help you much ... Bye Norman 2011/10/15, Saibabu Vallurupalli : > Hi Eric/Norman: > > Sorry the server we are using is Apache James 3.0 Beta 2. Do you have any > known issues related to the issue we are getting. > >

Re: James Server dies after few dayd

2011-10-15 Thread Saibabu Vallurupalli
Hi Eric/Norman: Sorry the server we are using is Apache James 3.0 Beta 2. Do you have any known issues related to the issue we are getting. Let us know your thoughts. Thank you, Sai On Fri, Oct 14, 2011 at 1:19 PM, Saibabu Vallurupalli < saibabu.vallurupa...@gmail.com> wrote: > Hi Team, > We h

Re: NoSQL backend for James

2011-10-15 Thread Pepijn de Vos
Thanks! :) I have no idea what you did with the generics though. I read an article about them, and thought I understood them. Basically they are just statically checked casts, right? So what does it mean to write X implements Y? The tests are just leftovers from InMemory. I'm not doing TDD, bu