Received: (qmail 36143 invoked by uid 501); 15 Sep 2001 15:40:00 -0000 Message-Id: <20010915154000.36142.qmail@apache.org> Date: 15 Sep 2001 15:40:00 -0000 From: Al Olivier Reply-To: al.olivier@sympatico.ca To: submit@bugz.apache.org Subject: installing apache jserv X-Send-Pr-Version: 3.110 >Number: 8342 >Category: mod_jserv >Synopsis: installing apache jserv >Confidential: no >Severity: non-critical >Priority: medium >Responsible: jserv >State: closed >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Sat Sep 15 08:40:00 PDT 2001 >Closed-Date: Mon Sep 17 11:57:06 PDT 2001 >Last-Modified: Mon Sep 17 19:30:00 PDT 2001 >Originator: al.olivier@sympatico.ca >Release: apache_1.3.12 >Organization: >Environment: uname -a: Linux shared.colibri.com 2.2.12-20 #1 Mon Sep 27 10:25:54 EDT 1999 i586 unknown jdk1.2.2 j2sdkee1.3 jsdk apache_1.3.12 web server ApacheJServ-1.1.2 >Description: while using make(see below for full echo) the following appears: JServConnection.java uses or overrides a deprecated API I saw a bug report where it was suggested to use jsdk 2.0 I believe I am using this version no coredumps Performed configure with: ./configure --with-apache-src=/usr/local/apache_1.3.12 --with-jdk-home=/usr/local/jdk1.2.2 --with-JSDK=/usr/local/j2sdkee1.3 no errors make yielded the following: [root@shared ApacheJServ-1.1.2]# make Making all in src make[1]: Entering directory `/usr/local/ApacheJServ-1.1.2/src' Making all in c make[2]: Entering directory `/usr/local/ApacheJServ-1.1.2/src/c' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/local/ApacheJServ-1.1.2/src/c' Making all in java make[2]: Entering directory `/usr/local/ApacheJServ-1.1.2/src/java' Making all in org make[3]: Entering directory `/usr/local/ApacheJServ-1.1.2/src/java/org' Making all in apache make[4]: Entering directory `/usr/local/ApacheJServ-1.1.2/src/java/org/apache' Making all in java make[5]: Entering directory `/usr/local/ApacheJServ-1.1.2/src/java/org/apache/java' Making all in io make[6]: Entering directory `/usr/local/ApacheJServ-1.1.2/src/java/org/apache/java/io' make[6]: Nothing to be done for `all'. make[6]: Leaving directory `/usr/local/ApacheJServ-1.1.2/src/java/org/apache/java/io' Making all in lang make[6]: Entering directory `/usr/local/ApacheJServ-1.1.2/src/java/org/apache/java/lang' make[6]: Nothing to be done for `all'. make[6]: Leaving directory `/usr/local/ApacheJServ-1.1.2/src/java/org/apache/java/lang' Making all in net make[6]: Entering directory `/usr/local/ApacheJServ-1.1.2/src/java/org/apache/java/net' make[6]: Nothing to be done for `all'. make[6]: Leaving directory `/usr/local/ApacheJServ-1.1.2/src/java/org/apache/java/net' Making all in recycle make[6]: Entering directory `/usr/local/ApacheJServ-1.1.2/src/java/org/apache/java/recycle' Making all in pool make[7]: Entering directory `/usr/local/ApacheJServ-1.1.2/src/java/org/apache/java/recycle/pool' make[7]: Nothing to be done for `all'. make[7]: Leaving directory `/usr/local/ApacheJServ-1.1.2/src/java/org/apache/java/recycle/pool' make[7]: Entering directory `/usr/local/ApacheJServ-1.1.2/src/java/org/apache/java/recycle' make[7]: Nothing to be done for `all-am'. make[7]: Leaving directory `/usr/local/ApacheJServ-1.1.2/src/java/org/apache/java/recycle' make[6]: Leaving directory `/usr/local/ApacheJServ-1.1.2/src/java/org/apache/java/recycle' Making all in security make[6]: Entering directory `/usr/local/ApacheJServ-1.1.2/src/java/org/apache/java/security' make[6]: Nothing to be done for `all'. make[6]: Leaving directory `/usr/local/ApacheJServ-1.1.2/src/java/org/apache/java/security' Making all in util make[6]: Entering directory `/usr/local/ApacheJServ-1.1.2/src/java/org/apache/java/util' make[6]: Nothing to be done for `all'. make[6]: Leaving directory `/usr/local/ApacheJServ-1.1.2/src/java/org/apache/java/util' make[6]: Entering directory `/usr/local/ApacheJServ-1.1.2/src/java/org/apache/java' make[6]: Nothing to be done for `all-am'. make[6]: Leaving directory `/usr/local/ApacheJServ-1.1.2/src/java/org/apache/java' make[5]: Leaving directory `/usr/local/ApacheJServ-1.1.2/src/java/org/apache/java' Making all in jserv make[5]: Entering directory `/usr/local/ApacheJServ-1.1.2/src/java/org/apache/jserv' Compiling JServ.java ... JServ.java:106: Ambiguous class: java.util.Configurations and org.apache.java.util.Configurations protected static Configurations confs = null; ^ /usr/local/ApacheJServ-1.1.2/src/java/org/apache/jserv/JServConnection.java:86: Ambiguous class: java.lang.Stoppable and org.apache.java.lang.Stoppable implements Stoppable, HttpServletRequest, HttpServletResponse, ^ JServ.java:171: class org.apache.jserv.JServConnection is an abstract class. It can't be instantiated. JServConnection connection = new JServConnection(); ^ JServ.java:172: Incompatible type for constructor. Explicit cast needed to convert org.apache.jserv.JServConnection to java.lang.Runnable. Thread t = new Thread(connection); ^ JServ.java:175: Class <>Semaphore not found in void main(java.lang.String[]). connection.init(clientSocket, semaphore); ^ JServ.java:178: Ambiguous class: java.net.AuthenticationException and org.apache.java.net.AuthenticationException } catch (AuthenticationException e) { ^ Note: /usr/local/ApacheJServ-1.1.2/src/java/org/apache/jserv/JServConnection.java uses or overrides a deprecated API. Recompile with "-deprecation" for details. 6 errors, 1 warning make[5]: *** [JServ.class] Error 1 make[5]: Leaving directory `/usr/local/ApacheJServ-1.1.2/src/java/org/apache/jserv' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/usr/local/ApacheJServ-1.1.2/src/java/org/apache' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/usr/local/ApacheJServ-1.1.2/src/java/org' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/local/ApacheJServ-1.1.2/src/java' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/ApacheJServ-1.1.2/src' make: *** [all-recursive] Error 1 Any suggestion appreciated Thanks Al >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: State-Changed-From-To: open-closed State-Changed-By: jon@clearink.com State-Changed-When: Mon Sep 17 11:57:06 PDT 2001 State-Changed-Why: your 'belief' is wrong. :-) check your classpath more closely. From: Al Olivier To: jon@clearink.com Cc: al.olivier@sympatico.ca, jserv-bugdb@apache.org, apbugs@Apache.Org Subject: Re: mod_jserv/8342: installing apache jserv Date: Mon, 17 Sep 2001 22:16:50 -0400 Jon Thanks for your response. Here is my CLASSPATH: .:..:/usr/local/jdk1.2.2/lib:/usr/local/j2sdkee1.3/lib:/usr/local/j2sdkee1.3/j2ee.jar:/usr/local/jdk1.2.2/src.jar Am I missing directories? Al jon@clearink.com wrote: > [In order for any reply to be added to the PR database, you need] > [to include in the Cc line and make sure the] > [subject line starts with the report component and number, with ] > [or without any 'Re:' prefixes (such as "general/1098:" or ] > ["Re: general/1098:"). If the subject doesn't match this ] > [pattern, your message will be misfiled and ignored. The ] > ["apbugs" address is not added to the Cc line of messages from ] > [the database automatically because of the potential for mail ] > [loops. If you do not include this Cc, your reply may be ig- ] > [nored unless you are responding to an explicit request from a ] > [developer. Reply only with text; DO NOT SEND ATTACHMENTS! ] > > Synopsis: installing apache jserv > > State-Changed-From-To: open-closed > State-Changed-By: jon@clearink.com > State-Changed-When: Mon Sep 17 11:57:06 PDT 2001 > State-Changed-Why: > your 'belief' is wrong. :-) > > check your classpath more closely. >Unformatted: [In order for any reply to be added to the PR database, you need] [to include in the Cc line and make sure the] [subject line starts with the report component and number, with ] [or without any 'Re:' prefixes (such as "general/1098:" or ] ["Re: general/1098:"). If the subject doesn't match this ] [pattern, your message will be misfiled and ignored. The ] ["apbugs" address is not added to the Cc line of messages from ] [the database automatically because of the potential for mail ] [loops. If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request from a ] [developer. Reply only with text; DO NOT SEND ATTACHMENTS! ]