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

I'm a beginner in Apache JServ. My servlets run correctly,
however, I've found an error with connections.

O.S.: Windows NT 4.0
Apache: 1.3.12
JServ: 1.1b3
Java: JDK 1.2.2

I found a message in Windows, in the title, appears
OleMainThreadWndName: java.exe - Application error.
And it says (Can't "written" Memory).

I have a small servlet that calls a class called DBManager
(a connection pool to a database, not a servlet),
this class calls another class called PoolProccessor
wich gets one connection (Connection) by JDBC
and retrieves it to the DBManager, at this point it's OK.
However, when this connection is returned to the servlet,
an error of servlet (Internal server error) is sent to the client,
and the Windows message is shown in the server's screen.

These classes have been put into a .jar file, they aren't
static classes, but they've static methods.
They are loaded when Apache starts
(wrapper.classpath in jserv.properties file).

We've run the same code within a JRun with IIS server,
and it works perfectly.

Thanks.




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