----------------------------------------------------------------
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 just had this same problem on Mandrake 6.1.  Here is the
answer that Punky Tse sent to me:

[EMAIL PROTECTED] wrote:
> 
>         I think I have posted the solution before, and I concluded that the
> IBMJDK118 does not work with the glibc come with Mandrake 6.1.  Try go
> 
>         ftp://rpmfind.net/linux/MandrakeCooker/cooker/Mandrake/RPMS/
> 
>         and get:
>         glibc-2.1.2-8mdk.i586.rpm
>         glibc-devel-2.1.2-8mdk.i586.rpm
>         glibc-profile-2.1.2-8mdk.i586.rpm

To which I should add that on
Mandrake 6.1, you must first forcibly uninstall the
following obsoleted packages:
     glibc-2.1.1-16mdk
     glibc-devel-2.1.1-16mdk

I think the command was rpm --erase --nodeps
<package-name>.  

Travis

Travis Haas wrote:
> 
> After having read the FAQ until I'm blue in the face and scouring the
> planet/mailling lists for info I ask for you mercy.  Here's what I've got:
> 
> Linux-Mandrake 6.0
> Apache 1.3.6
> JServ 1.1b2
> IBM JDK 1.1.8 -> /usr/local/java/jdk118
> Sun JSDK 2.0  -> /usr/local/java/JSDK2.0
> 
> Here's what I keep getting in the jserv.log file (see end)
>  I cannot figure this thing out for the life of me.  I can run java programs
> from the command line with no problem, does this not mean that my PATH and
> CLASSPATH variables are set correctly.  The stranger thing is, I have my NT box
> setup almost identically, and it it runs like a champ.
> 
> Thanks for any help
> 
> Travis
> 
> jserv.log file
> ****************************************************************
> [29/11/1999 08:21:38:520] (ERROR) wrapper: printing debugging information (command 
>line, env)
> [29/11/1999 08:21:38:520] (ERROR) wrapper: argument[ 0] 
>/usr/local/java/jdk118/bin/java
> [29/11/1999 08:21:38:520] (ERROR) wrapper: argument[ 1] org.apache.jserv.JServ
> [29/11/1999 08:21:38:520] (ERROR) wrapper: argument[ 2] 
>/etc/httpd/conf/jserv/jserv.properties
> [29/11/1999 08:21:38:520] (ERROR) wrapper: environment[ 0] 
>CLASSPATH=/usr/lib/apache/ApacheJServ.jar:/usr/local/java/JSDK2.0/lib/jsdk.jar:/home/httpd/classes/servlet-2.0.jar
> [29/11/1999 08:21:38:520] (ERROR) wrapper: environment[ 1] 
>PATH=/usr/local/java/jdk118/bin:/bin:/usr/bin:/usr/local/bin
> [29/11/1999 08:21:39:363] (EMERGENCY) ajp12: can not connect to host
> 127.0.0.1:8007
> [29/11/1999 08:21:39:395] (EMERGENCY) ajp12: connection fail
> [29/11/1999 08:21:39:395] (ERROR) an error returned handling request via
> protocol "ajpv12"
> 
> jserv.properties file
> *****************************************************************
> wrapper.bin=/usr/local/java/jdk118/bin/java
> wrapper.class=org.apache.jserv.JServ
> wrapper.path=/usr/local/java/jdk118/bin/
> wrapper.classpath=/usr/lib/apache/ApacheJServ.jar
> wrapper.classpath=/usr/local/java/JSDK2.0/lib/jsdk.jar
> wrapper.classpath=/home/httpd/classes/servlet-2.0.jar
> wrapper.protocol=ajpv12
> bindaddress=localhost
> port=8007
> zones=root
> root.properties=/etc/httpd/conf/jserv/zone.properties
> pool=false
> pool.capacity=10
> pool.controller=org.apache.java.recycle.DefaultController
> security.selfservlet=true
> security.maxConnections=50
> security.authentication=false
> log=true
> log.file=/var/log/httpd/jserv.log
> log.timestamp=true
> log.dateFormat=[dd/MM/yyyy HH:mm:ss:SSS zz]
> log.queue.maxage = 5000
> log.queue.maxsize = 1000
> log.channel.servletException=true
> log.channel.jservException=true
> log.channel.warning=true
> log.channel.servletLog=true
> log.channel.critical=true
> 
> --
> --------------------------------------------------------------
> 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]

-- Travis Low  
   <mailto:[EMAIL PROTECTED]>
   <http://dawnstar.org/travis>


--
--------------------------------------------------------------
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]

Reply via email to