Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> 9iAS incomplete transmission, cuts at 30K, java.lang.NullPointerException in Apaches error_log

9iAS incomplete transmission, cuts at 30K, java.lang.NullPointerException in Apaches error_log

From: Rex Gustavus Adolphus <uffesterner_at_spamhole.com>
Date: 24 Jan 2002 05:39:46 -0800
Message-ID: <c70a85ff.0201240539.1584f923@posting.google.com>


I have a couple of PL/SQL-applications
which can produce fairly long html-pages.

They are working perfectly when accessed thru OAS4 and thru a non-IAS Apache-server,
but when accessed thru 9iAS 1.0.2.1
the transmission is always cut at exactly 30K independent of what data there might be, so it is not an html-issue.

There is no error displayed to the webbrowser but in the log-file error_log this is written:
Exception in thread "main" java.lang.NullPointerException

        at org.apache.jserv.JServServletManager.load_init(JServServletManager.java:585)
        at org.apache.jserv.JServServletManager.loadServlet(JServServletManager.java:535)
        at org.apache.jserv.JServServletManager.loadStartupServlets(Compiled
Code)
        at org.apache.jserv.JServServletManager.init(Compiled Code)
        at org.apache.jserv.JServ.start(Compiled Code)
        at org.apache.jserv.JServ.main(Compiled Code)


My versions are
SunOS 5.7

Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production With the Partitioning option
JServer Release 8.1.7.0.0 - Production

Oracle9i Applicatiion Server Using the PL/SQL Gateway Release 1.0.2.1

mod_plsql v3.0.0.9.3 PlugIn for Oracle HTTP Listener

Does anyone have a solution? Received on Thu Jan 24 2002 - 07:39:46 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US