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

Hello,

    I'm traing to make an aplication work but my servlet dosent do
enithing in the browser, an the only error i get in the jserv.log is
this:

[25/07/2000 22:20:20:138] (INFO)jserv_watchdog:(2234) watchdog_cleanup()
[25/07/2000 22:20:20:173] (INFO) Apache Module was cleaned-up
[26/07/2000 08:43:31:783] (ERROR) ajp11: Servlet
Error:java.lang.NullPointerException: null
[26/07/2000 08:43:31:783] (ERROR) an error returned handling request
viaprotocol "ajpv11"
[26/07/2000 08:43:56:153] (ERROR) ajp11: Servlet
Error:java.lang.NullPointerException: null
[26/07/2000 08:43:56:154] (ERROR) an error returned handling request
viaprotocol "ajpv11"
[26/07/2000 08:45:01:573] (ERROR) ajp11: Servlet
Error:java.lang.NullPointerException: null
[26/07/2000 08:45:01:573] (ERROR) an error returned handling request
viaprotocol "ajpv11"
[26/07/2000 08:50:51:081] (ERROR) ajp11: Servlet
Error:java.lang.ArrayIndexOutOfBoundsException: 3 >= 3: 3 >= 3
[26/07/2000 08:50:51:081] (ERROR) an error returned handling request
viaprotocol "ajpv11"
[26/07/2000 12:00:04:184] (ERROR) ajp11: Servlet
Error:java.lang.ArrayIndexOutOfBoundsException: 3 >= 3: 3 >= 3
[26/07/2000 12:00:04:184] (ERROR) an error returned handling request
viaprotocol "ajpv11"
[26/07/2000 12:00:41:684] (ERROR) ajp11: Servlet
Error:java.lang.ArrayIndexOutOfBoundsException: 3 >= 3: 3 >= 3
[26/07/2000 12:00:41:684] (ERROR) an error returned handling request
viaprotocol "ajpv11"
[26/07/2000 12:01:23:945] (ERROR) ajp11: Servlet
Error:java.lang.ArrayIndexOutOfBoundsException: 3 >= 3: 3 >= 3
[26/07/2000 12:01:23:945] (ERROR) an error returned handling request
viaprotocol "ajpv11"
[26/07/2000 12:01:52:045] (ERROR) ajp11: Servlet
Error:java.lang.ArrayIndexOutOfBoundsException: 3 >= 3: 3 >= 3
[26/07/2000 12:01:52:045] (ERROR) an error returned handling request
viaprotocol "ajpv11"
[26/07/2000 12:02:00:714] (ERROR) ajp11: Servlet
Error:java.lang.ArrayIndexOutOfBoundsException: 3 >= 3: 3 >= 3
[26/07/2000 12:02:00:714] (ERROR) an error returned handling request
viaprotocol "ajpv11"
[26/07/2000 12:04:18:698] (ERROR) ajp11: Servlet
Error:java.lang.ArrayIndexOutOfBoundsException: 3 >= 3: 3 >= 3
[26/07/2000 12:04:18:698] (ERROR) an error returned handling request
viaprotocol "ajpv11"
[26/07/2000 13:31:28:524] (ERROR) ajp11: Servlet
Error:ClassNotFoundException: Bienvenidos
[26/07/2000 13:31:42:013] (ERROR) ajp11: Servlet
Error:ClassNotFoundException: Bienvenidos
[26/07/2000 13:31:59:697] (ERROR) ajp11: Servlet
Error:ClassNotFoundException: Bienvenidos
[26/07/2000 13:32:20:683] (ERROR) ajp11: Servlet
Error:ClassNotFoundException: Bienvenidos
[26/07/2000 13:32:38:264] (ERROR) ajp11: Servlet
Error:ClassNotFoundException: Bienvenidos
[26/07/2000 13:36:08:834] (ERROR) ajp11: Servlet
Error:ClassNotFoundException: Bienvenidos
[26/07/2000 13:36:19:204] (ERROR) ajp11: Servlet
Error:ClassNotFoundException: Bienvenidos
[26/07/2000 13:39:33:734] (EMERGENCY) ajp11: cannot scan servlet headers
[26/07/2000 13:39:33:734] (ERROR) an error returned handling request
viaprotocol "ajpv11"

        And in the Apache error log i get:

[Wed Jul 26 11:48:42 2000] [error] [client 200.16.48.2] File does
notexist:
/usr/local/apache/htdocs/telnor_en_linea/html/telnor_en_linea/imagenes/transparent.gif
java.sql.SQLException: Attempt to connect to database server (Javasocket
exception encountered:Connection timed out) failed.
        at java.lang.Throwable.fillInStackTrace(Native Method)
        at java.lang.Throwable.fillInStackTrace(Compiled Code)
        at java.lang.Throwable.<init>(Compiled Code)
        at java.lang.Exception.<init>(Compiled Code)
        at java.sql.SQLException.<init>(Compiled Code)
        at
com.informix.jdbc.IfxSqliConnect.<init>(IfxSqliConnect.java:462)
        at java.lang.reflect.Constructor.newInstance(Native Method)
        at java.lang.reflect.Constructor.newInstance(Compiled Code)
        at com.informix.jdbc.IfxDriver.connect(Compiled Code)
        at java.sql.DriverManager.getConnection(Compiled Code)
        at java.sql.DriverManager.getConnection(Compiled Code)
        at TestCon.Principal(Compiled Code)
        at TestCon.doPost(TestCon.java:29)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:521)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
        at
org.apache.jserv.JServConnection.run(JServConnection.java:330)
        at java.lang.Thread.run(Compiled Code)
java.sql.SQLException: Attempt to connect to database server (Java
socket exception encountered:Connection timed out) failed.
        at java.lang.Throwable.fillInStackTrace(Native Method)
        at java.lang.Throwable.fillInStackTrace(Compiled Code)
        at java.lang.Throwable.<init>(Compiled Code)
        at java.lang.Exception.<init>(Compiled Code)
        at java.sql.SQLException.<init>(Compiled Code)
        at
com.informix.jdbc.IfxSqliConnect.<init>(IfxSqliConnect.java:462)
        at java.lang.reflect.Constructor.newInstance(Native Method)
        at java.lang.reflect.Constructor.newInstance(Compiled Code)
        at com.informix.jdbc.IfxDriver.connect(Compiled Code)
        at java.sql.DriverManager.getConnection(Compiled Code)
        at java.sql.DriverManager.getConnection(Compiled Code)
        at TestCon.Principal(Compiled Code)
        at TestCon.doPost(TestCon.java:29)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:521)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
        at
org.apache.jserv.JServConnection.run(JServConnection.java:330)
        at java.lang.Thread.run(Compiled Code)
[Wed Jul 26 11:56:45 2000] [error] [client 200.16.48.2] File does not
exist:
/usr/local/apache/htdocs/telnor_en_linea/html/telnor_en_linea/imagenes/transparent.gif

        The aplication was working fine las week, but when a swicht the
machine to a secure private network (2 network card, one connected to
the internet and the another to DB servers, both IP addresses are in
diferent segments, my routs are fine, y snoop the traffic in mi card and
no HTTP packets come out. So i think it must be something with the
configuration of the Jserv properties or parameters.
        System SPARC running Solris 7, Apache 1.3.6, Jserv 1.3b, JDK
1.2.1, JSDK 2.0, perl 5.00.04, GNU gcc 2.8.1, GNU make 3.77
        Does someone have an idea?

Best Regards
Julio


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