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
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
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
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
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.
>
>
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
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