How can I debug an out of memory error during Rational Asset Manager startup?
The memory usage grows until reaching the maximum heap size of 2G. The memory in the server is 8G.
Any suggestion will be appreciated.
I include an extract of the exception stack trace:
....
com.microsoft.sqlserver.jdbc.SQLServerResultSet
com.ibm.ws.rsadapter.jdbc.WSJdbcResultSet
com.ibm.ram.repository.core.sdo.BaseRAMSchemaAccess
com.ibm.ram.repository.core.StaleCacheManager
com.ibm.ram.repository.web.ws.quartz.CacheManagerJob
com.ibm.ram.repository.web.ws.quartz.jobs.AbstractRAMJob
org.quartz.core.JobRunShell
....
3 answers
regards
anthony
Comments
Hi Anthony,
Windows 2003, RAM 7.5.1. It was a fully operational installation with 1000 assets 10 users. I have digged into the logfiles and observed that the JobScheduler holds 96000 jobs for PendingPolicies... Is there a way to clear the scheduler?? I have cleared all the policies from the lifecycles, there should be no new jobs in the scheduler...
Thanks.
If you are creating assets in a batch, make sure that policies (governor configuration) are set to run as pending ... as they will not be able to catch up.... if this occured, take a look at the STALECACHE table, it should have one entry in it. Check to see its size. if it is large (> 20Meg) ... delete this record. it keep track on pending policies.