Re: chroot + tomcat:: multiple instance of java process

From: tosh (tosh_e800_at_yahoo.fr)
Date: 10/05/04


Date: 4 Oct 2004 15:37:07 -0700

Bruce Lewis <brlspam@yahoo.com> wrote in message news:<nm9mzz2oabw.fsf@mass-toolpike.mit.edu>...
> Wild guess: Java chooses a threading mechanism based on what shared
> libraries are available. Normally it finds a shared lib that lets all
> its threads be part of one Linux process. In the chroot jail it doesn't
> find that shared lib.

That could be the raison. i put in my jail/lib directory all libs
returned by ldd... except linux-gate.s0.1 which is a special one (i
dont know what to do with this one). could that be the trick?

Thanks for the answer.



Relevant Pages

  • Re: chroot + tomcat:: multiple instance of java process
    ... Java chooses a threading mechanism based on what shared ... libraries are available. ... Normally it finds a shared lib that lets all ...
    (comp.os.linux.security)
  • Re: AIX shared libraries and lazyloading.
    ... then it's dependents are examined in the same ... 0xD/0xF are shared lib segs. ... > I used that when building main and also all libraries. ...
    (comp.unix.aix)
  • Re: unresolved symbol & __nw__....
    ... tim wrote: ... If there is an unsat for a symbol in an aC++ shared lib, ... According to the linker and libraries user ... more related to the linker and symbol resolution than C++ specific ...
    (comp.sys.hp.hpux)
  • java and pthreads
    ... a shared lib that uses pthreads heavily. ... A Java test application that is threading using Java threading, ... So the test app starts 2 threads and calls the Java wrapper class to make ... Heap at VM Abort: ...
    (comp.lang.java.programmer)
  • Re: Upgrading to 7.0 - stupid requirements
    ... e.g. a shared library used by other ports. ... If prior to any recompile such a shared lib was copied ... Tools like portupgrade do save copies of old libraries in /usr/local/lib/compat (which helps in other upgrade scenarios), but it doesn't help in the OS upgrade case because the old and new shared port libraries have the same version and cannot be distinguished automatically by the linker. ...
    (freebsd-stable)

Loading