On 4/19/05, Kumar Krishnan (K) <[EMAIL PROTECTED]> wrote: > Hi all - > > I seem to be having a problem with a jdbc request sampler. I've got > two - one for ms sql server and one for oracle. > The tests execute alright, but jmeter seems to hand indefinitely. I > think the notfication of the test end seems to fail. > This occurs everytime I include an oracle jdbc sampler - it's not a > problem with the ms sql server jdbc sampler. > > Has anyone ever had this problem? Maybe there's a bug in the oracle > jdbc implementation? > > Here's a sample of my jmeter log file - it doesn't get beyond the > notification at the end... > > 2005/04/19 09:04:14 INFO - jmeter.engine.StandardJMeterEngine: > Continue on error > 2005/04/19 09:04:14 INFO - jmeter.threads.JMeterThread: Thread Thread > Group 1-1 started > 2005/04/19 09:04:37 INFO - jmeter.assertions.BeanShellAssertion: > Running InValidSchedule : > 2005/04/19 09:04:37 INFO - jmeter.assertions.BeanShellAssertion: > <?xml version="1.0" encoding="utf-8"?><soap:Envelope > xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><VerifyStatusR > esponse > xmlns="http://Telkom.co.za"><VerifyStatusResult><Parameters><Item><Nam > e>Result</Name><Value>OK</Value></Item><Item><Name>TransactionStartTim > e</Name><Value>09:04 > AM</Value></Item><Item><Name>TransactionEndTime</Name><Value>09:04 > AM</Value></Item></Parameters></VerifyStatusResult></VerifyStatusRespo > nse></soap:Body></soap:Envelope> > 2005/04/19 09:04:37 INFO - jmeter.assertions.BeanShellAssertion: > Running InValidSchedule : > 2005/04/19 09:04:37 INFO - jmeter.assertions.BeanShellAssertion: > Description > Passed > 2005/04/19 09:04:37 INFO - jmeter.threads.JMeterThread: Thread Thread > Group 1-1 is done > 2005/04/19 09:04:37 INFO - jmeter.engine.StandardJMeterEngine: > Notifying listeners of end of test > 2005/04/19 09:04:37 INFO - jmeter.engine.StandardJMeterEngine: > Notifying test listener: > org.apache.jmeter.protocol.jdbc.sampler.JDBCSampler >
Does the last sample complete OK? What does the MS JDBC test look like at the end of the log file? Looks there may be a problem closing the JDBC Connection. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

