RE: Oracle JDBC Connection Problem

2009-01-28 Thread Shelli D. Orton
- From: da...@davidwbrown.name [mailto:da...@davidwbrown.name] Sent: January 28, 2009 9:53 AM To: JMeter Users List Subject: Re: Oracle JDBC Connection Problem Hello Shelli, what is the contents of your tns.ora file? David. Shelli D. Orton wrote .. > Hello, > > I'm using JMeter

Oracle JDBC Connection Problem

2009-01-28 Thread Shelli D. Orton
Hello, I'm using JMeter 2.3.2 and the Oracle JDBC ojdbc14_10.2.0.4.0.jar file. I'm trying to connect to a database that is using a service name, not a SID. I've set up my JDBC Connection Configuration/Database URL to be in the format: jdbc:oracle:thin:@:: I realize this is not a JMeter issue

RE: java.sql.SQLException: No suitable driver

2009-01-09 Thread Shelli D. Orton
lib\ext directory. -Original Message- From: Shelli D. Orton [mailto:shelli.or...@wmode.com] Sent: Friday, January 09, 2009 12:13 PM To: 'JMeter Users List' Subject: RE: java.sql.SQLException: No suitable driver Hi again, I downloaded the Derby client and think I set up the test

RE: java.sql.SQLException: No suitable driver

2009-01-09 Thread Shelli D. Orton
would like to see if my new test would run in 2.1.1, but I can't open it since it was written in 2.3.2. Can anyone tell me what if any modifications I can manually make to the test file so it will open in 2.1.1? Thanks Shelli -Original Message- From: Shelli D. Orton [mailto:shel

RE: java.sql.SQLException: No suitable driver

2009-01-09 Thread Shelli D. Orton
riginal Message----- From: Shelli D. Orton [mailto:shelli.or...@wmode.com] Sent: January 9, 2009 9:44 AM To: 'JMeter Users List' Subject: RE: java.sql.SQLException: No suitable driver Hi, I actually started with the oracle9i-classes12.jar file and then tried with the ojdbc14_10.1.0.4.0.jar fil

RE: java.sql.SQLException: No suitable driver

2009-01-09 Thread Shelli D. Orton
java.lang.Thread.run(Unknown Source) Shelli -Original Message- From: sebb [mailto:seb...@gmail.com] Sent: January 8, 2009 5:39 PM To: JMeter Users List Subject: Re: java.sql.SQLException: No suitable driver On 09/01/2009, Shelli D. Orton wrote: > Hi, > > I'm using JMete

java.sql.SQLException: No suitable driver

2009-01-08 Thread Shelli D. Orton
Hi, I'm using JMeter 2.3.2 and am trying to connect to an Oracle database. I have included the ojdbc14_10.1.0.4.0.jar file in my JMeter's lib directory. I've set up my JDBC Connection Configuration element's JDBC Driver class to be "oracle.jdbc.driver.OracleDriver" (which I also confirmed exi

RE: Can't Generate WebService Request

2007-03-01 Thread Shelli D. Orton
there any information in the jmeter.log file? If so, JMeter should be able to put some more detail in the sample result... On 01/03/07, Shelli D. Orton <[EMAIL PROTECTED]> wrote: > Of course, right after I send this I discover that there was a problem in the XML of the re

RE: Can't Generate WebService Request

2007-02-28 Thread Shelli D. Orton
Of course, right after I send this I discover that there was a problem in the XML of the request. My apologies... Shelli -Original Message- From: Shelli D. Orton [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 28, 2007 5:20 PM To: jmeter-user@jakarta.apache.org Subject: Can&#

Can't Generate WebService Request

2007-02-28 Thread Shelli D. Orton
Hi, I've just created fairly simple WebService test, but when I run it, Jmeter doesn't generate a request. I've created WebService tests before and they've all worked. I also ran a pre-existing and it worked. This new test is running against a different service/server, but I've been able to

RE: Request Not Executing

2006-04-25 Thread Shelli D. Orton
ier to the thread group. Thanks for your help! Shelli -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 25, 2006 4:25 PM To: JMeter Users List Subject: Re: Request Not Executing On 25/04/06, Shelli D. Orton <[EMAIL PROTECTED]> wrote: > I've track

RE: Request Not Executing

2006-04-25 Thread Shelli D. Orton
first request is not added. Should I report this as a bug? Is there another way to add the jsessionid to the second HTTP request? It's not a parameter, so I can't use that approach. Thanks again, Shelli -Original Message----- From: Shelli D. Orton [mailto:[EMAIL PROTECTED] Sent: Tu

RE: Request Not Executing

2006-04-25 Thread Shelli D. Orton
g On 25/04/06, Shelli D. Orton <[EMAIL PROTECTED]> wrote: > I've removed all references to the HTTP stuff in the test plan so that it > looked like this: > > Thread Group > | > |__ JDB Connection Configuration > | > |__ View Results Tree > | > |__ Si

RE: Request Not Executing

2006-04-25 Thread Shelli D. Orton
sn't meant to have "mixed" test plans? Shelli -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 25, 2006 11:42 AM To: JMeter Users List Subject: Re: Request Not Executing On 25/04/06, Shelli D. Orton <[EMAIL PROTECTED]> wrote: > Hello A

Request Not Executing

2006-04-25 Thread Shelli D. Orton
Hello All, I am writing a functional web application test which includes both JDBC and HTTP requests. Before I can do the HTTP requests, I need to make sure the database is set up correctly. My plan looks something like this: Thread Group | |__ JDB Connection Configuration | |__ HTTP Reque

Headers are inserted twice

2006-04-24 Thread Shelli D. Orton
Hi, I am using a HTTP Header Manager for the first time. I have a View Results Tree on my test, and when I view the request info, the headers are listed twice. It's not causing any functional issues, but I find it odd. Is this a bug or have I set up my headers wrong? Although that seems unlik

HTTP Request Defaults Path (1.2)

2004-04-19 Thread Shelli D. Orton
Hello, I just upgraded to version 1.2 today and have found that it doesn't seem to use the path from the HTTP Request Defaults that I have set up. If I set the path on the HTTP Request, it is used, but not from the defaults. Has anyone else had this problem? I created the test plan in version 1

RE: If Controller

2004-04-19 Thread Shelli D. Orton
Thanks for the tip about the "Result Status Action Handler". I double-checked which version of JMeter I'm running and it's 1.9.1. That version doesn't have the "Action to be taken after a Sample error" section that is shown in the user manual. So, I've now downloaded version 2.0. Thanks so much

If Controller

2004-04-16 Thread Shelli D. Orton
Hi, I'm brand new to JMeter and am setting up a functional test plan. I have an HTTP Request set up with a response assertion looking for a successful status code. I would like to put some logic into my plan so that if the status code is not successful, the next HTTP Request is not executed. See