Issue1589

classification
Title: PyServlet with Tomcat causes permgen space error
Type: crash Severity: normal
Components: Core Versions: 2.5.1
Milestone:
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: bimbogino, zyasoft
Priority: Keywords:

Created on 2010-04-02.07:34:41 by bimbogino, last changed 2010-08-15.16:48:59 by zyasoft.

Messages
msg5617 (view) Author: David (bimbogino) Date: 2010-04-02.07:34:40
Restarting a webapp that uses PyServlet from tomacat manager in tomcat 5.5 causes "out of memory error PermGen space failure".
This occurs even if the python servlet is very simple and doesn't import other python modules.
msg5966 (view) Author: Jim Baker (zyasoft) Date: 2010-08-15.16:48:59
I assume this is the same issue as #1327. Closing in favor of that one.
History
Date User Action Args
2010-08-15 16:48:59zyasoftsetstatus: open -> closed
resolution: duplicate
messages: + msg5966
nosy: + zyasoft
2010-04-02 07:34:41bimboginocreate