Orion 0.9.4l

I have a .jsp which basically performs the following:
        Obtain connection from DataSource
        Execute a simple query (returning anywhere from 1 to 50 rows)
        Display the results
        Close everything

15 seconds after each request of the page, I receive:

com.evermind.server.http.HttpIOException: Read timed out
        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.io.IOException.<init>(Compiled Code)
        at com.evermind.server.http.HttpIOException.<init>(Compiled Code)
        at com.evermind.server.http.EvermindHttpServletRequest.f9(Compiled
Code)
        at com.evermind.server.http.c9.b8(Compiled Code)
        at com.evermind.util.b.run(Compiled Code)

Everything continues to chug along without fail.

This page does not generate any exceptions on Linux, NT4, or Win2k.  Any
ideas?

Thanks

Jeff

Reply via email to