Difference between revisions of "Information on the "500 Servlet Exception" error message"

From EtherWiki
Jump to: navigation, search
 
m
Line 1: Line 1:
The Resin application server, used by LunarPages hosting, will sometimes report the following error:
+
The Resin application server, used by Lunarpages hosting, will sometimes report the following error:
  
 
  '''500 Servlet Exception'''
 
  '''500 Servlet Exception'''
 
  [java.lang.OutOfMemoryError: PermGen space]]
 
  [java.lang.OutOfMemoryError: PermGen space]]
  
According to Resin's web site [http://wiki.caucho.com/Java.lang.OutOfMemoryError:_PermGen_space] this will generally appear when new code is uploaded. It usually takes 15-20 minutes to clear up after the server deploys the new code.
+
According to Resin's web site this will generally appear when new code is uploaded [http://wiki.caucho.com/Java.lang.OutOfMemoryError:_PermGen_space]. It usually takes 15-20 minutes to clear up after the server deploys the new code.

Revision as of 14:13, 24 January 2008

The Resin application server, used by Lunarpages hosting, will sometimes report the following error:

500 Servlet Exception
[java.lang.OutOfMemoryError: PermGen space]]

According to Resin's web site this will generally appear when new code is uploaded [1]. It usually takes 15-20 minutes to clear up after the server deploys the new code.