On 3/17/08, Simon Nash <[EMAIL PROTECTED]> wrote:
>
> Rajini Sivaram wrote:
> > Simon,
> >
> > Sorry about that. I hadn't done a clean build, so I didn't notice that
> > binding-feed-atom didn't exist anymore.
> >
> I did an svn up to pick up the latest itest/osgi-tuscany changes and
> I got further this time.  The modules all built but I got test failures.
>
> Here's the stack trace from the tests.  Sorry that it is long but there
> seem be multiple failures of different severity.  Any ideas?


Simon,

I haven't seen the exception you are seeing (the first one in your log). Is
it possible that you may be running out of disk space? I just realized that
Felix caches bundles, and hence requires quite a lot of disk space to run
Tuscany. So the total disk space required to build and run osgi-tuscany is
close to 180M - it is at this point that I should take back the request to
add osgi-tuscany to the build.

Am I right in assuming that you are using the Sun JDK? Jurgen had also run
into the OutOfMemory problem with perm gen space (the error right at the end
of your log), which I haven't run into with the IBM JDK. It almost looks
like Sun's JDK doesn't manage to garbage collect fully after an OSGi run
(maybe classes are not GC'ed even after the classloader is unreachable, I am
not sure).   I have modified the test pom to fork a new VM for each test to
avoid that error. That does slow down the tests, but at least they will run
(hopefully).


Thank you...

Regards,

Rajini

Reply via email to