----------------------------------------------------------------
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 have a big problem and I hope someone can help me...
I want to move many of my servlets on an other PC
So, I install Linux (Suse 6.3), Apache 1.3.9 and jserv 1.0
I take all my config files from my computer to the new one and, during
the first connection, I have an OutOfMemory error on my first servlet
named "login".
I don't understand anything : the new computer is more powerful than the
other one, the first works fine, the second no.
Differences between the 2 computers :
Suse Linux 6.1 Suse Linux 6.3
Apache 1.3.6 Apache 1.3.9
Jserv 1.0b4 Jserv 1.0
Pentium 233 MMX Pentium III 500
Logs :
Apache 's logfile :
java.lang.OutOfMemoryError
at
org.apache.jserv.JServConnection.processRequest(JServConnection.java:341)
at
org.apache.jserv.JServConnection.run(JServConnection.java:197)
at java.lang.Thread.run(Thread.java)
jserv.log :
[15/05/2000 20:14:12:636 CEST] login/sms.web.am.login: init
[15/05/2000 20:14:12:642 CEST] Calling service()
[15/05/2000 20:14:12:645 CEST] Created session:
3fecba5551e840ac.1.958414452645
[15/05/2000 20:14:27:660 CEST] Sending response headers.
[15/05/2000 20:14:27:687 CEST] java.lang.OutOfMemoryError
at
org.apache.jserv.JServConnection.processRequest(JServConnection.java:341)
at
org.apache.jserv.JServConnection.run(JServConnection.java:197)
at java.lang.Thread.run(Thread.java)
mod_jserv.log :
[15/05/2000 19:43:33:251] (ERROR) ajp11: Servlet Error:
java.lang.OutOfMemoryError: null
[15/05/2000 19:43:33:267] (ERROR) an error returned handling request
via protocol "ajpv11"
--
--------------------------------------------------------------
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]