GenPluginCfg fails with Out of Memory Exception
 Technote (troubleshooting)
 
Problem(Abstract)
Attempting to regenerate the plug-in from the command line. The command does not complete. These errors are seen on the command line:

PLGC0034I: Root exception:
null
java.lang.OutOfMemoryError
<<no stack trace available>>
 
Cause
The configuration is very large. There are hundreds of applications deployed to the system. The GenPLuginCfg command process is running out a memory.
 
Resolving the problem
Increase the amount of memory allocated to the command process.

Edit <Was_install>/bin/GenPluginCfg.sh or <Was_install>\bin\GenPluginCfg.bat.

Add the -Xmx512m keyword to the Java™ command.

It should look like this:

"%JAVA_HOME%\bin\java" -Xmx512m %CONSOLE_ENCODING% .....

 
 
Cross Reference information
Segment Product Component Platform Version Edition
Application Servers Runtimes for Java Technology Java SDK
 
 


Document Information


Product categories: Software > Application Servers > Distributed Application & Web Servers > WebSphere Application Server > Plug-in
Operating system(s): Windows
Software version: 5.1
Software edition:
Reference #: 1242195
IBM Group: Software Group
Modified date: Jul 19, 2006