Jeff Turner wrote:
On Sat, Apr 08, 2006 at 06:56:06PM +0200, Remy Maucherat wrote:
Jeff Turner wrote:
We experienced this before on the old issues.apache.org box, but Remy
said he fixed it (and it is fixed on that box):

Nothing unusual. Ubuntu 5.10, 1x2.8Ghz Xeon. Java is started with:

-Djava.library.path=/usr/local/tomcat/tomcat/bin/tomcat-native-1.1.2/jni/native/.libs


Since your log reports:
Critical poller failure (restarting poller): [3] No such process

The error 3 is actually TCN_EINTR - APR_OS_START_USERERR, so
it looks like you actually *did not* patch the AprEndpoint,
or didn't copy the .jars.

To be sure edit the:

log.error(sm.getString("endpoint.poll.fail", "" + rv, Error.strerror(errn)));
The error should be negative with 70000 offset, thus -70003.

You can try the current HEAD for tcnative. It has EINTR loop
within the poll call.

Regards,
Mladen.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to