It would help to know what OS platform you are running Tomcat on (I'm guessing Windows since you list a .dll). What is your settings for stack Min and Max?
FYI: You may need to look at bumping MidTier to Patch 7 as it resolves a bug (From the Patch 7 readme file) SW00309716 A large mid tier memory cache caused the JVM to fill up and result in OutOfMemory errors. -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[email protected]] On Behalf Of kishorkv Sent: Friday, October 16, 2009 3:29 PM To: [email protected] Subject: Re: Tomcat Crashing on ARS 7.1 Patch 6 Please advice... kishorkv wrote: > > Tomcat crashes when 100+ of recrds (around 155 updates) on a form get > updated through a static method > > Partial code of my statis method .. > Field[] formFields; > Timestamp timestamp = new Timestamp(0); > FieldFactory ff = FieldFactory.getFactory(); > FieldCriteria fc = new FieldCriteria(); > fc.setRetrieveAll(true); > FieldListCriteria flc = new > FieldListCriteria(schema,timestamp,FieldType.AR_ALL_FIELD); > formFields = ff.findObjects(context,flc,fc); // I think here it fails > QualifierInfo qual = Util.ARGetQualifier(context, qualraw, formFields, > null, Constants.AR_QUALCONTEXT_DEFAULT); > EntryListCriteria listcriteria = new EntryListCriteria(schema, qual, 1, > null, null, null); > Entry[] entrys = entryFactory.findObjects(context, listcriteria, criteria, > true, new Integer(1)); > > > > hs_err_pid file.. > > Stack: [0x4de60000,0x4dea0000], sp=0x4de9e78c, free space=249k > Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native > code) > C [arjni70.dll+0x1f26f] > > Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) > v ~BufferBlob::Interpreter > J > com.remedy.arsys.api.FieldFactory.findObjects(Lcom/remedy/arsys/api/ARServerUser;Lcom/remedy/arsys/api/FieldListCriteria;Lcom/remedy/arsys/api/FieldCriteria;)[Lcom/remedy/arsys/api/Field; > v ~BufferBlob::Interpreter > > > > WebServer: Tomcat 5.5 > > MidTier: 7.1 Patch 6 > > Heap Size: 1 GB > > Please advice. > > Thanks in advance. > > > _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor:[email protected] ARSlist: "Where the Answers Are"

