You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by claude leblanc <cl...@bell.ca> on 1999/06/08 22:05:12 UTC

mod_jserv/4546: errors during compilation of JServ

>Number:         4546
>Category:       mod_jserv
>Synopsis:       errors during compilation of JServ
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    jserv
>State:          open
>Class:          support
>Submitter-Id:   apache
>Arrival-Date:   Tue Jun  8 13:10:02 PDT 1999
>Last-Modified:
>Originator:     claude.leblanc@bell.ca
>Organization:
apache
>Release:        1.3.6 1.0b5
>Environment:
solaris 2.7 java 1.2 jsdk 2.1
>Description:
./configure succeeded.
After, when running make install, some compilation errors arise.

All errors are of the same type. At the declaration of these classes :
JServConnection
JServContext
JServSession
--> ...must be declared abstract

and when instantiated 
--> ...is an abstract class.  It can't be instantiated.

ex :
./org/apache/jserv/JServ.java:157: class org.apache.jserv.JServConnection is an abstract class.  It can't be instantiated.
    JServConnection connection = new JServConnection();

20 errors in total.

What should I do?
Thanks.
>How-To-Repeat:

>Fix:

>Audit-Trail:
>Unformatted:
[In order for any reply to be added to the PR database, you need]
[to include <ap...@Apache.Org> 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!     ]