-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

Hi all,

I have read the faqs and perused the mail list and have been unable to
find an answer to this dilemma.  I am currently running jserv on an NT.
I have been able to run various servlets with this configuration.
I have written a servlet to test out how to connect to an Oracle 7.3
database and list the result set from a query on that database.
I wrote and compiled the code using Visual Cafe 3.0 and it ran fine
in the VC environment. I copied the .class file to the servlets
subdirectory and proceeded to try and run it using jserv.
I got an internal server error. Looking in jserv.log the following is
showing up:

[29/09/1999 14:33:39:471 MDT] ApacheJServ/1.0 is starting...
[29/09/1999 14:33:39:471 MDT] WARNING: connection authentication is
disabled
[29/09/1999 14:33:39:761 MDT] Connection allowed from
localhost/127.0.0.1
[29/09/1999 14:33:39:761 MDT] Listening on port 8007 accepting 50
maximum connections
[29/09/1999 14:33:39:891 MDT] Creating Servlet Zones
[29/09/1999 14:34:15:553 MDT] CqtdbConnect: init
[29/09/1999 14:34:15:823 MDT] java.lang.NullPointerException
        at CqtdbConnect.doGet(Compiled Code)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:499)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
at org.apache.jserv.JServConnection.processRequest(JServConnection.java)
        at org.apache.jserv.JServConnection.run(JServConnection.java)
        at java.lang.Thread.run(Thread.java:466)

Does anyone have any clues as to why this is happening?
Your help is appreciated.

Bob Epling
303-971-1835


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