https://bz.apache.org/bugzilla/show_bug.cgi?id=59363
--- Comment #3 from UbikLoadPack support <[email protected]> --- (In reply to Andreas Hoppe from comment #2) > - Driver in lib tree: ojdbc7.jar > > - Sample SQL-Statement: > select count(*) > from an > where filenumber = '${fn}' > and extractvalue (xml,'//an:fastMD/text()', > 'xmlns:an="http://www.mm.de/MFA/v2/AN') = '${fn}' Are you sure ${fn} was replaced ? What is the exact SQL query that hits the db ? > > - Response for jdbc request: Response message: java.sql.SQLException: Cannot > create PoolableConnectionFactory (ORA-00923: Schlüsselwort FROM nicht an > erwarteter Stelle gefunden) > > - Test plan and log file cannot be provided. Log file doesn't contain error > massages Did you check with JMeter 2.13 under exactly the same conditions ? - Same JDK - Same Driver ? - Same SQL query Can you try by playing with the query to see what part of the SQL is failing ? Thanks -- You are receiving this mail because: You are the assignee for the bug.
