----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
Duane Gran wrote:
>
> ----------------------------------------------------------------
> BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
> WHEN YOU POST, include all relevant version numbers, log files,
> and configuration files. Don't make us guess your problem!!!
> ----------------------------------------------------------------
>
> I am having a problem with JavaMail and servlets on JServ 1.1. Generally
> servlets behave just fine, but this one is misbehaving.
>
> I have a very simple Servlet to send a test message. When run from the shell
> it works fine, but from a Servlet I get a segmentation fault. My classpath is
> identical to the JServ classpath. Below is the output in the mod_jserv.log:
>
> SIGSEGV 11 segmentation violation
> si_signo [11]: SEGV
> si_errno [0]:
> si_code [1]: SEGV_MAPERR [addr: 0xc]
We had this type of error too. (Linux any 1.2 JVM, jserv 1.1).
We got around it when placing the mail.jar in the classpath and not
in the repositories.
It had something to do with loading a class from the .jar file, but i
did�nt
track it down.
HTH Stefan
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]