JMeter test run leaks Oracle Sessions

2010-03-15 Thread timbaktoo

Hi, 

I'm using JMeter v2.3.4 to load test a GWT based web application. The
webserver used is Tomcat v6.0.20. 

When I run a simple JMeter recording which queries database and displays
some information on the browser, I see lot of sessions getting created in
the Oracle. These sessions become INACTIVE and do not get terminated once
the recording completes its execution. The next run of the same recording
again creates the same number of sessions. Because of this behavior, once I
run out of all the Oracle sessions available, my subsequent executions of
the test start failing. 

This problem is not seen when the test is run directly using the application
(i.e. without using JMeter). Please throw some light on what is the actual
problem and how to fix it. 

Thanks  Regards, 
Tim
-- 
View this message in context: 
http://old.nabble.com/JMeter-test-run-leaks-Oracle-Sessions-tp27900677p27900677.html
Sent from the JMeter - Dev mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



[Jakarta-jmeter Wiki] Update of JMeterUsers by Sujata Wagh

2010-03-15 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on Jakarta-jmeter Wiki 
for change notification.

The JMeterUsers page has been changed by SujataWagh.
http://wiki.apache.org/jakarta-jmeter/JMeterUsers?action=diffrev1=41rev2=42

--

  = Companies that use JMeter =
  This is a list of companies that are using JMeter. If you are not on it 
please add yourself.
- ||tablestyle=width: 1292px; height: 891px;style=text-align: 
center;'''Company''' ||style=text-align: center;'''Country''' 
||style=text-align: center;'''Comment''' ||
+ ||tablewidth=1292px tableheight=891pxstyle=text-align: 
center'''Company''' ||style=text-align: center'''Country''' 
||style=text-align: center'''Comment''' ||
- ||[[http://www.ads-com.fr|ads-COM]] ||France ||We use JMeter for performance 
and functionnal testing.||
+ ||[[http://www.ads-com.fr|ads-COM]] ||France ||We use JMeter for performance 
and functionnal testing. ||
- ||[[http://www.aol.com|AOL]] ||Worldwide ||We use JMeter for  performance 
testing, QA, and adhoc production requests. ||
+ ||[[http://www.aol.com|AOL]] ||Worldwide ||We use JMeter for performance 
testing, QA, and adhoc production requests. ||
  ||Applabs Technologies Pvt.Ltd ||India ||We use JMeter for performance 
testing. We used Jmeter for more than 10 projects. ||
  ||[[http://www.ardas.dp.ua|ARDAS group]] ||Ukraine ||We use JMeter since 2006 
year for performance testing in all our java projects. ||
  ||[[http://www.aris.nl|ARIS B.V.]] ||Netherlands ||We use JMeter for 
performance testing on the OSIRIS study tracking system and the Dutch Risc 
database and map for accidents and catastrophes. ||
@@ -30, +30 @@

  ||[[http://www.watchmouse.com|WatchMouse]] ||Netherlands ||Using jMeter to 
enable our customers to monitor transactions on their web site. ||
  ||[[http://www.sapient.com|Sapient]] ||Worldwide ||Uses JMeter for 
performance and load testing for various applications. ||
  ||[[http://www.xrow.com|xrow GmbH]] ||Germany ||Uses JMeter for performance 
and load testing of eZ Publish applications. ||
+ ||[[http://www.info-spectrum.com|Infospectrum India Pvt. Ltd]] ||India ||Uses 
JMeter for performance and load testing. ||
  
+ 
+ 

-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org



svn commit: r923374 - in /jakarta/jmeter/trunk: src/components/org/apache/jmeter/timers/SyncTimer.java xdocs/changes.xml

2010-03-15 Thread sebb
Author: sebb
Date: Mon Mar 15 18:22:06 2010
New Revision: 923374

URL: http://svn.apache.org/viewvc?rev=923374view=rev
Log:
Bug 48901 - Endless wait by adding Synchronizing Timer

Modified:
jakarta/jmeter/trunk/src/components/org/apache/jmeter/timers/SyncTimer.java
jakarta/jmeter/trunk/xdocs/changes.xml

Modified: 
jakarta/jmeter/trunk/src/components/org/apache/jmeter/timers/SyncTimer.java
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/src/components/org/apache/jmeter/timers/SyncTimer.java?rev=923374r1=923373r2=923374view=diff
==
--- jakarta/jmeter/trunk/src/components/org/apache/jmeter/timers/SyncTimer.java 
(original)
+++ jakarta/jmeter/trunk/src/components/org/apache/jmeter/timers/SyncTimer.java 
Mon Mar 15 18:22:06 2010
@@ -86,7 +86,6 @@ public class SyncTimer extends AbstractT
 log.warn(e.getLocalizedMessage());
 }
 }
-timerCounter[0]=0; // Reset for next time
 }
 return 0;
 }

Modified: jakarta/jmeter/trunk/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/changes.xml?rev=923374r1=923373r2=923374view=diff
==
--- jakarta/jmeter/trunk/xdocs/changes.xml (original)
+++ jakarta/jmeter/trunk/xdocs/changes.xml Mon Mar 15 18:22:06 2010
@@ -133,6 +133,7 @@ The XPath Assertion and XPath Extractor 
 liDisallow adding any child elements to JDBC Configuration/li
 liBeanInfoSupport now caches getBeanDescriptor() - should avoid an NPE on 
non-Sun JVMs when using CSVDataSet (and some other TestBeans)/li
 liBug 48350 - Deadlock on distributed testing with 2 clients/li
+liBug 48901 - Endless wait by adding Synchronizing Timer/li
 /ul
 
 !--  --



-
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org