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.
> 
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/Tomcat-Crashing-on-ARS-7-1-Patch-6-tp3832681p3838041.html
Sent from the ARS (Action Request System) mailing list archive at Nabble.com.

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: "Where the Answers Are"

Reply via email to