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

oh, I also forgot to paste the error I'm getting from the apache
error_log:

java.sql.SQLException: Connection timed out
        at java.lang.Exception.<init>(Compiled Code)
        at java.sql.SQLException.<init>(Compiled Code)
        at oracle.jdbc.dbaccess.DBError.check_error(Compiled Code)
        at oracle.jdbc.driver.OracleConnection.<init>(Compiled Code)
        at oracle.jdbc.driver.OracleDriver.connect(Compiled Code)
        at java.sql.DriverManager.getConnection(Compiled Code)
        at java.sql.DriverManager.getConnection(Compiled Code)
        at ReportNameServlet.doGet(Compiled Code)
        at javax.servlet.http.HttpServlet.service(Compiled Code)
        at javax.servlet.http.HttpServlet.service(Compiled Code)
        at org.apache.jserv.JServConnection.processRequest(Compiled Code)
        at org.apache.jserv.JServConnection.run(Compiled Code)
        at java.lang.Thread.run(Compiled Code)

This is the error I'm getting after about 5 minutes of wait time from my
browser. Also, I have the following on my jserv properties line:


wrapper.classpath=/usr/oracle/jdbc/lib/classes111.zip

I forgot to include that in my previous post that I have included in this
message as well.

Thanks,
 Anthony


On Mon, 7 Feb 2000, quon wrote:

> ----------------------------------------------------------------
> 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!!!
> ----------------------------------------------------------------
> 
> #1. What version of Apache JServ you are using
> JServ version 1.1
> 
> #2. What version of Apache you are using
> Apache version 1.3.4
> 
> #3. What OS and OS version you are using
> IBM AIX version 4.3.3 using JDK 1.1.8
> 
> #4. An exact description of what is going wrong (pretend that we are not 
> Previous to installing JServ we were using the sun web server and the same
> scripts were working on that configuration. Although, that is by far not a
> good testcase for this situation, I wanted to see if anyone has ever seen
> the problem below:
> 
> All of the test servlets have worked. (IsItWorking, Hello) that came with
> the distribution. However, when I try to do something with JDBC the
> connection to the database times out with the only trace information
> located on the apache logs instead of the jserv logs noting that there has
> been a oracle database timeout error. 
> 
> My question is if there are any special configuration settings that I have
> to do in order to have JServ work talk to an oracle database correctly
> that is not normal to a normal JServ configuration?
> 
> 
> Thanks for any pointers,
> Anthony
> 
> 
> 
> 
> --
> --------------------------------------------------------------
> 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]
> 
> 



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