You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by "Albertone, Michele (Michele)" <ma...@alcatel-lucent.com> on 2007/05/22 12:17:29 UTC

RE: Performance Graph Listener not showing information

> Hi !
> 
> I was practicing a bit on Web Services (SOAP) messages, and I created
> a small thread group with login/logout messages.
> Verifying the Monitor Result Listener I don't see any data displayed,
> while the other listeners are doing good (aggregate results, view
> results etc).
> 
> Do you know if for this kind of Sampler this monitor is not enabled ?
> 
> Below the snapshot of the monitor after running the test.
> 
>  << File: monitor_results.GIF >> 
> 
> Thanks !
> 
> Mike
> 
> Michele Albertone 
> Alcatel - Lucent
> NPI Engineer
> GSSO-PS
> 

RE: Jmeter on PostgreSQL

Posted by sridhar_Kasturi <sr...@satyam.com>.
Thanks a lot.

-----Original Message-----
From: sebb [mailto:sebbaz@gmail.com] 
Sent: Tuesday, May 22, 2007 4:18 PM
To: JMeter Users List
Subject: Re: Jmeter on PostgreSQL

On 22/05/07, sridhar_Kasturi <sr...@satyam.com> wrote:
>
> Hi All,
>
> I am trying to do database test with JMeter. I have done all the
> settings required to test the PostgreSQL database.
>
> The driver class I have mentioned is org.postgresql.Driver. and  The
URL
> is jdbc:postgresql:db1 and given the username & password.
>
> I have copied the jar file for jdbc-postgresql into jmeter's lib and
ext
> folders.
>
> But when I run the test I am getting the error  --
>  "JDBC Request,,java.sql.SQLException: No pool created,false,".
>

Did you create a pool with the correct name?

The config and sampler have to use the same name.

> Actually I am having an application which will interact with
PostgreSQL
> and runs on Tomcat. This application is working fine.
>
> Can any one help me in this issue.
>
>
> Thanks and Regards,
> Sridhar.
>
>
>
>
>
> DISCLAIMER:
> This email (including any attachments) is intended for the sole use of
the intended recipient/s and may contain material that is CONFIDENTIAL
AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or
copying or distribution or forwarding of any or all of the contents in
this message is STRICTLY PROHIBITED. If you are not the intended
recipient, please contact the sender by email and delete all copies;
your cooperation in this regard is appreciated.
>
> ---------------------------------------------------------------------
> 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




DISCLAIMER:
This email (including any attachments) is intended for the sole use of the intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or distribution or forwarding of any or all of the contents in this message is STRICTLY PROHIBITED. If you are not the intended recipient, please contact the sender by email and delete all copies; your cooperation in this regard is appreciated.

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


Re: Jmeter on PostgreSQL

Posted by sebb <se...@gmail.com>.
On 22/05/07, sridhar_Kasturi <sr...@satyam.com> wrote:
>
> Hi All,
>
> I am trying to do database test with JMeter. I have done all the
> settings required to test the PostgreSQL database.
>
> The driver class I have mentioned is org.postgresql.Driver. and  The URL
> is jdbc:postgresql:db1 and given the username & password.
>
> I have copied the jar file for jdbc-postgresql into jmeter's lib and ext
> folders.
>
> But when I run the test I am getting the error  --
>  "JDBC Request,,java.sql.SQLException: No pool created,false,".
>

Did you create a pool with the correct name?

The config and sampler have to use the same name.

> Actually I am having an application which will interact with PostgreSQL
> and runs on Tomcat. This application is working fine.
>
> Can any one help me in this issue.
>
>
> Thanks and Regards,
> Sridhar.
>
>
>
>
>
> DISCLAIMER:
> This email (including any attachments) is intended for the sole use of the intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or distribution or forwarding of any or all of the contents in this message is STRICTLY PROHIBITED. If you are not the intended recipient, please contact the sender by email and delete all copies; your cooperation in this regard is appreciated.
>
> ---------------------------------------------------------------------
> 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


Jmeter on PostgreSQL

Posted by sridhar_Kasturi <sr...@satyam.com>.
Hi All,

I am trying to do database test with JMeter. I have done all the
settings required to test the PostgreSQL database.

The driver class I have mentioned is org.postgresql.Driver. and  The URL
is jdbc:postgresql:db1 and given the username & password.

I have copied the jar file for jdbc-postgresql into jmeter's lib and ext
folders.

But when I run the test I am getting the error  --
 "JDBC Request,,java.sql.SQLException: No pool created,false,".

Actually I am having an application which will interact with PostgreSQL
and runs on Tomcat. This application is working fine.
 
Can any one help me in this issue.


Thanks and Regards,
Sridhar.





DISCLAIMER:
This email (including any attachments) is intended for the sole use of the intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or distribution or forwarding of any or all of the contents in this message is STRICTLY PROHIBITED. If you are not the intended recipient, please contact the sender by email and delete all copies; your cooperation in this regard is appreciated.

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


RE: Performance Graph Listener not showing information

Posted by "Albertone, Michele (Michele)" <ma...@alcatel-lucent.com>.
Thanks a lot !

Mike 

-----Original Message-----
From: sebb [mailto:sebbaz@gmail.com] 
Sent: Tuesday, May 22, 2007 12:26 PM
To: JMeter Users List
Subject: Re: Performance Graph Listener not showing information

On 22/05/07, Albertone, Michele (Michele)
<ma...@alcatel-lucent.com> wrote:
> > Hi !
> >
> > I was practicing a bit on Web Services (SOAP) messages, and I 
> > created a small thread group with login/logout messages.
> > Verifying the Monitor Result Listener I don't see any data 
> > displayed, while the other listeners are doing good (aggregate 
> > results, view results etc).
> >
> > Do you know if for this kind of Sampler this monitor is not enabled
?

See:

http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Mon
itor_Results

It only applies to the samplers that meet the criteria described above.

> > Below the snapshot of the monitor after running the test.
> >
> >  << File: monitor_results.GIF >>

Please don't send attachments to the mailing list.

> > Thanks !
> >
> > Mike
> >
> > Michele Albertone
> > Alcatel - Lucent
> > NPI Engineer
> > GSSO-PS
> >
>

---------------------------------------------------------------------
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: Performance Graph Listener not showing information

Posted by sebb <se...@gmail.com>.
On 22/05/07, Albertone, Michele (Michele) <ma...@alcatel-lucent.com> wrote:
> > Hi !
> >
> > I was practicing a bit on Web Services (SOAP) messages, and I created
> > a small thread group with login/logout messages.
> > Verifying the Monitor Result Listener I don't see any data displayed,
> > while the other listeners are doing good (aggregate results, view
> > results etc).
> >
> > Do you know if for this kind of Sampler this monitor is not enabled ?

See:

http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Monitor_Results

It only applies to the samplers that meet the criteria described above.

> > Below the snapshot of the monitor after running the test.
> >
> >  << File: monitor_results.GIF >>

Please don't send attachments to the mailing list.

> > Thanks !
> >
> > Mike
> >
> > Michele Albertone
> > Alcatel - Lucent
> > NPI Engineer
> > GSSO-PS
> >
>

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