Re: OFBiz performance issue.

2010-04-12 Thread David E Jones
stractJdbc2Statement.java:367) > org.postgresql.jdbc2.AbstractJdbc2Statement.executeUpdate(AbstractJdbc2Statement.java:321) > org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:105) > > > Is there any solution for this ? > > > -Origi

RE: OFBiz performance issue.

2010-04-12 Thread Anil Soni
.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:105) Is there any solution for this ? -Original Message- From: David E Jones [mailto:d...@me.com] Sent: Friday, April 09, 2010 10:27 AM To: user@ofbiz.apache.org Subject: Re: OFBiz performance issue. You need to remove

Re: OFBiz performance issue.

2010-04-09 Thread Jeroen van der Wal
You can find the document here: http://cwiki.apache.org/confluence/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide#ApacheOFBizTechnicalProductionSetupGuide-CacheSettings -- Jeroen On Fri, Apr 9, 2010 at 6:56 AM, David E Jones wrote: > > You need to remove the cache timeouts. There

Re: OFBiz performance issue.

2010-04-08 Thread David E Jones
You need to remove the cache timeouts. There are caches for all of the XML widgets that cache it objects that are created from the XML files so no more interpretation is needed in order to execute them. If you have the default timeouts still enabled those will be thrown away every 10 seconds, c

OFBiz performance issue.

2010-04-08 Thread Anil Soni
Dear Users, I am doing OFBiz performance testing on JBOSS application server. I've done all the performance setting on both side application side and database side. But still results are very poor then I decided to find the root cause for the problem. For that I've used Java Profiler to monitor