--

It seems that adding the statement "AddModule mod_jserv.c" just after the
LoadModule statement in jserv.conf seems to fix these errors, but now I am
getting a core dump (indicating a Segmentation fault) and apache refuses to
start.  Using gdb, the last frame seems to be in ap_pstrdup, but being a
novice with gdb, I don't know exactly where to go from here:

#0  0x8062803 in ap_pstrdup ()
#1  0x8061c6f in wrapper_init ()
#2  0x805ed50 in jserv_protocol_init ()
#3  0x805ec87 in jserv_protocol_initall ()
#4  0x805e65f in jserv_init ()
#5  0x8066899 in ap_init_modules ()
#6  0x806d466 in main ()
#7  0x804e815 in _start ()

At least this is some progress ;}

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Ed Korthof
> Sent: Sunday, July 04, 1999 11:04 AM
> To: Java Apache Users
> Subject: RE: Odd startup problem with JServ on FreeBSD
>
>
> --
>
> This can only be cause by a situation where the conf directives appear
> twice w/in the same virtual host (most likely the main one).  Other than
> the possibility Jon described, one other possibilities is that you have
> both a copy of the jserv directives in your normal apache configuration
> files, and an 'Include' directive.  Try 'grep ApJServManual *.conf' in
> your conf directory.
>
> If that also doesn't point you to the problem, then I'd say it'll will be
> very difficult to determine what's wrong without seeing your configuration
> files.  If you want to send them to this list (or to me, offlist), I'm
> willing to see if I can tell you what's wrong.
>
> hth --
>
> Ed
>
> On Fri, 2 Jul 1999, John Mulligan wrote:
>
> > Unfortunately if it was this simple, I would have found it,
> since I double
> > checked for this prior to my original post ... sorry about not
> being more
> > specific.
>
>
>
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> READ THE FAQ!!!!     <http://java.apache.org/faq/>
> Archives and Other:  <http://java.apache.org/main/mail.html/>
> Problems?:           [EMAIL PROTECTED]
>




--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to