You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Jmter_QA <mi...@o2.pl> on 2009/09/27 23:30:43 UTC

Mysql - connection Configuration

I have problem
I run JDBC Request to myslql database 

when I put in filed : JDBC Driver class : com.mysql.jdbc.Driver

I have in Jmeter.log : 

jmeter.protocol.jdbc.config.DataSourceElement: Could not load driver:
com.mysql.jdbc java.lang.ClassNotFoundException: com.mysql.jdbc
	at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
	at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:247)


What I shuld to do ??? 
I Installed MySql Server 5.4
-- 
View this message in context: http://www.nabble.com/Mysql---connection-Configuration-tp25637820p25637820.html
Sent from the JMeter - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: Mysql - connection Configuration

Posted by Jatin Davey <ja...@cisco.com>.
Apologies for the confusion.

Thanks
Jatin

sebb wrote:
> On 28/09/2009, Jatin Davey <ja...@cisco.com> wrote:
>   
>> Hi
>>
>>  In my Test Plan , I did not have the JDBC Sampler as the child of the JDBC
>> Connection configuration. It is child of the thread group.
>>     
>
> You seem to have replied to the wrong message thread.
>
> The screen shot here shows clearly that the JDBC Sampler is a child of
> the JDBC Config:
>
> http://www.nabble.com/file/p25641464/2.JPG
>
>   
>>  Thanks
>>  Jatin
>>
>>
>>  sebb wrote:
>>
>>     
>>> On 28/09/2009, Jmter_QA <mi...@o2.pl> wrote:
>>>
>>>
>>>       
>>>>  test structure :
>>>>
>>>>  http://www.nabble.com/file/p25641464/1.JPG 1.JPG
>>>>
>>>>  http://www.nabble.com/file/p25641464/2.JPG 2.JPG
>>>>
>>>>
>>>>         
>>> This is exactly the same problem someone else had very recently.
>>>
>>> http://markmail.org/message/n2wlm4vdohte2val
>>>
>>> JDBC Sampler will not be run if it is a child of the JDBC Config.
>>>
>>>
>>>
>>>       
>>>>  --
>>>>  View this message in context:
>>>>         
>> http://www.nabble.com/Mysql---connection-Configuration-tp25637820p25641464.html
>>     
>>>> Sent from the JMeter - User mailing list archive at Nabble.com.
>>>>
>>>>
>>>>
>>>>         
>> ---------------------------------------------------------------------
>>     
>>>>  To unsubscribe, e-mail:
>>>>         
>> jmeter-user-unsubscribe@jakarta.apache.org
>>     
>>>>  For additional commands, e-mail:
>>>>         
>> jmeter-user-help@jakarta.apache.org
>>     
>>>>
>>>>
>>>>         
>>>       
>> ---------------------------------------------------------------------
>>     
>>> To unsubscribe, e-mail:
>>>       
>> jmeter-user-unsubscribe@jakarta.apache.org
>>     
>>> For additional commands, e-mail:
>>>       
>> jmeter-user-help@jakarta.apache.org
>>     
>>>
>>>
>>>       
>> ---------------------------------------------------------------------
>>  To unsubscribe, e-mail:
>> jmeter-user-unsubscribe@jakarta.apache.org
>>  For additional commands, e-mail:
>> jmeter-user-help@jakarta.apache.org
>>
>>
>>     
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>
>   

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: Mysql - connection Configuration

Posted by sebb <se...@gmail.com>.
On 28/09/2009, Jatin Davey <ja...@cisco.com> wrote:
> Hi
>
>  In my Test Plan , I did not have the JDBC Sampler as the child of the JDBC
> Connection configuration. It is child of the thread group.

You seem to have replied to the wrong message thread.

The screen shot here shows clearly that the JDBC Sampler is a child of
the JDBC Config:

http://www.nabble.com/file/p25641464/2.JPG

>  Thanks
>  Jatin
>
>
>  sebb wrote:
>
> > On 28/09/2009, Jmter_QA <mi...@o2.pl> wrote:
> >
> >
> > >  test structure :
> > >
> > >  http://www.nabble.com/file/p25641464/1.JPG 1.JPG
> > >
> > >  http://www.nabble.com/file/p25641464/2.JPG 2.JPG
> > >
> > >
> >
> > This is exactly the same problem someone else had very recently.
> >
> > http://markmail.org/message/n2wlm4vdohte2val
> >
> > JDBC Sampler will not be run if it is a child of the JDBC Config.
> >
> >
> >
> > >  --
> > >  View this message in context:
> http://www.nabble.com/Mysql---connection-Configuration-tp25637820p25641464.html
> > >
> > > Sent from the JMeter - User mailing list archive at Nabble.com.
> > >
> > >
> > >
> ---------------------------------------------------------------------
> > >  To unsubscribe, e-mail:
> jmeter-user-unsubscribe@jakarta.apache.org
> > >  For additional commands, e-mail:
> jmeter-user-help@jakarta.apache.org
> > >
> > >
> > >
> > >
> >
> >
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> jmeter-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail:
> jmeter-user-help@jakarta.apache.org
> >
> >
> >
> >
>
> ---------------------------------------------------------------------
>  To unsubscribe, e-mail:
> jmeter-user-unsubscribe@jakarta.apache.org
>  For additional commands, e-mail:
> jmeter-user-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: Mysql - connection Configuration

Posted by Jatin Davey <ja...@cisco.com>.
Hi

In my Test Plan , I did not have the JDBC Sampler as the child of the 
JDBC Connection configuration. It is child of the thread group.

Thanks
Jatin

sebb wrote:
> On 28/09/2009, Jmter_QA <mi...@o2.pl> wrote:
>   
>>  test structure :
>>
>>  http://www.nabble.com/file/p25641464/1.JPG 1.JPG
>>
>>  http://www.nabble.com/file/p25641464/2.JPG 2.JPG
>>     
>
> This is exactly the same problem someone else had very recently.
>
> http://markmail.org/message/n2wlm4vdohte2val
>
> JDBC Sampler will not be run if it is a child of the JDBC Config.
>
>   
>>  --
>>  View this message in context: http://www.nabble.com/Mysql---connection-Configuration-tp25637820p25641464.html
>>
>> Sent from the JMeter - User mailing list archive at Nabble.com.
>>
>>
>>  ---------------------------------------------------------------------
>>  To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>>  For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>>
>>
>>     
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>
>   

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: Mysql - connection Configuration

Posted by sebb <se...@gmail.com>.
On 28/09/2009, Jmter_QA <mi...@o2.pl> wrote:
>
>  test structure :
>
>  http://www.nabble.com/file/p25641464/1.JPG 1.JPG
>
>  http://www.nabble.com/file/p25641464/2.JPG 2.JPG

This is exactly the same problem someone else had very recently.

http://markmail.org/message/n2wlm4vdohte2val

JDBC Sampler will not be run if it is a child of the JDBC Config.

>
>  --
>  View this message in context: http://www.nabble.com/Mysql---connection-Configuration-tp25637820p25641464.html
>
> Sent from the JMeter - User mailing list archive at Nabble.com.
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: Mysql - connection Configuration

Posted by Jmter_QA <mi...@o2.pl>.
test structure : 

http://www.nabble.com/file/p25641464/1.JPG 1.JPG 

http://www.nabble.com/file/p25641464/2.JPG 2.JPG 

-- 
View this message in context: http://www.nabble.com/Mysql---connection-Configuration-tp25637820p25641464.html
Sent from the JMeter - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: Mysql - connection Configuration

Posted by Deepak Shetty <sh...@gmail.com>.
hi
whats your test structure?
regards
deepak

On Sun, Sep 27, 2009 at 3:05 PM, Jmter_QA <mi...@o2.pl> wrote:

>
> ok , i put java connector mysql-connector-java-5.1.10-bin
>  :
> nothing in View Results Tree
>
> And I have now response in jmeter.log :
>
> 2009/09/28 00:01:07 INFO  - jmeter.util.JMeterUtils: Setting Locale to
> pl_PL
> 2009/09/28 00:01:07 INFO  - jmeter.JMeter: Loading user properties from:
> C:\michal\Instalki\jakarta-jmeter-2.3.2\Jmeter\bin\user.properties
> 2009/09/28 00:01:07 INFO  - jmeter.JMeter: Loading system properties from:
> C:\michal\Instalki\jakarta-jmeter-2.3.2\Jmeter\bin\system.properties
> 2009/09/28 00:01:07 INFO  - jmeter.JMeter: Copyright (c) 1998-2008 The
> Apache Software Foundation
> 2009/09/28 00:01:07 INFO  - jmeter.JMeter: Version 2.3.2 r665936
> 2009/09/28 00:01:07 INFO  - jmeter.JMeter: java.version=1.6.0_12
> 2009/09/28 00:01:07 INFO  - jmeter.JMeter: java.vm.name=Java HotSpot(TM)
> Client VM
> 2009/09/28 00:01:07 INFO  - jmeter.JMeter: os.name=Windows XP
> 2009/09/28 00:01:07 INFO  - jmeter.JMeter: os.arch=x86
> 2009/09/28 00:01:07 INFO  - jmeter.JMeter: os.version=5.1
> 2009/09/28 00:01:07 INFO  - jmeter.JMeter: file.encoding=Cp1250
> 2009/09/28 00:01:07 INFO  - jmeter.JMeter: Default Locale=polski (Polska)
> 2009/09/28 00:01:07 INFO  - jmeter.JMeter: JMeter  Locale=polski (Polska)
> 2009/09/28 00:01:07 INFO  - jmeter.JMeter:
> JMeterHome=C:\michal\Instalki\jakarta-jmeter-2.3.2\Jmeter
> 2009/09/28 00:01:07 INFO  - jmeter.JMeter: user.dir
> =C:\michal\Instalki\jakarta-jmeter-2.3.2\Jmeter\bin
> 2009/09/28 00:01:07 INFO  - jmeter.JMeter: PWD
> =C:\michal\Instalki\jakarta-jmeter-2.3.2\Jmeter\bin
> 2009/09/28 00:01:07 INFO  - jmeter.JMeter: Loaded icon properties from
> org/apache/jmeter/images/icon.properties
> 2009/09/28 00:01:10 INFO  - jmeter.engine.util.CompoundVariable: Note:
> Function class names must contain the string: '.functions.'
> 2009/09/28 00:01:10 INFO  - jmeter.engine.util.CompoundVariable: Note:
> Function class names must not contain the string: '.gui.'
> 2009/09/28 00:01:11 INFO  - jmeter.protocol.http.sampler.HTTPSamplerBase:
> Cannot find .className property for htmlParser, using default
> 2009/09/28 00:01:11 INFO  - jmeter.protocol.http.sampler.HTTPSamplerBase:
> Parser for text/html is
> 2009/09/28 00:01:11 INFO  - jmeter.protocol.http.sampler.HTTPSamplerBase:
> Parser for application/xhtml+xml is
> 2009/09/28 00:01:11 INFO  - jmeter.protocol.http.sampler.HTTPSamplerBase:
> Parser for application/xml is
> 2009/09/28 00:01:11 INFO  - jmeter.protocol.http.sampler.HTTPSamplerBase:
> Parser for text/xml is
> 2009/09/28 00:01:11 INFO  - jmeter.protocol.http.sampler.HTTPSamplerBase:
> Parser for text/vnd.wap.wml is
> org.apache.jmeter.protocol.http.parser.RegexpHTMLParser
> 2009/09/28 00:01:11 INFO  - jmeter.gui.util.MenuFactory: Skipping
> org.apache.jmeter.protocol.http.modifier.gui.ParamModifierGui
> 2009/09/28 00:01:11 INFO  - jmeter.gui.util.MenuFactory: Skipping
> org.apache.jmeter.protocol.http.modifier.gui.UserParameterModifierGui
> 2009/09/28 00:01:11 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
> Maximum connection retries = 10
> 2009/09/28 00:01:12 INFO  - jmeter.samplers.SampleResult: Note: Sample
> TimeStamps are START times
> 2009/09/28 00:01:12 INFO  - jmeter.samplers.SampleResult:
> sampleresult.default.encoding is set to ISO-8859-1
> 2009/09/28 00:01:23 INFO  - jmeter.services.FileServer: Default
> base=C:\michal\Instalki\jakarta-jmeter-2.3.2\Jmeter\bin
> 2009/09/28 00:01:23 INFO  - jmeter.gui.action.Load: Loading file:
> C:\michal\Instalki\jakarta-jmeter-2.3.2\Jmeter\bin\test_baza_telezoo.jmx
> 2009/09/28 00:01:23 INFO  - jmeter.services.FileServer: Set new
> base=C:\michal\Instalki\jakarta-jmeter-2.3.2\Jmeter\bin
> 2009/09/28 00:01:23 INFO  - jmeter.save.SaveService: Testplan (JMX)
> version:
> 2.2. Testlog (JTL) version: 2.2
> 2009/09/28 00:01:23 INFO  - jmeter.save.SaveService: Using SaveService
> properties file encoding UTF-8
> 2009/09/28 00:01:23 INFO  - jmeter.save.SaveService: Using SaveService
> properties file version 661482
> 2009/09/28 00:01:23 INFO  - jmeter.save.SaveService: Using SaveService
> properties version 2.1
> 2009/09/28 00:01:23 INFO  - jmeter.save.SaveService: All converter versions
> present and correct
> 2009/09/28 00:01:23 INFO  - jmeter.services.FileServer: Set new
> base=C:\michal\Instalki\jakarta-jmeter-2.3.2\Jmeter\bin
> 2009/09/28 00:01:24 INFO  - jmeter.engine.StandardJMeterEngine: Listeners
> will be started after enabling running version
> 2009/09/28 00:01:24 INFO  - jmeter.engine.StandardJMeterEngine: To revert
> to
> the earlier behaviour, define jmeterengine.startlistenerslater=false
> 2009/09/28 00:01:24 INFO  - jmeter.engine.StandardJMeterEngine: Running the
> test!
> 2009/09/28 00:01:25 INFO  - jmeter.gui.util.JMeterMenuBar:
> setRunning(true,*local*)
> 2009/09/28 00:01:25 INFO  - jmeter.engine.StandardJMeterEngine: Starting 1
> threads for group Thread Group. Ramp up = 1.
> 2009/09/28 00:01:25 INFO  - jmeter.engine.StandardJMeterEngine: Continue on
> error
> 2009/09/28 00:01:25 INFO  - jmeter.threads.JMeterThread:
> jmeterthread.startearlier=true (see jmeter.properties)
> 2009/09/28 00:01:25 INFO  - jmeter.threads.JMeterThread: Running
> PostProcessors in forward order
> 2009/09/28 00:01:25 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group
> 1-1 started
> 2009/09/28 00:01:25 INFO  - jmeter.threads.JMeterThread: Thread Thread
> Group
> 1-1 is done
> 2009/09/28 00:01:25 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread Thread Group 1-1
> 2009/09/28 00:01:25 INFO  - jmeter.engine.StandardJMeterEngine: Stopping
> test
> 2009/09/28 00:01:25 INFO  - jmeter.engine.StandardJMeterEngine: Notifying
> test listeners of end of test
> 2009/09/28 00:01:25 INFO  - jmeter.gui.util.JMeterMenuBar:
> setRunning(false,*local*)
> 2009/09/28 00:01:25 INFO  - jmeter.engine.StandardJMeterEngine: Test has
> ended
>
>
> what i should to do ???
> --
> View this message in context:
> http://www.nabble.com/Mysql---connection-Configuration-tp25637820p25638121.html
> Sent from the JMeter - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

Re: Mysql - connection Configuration

Posted by Jmter_QA <mi...@o2.pl>.
ok , i put java connector mysql-connector-java-5.1.10-bin 
 : 
nothing in View Results Tree 

And I have now response in jmeter.log : 

2009/09/28 00:01:07 INFO  - jmeter.util.JMeterUtils: Setting Locale to pl_PL 
2009/09/28 00:01:07 INFO  - jmeter.JMeter: Loading user properties from:
C:\michal\Instalki\jakarta-jmeter-2.3.2\Jmeter\bin\user.properties 
2009/09/28 00:01:07 INFO  - jmeter.JMeter: Loading system properties from:
C:\michal\Instalki\jakarta-jmeter-2.3.2\Jmeter\bin\system.properties 
2009/09/28 00:01:07 INFO  - jmeter.JMeter: Copyright (c) 1998-2008 The
Apache Software Foundation 
2009/09/28 00:01:07 INFO  - jmeter.JMeter: Version 2.3.2 r665936 
2009/09/28 00:01:07 INFO  - jmeter.JMeter: java.version=1.6.0_12 
2009/09/28 00:01:07 INFO  - jmeter.JMeter: java.vm.name=Java HotSpot(TM)
Client VM 
2009/09/28 00:01:07 INFO  - jmeter.JMeter: os.name=Windows XP 
2009/09/28 00:01:07 INFO  - jmeter.JMeter: os.arch=x86 
2009/09/28 00:01:07 INFO  - jmeter.JMeter: os.version=5.1 
2009/09/28 00:01:07 INFO  - jmeter.JMeter: file.encoding=Cp1250 
2009/09/28 00:01:07 INFO  - jmeter.JMeter: Default Locale=polski (Polska) 
2009/09/28 00:01:07 INFO  - jmeter.JMeter: JMeter  Locale=polski (Polska) 
2009/09/28 00:01:07 INFO  - jmeter.JMeter:
JMeterHome=C:\michal\Instalki\jakarta-jmeter-2.3.2\Jmeter 
2009/09/28 00:01:07 INFO  - jmeter.JMeter: user.dir 
=C:\michal\Instalki\jakarta-jmeter-2.3.2\Jmeter\bin 
2009/09/28 00:01:07 INFO  - jmeter.JMeter: PWD      
=C:\michal\Instalki\jakarta-jmeter-2.3.2\Jmeter\bin 
2009/09/28 00:01:07 INFO  - jmeter.JMeter: Loaded icon properties from
org/apache/jmeter/images/icon.properties 
2009/09/28 00:01:10 INFO  - jmeter.engine.util.CompoundVariable: Note:
Function class names must contain the string: '.functions.' 
2009/09/28 00:01:10 INFO  - jmeter.engine.util.CompoundVariable: Note:
Function class names must not contain the string: '.gui.' 
2009/09/28 00:01:11 INFO  - jmeter.protocol.http.sampler.HTTPSamplerBase:
Cannot find .className property for htmlParser, using default 
2009/09/28 00:01:11 INFO  - jmeter.protocol.http.sampler.HTTPSamplerBase:
Parser for text/html is  
2009/09/28 00:01:11 INFO  - jmeter.protocol.http.sampler.HTTPSamplerBase:
Parser for application/xhtml+xml is  
2009/09/28 00:01:11 INFO  - jmeter.protocol.http.sampler.HTTPSamplerBase:
Parser for application/xml is  
2009/09/28 00:01:11 INFO  - jmeter.protocol.http.sampler.HTTPSamplerBase:
Parser for text/xml is  
2009/09/28 00:01:11 INFO  - jmeter.protocol.http.sampler.HTTPSamplerBase:
Parser for text/vnd.wap.wml is
org.apache.jmeter.protocol.http.parser.RegexpHTMLParser 
2009/09/28 00:01:11 INFO  - jmeter.gui.util.MenuFactory: Skipping
org.apache.jmeter.protocol.http.modifier.gui.ParamModifierGui 
2009/09/28 00:01:11 INFO  - jmeter.gui.util.MenuFactory: Skipping
org.apache.jmeter.protocol.http.modifier.gui.UserParameterModifierGui 
2009/09/28 00:01:11 INFO  - jmeter.protocol.http.sampler.HTTPSampler:
Maximum connection retries = 10 
2009/09/28 00:01:12 INFO  - jmeter.samplers.SampleResult: Note: Sample
TimeStamps are START times 
2009/09/28 00:01:12 INFO  - jmeter.samplers.SampleResult:
sampleresult.default.encoding is set to ISO-8859-1 
2009/09/28 00:01:23 INFO  - jmeter.services.FileServer: Default
base=C:\michal\Instalki\jakarta-jmeter-2.3.2\Jmeter\bin 
2009/09/28 00:01:23 INFO  - jmeter.gui.action.Load: Loading file:
C:\michal\Instalki\jakarta-jmeter-2.3.2\Jmeter\bin\test_baza_telezoo.jmx 
2009/09/28 00:01:23 INFO  - jmeter.services.FileServer: Set new
base=C:\michal\Instalki\jakarta-jmeter-2.3.2\Jmeter\bin 
2009/09/28 00:01:23 INFO  - jmeter.save.SaveService: Testplan (JMX) version:
2.2. Testlog (JTL) version: 2.2 
2009/09/28 00:01:23 INFO  - jmeter.save.SaveService: Using SaveService
properties file encoding UTF-8 
2009/09/28 00:01:23 INFO  - jmeter.save.SaveService: Using SaveService
properties file version 661482 
2009/09/28 00:01:23 INFO  - jmeter.save.SaveService: Using SaveService
properties version 2.1 
2009/09/28 00:01:23 INFO  - jmeter.save.SaveService: All converter versions
present and correct 
2009/09/28 00:01:23 INFO  - jmeter.services.FileServer: Set new
base=C:\michal\Instalki\jakarta-jmeter-2.3.2\Jmeter\bin 
2009/09/28 00:01:24 INFO  - jmeter.engine.StandardJMeterEngine: Listeners
will be started after enabling running version 
2009/09/28 00:01:24 INFO  - jmeter.engine.StandardJMeterEngine: To revert to
the earlier behaviour, define jmeterengine.startlistenerslater=false 
2009/09/28 00:01:24 INFO  - jmeter.engine.StandardJMeterEngine: Running the
test! 
2009/09/28 00:01:25 INFO  - jmeter.gui.util.JMeterMenuBar:
setRunning(true,*local*) 
2009/09/28 00:01:25 INFO  - jmeter.engine.StandardJMeterEngine: Starting 1
threads for group Thread Group. Ramp up = 1. 
2009/09/28 00:01:25 INFO  - jmeter.engine.StandardJMeterEngine: Continue on
error 
2009/09/28 00:01:25 INFO  - jmeter.threads.JMeterThread:
jmeterthread.startearlier=true (see jmeter.properties) 
2009/09/28 00:01:25 INFO  - jmeter.threads.JMeterThread: Running
PostProcessors in forward order 
2009/09/28 00:01:25 INFO  - jmeter.threads.JMeterThread: Thread Thread Group
1-1 started 
2009/09/28 00:01:25 INFO  - jmeter.threads.JMeterThread: Thread Thread Group
1-1 is done 
2009/09/28 00:01:25 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-1 
2009/09/28 00:01:25 INFO  - jmeter.engine.StandardJMeterEngine: Stopping
test 
2009/09/28 00:01:25 INFO  - jmeter.engine.StandardJMeterEngine: Notifying
test listeners of end of test 
2009/09/28 00:01:25 INFO  - jmeter.gui.util.JMeterMenuBar:
setRunning(false,*local*) 
2009/09/28 00:01:25 INFO  - jmeter.engine.StandardJMeterEngine: Test has
ended 


what i should to do ???
-- 
View this message in context: http://www.nabble.com/Mysql---connection-Configuration-tp25637820p25638121.html
Sent from the JMeter - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: Mysql - connection Configuration

Posted by Deepak Goel <de...@gmail.com>.
Looks like a classpath problem

On Mon, Sep 28, 2009 at 3:00 AM, Jmter_QA <mi...@o2.pl> wrote:
>
> I have problem
> I run JDBC Request to myslql database
>
> when I put in filed : JDBC Driver class : com.mysql.jdbc.Driver
>
> I have in Jmeter.log :
>
> jmeter.protocol.jdbc.config.DataSourceElement: Could not load driver:
> com.mysql.jdbc java.lang.ClassNotFoundException: com.mysql.jdbc
>        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
>        at java.security.AccessController.doPrivileged(Native Method)
>        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
>        at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
>        at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
>        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
>        at java.lang.Class.forName0(Native Method)
>        at java.lang.Class.forName(Class.java:247)
>
>
> What I shuld to do ???
> I Installed MySql Server 5.4
> --
> View this message in context: http://www.nabble.com/Mysql---connection-Configuration-tp25637820p25637820.html
> Sent from the JMeter - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>



-- 
Regards

Deepak Goel
+91- 9765089593
deicool@gmail.com

"Clean and Green Environment"

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org