On 29/11/2007, Kathy Mitchell <[EMAIL PROTECTED]> wrote: > Does anyone know an good way to debug jdbc requests? I spent a couple > of hours yesterday chasing an sql error that looked like a connection > problem in the jmeter log but was really a problem with the syntax of a > jdbc request.
What was the log message? If it's misleading, perhaps it can be fixed. > I had 2 jdbc requests (in separate threads). The second > request had a problem. Even thought the first request was correct is > still did seem to run (it's output file was empty). what are you saying here? did it run or not? > When I fixed the > second request everything worked fine. I tried setting > log_level.jmeter.protocol.jdbc=DEBUG in jmeter.properties but that did > not seem to help. Is there any way to see the actual sql being sent? The View Results Tree Listener should show the query in the Request panel. > Thanks, > > Kathy > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

