I assume. Checked it out and was correct. jdbc:informix-sqli://adbs01-adm.wxs.nl:1547/ndb:informixserver=test
The message is talking about the driver. If the url was not correct, the message would be different I think. -----Original Message----- From: sebb [mailto:[EMAIL PROTECTED] Sent: woensdag 6 juli 2005 13:16 To: Sander Stevens Cc: JMeter Users List Subject: Re: Informix access? Have you used the correct JDBC URL and driver class name? I don't know what these are - you'll have to check the Informix docs. S. On 7/6/05, Sander Stevens <[EMAIL PROTECTED]> wrote: > It is added to the lib folder, but still the message about a missing > driver. > Any other clues? > > Sander > > -----Original Message----- > From: sebb [mailto:[EMAIL PROTECTED] > Sent: woensdag 6 juli 2005 13:00 > To: JMeter Users List > Subject: Re: Informix access? > > Should be the same as for Oracle - copy the driver jar to lib (not bin) > > On 7/6/05, Sander Stevens <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I know that I need to copy classes12.zip (and rename to classes12.jar) > to the lib folder of jmeter in order to access an Oracle database. But > now I need to access an Informix database. Do I need to copy driver for > informix to the jmeter bin folder to access an informix database? > > > > I get the following error in the jmeter log: > > > > 2005/07/06 09:13:20 WARN - > jmeter.protocol.jdbc.config.DataSourceElement: Could not return > Connection java.sql.SQLException: No suitable driver > > at java.sql.DriverManager.getConnection(Unknown Source) > > at java.sql.DriverManager.getConnection(Unknown Source) > > at > org.apache.avalon.excalibur.datasource.JdbcConnectionFactory.newInstance > (JdbcConnectionFactory.java:185) > > at > org.apache.avalon.excalibur.pool.ResourceLimitingPool.newPoolable(Resour > ceLimitingPool.java:672) > > at > org.apache.avalon.excalibur.pool.ValidatedResourceLimitingPool.newPoolab > le(ValidatedResourceLimitingPool.java:178) > > at > org.apache.avalon.excalibur.datasource.ResourceLimitingJdbcConnectionPoo > l.newPoolable(ResourceLimitingJdbcConnectionPool.java:123) > > at > org.apache.avalon.excalibur.pool.ResourceLimitingPool.get(ResourceLimiti > ngPool.java:402) > > at > org.apache.avalon.excalibur.pool.ValidatedResourceLimitingPool.get(Valid > atedResourceLimitingPool.java:130) > > at > org.apache.avalon.excalibur.datasource.ResourceLimitingJdbcDataSource.ge > tConnection(ResourceLimitingJdbcDataSource.java:222) > > at > org.apache.jmeter.protocol.jdbc.sampler.JDBCSampler.sample(JDBCSampler.j > ava:79) > > at > org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:255) > > at java.lang.Thread.run(Unknown Source) > > > > > > Best regards, > > Sander > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

