Re: Bug report for JMeter 2.3.3 (regression from 2.3.2): JDBC error - org.postgresql.util.PSQLException: This statement has been closed

2009-06-02 Thread sebb
See the web-site On 02/06/2009, Shadar wrote: > > Tried this earlier. Didn't help. > Where exactly do I file a JMeter 2.3.3 bug on bugzilla, and what is the > typical time for it to be looked at and fixed, if necessary? > > Thanks, > > -- Shaul > > > > sebb-2-2 wrote: > > > > Also, make s

Re: Bug report for JMeter 2.3.3 (regression from 2.3.2): JDBC error - org.postgresql.util.PSQLException: This statement has been closed

2009-06-02 Thread Shadar
Tried this earlier. Didn't help. Where exactly do I file a JMeter 2.3.3 bug on bugzilla, and what is the typical time for it to be looked at and fixed, if necessary? Thanks, -- Shaul sebb-2-2 wrote: > > Also, make sure you disable connection pooling, set Max Number of > Connections = 0. > >

Re: Bug report for JMeter 2.3.3 (regression from 2.3.2): JDBC error - org.postgresql.util.PSQLException: This statement has been closed

2009-06-02 Thread sebb
Also, make sure you disable connection pooling, set Max Number of Connections = 0. On 02/06/2009, Shadar wrote: > > Thanks. This was good advice. I looked at the user group and saw an > > http://www.nabble.com/jmeter-2.3.3-Prepared-Select-Statement-fails-with-%22This-statement-has-been-closed

Re: Bug report for JMeter 2.3.3 (regression from 2.3.2): JDBC error - org.postgresql.util.PSQLException: This statement has been closed

2009-06-02 Thread Shadar
Thanks. This was good advice. I looked at the user group and saw an http://www.nabble.com/jmeter-2.3.3-Prepared-Select-Statement-fails-with-%22This-statement-has-been-closed.%22-td23821788.html identical post there . So I do suspect it's a bug. Can you point me to the exact Bugzilla URL? (sorry,

Re: Bug report for JMeter 2.3.3 (regression from 2.3.2): JDBC error - org.postgresql.util.PSQLException: This statement has been closed

2009-06-02 Thread sebb
On 02/06/2009, Shadar wrote: > > ... > > > > This is getting off-topic for the JMeter developers list; please post > > a new query to the JMeter user list. > > > Sorry, but it does look like a bug to me hence I thought the dev list is > appropriate... Where should I post this if suspect it mig

Re: Bug report for JMeter 2.3.3 (regression from 2.3.2): JDBC error - org.postgresql.util.PSQLException: This statement has been closed

2009-06-02 Thread Shadar
... > This is getting off-topic for the JMeter developers list; please post > a new query to the JMeter user list. Sorry, but it does look like a bug to me hence I thought the dev list is appropriate... Where should I post this if suspect it might be a bug? -- Shaul -- View this message in con

Re: Bug report for JMeter 2.3.3 (regression from 2.3.2): JDBC error - org.postgresql.util.PSQLException: This statement has been closed

2009-06-02 Thread sebb
On 02/06/2009, Shadar wrote: > > > On 01/06/2009, Shadar wrote: > > > > Hi, > > > > I am using JMeter to test against a postgresql 8.3 DB, using JDBC. I want > > to > > run random SQL queries (working with CSV till now -- that went well, and > > JMeter is great once you figure it out!

Re: Bug report for JMeter 2.3.3 (regression from 2.3.2): JDBC error - org.postgresql.util.PSQLException: This statement has been closed

2009-06-02 Thread Shadar
On 01/06/2009, Shadar wrote: > > Hi, > > I am using JMeter to test against a postgresql 8.3 DB, using JDBC. I want > to > run random SQL queries (working with CSV till now -- that went well, and > JMeter is great once you figure it out!). > > I just upgraded from JMeter 2.3.2 to 2.3.3 in or

Re: Bug report for JMeter 2.3.3 (regression from 2.3.2): JDBC error - org.postgresql.util.PSQLException: This statement has been closed

2009-06-01 Thread sebb
On 01/06/2009, sebb wrote: > On 01/06/2009, Shadar wrote: > > > > Hi, > > > > I am using JMeter to test against a postgresql 8.3 DB, using JDBC. I want > to > > run random SQL queries (working with CSV till now -- that went well, and > > JMeter is great once you figure it out!). > > >

Re: Bug report for JMeter 2.3.3 (regression from 2.3.2): JDBC error - org.postgresql.util.PSQLException: This statement has been closed

2009-06-01 Thread sebb
On 01/06/2009, Shadar wrote: > > Hi, > > I am using JMeter to test against a postgresql 8.3 DB, using JDBC. I want to > run random SQL queries (working with CSV till now -- that went well, and > JMeter is great once you figure it out!). > > I just upgraded from JMeter 2.3.2 to 2.3.3 in order

Bug report for JMeter 2.3.3 (regression from 2.3.2): JDBC error - org.postgresql.util.PSQLException: This statement has been closed

2009-06-01 Thread Shadar
Hi, I am using JMeter to test against a postgresql 8.3 DB, using JDBC. I want to run random SQL queries (working with CSV till now -- that went well, and JMeter is great once you figure it out!). I just upgraded from JMeter 2.3.2 to 2.3.3 in order to get the new random variable config element. W