cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1255
Views
4
Helpful
4
Replies

cwcli invreport fail with - theBigBug,257,nulljava.lang.OutOfMemoryError

vijay sanwal
Level 2
Level 2

FATAL,[main],com.cisco.nm.rmeng.cli.framework.CwCli,theBigBug,257,nulljava.lang.OutOfMemoryError

in cli.log file.

When i tried to generate the same 'detailed device report' from GUI, it stayed in hanging state and then restarted the server.

Later I only had report for 3000 Devices out of approximately 7000.

I also tried:

Java Plugin runtime parameter - Xmx512m

Increased minimum and maximum heap in IRConfig.properties file to 512 MB and 1024 MB respectively.

I also upgraded to JRE 1.4.2_10.

No luck so far.

1 Accepted Solution

Accepted Solutions

Sorry, I pasted the wrong path. Yes, this is the correct path for the RME heap.properties.

View solution in original post

4 Replies 4

Joe Clarke
Cisco Employee
Cisco Employee

Try increasing the heap size in NMSROOT/MDC/tomcat/webapps/ipm/WEB-INF/classes/com/cisco/nm/ipmng/properties/cli/heap.properties from 512 to 1024.

As for the GUI, you will need to schedule this job to run as opposed to running it immediately. That way, it should take advantage of the increased heap size.

Thanx for the idea Clarke. I dont have IPM, but i m going to try this for RME.

& the path would be:

C:\Program Files\CSCOpx\MDC\tomcat\webapps\rme\WEB-INF\classes\com\cisco\nm\rmeng\cli\framework\heap.properties

I will post the results.

Sorry, I pasted the wrong path. Yes, this is the correct path for the RME heap.properties.

Thanx that fixed the issue