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

Hi Luca,
       I had problems with java during make. Turned out that I
had jsdk2.1 in my classpath. After I changed it to jsdk.jar
everything went smoothly. May be the same solution will work
for you too.

Kamesh

on Sep 25, Luca Beretta thus hinted about "Trouble installing JServ (i..."

LB :Date: Mon, 25 Sep 2000 11:03:58 +0200
LB :From: Luca Beretta <[EMAIL PROTECTED]>
LB :Reply-To: Java Apache Users <[EMAIL PROTECTED]>
LB :To: [EMAIL PROTECTED]
LB :Subject: Trouble installing JServ (i already check faq and bugs)
LB :
LB :----------------------------------------------------------------
LB :BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
LB :WHEN YOU POST, include all relevant version numbers, log files,
LB :and configuration files.  Don't make us guess your problem!!!
LB :----------------------------------------------------------------
LB :
LB :i'm installing JServ with apache source (ver. 1.3.12) on a redhat 6.1;
LB :
LB :.configure end with no errors or warnings, but when i run make ;make
LB :install, i
LB :obtain this output (see at bottom); i tried to compile WorkerPool,
LB :WorkerContainer
LB :and Worker manually but the results are the same!
LB :
LB :please help me
LB :
LB :thanks a lot
LB :
LB :Luca
LB :
LB :Making install in src
LB :make[1]: Entering directory `/home/ApacheJServ-1.1.2/src'
LB :Making install in c
LB :make[2]: Entering directory `/home/ApacheJServ-1.1.2/src/c'
LB :make[3]: Entering directory `/home/ApacheJServ-1.1.2/src/c'
LB :make[3]: Nothing to be done for `install-exec-am'.
LB :
LB :Copying files to Apache Modules Directory...
LB :/bin/cp Makefile.tmpl Makefile.libdir libjserv.module
LB :/home/apache_1.3.12/src/modules/jserv
LB :/bin/cp libjserv.a /home/apache_1.3.12/src/modules/jserv
LB :
LB :Please be sure to re-compile Apache...
LB :
LB :cd /home/apache_1.3.12
LB :./config-status --activate-module=src/modules/jserv/libjserv.a
LB :make
LB :
LB :make[3]: Leaving directory `/home/ApacheJServ-1.1.2/src/c'
LB :make[2]: Leaving directory `/home/ApacheJServ-1.1.2/src/c'
LB :Making install in java
LB :make[2]: Entering directory `/home/ApacheJServ-1.1.2/src/java'
LB :Making install in org
LB :make[3]: Entering directory `/home/ApacheJServ-1.1.2/src/java/org'
LB :Making install in apache
LB :make[4]: Entering directory
LB :`/home/ApacheJServ-1.1.2/src/java/org/apache'
LB :Making install in java
LB :make[5]: Entering directory
LB :`/home/ApacheJServ-1.1.2/src/java/org/apache/java'
LB :Making install in io
LB :make[6]: Entering directory
LB :`/home/ApacheJServ-1.1.2/src/java/org/apache/java/io'
LB :make[7]: Entering directory
LB :`/home/ApacheJServ-1.1.2/src/java/org/apache/java/io'
LB :make[7]: Nothing to be done for `install-exec-am'.
LB :make[7]: Nothing to be done for `install-data-am'.
LB :make[7]: Leaving directory
LB :`/home/ApacheJServ-1.1.2/src/java/org/apache/java/io'
LB :make[6]: Leaving directory
LB :`/home/ApacheJServ-1.1.2/src/java/org/apache/java/io'
LB :Making install in lang
LB :make[6]: Entering directory
LB :`/home/ApacheJServ-1.1.2/src/java/org/apache/java/lang'
LB :make[7]: Entering directory
LB :`/home/ApacheJServ-1.1.2/src/java/org/apache/java/lang'
LB :make[7]: Nothing to be done for `install-exec-am'.
LB :make[7]: Nothing to be done for `install-data-am'.
LB :make[7]: Leaving directory
LB :`/home/ApacheJServ-1.1.2/src/java/org/apache/java/lang'
LB :make[6]: Leaving directory
LB :`/home/ApacheJServ-1.1.2/src/java/org/apache/java/lang'
LB :Making install in net
LB :make[6]: Entering directory
LB :`/home/ApacheJServ-1.1.2/src/java/org/apache/java/net'
LB :make[7]: Entering directory
LB :`/home/ApacheJServ-1.1.2/src/java/org/apache/java/net'
LB :make[7]: Nothing to be done for `install-exec-am'.
LB :make[7]: Nothing to be done for `install-data-am'.
LB :make[7]: Leaving directory
LB :`/home/ApacheJServ-1.1.2/src/java/org/apache/java/net'
LB :make[6]: Leaving directory
LB :`/home/ApacheJServ-1.1.2/src/java/org/apache/java/net'
LB :Making install in recycle
LB :make[6]: Entering directory
LB :`/home/ApacheJServ-1.1.2/src/java/org/apache/java/recycle'
LB :Making install in pool
LB :make[7]: Entering directory
LB :`/home/ApacheJServ-1.1.2/src/java/org/apache/java/recycle/pool'
LB :Compiling Worker.java ...
LB :Worker.java:84: variable WorkerPool not found in class
LB :org.apache.java.recycle.pool.Worker
LB :        if (WorkerPool.DEBUG) System.out.println(this.getName() + ":
LB :created.");
LB :            ^
LB :Worker.java:85: variable WorkerPool not found in class
LB :org.apache.java.recycle.pool.Worker
LB :        if (WorkerPool.QUICK_DEBUG) System.out.write('#');
LB :            ^
LB :Worker.java:92: variable WorkerPool not found in class
LB :org.apache.java.recycle.pool.Worker
LB :        if (WorkerPool.DEBUG) System.out.println(this.getName() + ":
LB :starting.");
LB :            ^
LB :Worker.java:93: variable WorkerPool not found in class
LB :org.apache.java.recycle.pool.Worker
LB :        if (WorkerPool.QUICK_DEBUG) System.out.write('$');
LB :            ^
LB :Worker.java:101: variable WorkerPool not found in class
LB :org.apache.java.recycle.pool.Worker
LB :                    if (WorkerPool.DEBUG)
LB :System.out.println(this.getName() + ": waiting.");
LB :                        ^
LB :Worker.java:102: variable WorkerPool not found in class
LB :org.apache.java.recycle.pool.Worker
LB :                    if (WorkerPool.QUICK_DEBUG) System.out.write('*');
LB :                        ^
LB :Worker.java:104: variable WorkerPool not found in class
LB :org.apache.java.recycle.pool.Worker
LB :                    if (WorkerPool.DEBUG)
LB :System.out.println(this.getName() + ": notified.");
LB :                        ^
LB :Worker.java:105: variable WorkerPool not found in class
LB :org.apache.java.recycle.pool.Worker
LB :                    if (WorkerPool.QUICK_DEBUG) System.out.write(']');
LB :                        ^
LB :Worker.java:109: variable WorkerPool not found in class
LB :org.apache.java.recycle.pool.Worker
LB :                        if (WorkerPool.DEBUG)
LB :System.out.println(this.getName() + ": running.");
LB :                            ^
LB :Worker.java:110: variable WorkerPool not found in class
LB :org.apache.java.recycle.pool.Worker
LB :            if (WorkerPool.QUICK_DEBUG) System.out.write('(');
LB :                ^
LB :Worker.java:115: variable WorkerPool not found in class
LB :org.apache.java.recycle.pool.Worker
LB :                                if (WorkerPool.DEBUG)
LB :System.out.println(this.getName() + ": thread has died.");
LB :                                    ^
LB :Worker.java:116: variable WorkerPool not found in class
LB :org.apache.java.recycle.pool.Worker
LB :                if (WorkerPool.QUICK_DEBUG) System.out.write('!');
LB :                    ^
LB :Worker.java:123: variable WorkerPool not found in class
LB :org.apache.java.recycle.pool.Worker
LB :                                if (WorkerPool.DEBUG)
LB :System.out.println(this.getName() + ": error caught: " + error);
LB :                                    ^
LB :Worker.java:124: variable WorkerPool not found in class
LB :org.apache.java.recycle.pool.Worker
LB :                if (WorkerPool.QUICK_DEBUG) System.out.write('?');
LB :                    ^
LB :Worker.java:128: variable WorkerPool not found in class
LB :org.apache.java.recycle.pool.Worker
LB :                        if (WorkerPool.DEBUG)
LB :System.out.println(this.getName() + ": done.");
LB :                            ^
LB :Worker.java:129: variable WorkerPool not found in class
LB :org.apache.java.recycle.pool.Worker
LB :            if (WorkerPool.QUICK_DEBUG) System.out.write(')');
LB :                ^
LB :Worker.java:141: variable WorkerPool not found in class
LB :org.apache.java.recycle.pool.Worker
LB :                if (WorkerPool.DEBUG) System.out.println(this.getName()
LB :+ ": notifying this worker.");
LB :                    ^
LB :Worker.java:142: variable WorkerPool not found in class
LB :org.apache.java.recycle.pool.Worker
LB :        if (WorkerPool.QUICK_DEBUG) System.out.write('[');
LB :            ^
LB :Worker.java:152: variable WorkerPool not found in class
LB :org.apache.java.recycle.pool.Worker
LB :                if (WorkerPool.DEBUG) System.out.println(this.getName()
LB :+ ": cleaning.");
LB :                    ^
LB :Worker.java:153: variable WorkerPool not found in class
LB :org.apache.java.recycle.pool.Worker
LB :        if (WorkerPool.QUICK_DEBUG) System.out.write('0');
LB :            ^
LB :Worker.java:165: variable WorkerPool not found in class
LB :org.apache.java.recycle.pool.Worker
LB :                if (WorkerPool.DEBUG) System.out.println(this.getName()
LB :+ ": destroying.");
LB :                    ^
LB :Worker.java:166: variable WorkerPool not found in class
LB :org.apache.java.recycle.pool.Worker
LB :        if (WorkerPool.QUICK_DEBUG) System.out.write('X');
LB :            ^
LB :22 errors
LB :make[7]: Leaving directory
LB :`/home/ApacheJServ-1.1.2/src/java/org/apache/java/recycle/pool'
LB :make[6]: Leaving directory
LB :`/home/ApacheJServ-1.1.2/src/java/org/apache/java/recycle'
LB :make[5]: Leaving directory
LB :`/home/ApacheJServ-1.1.2/src/java/org/apache/java'
LB :make[4]: Leaving directory `/home/ApacheJServ-1.1.2/src/java/org/apache'
LB :
LB :make[3]: Leaving directory `/home/ApacheJServ-1.1.2/src/java/org'
LB :make[2]: Leaving directory `/home/ApacheJServ-1.1.2/src/java'
LB :make[1]: Leaving directory `/home/ApacheJServ-1.1.2/src'
LB :
LB :
LB :
LB :
LB :
LB :
LB :
LB :
LB :
LB :     Subject: 
LB :             Error making JServ (i already check FAQ and bugs)
LB :        Date: 
LB :             Mon, 25 Sep 2000 10:56:07 +0200
LB :       From: 
LB :             Luca Beretta <[EMAIL PROTECTED]>
LB : Organization: 
LB :             Data El.Co S.r.l.
LB :         To: 
LB :             [EMAIL PROTECTED]
LB :
LB :
LB :
LB :i'm installing JServ with apache source (ver. 1.3.12) on a redhat 6.1;
LB :
LB :.configure end with no errors or warnings, but when i run make ;make
LB :install, i
LB :obtain this output (see the attach); i tried to compile WorkerPool,
LB :WorkerContainer
LB :and Worker manually but the results are the same;
LB :
LB :please help me
LB :
LB :thanks a lot
LB :
LB :Luca
LB :
LB :
LB :
LB :
LB :Making install in src
LB :make[1]: Entering directory `/home/ApacheJServ-1.1.2/src'
LB :Making install in c
LB :make[2]: Entering directory `/home/ApacheJServ-1.1.2/src/c'
LB :make[3]: Entering directory `/home/ApacheJServ-1.1.2/src/c'
LB :make[3]: Nothing to be done for `install-exec-am'.
LB :
LB :Copying files to Apache Modules Directory...
LB :/bin/cp Makefile.tmpl Makefile.libdir libjserv.module
LB :/home/apache_1.3.12/src/modules/jserv
LB :/bin/cp libjserv.a /home/apache_1.3.12/src/modules/jserv
LB :
LB :Please be sure to re-compile Apache...
LB :
LB :cd /home/apache_1.3.12
LB :./config-status --activate-module=src/modules/jserv/libjserv.a
LB :make
LB :
LB :make[3]: Leaving directory `/home/ApacheJServ-1.1.2/src/c'
LB :make[2]: Leaving directory `/home/ApacheJServ-1.1.2/src/c'
LB :Making install in java
LB :make[2]: Entering directory `/home/ApacheJServ-1.1.2/src/java'
LB :Making install in org
LB :make[3]: Entering directory `/home/ApacheJServ-1.1.2/src/java/org'
LB :Making install in apache
LB :make[4]: Entering directory
LB :`/home/ApacheJServ-1.1.2/src/java/org/apache'
LB :Making install in java
LB :make[5]: Entering directory
LB :`/home/ApacheJServ-1.1.2/src/java/org/apache/java'
LB :Making install in io
LB :make[6]: Entering directory
LB :`/home/ApacheJServ-1.1.2/src/java/org/apache/java/io'
LB :make[7]: Entering directory
LB :`/home/ApacheJServ-1.1.2/src/java/org/apache/java/io'
LB :make[7]: Nothing to be done for `install-exec-am'.
LB :make[7]: Nothing to be done for `install-data-am'.
LB :make[7]: Leaving directory
LB :`/home/ApacheJServ-1.1.2/src/java/org/apache/java/io'
LB :make[6]: Leaving directory
LB :`/home/ApacheJServ-1.1.2/src/java/org/apache/java/io'
LB :Making install in lang
LB :make[6]: Entering directory
LB :`/home/ApacheJServ-1.1.2/src/java/org/apache/java/lang'
LB :make[7]: Entering directory
LB :`/home/ApacheJServ-1.1.2/src/java/org/apache/java/lang'
LB :make[7]: Nothing to be done for `install-exec-am'.
LB :make[7]: Nothing to be done for `install-data-am'.
LB :make[7]: Leaving directory
LB :`/home/ApacheJServ-1.1.2/src/java/org/apache/java/lang'
LB :make[6]: Leaving directory
LB :`/home/ApacheJServ-1.1.2/src/java/org/apache/java/lang'
LB :Making install in net
LB :make[6]: Entering directory
LB :`/home/ApacheJServ-1.1.2/src/java/org/apache/java/net'
LB :make[7]: Entering directory
LB :`/home/ApacheJServ-1.1.2/src/java/org/apache/java/net'
LB :make[7]: Nothing to be done for `install-exec-am'.
LB :make[7]: Nothing to be done for `install-data-am'.
LB :make[7]: Leaving directory
LB :`/home/ApacheJServ-1.1.2/src/java/org/apache/java/net'
LB :make[6]: Leaving directory
LB :`/home/ApacheJServ-1.1.2/src/java/org/apache/java/net'
LB :Making install in recycle
LB :make[6]: Entering directory
LB :`/home/ApacheJServ-1.1.2/src/java/org/apache/java/recycle'
LB :Making install in pool
LB :make[7]: Entering directory
LB :`/home/ApacheJServ-1.1.2/src/java/org/apache/java/recycle/pool'
LB :Compiling Worker.java ...
LB :Worker.java:84: variable WorkerPool not found in class
LB :org.apache.java.recycle.pool.Worker
LB :        if (WorkerPool.DEBUG) System.out.println(this.getName() + ":
LB :created.");
LB :            ^
LB :Worker.java:85: variable WorkerPool not found in class
LB :org.apache.java.recycle.pool.Worker
LB :        if (WorkerPool.QUICK_DEBUG) System.out.write('#');
LB :            ^
LB :Worker.java:92: variable WorkerPool not found in class
LB :org.apache.java.recycle.pool.Worker
LB :        if (WorkerPool.DEBUG) System.out.println(this.getName() + ":
LB :starting.");
LB :            ^
LB :Worker.java:93: variable WorkerPool not found in class
LB :org.apache.java.recycle.pool.Worker
LB :        if (WorkerPool.QUICK_DEBUG) System.out.write('$');
LB :            ^
LB :Worker.java:101: variable WorkerPool not found in class
LB :org.apache.java.recycle.pool.Worker
LB :                    if (WorkerPool.DEBUG)
LB :System.out.println(this.getName() + ": waiting.");
LB :                        ^
LB :Worker.java:102: variable WorkerPool not found in class
LB :org.apache.java.recycle.pool.Worker
LB :                    if (WorkerPool.QUICK_DEBUG) System.out.write('*');
LB :                        ^
LB :Worker.java:104: variable WorkerPool not found in class
LB :org.apache.java.recycle.pool.Worker
LB :                    if (WorkerPool.DEBUG)
LB :System.out.println(this.getName() + ": notified.");
LB :                        ^
LB :Worker.java:105: variable WorkerPool not found in class
LB :org.apache.java.recycle.pool.Worker
LB :                    if (WorkerPool.QUICK_DEBUG) System.out.write(']');
LB :                        ^
LB :Worker.java:109: variable WorkerPool not found in class
LB :org.apache.java.recycle.pool.Worker
LB :                        if (WorkerPool.DEBUG)
LB :System.out.println(this.getName() + ": running.");
LB :                            ^
LB :Worker.java:110: variable WorkerPool not found in class
LB :org.apache.java.recycle.pool.Worker
LB :            if (WorkerPool.QUICK_DEBUG) System.out.write('(');
LB :                ^
LB :Worker.java:115: variable WorkerPool not found in class
LB :org.apache.java.recycle.pool.Worker
LB :                                if (WorkerPool.DEBUG)
LB :System.out.println(this.getName() + ": thread has died.");
LB :                                    ^
LB :Worker.java:116: variable WorkerPool not found in class
LB :org.apache.java.recycle.pool.Worker
LB :                if (WorkerPool.QUICK_DEBUG) System.out.write('!');
LB :                    ^
LB :Worker.java:123: variable WorkerPool not found in class
LB :org.apache.java.recycle.pool.Worker
LB :                                if (WorkerPool.DEBUG)
LB :System.out.println(this.getName() + ": error caught: " + error);
LB :                                    ^
LB :Worker.java:124: variable WorkerPool not found in class
LB :org.apache.java.recycle.pool.Worker
LB :                if (WorkerPool.QUICK_DEBUG) System.out.write('?');
LB :                    ^
LB :Worker.java:128: variable WorkerPool not found in class
LB :org.apache.java.recycle.pool.Worker
LB :                        if (WorkerPool.DEBUG)
LB :System.out.println(this.getName() + ": done.");
LB :                            ^
LB :Worker.java:129: variable WorkerPool not found in class
LB :org.apache.java.recycle.pool.Worker
LB :            if (WorkerPool.QUICK_DEBUG) System.out.write(')');
LB :                ^
LB :Worker.java:141: variable WorkerPool not found in class
LB :org.apache.java.recycle.pool.Worker
LB :                if (WorkerPool.DEBUG) System.out.println(this.getName()
LB :+ ": notifying this worker.");
LB :                    ^
LB :Worker.java:142: variable WorkerPool not found in class
LB :org.apache.java.recycle.pool.Worker
LB :        if (WorkerPool.QUICK_DEBUG) System.out.write('[');
LB :            ^
LB :Worker.java:152: variable WorkerPool not found in class
LB :org.apache.java.recycle.pool.Worker
LB :                if (WorkerPool.DEBUG) System.out.println(this.getName()
LB :+ ": cleaning.");
LB :                    ^
LB :Worker.java:153: variable WorkerPool not found in class
LB :org.apache.java.recycle.pool.Worker
LB :        if (WorkerPool.QUICK_DEBUG) System.out.write('0');
LB :            ^
LB :Worker.java:165: variable WorkerPool not found in class
LB :org.apache.java.recycle.pool.Worker
LB :                if (WorkerPool.DEBUG) System.out.println(this.getName()
LB :+ ": destroying.");
LB :                    ^
LB :Worker.java:166: variable WorkerPool not found in class
LB :org.apache.java.recycle.pool.Worker
LB :        if (WorkerPool.QUICK_DEBUG) System.out.write('X');
LB :            ^
LB :22 errors
LB :make[7]: Leaving directory
LB :`/home/ApacheJServ-1.1.2/src/java/org/apache/java/recycle/pool'
LB :make[6]: Leaving directory
LB :`/home/ApacheJServ-1.1.2/src/java/org/apache/java/recycle'
LB :make[5]: Leaving directory
LB :`/home/ApacheJServ-1.1.2/src/java/org/apache/java'
LB :make[4]: Leaving directory `/home/ApacheJServ-1.1.2/src/java/org/apache'
LB :make[3]: Leaving directory `/home/ApacheJServ-1.1.2/src/java/org'
LB :make[2]: Leaving directory `/home/ApacheJServ-1.1.2/src/java'
LB :make[1]: Leaving directory `/home/ApacheJServ-1.1.2/src'
LB :
LB :
LB :--
LB :--------------------------------------------------------------
LB :Please read the FAQ! <http://java.apache.org/faq/>
LB :To subscribe:        [EMAIL PROTECTED]
LB :To unsubscribe:      [EMAIL PROTECTED]
LB :Search Archives: 
LB :<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
LB :Problems?:           [EMAIL PROTECTED]
LB :



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to