Thomas Olsson <[EMAIL PROTECTED]> wrote:
>httpd: [Thu Apr 22 12:54:49 1999] [emerg] (46)No record locks available:
>fcntl:
>F_SETLKW: Error getting accept lock, exiting!  Perhaps you need to use
>the LockF
>ile directive to place your lock file on a local disk!

This can't be good. It's an Apache/Solaris thing (not jserv). Check the
docs for the LockFile directive.

>httpd: [Thu Apr 22 12:56:44 1999] [alert] Child 1795 returned a Fatal
>error...
>Apache is exiting!
>httpd: [Thu Apr 22 12:57:14 1999] [crit] (125)Address already in use:
>make_sock:
> could not bind to port 8080

This definitely can't be good. Make sure you're the only process running on
port 8080. Maybe some other webserver is already running on that port?
(Actually, port 8080 sucks for development because all sorts of things like
to bind to it, try picking some other random number.)

The mod_jserv logs looked ok to me.

BTW, please trim your log files to the bare minimum needed to show the
problem, e.g., startup sequence and a single request to apache jserv. Also,
don't forget to turn on log=true, set log.file, and enable the various log
channels in the jserv properties file.


-- Ari Halberstadt mailto:[EMAIL PROTECTED] <http://www.magiccookie.com/>
PGP public key available at <http://www.magiccookie.com/pgpkey.txt>




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

Reply via email to