You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Jayesh Guru <ja...@gmail.com> on 2017/05/18 17:15:23 UTC

Error in Jmeter out file for Jmeter 3.1

I am getting below error in JMeter out file.

I am currently having Jmeter 3.1 with DummySampler Script with "jp@gc
- Redis Data" set with CSV file fed from Github Branch.

Also I have Backend Listener to write the data to Influx DB, when i
run the test it runs indefinitely reporting to InfuxDB but see below
error in Jmeter out

Starting remote engines
Starting the test @ Thu May 18 17:01:44 UTC 2017 (1495126904974)
Remote engines have been started
Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
Tidying up remote @ Thu May 18 17:01:48 UTC 2017 (1495126908618)
... end of run
The JVM should have exitted but did not.
The following non-daemon threads are still running (DestroyJavaVM is OK):
Thread[pool-1-thread-1,5,RMI Runtime], stackTrace:sun.misc.Unsafe#park
java.util.concurrent.locks.LockSupport#parkNanos at line:226
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#awaitNanos
at line:2082
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue#take
at line:1090
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue#take
at line:807
java.util.concurrent.ThreadPoolExecutor#getTask at line:1068
java.util.concurrent.ThreadPoolExecutor#runWorker at line:1130
java.util.concurrent.ThreadPoolExecutor$Worker#run at line:615
java.lang.Thread#run at line:745

Thread[DestroyJavaVM,5,main], stackTrace:


*Thanks *
*Jayesh Guru | (314)609-6046 *
*Email : jayeshguru81@gmail.com <ja...@gmail.com>*

Re: Error in Jmeter out file for Jmeter 3.1

Posted by Jayesh Guru <ja...@gmail.com>.
ok whenever you get a chance please have a look.


*Thanks *
*Jayesh Guru | (314)609-6046 *
*Email : jayeshguru81@gmail.com <ja...@gmail.com>*

On Mon, May 22, 2017 at 3:38 PM, Philippe Mouawad <
philippe.mouawad@gmail.com> wrote:

> Hello ,
> I received the files, but I am not sure I'll be able to work tonight on
> this.
> Thanks
>
> On Mon, May 22, 2017 at 9:31 PM, Jayesh Guru <ja...@gmail.com>
> wrote:
>
> > Hi Phillipe,
> >
> > Please acknowledge if you received the files
> >
> >
> > *Thanks *
> > *Jayesh Guru | (314)609-6046 *
> > *Email : jayeshguru81@gmail.com <ja...@gmail.com>*
> >
> > On Mon, May 22, 2017 at 3:12 PM, Philippe Mouawad <
> > philippe.mouawad@gmail.com> wrote:
> >
> > > Hello,
> > > Mailing list strips attachments.
> > > Can you provide them in a different way ?
> > >
> > > Thanks
> > >
> > > On Monday, May 22, 2017, Jayesh Guru <ja...@gmail.com> wrote:
> > >
> > > > Hi Philippe,
> > > >
> > > > I am using Graphite DB Listener with JMeter 3.1 as JAVA8 is not
> > installed
> > > > on our loadgen machines.
> > > > PFA the JMX file I am using.
> > > > Also attaching Jmeter.log and Jmeter.out files.
> > > >
> > > > Note: The test was not able to shut down so I have aborted the job in
> > > > Jenkins, thats why you may see lot of difference in time for last 2
> > lines
> > > > in Jmeter.log
> > > >
> > > > 2017/05/22 18:58:36 INFO  - jmeter.reporters.ResultCollector:
> Shutdown
> > > hook started
> > > > 2017/05/22 18:58:36 INFO  - jmeter.reporters.ResultCollector:
> Shutdown
> > > hook ended
> > > >
> > > >
> > > >
> > > >
> > > > *Thanks *
> > > > *Jayesh Guru | (314)609-6046 *
> > > > *Email : jayeshguru81@gmail.com
> > > > <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');>*
> > > >
> > > > On Sun, May 21, 2017 at 8:34 AM, Philippe Mouawad <
> > > > philippe.mouawad@gmail.com
> > > > <javascript:_e(%7B%7D,'cvml','philippe.mouawad@gmail.com');>> wrote:
> > > >
> > > >> Hello
> > > >> How do you report to InfluxDB ?
> > > >> - Using Graphite BackendListener ?
> > > >> - Using JMeter 3.2 Influx DB Client
> > > >> - Using something else ?
> > > >>
> > > >> Would it be possible to run this using plain JMeter (no taurus) ?
> > > >> If issue persists, could you provide plain jmeter.log file ?
> > > >>
> > > >> Thanks
> > > >> Regards
> > > >>
> > > >> On Sun, May 21, 2017 at 2:31 PM, Jayesh Guru <
> jayeshguru81@gmail.com
> > > >> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');>> wrote:
> > > >>
> > > >> > The test runs fine without any issue without Backend listener.I am
> > > >> running
> > > >> > the test through Jenkins with taurus(blazemeter) yaml file.
> > > >> > Let me know if you need any more details.
> > > >> >
> > > >> > What do you mean by without plugins?
> > > >> >
> > > >> > Sent from my iPhone
> > > >> >
> > > >> > > On May 21, 2017, at 6:26 AM, Felix Schumacher <felix.schumacher@
> > > >> > internetallee.de> wrote:
> > > >> > >
> > > >> > >> Am 18.05.2017 um 19:16 schrieb Jayesh Guru:
> > > >> > >> Here is the similar kind of error observed earlier in bugzilla
> > > ticket
> > > >> > >> https://bz.apache.org/bugzilla/show_bug.cgi?id=60053
> > > >> > > That bug report (which is fixed), is about JMeter threads, that
> > > >> weren't
> > > >> > stopped at the end of the program. Your stacktraces show an
> > Executor,
> > > >> that
> > > >> > is not being stopped.
> > > >> > >
> > > >> > > The question here is, who has started the Executor and why is it
> > not
> > > >> > stopped. Please try your tests without any plugins and see, if it
> is
> > > >> still
> > > >> > reporting the stacktrace.
> > > >> > >
> > > >> > > Regards,
> > > >> > > Felix
> > > >> > >
> > > >> > >>
> > > >> > >>
> > > >> > >> *Thanks *
> > > >> > >> *Jayesh Guru | (314)609-6046 *
> > > >> > >> *Email : jayeshguru81@gmail.com
> > > >> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');> <
> > > >> jayeshguru81@gmail.com
> > > >> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');>>*
> > > >> > >>
> > > >> > >>> On Thu, May 18, 2017 at 1:15 PM, Jayesh Guru <
> > > >> jayeshguru81@gmail.com
> > > >> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');>>
> > > >> > wrote:
> > > >> > >>>
> > > >> > >>> I am getting below error in JMeter out file.
> > > >> > >>>
> > > >> > >>> I am currently having Jmeter 3.1 with DummySampler Script with
> > > >> "jp@gc
> > > >> > - Redis Data" set with CSV file fed from Github Branch.
> > > >> > >>>
> > > >> > >>> Also I have Backend Listener to write the data to Influx DB,
> > when
> > > i
> > > >> > run the test it runs indefinitely reporting to InfuxDB but see
> below
> > > >> error
> > > >> > in Jmeter out
> > > >> > >>>
> > > >> > >>> Starting remote engines
> > > >> > >>> Starting the test @ Thu May 18 17:01:44 UTC 2017
> (1495126904974)
> > > >> > >>> Remote engines have been started
> > > >> > >>> Waiting for possible Shutdown/StopTestNow/Heapdump message on
> > port
> > > >> 4445
> > > >> > >>> Tidying up remote @ Thu May 18 17:01:48 UTC 2017
> (1495126908618)
> > > >> > >>> ... end of run
> > > >> > >>> The JVM should have exitted but did not.
> > > >> > >>> The following non-daemon threads are still running
> > (DestroyJavaVM
> > > is
> > > >> > OK):
> > > >> > >>> Thread[pool-1-thread-1,5,RMI Runtime],
> > > >> stackTrace:sun.misc.Unsafe#park
> > > >> > >>> java.util.concurrent.locks.LockSupport#parkNanos at line:226
> > > >> > >>> java.util.concurrent.locks.AbstractQueuedSynchronizer$Condit
> > > >> ionObject#awaitNanos
> > > >> > at line:2082
> > > >> > >>> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWork
> > > >> Queue#take
> > > >> > at line:1090
> > > >> > >>> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWork
> > > >> Queue#take
> > > >> > at line:807
> > > >> > >>> java.util.concurrent.ThreadPoolExecutor#getTask at line:1068
> > > >> > >>> java.util.concurrent.ThreadPoolExecutor#runWorker at
> line:1130
> > > >> > >>> java.util.concurrent.ThreadPoolExecutor$Worker#run at
> line:615
> > > >> > >>> java.lang.Thread#run at line:745
> > > >> > >>>
> > > >> > >>> Thread[DestroyJavaVM,5,main], stackTrace:
> > > >> > >>>
> > > >> > >>>
> > > >> > >>> *Thanks *
> > > >> > >>> *Jayesh Guru | (314)609-6046 <(314)%20609-6046> *
> > > >> > >>> *Email : jayeshguru81@gmail.com
> > > >> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');> <
> > > >> jayeshguru81@gmail.com
> > > >> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');>>*
> > > >> > >>>
> > > >> > >
> > > >> > >
> > > >> > > ------------------------------------------------------------
> > > ---------
> > > >> > > To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> > > >> <javascript:_e(%7B%7D,'cvml','user-unsubscribe@jmeter.apache.org
> ');>
> > > >> > > For additional commands, e-mail: user-help@jmeter.apache.org
> > > >> <javascript:_e(%7B%7D,'cvml','user-help@jmeter.apache.org');>
> > > >> > >
> > > >> >
> > > >> > ------------------------------------------------------------
> > ---------
> > > >> > To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> > > >> <javascript:_e(%7B%7D,'cvml','user-unsubscribe@jmeter.apache.org
> ');>
> > > >> > For additional commands, e-mail: user-help@jmeter.apache.org
> > > >> <javascript:_e(%7B%7D,'cvml','user-help@jmeter.apache.org');>
> > > >> >
> > > >> >
> > > >>
> > > >>
> > > >> --
> > > >> Cordialement.
> > > >> Philippe Mouawad.
> > > >>
> > > >
> > > >
> > >
> > > --
> > > Cordialement.
> > > Philippe Mouawad.
> > >
> >
>
>
>
> --
> Cordialement.
> Philippe Mouawad.
>

Re: Error in Jmeter out file for Jmeter 3.1

Posted by Felix Schumacher <fe...@internetallee.de>.

Am 24. Mai 2017 14:22:35 MESZ schrieb Jayesh Guru <ja...@gmail.com>:
>Hi Phillippe,
>
>Any update on this?

You could try to send (part of your) your log files to this list. That way more people can look at it, instead of poor Philippe, only.

If it gets stripped by the mailing list manager, you can try to post it to some web space and send a link to it.

Felix

>
>
>*Thanks *
>*Jayesh Guru | (314)609-6046 *
>*Email : jayeshguru81@gmail.com <ja...@gmail.com>*
>
>On Tue, May 23, 2017 at 9:06 AM, Jayesh Guru <ja...@gmail.com>
>wrote:
>
>> Hi Phillippe,
>>
>> If you get a chance today could you please check my Redis Data Set in
>JMX
>> file.
>> Something in Jmeter is not allowing to stop the test it seems but i
>am not
>> sure.
>>
>>
>> *Thanks *
>> *Jayesh Guru | (314)609-6046 <(314)%20609-6046> *
>> *Email : jayeshguru81@gmail.com <ja...@gmail.com>*
>>
>> On Mon, May 22, 2017 at 3:38 PM, Philippe Mouawad <
>> philippe.mouawad@gmail.com> wrote:
>>
>>> Hello ,
>>> I received the files, but I am not sure I'll be able to work tonight
>on
>>> this.
>>> Thanks
>>>
>>> On Mon, May 22, 2017 at 9:31 PM, Jayesh Guru
><ja...@gmail.com>
>>> wrote:
>>>
>>> > Hi Phillipe,
>>> >
>>> > Please acknowledge if you received the files
>>> >
>>> >
>>> > *Thanks *
>>> > *Jayesh Guru | (314)609-6046 *
>>> > *Email : jayeshguru81@gmail.com <ja...@gmail.com>*
>>> >
>>> > On Mon, May 22, 2017 at 3:12 PM, Philippe Mouawad <
>>> > philippe.mouawad@gmail.com> wrote:
>>> >
>>> > > Hello,
>>> > > Mailing list strips attachments.
>>> > > Can you provide them in a different way ?
>>> > >
>>> > > Thanks
>>> > >
>>> > > On Monday, May 22, 2017, Jayesh Guru <ja...@gmail.com>
>wrote:
>>> > >
>>> > > > Hi Philippe,
>>> > > >
>>> > > > I am using Graphite DB Listener with JMeter 3.1 as JAVA8 is
>not
>>> > installed
>>> > > > on our loadgen machines.
>>> > > > PFA the JMX file I am using.
>>> > > > Also attaching Jmeter.log and Jmeter.out files.
>>> > > >
>>> > > > Note: The test was not able to shut down so I have aborted the
>job
>>> in
>>> > > > Jenkins, thats why you may see lot of difference in time for
>last 2
>>> > lines
>>> > > > in Jmeter.log
>>> > > >
>>> > > > 2017/05/22 18:58:36 INFO  - jmeter.reporters.ResultCollector:
>>> Shutdown
>>> > > hook started
>>> > > > 2017/05/22 18:58:36 INFO  - jmeter.reporters.ResultCollector:
>>> Shutdown
>>> > > hook ended
>>> > > >
>>> > > >
>>> > > >
>>> > > >
>>> > > > *Thanks *
>>> > > > *Jayesh Guru | (314)609-6046 <(314)%20609-6046> *
>>> > > > *Email : jayeshguru81@gmail.com
>>> > > > <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');>*
>>> > > >
>>> > > > On Sun, May 21, 2017 at 8:34 AM, Philippe Mouawad <
>>> > > > philippe.mouawad@gmail.com
>>> > > > <javascript:_e(%7B%7D,'cvml','philippe.mouawad@gmail.com');>>
>>> wrote:
>>> > > >
>>> > > >> Hello
>>> > > >> How do you report to InfluxDB ?
>>> > > >> - Using Graphite BackendListener ?
>>> > > >> - Using JMeter 3.2 Influx DB Client
>>> > > >> - Using something else ?
>>> > > >>
>>> > > >> Would it be possible to run this using plain JMeter (no
>taurus) ?
>>> > > >> If issue persists, could you provide plain jmeter.log file ?
>>> > > >>
>>> > > >> Thanks
>>> > > >> Regards
>>> > > >>
>>> > > >> On Sun, May 21, 2017 at 2:31 PM, Jayesh Guru <
>>> jayeshguru81@gmail.com
>>> > > >> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');>>
>wrote:
>>> > > >>
>>> > > >> > The test runs fine without any issue without Backend
>listener.I
>>> am
>>> > > >> running
>>> > > >> > the test through Jenkins with taurus(blazemeter) yaml file.
>>> > > >> > Let me know if you need any more details.
>>> > > >> >
>>> > > >> > What do you mean by without plugins?
>>> > > >> >
>>> > > >> > Sent from my iPhone
>>> > > >> >
>>> > > >> > > On May 21, 2017, at 6:26 AM, Felix Schumacher
>>> <felix.schumacher@
>>> > > >> > internetallee.de> wrote:
>>> > > >> > >
>>> > > >> > >> Am 18.05.2017 um 19:16 schrieb Jayesh Guru:
>>> > > >> > >> Here is the similar kind of error observed earlier in
>bugzilla
>>> > > ticket
>>> > > >> > >> https://bz.apache.org/bugzilla/show_bug.cgi?id=60053
>>> > > >> > > That bug report (which is fixed), is about JMeter
>threads, that
>>> > > >> weren't
>>> > > >> > stopped at the end of the program. Your stacktraces show an
>>> > Executor,
>>> > > >> that
>>> > > >> > is not being stopped.
>>> > > >> > >
>>> > > >> > > The question here is, who has started the Executor and
>why is
>>> it
>>> > not
>>> > > >> > stopped. Please try your tests without any plugins and see,
>if
>>> it is
>>> > > >> still
>>> > > >> > reporting the stacktrace.
>>> > > >> > >
>>> > > >> > > Regards,
>>> > > >> > > Felix
>>> > > >> > >
>>> > > >> > >>
>>> > > >> > >>
>>> > > >> > >> *Thanks *
>>> > > >> > >> *Jayesh Guru | (314)609-6046 *
>>> > > >> > >> *Email : jayeshguru81@gmail.com
>>> > > >> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');> <
>>> > > >> jayeshguru81@gmail.com
>>> > > >> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');>>*
>>> > > >> > >>
>>> > > >> > >>> On Thu, May 18, 2017 at 1:15 PM, Jayesh Guru <
>>> > > >> jayeshguru81@gmail.com
>>> > > >> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');>>
>>> > > >> > wrote:
>>> > > >> > >>>
>>> > > >> > >>> I am getting below error in JMeter out file.
>>> > > >> > >>>
>>> > > >> > >>> I am currently having Jmeter 3.1 with DummySampler
>Script
>>> with
>>> > > >> "jp@gc
>>> > > >> > - Redis Data" set with CSV file fed from Github Branch.
>>> > > >> > >>>
>>> > > >> > >>> Also I have Backend Listener to write the data to
>Influx DB,
>>> > when
>>> > > i
>>> > > >> > run the test it runs indefinitely reporting to InfuxDB but
>see
>>> below
>>> > > >> error
>>> > > >> > in Jmeter out
>>> > > >> > >>>
>>> > > >> > >>> Starting remote engines
>>> > > >> > >>> Starting the test @ Thu May 18 17:01:44 UTC 2017
>>> (1495126904974)
>>> > > >> > >>> Remote engines have been started
>>> > > >> > >>> Waiting for possible Shutdown/StopTestNow/Heapdump
>message on
>>> > port
>>> > > >> 4445
>>> > > >> > >>> Tidying up remote @ Thu May 18 17:01:48 UTC 2017
>>> (1495126908618)
>>> > > >> > >>> ... end of run
>>> > > >> > >>> The JVM should have exitted but did not.
>>> > > >> > >>> The following non-daemon threads are still running
>>> > (DestroyJavaVM
>>> > > is
>>> > > >> > OK):
>>> > > >> > >>> Thread[pool-1-thread-1,5,RMI Runtime],
>>> > > >> stackTrace:sun.misc.Unsafe#park
>>> > > >> > >>> java.util.concurrent.locks.LockSupport#parkNanos at
>line:226
>>> > > >> > >>>
>java.util.concurrent.locks.AbstractQueuedSynchronizer$Condit
>>> > > >> ionObject#awaitNanos
>>> > > >> > at line:2082
>>> > > >> > >>>
>java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWork
>>> > > >> Queue#take
>>> > > >> > at line:1090
>>> > > >> > >>>
>java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWork
>>> > > >> Queue#take
>>> > > >> > at line:807
>>> > > >> > >>> java.util.concurrent.ThreadPoolExecutor#getTask at
>line:1068
>>> > > >> > >>> java.util.concurrent.ThreadPoolExecutor#runWorker at
>>> line:1130
>>> > > >> > >>> java.util.concurrent.ThreadPoolExecutor$Worker#run at
>>> line:615
>>> > > >> > >>> java.lang.Thread#run at line:745
>>> > > >> > >>>
>>> > > >> > >>> Thread[DestroyJavaVM,5,main], stackTrace:
>>> > > >> > >>>
>>> > > >> > >>>
>>> > > >> > >>> *Thanks *
>>> > > >> > >>> *Jayesh Guru | (314)609-6046 <(314)%20609-6046>
>>> <(314)%20609-6046> *
>>> > > >> > >>> *Email : jayeshguru81@gmail.com
>>> > > >> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');> <
>>> > > >> jayeshguru81@gmail.com
>>> > > >> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');>>*
>>> > > >> > >>>
>>> > > >> > >
>>> > > >> > >
>>> > > >> > >
>------------------------------------------------------------
>>> > > ---------
>>> > > >> > > To unsubscribe, e-mail:
>user-unsubscribe@jmeter.apache.org
>>> > > >>
><javascript:_e(%7B%7D,'cvml','user-unsubscribe@jmeter.apache.org
>>> ');>
>>> > > >> > > For additional commands, e-mail:
>user-help@jmeter.apache.org
>>> > > >> <javascript:_e(%7B%7D,'cvml','user-help@jmeter.apache.org');>
>>> > > >> > >
>>> > > >> >
>>> > > >> >
>------------------------------------------------------------
>>> > ---------
>>> > > >> > To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
>>> > > >>
><javascript:_e(%7B%7D,'cvml','user-unsubscribe@jmeter.apache.org
>>> ');>
>>> > > >> > For additional commands, e-mail:
>user-help@jmeter.apache.org
>>> > > >> <javascript:_e(%7B%7D,'cvml','user-help@jmeter.apache.org');>
>>> > > >> >
>>> > > >> >
>>> > > >>
>>> > > >>
>>> > > >> --
>>> > > >> Cordialement.
>>> > > >> Philippe Mouawad.
>>> > > >>
>>> > > >
>>> > > >
>>> > >
>>> > > --
>>> > > Cordialement.
>>> > > Philippe Mouawad.
>>> > >
>>> >
>>>
>>>
>>>
>>> --
>>> Cordialement.
>>> Philippe Mouawad.
>>>
>>
>>

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


Re: Error in Jmeter out file for Jmeter 3.1

Posted by UBIK LOAD PACK Support <su...@ubikloadpack.com>.
Hello,
Sorry for late reply but I was very busy this week.
I had a chance to look at your files, unfortunately there nothing useful in
them.

Could you check if it works fine with 3.2 ? We fixed some bugs in Backend
Listener and Graphite.
If issue persists, then please make 3 thread dumps when issue happens and
send them.

Regards
Philippe


On Wed, May 24, 2017 at 4:08 PM, Jayesh Guru <ja...@gmail.com> wrote:

> I have set the jmeter log level to DEBUG and observed that even if the test
> is stopped Metrics are being written to Graphite and which is causing the
> threads to infinitely run.
>
> 2017/05/24 13:32:34 INFO  - jmeter.JMeter: Interrupting RMI Reaper
> 2017/05/24 13:32:35 DEBUG -
> jmeter.visualizers.backend.graphite.TextGraphiteMetricsSender: Wrote 5
> metrics
> 2017/05/24 13:32:36 DEBUG -
> jmeter.visualizers.backend.graphite.TextGraphiteMetricsSender: Wrote 5
> metrics
> 2017/05/24 13:32:37 DEBUG -
> jmeter.visualizers.backend.graphite.TextGraphiteMetricsSender: Wrote 5
> metrics
> 2017/05/24 13:32:38 DEBUG -
> jmeter.visualizers.backend.graphite.TextGraphiteMetricsSender: Wrote 5
> metrics
> 2017/05/24 13:32:39 DEBUG -
> jmeter.visualizers.backend.graphite.TextGraphiteMetricsSender: Wrote 5
> metrics
> 2017/05/24 13:32:40 DEBUG -
> jmeter.visualizers.backend.graphite.TextGraphiteMetricsSender: Wrote 5
> metrics
> 2017/05/24 13:32:41 DEBUG -
> jmeter.visualizers.backend.graphite.TextGraphiteMetricsSender: Wrote 5
> metrics
> 2017/05/24 13:32:42 DEBUG -
> jmeter.visualizers.backend.graphite.TextGraphiteMetricsSender: Wrote 5
> metrics
> 2017/05/24 13:32:43 DEBUG -
> jmeter.visualizers.backend.graphite.TextGraphiteMetricsSender: Wrote 5
> metrics
> 2017/05/24 13:32:44 DEBUG -
> jmeter.visualizers.backend.graphite.TextGraphiteMetricsSender: Wrote 5
> metrics
> 2017/05/24 13:32:45 DEBUG -
> jmeter.visualizers.backend.graphite.TextGraphiteMetricsSender: Wrote 5
> metrics
> 2017/05/24 13:32:46 DEBUG -
> jmeter.visualizers.backend.graphite.TextGraphiteMetricsSender: Wrote 5
> metrics
> 2017/05/24 13:32:47 DEBUG -
> jmeter.visualizers.backend.graphite.TextGraphiteMetricsSender: Wrote 5
> metrics
> 2017/05/24 13:32:48 DEBUG -
> jmeter.visualizers.backend.graphite.TextGraphiteMetricsSender: Wrote 5
> metrics
> 2017/05/24 13:32:49 DEBUG -
> jmeter.visualizers.backend.graphite.TextGraphiteMetricsSender: Wrote 5
> metrics
> 2017/05/24 13:32:50 DEBUG -
> jmeter.visualizers.backend.graphite.TextGraphiteMetricsSender: Wrote 5
> metrics
>
>
>
> *Thanks *
> *Jayesh Guru | (314)609-6046 *
> *Email : jayeshguru81@gmail.com <ja...@gmail.com>*
>
> On Wed, May 24, 2017 at 8:22 AM, Jayesh Guru <ja...@gmail.com>
> wrote:
>
> > Hi Phillippe,
> >
> > Any update on this?
> >
> >
> > *Thanks *
> > *Jayesh Guru | (314)609-6046 <(314)%20609-6046> *
> > *Email : jayeshguru81@gmail.com <ja...@gmail.com>*
> >
> > On Tue, May 23, 2017 at 9:06 AM, Jayesh Guru <ja...@gmail.com>
> > wrote:
> >
> >> Hi Phillippe,
> >>
> >> If you get a chance today could you please check my Redis Data Set in
> JMX
> >> file.
> >> Something in Jmeter is not allowing to stop the test it seems but i am
> >> not sure.
> >>
> >>
> >> *Thanks *
> >> *Jayesh Guru | (314)609-6046 <(314)%20609-6046> *
> >> *Email : jayeshguru81@gmail.com <ja...@gmail.com>*
> >>
> >> On Mon, May 22, 2017 at 3:38 PM, Philippe Mouawad <
> >> philippe.mouawad@gmail.com> wrote:
> >>
> >>> Hello ,
> >>> I received the files, but I am not sure I'll be able to work tonight on
> >>> this.
> >>> Thanks
> >>>
> >>> On Mon, May 22, 2017 at 9:31 PM, Jayesh Guru <ja...@gmail.com>
> >>> wrote:
> >>>
> >>> > Hi Phillipe,
> >>> >
> >>> > Please acknowledge if you received the files
> >>> >
> >>> >
> >>> > *Thanks *
> >>> > *Jayesh Guru | (314)609-6046 *
> >>> > *Email : jayeshguru81@gmail.com <ja...@gmail.com>*
> >>> >
> >>> > On Mon, May 22, 2017 at 3:12 PM, Philippe Mouawad <
> >>> > philippe.mouawad@gmail.com> wrote:
> >>> >
> >>> > > Hello,
> >>> > > Mailing list strips attachments.
> >>> > > Can you provide them in a different way ?
> >>> > >
> >>> > > Thanks
> >>> > >
> >>> > > On Monday, May 22, 2017, Jayesh Guru <ja...@gmail.com>
> wrote:
> >>> > >
> >>> > > > Hi Philippe,
> >>> > > >
> >>> > > > I am using Graphite DB Listener with JMeter 3.1 as JAVA8 is not
> >>> > installed
> >>> > > > on our loadgen machines.
> >>> > > > PFA the JMX file I am using.
> >>> > > > Also attaching Jmeter.log and Jmeter.out files.
> >>> > > >
> >>> > > > Note: The test was not able to shut down so I have aborted the
> job
> >>> in
> >>> > > > Jenkins, thats why you may see lot of difference in time for
> last 2
> >>> > lines
> >>> > > > in Jmeter.log
> >>> > > >
> >>> > > > 2017/05/22 18:58:36 INFO  - jmeter.reporters.ResultCollector:
> >>> Shutdown
> >>> > > hook started
> >>> > > > 2017/05/22 18:58:36 INFO  - jmeter.reporters.ResultCollector:
> >>> Shutdown
> >>> > > hook ended
> >>> > > >
> >>> > > >
> >>> > > >
> >>> > > >
> >>> > > > *Thanks *
> >>> > > > *Jayesh Guru | (314)609-6046 <(314)%20609-6046> *
> >>> > > > *Email : jayeshguru81@gmail.com
> >>> > > > <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');>*
> >>> > > >
> >>> > > > On Sun, May 21, 2017 at 8:34 AM, Philippe Mouawad <
> >>> > > > philippe.mouawad@gmail.com
> >>> > > > <javascript:_e(%7B%7D,'cvml','philippe.mouawad@gmail.com');>>
> >>> wrote:
> >>> > > >
> >>> > > >> Hello
> >>> > > >> How do you report to InfluxDB ?
> >>> > > >> - Using Graphite BackendListener ?
> >>> > > >> - Using JMeter 3.2 Influx DB Client
> >>> > > >> - Using something else ?
> >>> > > >>
> >>> > > >> Would it be possible to run this using plain JMeter (no taurus)
> ?
> >>> > > >> If issue persists, could you provide plain jmeter.log file ?
> >>> > > >>
> >>> > > >> Thanks
> >>> > > >> Regards
> >>> > > >>
> >>> > > >> On Sun, May 21, 2017 at 2:31 PM, Jayesh Guru <
> >>> jayeshguru81@gmail.com
> >>> > > >> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');>>
> wrote:
> >>> > > >>
> >>> > > >> > The test runs fine without any issue without Backend
> listener.I
> >>> am
> >>> > > >> running
> >>> > > >> > the test through Jenkins with taurus(blazemeter) yaml file.
> >>> > > >> > Let me know if you need any more details.
> >>> > > >> >
> >>> > > >> > What do you mean by without plugins?
> >>> > > >> >
> >>> > > >> > Sent from my iPhone
> >>> > > >> >
> >>> > > >> > > On May 21, 2017, at 6:26 AM, Felix Schumacher
> >>> <felix.schumacher@
> >>> > > >> > internetallee.de> wrote:
> >>> > > >> > >
> >>> > > >> > >> Am 18.05.2017 um 19:16 schrieb Jayesh Guru:
> >>> > > >> > >> Here is the similar kind of error observed earlier in
> >>> bugzilla
> >>> > > ticket
> >>> > > >> > >> https://bz.apache.org/bugzilla/show_bug.cgi?id=60053
> >>> > > >> > > That bug report (which is fixed), is about JMeter threads,
> >>> that
> >>> > > >> weren't
> >>> > > >> > stopped at the end of the program. Your stacktraces show an
> >>> > Executor,
> >>> > > >> that
> >>> > > >> > is not being stopped.
> >>> > > >> > >
> >>> > > >> > > The question here is, who has started the Executor and why
> is
> >>> it
> >>> > not
> >>> > > >> > stopped. Please try your tests without any plugins and see, if
> >>> it is
> >>> > > >> still
> >>> > > >> > reporting the stacktrace.
> >>> > > >> > >
> >>> > > >> > > Regards,
> >>> > > >> > > Felix
> >>> > > >> > >
> >>> > > >> > >>
> >>> > > >> > >>
> >>> > > >> > >> *Thanks *
> >>> > > >> > >> *Jayesh Guru | (314)609-6046 *
> >>> > > >> > >> *Email : jayeshguru81@gmail.com
> >>> > > >> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');> <
> >>> > > >> jayeshguru81@gmail.com
> >>> > > >> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');>>*
> >>> > > >> > >>
> >>> > > >> > >>> On Thu, May 18, 2017 at 1:15 PM, Jayesh Guru <
> >>> > > >> jayeshguru81@gmail.com
> >>> > > >> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');>>
> >>> > > >> > wrote:
> >>> > > >> > >>>
> >>> > > >> > >>> I am getting below error in JMeter out file.
> >>> > > >> > >>>
> >>> > > >> > >>> I am currently having Jmeter 3.1 with DummySampler Script
> >>> with
> >>> > > >> "jp@gc
> >>> > > >> > - Redis Data" set with CSV file fed from Github Branch.
> >>> > > >> > >>>
> >>> > > >> > >>> Also I have Backend Listener to write the data to Influx
> DB,
> >>> > when
> >>> > > i
> >>> > > >> > run the test it runs indefinitely reporting to InfuxDB but see
> >>> below
> >>> > > >> error
> >>> > > >> > in Jmeter out
> >>> > > >> > >>>
> >>> > > >> > >>> Starting remote engines
> >>> > > >> > >>> Starting the test @ Thu May 18 17:01:44 UTC 2017
> >>> (1495126904974)
> >>> > > >> > >>> Remote engines have been started
> >>> > > >> > >>> Waiting for possible Shutdown/StopTestNow/Heapdump message
> >>> on
> >>> > port
> >>> > > >> 4445
> >>> > > >> > >>> Tidying up remote @ Thu May 18 17:01:48 UTC 2017
> >>> (1495126908618)
> >>> > > >> > >>> ... end of run
> >>> > > >> > >>> The JVM should have exitted but did not.
> >>> > > >> > >>> The following non-daemon threads are still running
> >>> > (DestroyJavaVM
> >>> > > is
> >>> > > >> > OK):
> >>> > > >> > >>> Thread[pool-1-thread-1,5,RMI Runtime],
> >>> > > >> stackTrace:sun.misc.Unsafe#park
> >>> > > >> > >>> java.util.concurrent.locks.LockSupport#parkNanos at
> >>> line:226
> >>> > > >> > >>> java.util.concurrent.locks.Abs
> >>> tractQueuedSynchronizer$Condit
> >>> > > >> ionObject#awaitNanos
> >>> > > >> > at line:2082
> >>> > > >> > >>> java.util.concurrent.Scheduled
> >>> ThreadPoolExecutor$DelayedWork
> >>> > > >> Queue#take
> >>> > > >> > at line:1090
> >>> > > >> > >>> java.util.concurrent.Scheduled
> >>> ThreadPoolExecutor$DelayedWork
> >>> > > >> Queue#take
> >>> > > >> > at line:807
> >>> > > >> > >>> java.util.concurrent.ThreadPoolExecutor#getTask at
> >>> line:1068
> >>> > > >> > >>> java.util.concurrent.ThreadPoolExecutor#runWorker at
> >>> line:1130
> >>> > > >> > >>> java.util.concurrent.ThreadPoolExecutor$Worker#run at
> >>> line:615
> >>> > > >> > >>> java.lang.Thread#run at line:745
> >>> > > >> > >>>
> >>> > > >> > >>> Thread[DestroyJavaVM,5,main], stackTrace:
> >>> > > >> > >>>
> >>> > > >> > >>>
> >>> > > >> > >>> *Thanks *
> >>> > > >> > >>> *Jayesh Guru | (314)609-6046 <(314)%20609-6046>
> >>> <(314)%20609-6046> *
> >>> > > >> > >>> *Email : jayeshguru81@gmail.com
> >>> > > >> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');> <
> >>> > > >> jayeshguru81@gmail.com
> >>> > > >> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');>>*
> >>> > > >> > >>>
> >>> > > >> > >
> >>> > > >> > >
> >>> > > >> > > ------------------------------
> ------------------------------
> >>> > > ---------
> >>> > > >> > > To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> >>> > > >> <javascript:_e(%7B%7D,'cvml','user-unsubscribe@jmeter.
> apache.org
> >>> ');>
> >>> > > >> > > For additional commands, e-mail:
> user-help@jmeter.apache.org
> >>> > > >> <javascript:_e(%7B%7D,'cvml','user-help@jmeter.apache.org');>
> >>> > > >> > >
> >>> > > >> >
> >>> > > >> > ------------------------------------------------------------
> >>> > ---------
> >>> > > >> > To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> >>> > > >> <javascript:_e(%7B%7D,'cvml','user-unsubscribe@jmeter.
> apache.org
> >>> ');>
> >>> > > >> > For additional commands, e-mail: user-help@jmeter.apache.org
> >>> > > >> <javascript:_e(%7B%7D,'cvml','user-help@jmeter.apache.org');>
> >>> > > >> >
> >>> > > >> >
> >>> > > >>
> >>> > > >>
> >>> > > >> --
> >>> > > >> Cordialement.
> >>> > > >> Philippe Mouawad.
> >>> > > >>
> >>> > > >
> >>> > > >
> >>> > >
> >>> > > --
> >>> > > Cordialement.
> >>> > > Philippe Mouawad.
> >>> > >
> >>> >
> >>>
> >>>
> >>>
> >>> --
> >>> Cordialement.
> >>> Philippe Mouawad.
> >>>
> >>
> >>
> >
>



-- 

Regards
Ubik Load Pack <http://ubikloadpack.com> Team
Follow us on Twitter <http://twitter.com/ubikloadpack>


Cordialement
L'équipe Ubik Load Pack <http://ubikloadpack.com>
Suivez-nous sur Twitter <http://twitter.com/ubikloadpack>

Re: Error in Jmeter out file for Jmeter 3.1

Posted by Jayesh Guru <ja...@gmail.com>.
I have set the jmeter log level to DEBUG and observed that even if the test
is stopped Metrics are being written to Graphite and which is causing the
threads to infinitely run.

2017/05/24 13:32:34 INFO  - jmeter.JMeter: Interrupting RMI Reaper
2017/05/24 13:32:35 DEBUG -
jmeter.visualizers.backend.graphite.TextGraphiteMetricsSender: Wrote 5
metrics
2017/05/24 13:32:36 DEBUG -
jmeter.visualizers.backend.graphite.TextGraphiteMetricsSender: Wrote 5
metrics
2017/05/24 13:32:37 DEBUG -
jmeter.visualizers.backend.graphite.TextGraphiteMetricsSender: Wrote 5
metrics
2017/05/24 13:32:38 DEBUG -
jmeter.visualizers.backend.graphite.TextGraphiteMetricsSender: Wrote 5
metrics
2017/05/24 13:32:39 DEBUG -
jmeter.visualizers.backend.graphite.TextGraphiteMetricsSender: Wrote 5
metrics
2017/05/24 13:32:40 DEBUG -
jmeter.visualizers.backend.graphite.TextGraphiteMetricsSender: Wrote 5
metrics
2017/05/24 13:32:41 DEBUG -
jmeter.visualizers.backend.graphite.TextGraphiteMetricsSender: Wrote 5
metrics
2017/05/24 13:32:42 DEBUG -
jmeter.visualizers.backend.graphite.TextGraphiteMetricsSender: Wrote 5
metrics
2017/05/24 13:32:43 DEBUG -
jmeter.visualizers.backend.graphite.TextGraphiteMetricsSender: Wrote 5
metrics
2017/05/24 13:32:44 DEBUG -
jmeter.visualizers.backend.graphite.TextGraphiteMetricsSender: Wrote 5
metrics
2017/05/24 13:32:45 DEBUG -
jmeter.visualizers.backend.graphite.TextGraphiteMetricsSender: Wrote 5
metrics
2017/05/24 13:32:46 DEBUG -
jmeter.visualizers.backend.graphite.TextGraphiteMetricsSender: Wrote 5
metrics
2017/05/24 13:32:47 DEBUG -
jmeter.visualizers.backend.graphite.TextGraphiteMetricsSender: Wrote 5
metrics
2017/05/24 13:32:48 DEBUG -
jmeter.visualizers.backend.graphite.TextGraphiteMetricsSender: Wrote 5
metrics
2017/05/24 13:32:49 DEBUG -
jmeter.visualizers.backend.graphite.TextGraphiteMetricsSender: Wrote 5
metrics
2017/05/24 13:32:50 DEBUG -
jmeter.visualizers.backend.graphite.TextGraphiteMetricsSender: Wrote 5
metrics



*Thanks *
*Jayesh Guru | (314)609-6046 *
*Email : jayeshguru81@gmail.com <ja...@gmail.com>*

On Wed, May 24, 2017 at 8:22 AM, Jayesh Guru <ja...@gmail.com> wrote:

> Hi Phillippe,
>
> Any update on this?
>
>
> *Thanks *
> *Jayesh Guru | (314)609-6046 <(314)%20609-6046> *
> *Email : jayeshguru81@gmail.com <ja...@gmail.com>*
>
> On Tue, May 23, 2017 at 9:06 AM, Jayesh Guru <ja...@gmail.com>
> wrote:
>
>> Hi Phillippe,
>>
>> If you get a chance today could you please check my Redis Data Set in JMX
>> file.
>> Something in Jmeter is not allowing to stop the test it seems but i am
>> not sure.
>>
>>
>> *Thanks *
>> *Jayesh Guru | (314)609-6046 <(314)%20609-6046> *
>> *Email : jayeshguru81@gmail.com <ja...@gmail.com>*
>>
>> On Mon, May 22, 2017 at 3:38 PM, Philippe Mouawad <
>> philippe.mouawad@gmail.com> wrote:
>>
>>> Hello ,
>>> I received the files, but I am not sure I'll be able to work tonight on
>>> this.
>>> Thanks
>>>
>>> On Mon, May 22, 2017 at 9:31 PM, Jayesh Guru <ja...@gmail.com>
>>> wrote:
>>>
>>> > Hi Phillipe,
>>> >
>>> > Please acknowledge if you received the files
>>> >
>>> >
>>> > *Thanks *
>>> > *Jayesh Guru | (314)609-6046 *
>>> > *Email : jayeshguru81@gmail.com <ja...@gmail.com>*
>>> >
>>> > On Mon, May 22, 2017 at 3:12 PM, Philippe Mouawad <
>>> > philippe.mouawad@gmail.com> wrote:
>>> >
>>> > > Hello,
>>> > > Mailing list strips attachments.
>>> > > Can you provide them in a different way ?
>>> > >
>>> > > Thanks
>>> > >
>>> > > On Monday, May 22, 2017, Jayesh Guru <ja...@gmail.com> wrote:
>>> > >
>>> > > > Hi Philippe,
>>> > > >
>>> > > > I am using Graphite DB Listener with JMeter 3.1 as JAVA8 is not
>>> > installed
>>> > > > on our loadgen machines.
>>> > > > PFA the JMX file I am using.
>>> > > > Also attaching Jmeter.log and Jmeter.out files.
>>> > > >
>>> > > > Note: The test was not able to shut down so I have aborted the job
>>> in
>>> > > > Jenkins, thats why you may see lot of difference in time for last 2
>>> > lines
>>> > > > in Jmeter.log
>>> > > >
>>> > > > 2017/05/22 18:58:36 INFO  - jmeter.reporters.ResultCollector:
>>> Shutdown
>>> > > hook started
>>> > > > 2017/05/22 18:58:36 INFO  - jmeter.reporters.ResultCollector:
>>> Shutdown
>>> > > hook ended
>>> > > >
>>> > > >
>>> > > >
>>> > > >
>>> > > > *Thanks *
>>> > > > *Jayesh Guru | (314)609-6046 <(314)%20609-6046> *
>>> > > > *Email : jayeshguru81@gmail.com
>>> > > > <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');>*
>>> > > >
>>> > > > On Sun, May 21, 2017 at 8:34 AM, Philippe Mouawad <
>>> > > > philippe.mouawad@gmail.com
>>> > > > <javascript:_e(%7B%7D,'cvml','philippe.mouawad@gmail.com');>>
>>> wrote:
>>> > > >
>>> > > >> Hello
>>> > > >> How do you report to InfluxDB ?
>>> > > >> - Using Graphite BackendListener ?
>>> > > >> - Using JMeter 3.2 Influx DB Client
>>> > > >> - Using something else ?
>>> > > >>
>>> > > >> Would it be possible to run this using plain JMeter (no taurus) ?
>>> > > >> If issue persists, could you provide plain jmeter.log file ?
>>> > > >>
>>> > > >> Thanks
>>> > > >> Regards
>>> > > >>
>>> > > >> On Sun, May 21, 2017 at 2:31 PM, Jayesh Guru <
>>> jayeshguru81@gmail.com
>>> > > >> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');>> wrote:
>>> > > >>
>>> > > >> > The test runs fine without any issue without Backend listener.I
>>> am
>>> > > >> running
>>> > > >> > the test through Jenkins with taurus(blazemeter) yaml file.
>>> > > >> > Let me know if you need any more details.
>>> > > >> >
>>> > > >> > What do you mean by without plugins?
>>> > > >> >
>>> > > >> > Sent from my iPhone
>>> > > >> >
>>> > > >> > > On May 21, 2017, at 6:26 AM, Felix Schumacher
>>> <felix.schumacher@
>>> > > >> > internetallee.de> wrote:
>>> > > >> > >
>>> > > >> > >> Am 18.05.2017 um 19:16 schrieb Jayesh Guru:
>>> > > >> > >> Here is the similar kind of error observed earlier in
>>> bugzilla
>>> > > ticket
>>> > > >> > >> https://bz.apache.org/bugzilla/show_bug.cgi?id=60053
>>> > > >> > > That bug report (which is fixed), is about JMeter threads,
>>> that
>>> > > >> weren't
>>> > > >> > stopped at the end of the program. Your stacktraces show an
>>> > Executor,
>>> > > >> that
>>> > > >> > is not being stopped.
>>> > > >> > >
>>> > > >> > > The question here is, who has started the Executor and why is
>>> it
>>> > not
>>> > > >> > stopped. Please try your tests without any plugins and see, if
>>> it is
>>> > > >> still
>>> > > >> > reporting the stacktrace.
>>> > > >> > >
>>> > > >> > > Regards,
>>> > > >> > > Felix
>>> > > >> > >
>>> > > >> > >>
>>> > > >> > >>
>>> > > >> > >> *Thanks *
>>> > > >> > >> *Jayesh Guru | (314)609-6046 *
>>> > > >> > >> *Email : jayeshguru81@gmail.com
>>> > > >> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');> <
>>> > > >> jayeshguru81@gmail.com
>>> > > >> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');>>*
>>> > > >> > >>
>>> > > >> > >>> On Thu, May 18, 2017 at 1:15 PM, Jayesh Guru <
>>> > > >> jayeshguru81@gmail.com
>>> > > >> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');>>
>>> > > >> > wrote:
>>> > > >> > >>>
>>> > > >> > >>> I am getting below error in JMeter out file.
>>> > > >> > >>>
>>> > > >> > >>> I am currently having Jmeter 3.1 with DummySampler Script
>>> with
>>> > > >> "jp@gc
>>> > > >> > - Redis Data" set with CSV file fed from Github Branch.
>>> > > >> > >>>
>>> > > >> > >>> Also I have Backend Listener to write the data to Influx DB,
>>> > when
>>> > > i
>>> > > >> > run the test it runs indefinitely reporting to InfuxDB but see
>>> below
>>> > > >> error
>>> > > >> > in Jmeter out
>>> > > >> > >>>
>>> > > >> > >>> Starting remote engines
>>> > > >> > >>> Starting the test @ Thu May 18 17:01:44 UTC 2017
>>> (1495126904974)
>>> > > >> > >>> Remote engines have been started
>>> > > >> > >>> Waiting for possible Shutdown/StopTestNow/Heapdump message
>>> on
>>> > port
>>> > > >> 4445
>>> > > >> > >>> Tidying up remote @ Thu May 18 17:01:48 UTC 2017
>>> (1495126908618)
>>> > > >> > >>> ... end of run
>>> > > >> > >>> The JVM should have exitted but did not.
>>> > > >> > >>> The following non-daemon threads are still running
>>> > (DestroyJavaVM
>>> > > is
>>> > > >> > OK):
>>> > > >> > >>> Thread[pool-1-thread-1,5,RMI Runtime],
>>> > > >> stackTrace:sun.misc.Unsafe#park
>>> > > >> > >>> java.util.concurrent.locks.LockSupport#parkNanos at
>>> line:226
>>> > > >> > >>> java.util.concurrent.locks.Abs
>>> tractQueuedSynchronizer$Condit
>>> > > >> ionObject#awaitNanos
>>> > > >> > at line:2082
>>> > > >> > >>> java.util.concurrent.Scheduled
>>> ThreadPoolExecutor$DelayedWork
>>> > > >> Queue#take
>>> > > >> > at line:1090
>>> > > >> > >>> java.util.concurrent.Scheduled
>>> ThreadPoolExecutor$DelayedWork
>>> > > >> Queue#take
>>> > > >> > at line:807
>>> > > >> > >>> java.util.concurrent.ThreadPoolExecutor#getTask at
>>> line:1068
>>> > > >> > >>> java.util.concurrent.ThreadPoolExecutor#runWorker at
>>> line:1130
>>> > > >> > >>> java.util.concurrent.ThreadPoolExecutor$Worker#run at
>>> line:615
>>> > > >> > >>> java.lang.Thread#run at line:745
>>> > > >> > >>>
>>> > > >> > >>> Thread[DestroyJavaVM,5,main], stackTrace:
>>> > > >> > >>>
>>> > > >> > >>>
>>> > > >> > >>> *Thanks *
>>> > > >> > >>> *Jayesh Guru | (314)609-6046 <(314)%20609-6046>
>>> <(314)%20609-6046> *
>>> > > >> > >>> *Email : jayeshguru81@gmail.com
>>> > > >> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');> <
>>> > > >> jayeshguru81@gmail.com
>>> > > >> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');>>*
>>> > > >> > >>>
>>> > > >> > >
>>> > > >> > >
>>> > > >> > > ------------------------------------------------------------
>>> > > ---------
>>> > > >> > > To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
>>> > > >> <javascript:_e(%7B%7D,'cvml','user-unsubscribe@jmeter.apache.org
>>> ');>
>>> > > >> > > For additional commands, e-mail: user-help@jmeter.apache.org
>>> > > >> <javascript:_e(%7B%7D,'cvml','user-help@jmeter.apache.org');>
>>> > > >> > >
>>> > > >> >
>>> > > >> > ------------------------------------------------------------
>>> > ---------
>>> > > >> > To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
>>> > > >> <javascript:_e(%7B%7D,'cvml','user-unsubscribe@jmeter.apache.org
>>> ');>
>>> > > >> > For additional commands, e-mail: user-help@jmeter.apache.org
>>> > > >> <javascript:_e(%7B%7D,'cvml','user-help@jmeter.apache.org');>
>>> > > >> >
>>> > > >> >
>>> > > >>
>>> > > >>
>>> > > >> --
>>> > > >> Cordialement.
>>> > > >> Philippe Mouawad.
>>> > > >>
>>> > > >
>>> > > >
>>> > >
>>> > > --
>>> > > Cordialement.
>>> > > Philippe Mouawad.
>>> > >
>>> >
>>>
>>>
>>>
>>> --
>>> Cordialement.
>>> Philippe Mouawad.
>>>
>>
>>
>

Re: Error in Jmeter out file for Jmeter 3.1

Posted by Jayesh Guru <ja...@gmail.com>.
Hi Phillippe,

Any update on this?


*Thanks *
*Jayesh Guru | (314)609-6046 *
*Email : jayeshguru81@gmail.com <ja...@gmail.com>*

On Tue, May 23, 2017 at 9:06 AM, Jayesh Guru <ja...@gmail.com> wrote:

> Hi Phillippe,
>
> If you get a chance today could you please check my Redis Data Set in JMX
> file.
> Something in Jmeter is not allowing to stop the test it seems but i am not
> sure.
>
>
> *Thanks *
> *Jayesh Guru | (314)609-6046 <(314)%20609-6046> *
> *Email : jayeshguru81@gmail.com <ja...@gmail.com>*
>
> On Mon, May 22, 2017 at 3:38 PM, Philippe Mouawad <
> philippe.mouawad@gmail.com> wrote:
>
>> Hello ,
>> I received the files, but I am not sure I'll be able to work tonight on
>> this.
>> Thanks
>>
>> On Mon, May 22, 2017 at 9:31 PM, Jayesh Guru <ja...@gmail.com>
>> wrote:
>>
>> > Hi Phillipe,
>> >
>> > Please acknowledge if you received the files
>> >
>> >
>> > *Thanks *
>> > *Jayesh Guru | (314)609-6046 *
>> > *Email : jayeshguru81@gmail.com <ja...@gmail.com>*
>> >
>> > On Mon, May 22, 2017 at 3:12 PM, Philippe Mouawad <
>> > philippe.mouawad@gmail.com> wrote:
>> >
>> > > Hello,
>> > > Mailing list strips attachments.
>> > > Can you provide them in a different way ?
>> > >
>> > > Thanks
>> > >
>> > > On Monday, May 22, 2017, Jayesh Guru <ja...@gmail.com> wrote:
>> > >
>> > > > Hi Philippe,
>> > > >
>> > > > I am using Graphite DB Listener with JMeter 3.1 as JAVA8 is not
>> > installed
>> > > > on our loadgen machines.
>> > > > PFA the JMX file I am using.
>> > > > Also attaching Jmeter.log and Jmeter.out files.
>> > > >
>> > > > Note: The test was not able to shut down so I have aborted the job
>> in
>> > > > Jenkins, thats why you may see lot of difference in time for last 2
>> > lines
>> > > > in Jmeter.log
>> > > >
>> > > > 2017/05/22 18:58:36 INFO  - jmeter.reporters.ResultCollector:
>> Shutdown
>> > > hook started
>> > > > 2017/05/22 18:58:36 INFO  - jmeter.reporters.ResultCollector:
>> Shutdown
>> > > hook ended
>> > > >
>> > > >
>> > > >
>> > > >
>> > > > *Thanks *
>> > > > *Jayesh Guru | (314)609-6046 <(314)%20609-6046> *
>> > > > *Email : jayeshguru81@gmail.com
>> > > > <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');>*
>> > > >
>> > > > On Sun, May 21, 2017 at 8:34 AM, Philippe Mouawad <
>> > > > philippe.mouawad@gmail.com
>> > > > <javascript:_e(%7B%7D,'cvml','philippe.mouawad@gmail.com');>>
>> wrote:
>> > > >
>> > > >> Hello
>> > > >> How do you report to InfluxDB ?
>> > > >> - Using Graphite BackendListener ?
>> > > >> - Using JMeter 3.2 Influx DB Client
>> > > >> - Using something else ?
>> > > >>
>> > > >> Would it be possible to run this using plain JMeter (no taurus) ?
>> > > >> If issue persists, could you provide plain jmeter.log file ?
>> > > >>
>> > > >> Thanks
>> > > >> Regards
>> > > >>
>> > > >> On Sun, May 21, 2017 at 2:31 PM, Jayesh Guru <
>> jayeshguru81@gmail.com
>> > > >> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');>> wrote:
>> > > >>
>> > > >> > The test runs fine without any issue without Backend listener.I
>> am
>> > > >> running
>> > > >> > the test through Jenkins with taurus(blazemeter) yaml file.
>> > > >> > Let me know if you need any more details.
>> > > >> >
>> > > >> > What do you mean by without plugins?
>> > > >> >
>> > > >> > Sent from my iPhone
>> > > >> >
>> > > >> > > On May 21, 2017, at 6:26 AM, Felix Schumacher
>> <felix.schumacher@
>> > > >> > internetallee.de> wrote:
>> > > >> > >
>> > > >> > >> Am 18.05.2017 um 19:16 schrieb Jayesh Guru:
>> > > >> > >> Here is the similar kind of error observed earlier in bugzilla
>> > > ticket
>> > > >> > >> https://bz.apache.org/bugzilla/show_bug.cgi?id=60053
>> > > >> > > That bug report (which is fixed), is about JMeter threads, that
>> > > >> weren't
>> > > >> > stopped at the end of the program. Your stacktraces show an
>> > Executor,
>> > > >> that
>> > > >> > is not being stopped.
>> > > >> > >
>> > > >> > > The question here is, who has started the Executor and why is
>> it
>> > not
>> > > >> > stopped. Please try your tests without any plugins and see, if
>> it is
>> > > >> still
>> > > >> > reporting the stacktrace.
>> > > >> > >
>> > > >> > > Regards,
>> > > >> > > Felix
>> > > >> > >
>> > > >> > >>
>> > > >> > >>
>> > > >> > >> *Thanks *
>> > > >> > >> *Jayesh Guru | (314)609-6046 *
>> > > >> > >> *Email : jayeshguru81@gmail.com
>> > > >> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');> <
>> > > >> jayeshguru81@gmail.com
>> > > >> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');>>*
>> > > >> > >>
>> > > >> > >>> On Thu, May 18, 2017 at 1:15 PM, Jayesh Guru <
>> > > >> jayeshguru81@gmail.com
>> > > >> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');>>
>> > > >> > wrote:
>> > > >> > >>>
>> > > >> > >>> I am getting below error in JMeter out file.
>> > > >> > >>>
>> > > >> > >>> I am currently having Jmeter 3.1 with DummySampler Script
>> with
>> > > >> "jp@gc
>> > > >> > - Redis Data" set with CSV file fed from Github Branch.
>> > > >> > >>>
>> > > >> > >>> Also I have Backend Listener to write the data to Influx DB,
>> > when
>> > > i
>> > > >> > run the test it runs indefinitely reporting to InfuxDB but see
>> below
>> > > >> error
>> > > >> > in Jmeter out
>> > > >> > >>>
>> > > >> > >>> Starting remote engines
>> > > >> > >>> Starting the test @ Thu May 18 17:01:44 UTC 2017
>> (1495126904974)
>> > > >> > >>> Remote engines have been started
>> > > >> > >>> Waiting for possible Shutdown/StopTestNow/Heapdump message on
>> > port
>> > > >> 4445
>> > > >> > >>> Tidying up remote @ Thu May 18 17:01:48 UTC 2017
>> (1495126908618)
>> > > >> > >>> ... end of run
>> > > >> > >>> The JVM should have exitted but did not.
>> > > >> > >>> The following non-daemon threads are still running
>> > (DestroyJavaVM
>> > > is
>> > > >> > OK):
>> > > >> > >>> Thread[pool-1-thread-1,5,RMI Runtime],
>> > > >> stackTrace:sun.misc.Unsafe#park
>> > > >> > >>> java.util.concurrent.locks.LockSupport#parkNanos at line:226
>> > > >> > >>> java.util.concurrent.locks.AbstractQueuedSynchronizer$Condit
>> > > >> ionObject#awaitNanos
>> > > >> > at line:2082
>> > > >> > >>> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWork
>> > > >> Queue#take
>> > > >> > at line:1090
>> > > >> > >>> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWork
>> > > >> Queue#take
>> > > >> > at line:807
>> > > >> > >>> java.util.concurrent.ThreadPoolExecutor#getTask at line:1068
>> > > >> > >>> java.util.concurrent.ThreadPoolExecutor#runWorker at
>> line:1130
>> > > >> > >>> java.util.concurrent.ThreadPoolExecutor$Worker#run at
>> line:615
>> > > >> > >>> java.lang.Thread#run at line:745
>> > > >> > >>>
>> > > >> > >>> Thread[DestroyJavaVM,5,main], stackTrace:
>> > > >> > >>>
>> > > >> > >>>
>> > > >> > >>> *Thanks *
>> > > >> > >>> *Jayesh Guru | (314)609-6046 <(314)%20609-6046>
>> <(314)%20609-6046> *
>> > > >> > >>> *Email : jayeshguru81@gmail.com
>> > > >> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');> <
>> > > >> jayeshguru81@gmail.com
>> > > >> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');>>*
>> > > >> > >>>
>> > > >> > >
>> > > >> > >
>> > > >> > > ------------------------------------------------------------
>> > > ---------
>> > > >> > > To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
>> > > >> <javascript:_e(%7B%7D,'cvml','user-unsubscribe@jmeter.apache.org
>> ');>
>> > > >> > > For additional commands, e-mail: user-help@jmeter.apache.org
>> > > >> <javascript:_e(%7B%7D,'cvml','user-help@jmeter.apache.org');>
>> > > >> > >
>> > > >> >
>> > > >> > ------------------------------------------------------------
>> > ---------
>> > > >> > To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
>> > > >> <javascript:_e(%7B%7D,'cvml','user-unsubscribe@jmeter.apache.org
>> ');>
>> > > >> > For additional commands, e-mail: user-help@jmeter.apache.org
>> > > >> <javascript:_e(%7B%7D,'cvml','user-help@jmeter.apache.org');>
>> > > >> >
>> > > >> >
>> > > >>
>> > > >>
>> > > >> --
>> > > >> Cordialement.
>> > > >> Philippe Mouawad.
>> > > >>
>> > > >
>> > > >
>> > >
>> > > --
>> > > Cordialement.
>> > > Philippe Mouawad.
>> > >
>> >
>>
>>
>>
>> --
>> Cordialement.
>> Philippe Mouawad.
>>
>
>

Re: Error in Jmeter out file for Jmeter 3.1

Posted by Jayesh Guru <ja...@gmail.com>.
Hi Phillippe,

If you get a chance today could you please check my Redis Data Set in JMX
file.
Something in Jmeter is not allowing to stop the test it seems but i am not
sure.


*Thanks *
*Jayesh Guru | (314)609-6046 *
*Email : jayeshguru81@gmail.com <ja...@gmail.com>*

On Mon, May 22, 2017 at 3:38 PM, Philippe Mouawad <
philippe.mouawad@gmail.com> wrote:

> Hello ,
> I received the files, but I am not sure I'll be able to work tonight on
> this.
> Thanks
>
> On Mon, May 22, 2017 at 9:31 PM, Jayesh Guru <ja...@gmail.com>
> wrote:
>
> > Hi Phillipe,
> >
> > Please acknowledge if you received the files
> >
> >
> > *Thanks *
> > *Jayesh Guru | (314)609-6046 *
> > *Email : jayeshguru81@gmail.com <ja...@gmail.com>*
> >
> > On Mon, May 22, 2017 at 3:12 PM, Philippe Mouawad <
> > philippe.mouawad@gmail.com> wrote:
> >
> > > Hello,
> > > Mailing list strips attachments.
> > > Can you provide them in a different way ?
> > >
> > > Thanks
> > >
> > > On Monday, May 22, 2017, Jayesh Guru <ja...@gmail.com> wrote:
> > >
> > > > Hi Philippe,
> > > >
> > > > I am using Graphite DB Listener with JMeter 3.1 as JAVA8 is not
> > installed
> > > > on our loadgen machines.
> > > > PFA the JMX file I am using.
> > > > Also attaching Jmeter.log and Jmeter.out files.
> > > >
> > > > Note: The test was not able to shut down so I have aborted the job in
> > > > Jenkins, thats why you may see lot of difference in time for last 2
> > lines
> > > > in Jmeter.log
> > > >
> > > > 2017/05/22 18:58:36 INFO  - jmeter.reporters.ResultCollector:
> Shutdown
> > > hook started
> > > > 2017/05/22 18:58:36 INFO  - jmeter.reporters.ResultCollector:
> Shutdown
> > > hook ended
> > > >
> > > >
> > > >
> > > >
> > > > *Thanks *
> > > > *Jayesh Guru | (314)609-6046 *
> > > > *Email : jayeshguru81@gmail.com
> > > > <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');>*
> > > >
> > > > On Sun, May 21, 2017 at 8:34 AM, Philippe Mouawad <
> > > > philippe.mouawad@gmail.com
> > > > <javascript:_e(%7B%7D,'cvml','philippe.mouawad@gmail.com');>> wrote:
> > > >
> > > >> Hello
> > > >> How do you report to InfluxDB ?
> > > >> - Using Graphite BackendListener ?
> > > >> - Using JMeter 3.2 Influx DB Client
> > > >> - Using something else ?
> > > >>
> > > >> Would it be possible to run this using plain JMeter (no taurus) ?
> > > >> If issue persists, could you provide plain jmeter.log file ?
> > > >>
> > > >> Thanks
> > > >> Regards
> > > >>
> > > >> On Sun, May 21, 2017 at 2:31 PM, Jayesh Guru <
> jayeshguru81@gmail.com
> > > >> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');>> wrote:
> > > >>
> > > >> > The test runs fine without any issue without Backend listener.I am
> > > >> running
> > > >> > the test through Jenkins with taurus(blazemeter) yaml file.
> > > >> > Let me know if you need any more details.
> > > >> >
> > > >> > What do you mean by without plugins?
> > > >> >
> > > >> > Sent from my iPhone
> > > >> >
> > > >> > > On May 21, 2017, at 6:26 AM, Felix Schumacher <felix.schumacher@
> > > >> > internetallee.de> wrote:
> > > >> > >
> > > >> > >> Am 18.05.2017 um 19:16 schrieb Jayesh Guru:
> > > >> > >> Here is the similar kind of error observed earlier in bugzilla
> > > ticket
> > > >> > >> https://bz.apache.org/bugzilla/show_bug.cgi?id=60053
> > > >> > > That bug report (which is fixed), is about JMeter threads, that
> > > >> weren't
> > > >> > stopped at the end of the program. Your stacktraces show an
> > Executor,
> > > >> that
> > > >> > is not being stopped.
> > > >> > >
> > > >> > > The question here is, who has started the Executor and why is it
> > not
> > > >> > stopped. Please try your tests without any plugins and see, if it
> is
> > > >> still
> > > >> > reporting the stacktrace.
> > > >> > >
> > > >> > > Regards,
> > > >> > > Felix
> > > >> > >
> > > >> > >>
> > > >> > >>
> > > >> > >> *Thanks *
> > > >> > >> *Jayesh Guru | (314)609-6046 *
> > > >> > >> *Email : jayeshguru81@gmail.com
> > > >> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');> <
> > > >> jayeshguru81@gmail.com
> > > >> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');>>*
> > > >> > >>
> > > >> > >>> On Thu, May 18, 2017 at 1:15 PM, Jayesh Guru <
> > > >> jayeshguru81@gmail.com
> > > >> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');>>
> > > >> > wrote:
> > > >> > >>>
> > > >> > >>> I am getting below error in JMeter out file.
> > > >> > >>>
> > > >> > >>> I am currently having Jmeter 3.1 with DummySampler Script with
> > > >> "jp@gc
> > > >> > - Redis Data" set with CSV file fed from Github Branch.
> > > >> > >>>
> > > >> > >>> Also I have Backend Listener to write the data to Influx DB,
> > when
> > > i
> > > >> > run the test it runs indefinitely reporting to InfuxDB but see
> below
> > > >> error
> > > >> > in Jmeter out
> > > >> > >>>
> > > >> > >>> Starting remote engines
> > > >> > >>> Starting the test @ Thu May 18 17:01:44 UTC 2017
> (1495126904974)
> > > >> > >>> Remote engines have been started
> > > >> > >>> Waiting for possible Shutdown/StopTestNow/Heapdump message on
> > port
> > > >> 4445
> > > >> > >>> Tidying up remote @ Thu May 18 17:01:48 UTC 2017
> (1495126908618)
> > > >> > >>> ... end of run
> > > >> > >>> The JVM should have exitted but did not.
> > > >> > >>> The following non-daemon threads are still running
> > (DestroyJavaVM
> > > is
> > > >> > OK):
> > > >> > >>> Thread[pool-1-thread-1,5,RMI Runtime],
> > > >> stackTrace:sun.misc.Unsafe#park
> > > >> > >>> java.util.concurrent.locks.LockSupport#parkNanos at line:226
> > > >> > >>> java.util.concurrent.locks.AbstractQueuedSynchronizer$Condit
> > > >> ionObject#awaitNanos
> > > >> > at line:2082
> > > >> > >>> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWork
> > > >> Queue#take
> > > >> > at line:1090
> > > >> > >>> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWork
> > > >> Queue#take
> > > >> > at line:807
> > > >> > >>> java.util.concurrent.ThreadPoolExecutor#getTask at line:1068
> > > >> > >>> java.util.concurrent.ThreadPoolExecutor#runWorker at
> line:1130
> > > >> > >>> java.util.concurrent.ThreadPoolExecutor$Worker#run at
> line:615
> > > >> > >>> java.lang.Thread#run at line:745
> > > >> > >>>
> > > >> > >>> Thread[DestroyJavaVM,5,main], stackTrace:
> > > >> > >>>
> > > >> > >>>
> > > >> > >>> *Thanks *
> > > >> > >>> *Jayesh Guru | (314)609-6046 <(314)%20609-6046> *
> > > >> > >>> *Email : jayeshguru81@gmail.com
> > > >> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');> <
> > > >> jayeshguru81@gmail.com
> > > >> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');>>*
> > > >> > >>>
> > > >> > >
> > > >> > >
> > > >> > > ------------------------------------------------------------
> > > ---------
> > > >> > > To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> > > >> <javascript:_e(%7B%7D,'cvml','user-unsubscribe@jmeter.apache.org
> ');>
> > > >> > > For additional commands, e-mail: user-help@jmeter.apache.org
> > > >> <javascript:_e(%7B%7D,'cvml','user-help@jmeter.apache.org');>
> > > >> > >
> > > >> >
> > > >> > ------------------------------------------------------------
> > ---------
> > > >> > To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> > > >> <javascript:_e(%7B%7D,'cvml','user-unsubscribe@jmeter.apache.org
> ');>
> > > >> > For additional commands, e-mail: user-help@jmeter.apache.org
> > > >> <javascript:_e(%7B%7D,'cvml','user-help@jmeter.apache.org');>
> > > >> >
> > > >> >
> > > >>
> > > >>
> > > >> --
> > > >> Cordialement.
> > > >> Philippe Mouawad.
> > > >>
> > > >
> > > >
> > >
> > > --
> > > Cordialement.
> > > Philippe Mouawad.
> > >
> >
>
>
>
> --
> Cordialement.
> Philippe Mouawad.
>

Re: Error in Jmeter out file for Jmeter 3.1

Posted by Philippe Mouawad <ph...@gmail.com>.
Hello ,
I received the files, but I am not sure I'll be able to work tonight on
this.
Thanks

On Mon, May 22, 2017 at 9:31 PM, Jayesh Guru <ja...@gmail.com> wrote:

> Hi Phillipe,
>
> Please acknowledge if you received the files
>
>
> *Thanks *
> *Jayesh Guru | (314)609-6046 *
> *Email : jayeshguru81@gmail.com <ja...@gmail.com>*
>
> On Mon, May 22, 2017 at 3:12 PM, Philippe Mouawad <
> philippe.mouawad@gmail.com> wrote:
>
> > Hello,
> > Mailing list strips attachments.
> > Can you provide them in a different way ?
> >
> > Thanks
> >
> > On Monday, May 22, 2017, Jayesh Guru <ja...@gmail.com> wrote:
> >
> > > Hi Philippe,
> > >
> > > I am using Graphite DB Listener with JMeter 3.1 as JAVA8 is not
> installed
> > > on our loadgen machines.
> > > PFA the JMX file I am using.
> > > Also attaching Jmeter.log and Jmeter.out files.
> > >
> > > Note: The test was not able to shut down so I have aborted the job in
> > > Jenkins, thats why you may see lot of difference in time for last 2
> lines
> > > in Jmeter.log
> > >
> > > 2017/05/22 18:58:36 INFO  - jmeter.reporters.ResultCollector: Shutdown
> > hook started
> > > 2017/05/22 18:58:36 INFO  - jmeter.reporters.ResultCollector: Shutdown
> > hook ended
> > >
> > >
> > >
> > >
> > > *Thanks *
> > > *Jayesh Guru | (314)609-6046 *
> > > *Email : jayeshguru81@gmail.com
> > > <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');>*
> > >
> > > On Sun, May 21, 2017 at 8:34 AM, Philippe Mouawad <
> > > philippe.mouawad@gmail.com
> > > <javascript:_e(%7B%7D,'cvml','philippe.mouawad@gmail.com');>> wrote:
> > >
> > >> Hello
> > >> How do you report to InfluxDB ?
> > >> - Using Graphite BackendListener ?
> > >> - Using JMeter 3.2 Influx DB Client
> > >> - Using something else ?
> > >>
> > >> Would it be possible to run this using plain JMeter (no taurus) ?
> > >> If issue persists, could you provide plain jmeter.log file ?
> > >>
> > >> Thanks
> > >> Regards
> > >>
> > >> On Sun, May 21, 2017 at 2:31 PM, Jayesh Guru <jayeshguru81@gmail.com
> > >> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');>> wrote:
> > >>
> > >> > The test runs fine without any issue without Backend listener.I am
> > >> running
> > >> > the test through Jenkins with taurus(blazemeter) yaml file.
> > >> > Let me know if you need any more details.
> > >> >
> > >> > What do you mean by without plugins?
> > >> >
> > >> > Sent from my iPhone
> > >> >
> > >> > > On May 21, 2017, at 6:26 AM, Felix Schumacher <felix.schumacher@
> > >> > internetallee.de> wrote:
> > >> > >
> > >> > >> Am 18.05.2017 um 19:16 schrieb Jayesh Guru:
> > >> > >> Here is the similar kind of error observed earlier in bugzilla
> > ticket
> > >> > >> https://bz.apache.org/bugzilla/show_bug.cgi?id=60053
> > >> > > That bug report (which is fixed), is about JMeter threads, that
> > >> weren't
> > >> > stopped at the end of the program. Your stacktraces show an
> Executor,
> > >> that
> > >> > is not being stopped.
> > >> > >
> > >> > > The question here is, who has started the Executor and why is it
> not
> > >> > stopped. Please try your tests without any plugins and see, if it is
> > >> still
> > >> > reporting the stacktrace.
> > >> > >
> > >> > > Regards,
> > >> > > Felix
> > >> > >
> > >> > >>
> > >> > >>
> > >> > >> *Thanks *
> > >> > >> *Jayesh Guru | (314)609-6046 *
> > >> > >> *Email : jayeshguru81@gmail.com
> > >> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');> <
> > >> jayeshguru81@gmail.com
> > >> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');>>*
> > >> > >>
> > >> > >>> On Thu, May 18, 2017 at 1:15 PM, Jayesh Guru <
> > >> jayeshguru81@gmail.com
> > >> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');>>
> > >> > wrote:
> > >> > >>>
> > >> > >>> I am getting below error in JMeter out file.
> > >> > >>>
> > >> > >>> I am currently having Jmeter 3.1 with DummySampler Script with
> > >> "jp@gc
> > >> > - Redis Data" set with CSV file fed from Github Branch.
> > >> > >>>
> > >> > >>> Also I have Backend Listener to write the data to Influx DB,
> when
> > i
> > >> > run the test it runs indefinitely reporting to InfuxDB but see below
> > >> error
> > >> > in Jmeter out
> > >> > >>>
> > >> > >>> Starting remote engines
> > >> > >>> Starting the test @ Thu May 18 17:01:44 UTC 2017 (1495126904974)
> > >> > >>> Remote engines have been started
> > >> > >>> Waiting for possible Shutdown/StopTestNow/Heapdump message on
> port
> > >> 4445
> > >> > >>> Tidying up remote @ Thu May 18 17:01:48 UTC 2017 (1495126908618)
> > >> > >>> ... end of run
> > >> > >>> The JVM should have exitted but did not.
> > >> > >>> The following non-daemon threads are still running
> (DestroyJavaVM
> > is
> > >> > OK):
> > >> > >>> Thread[pool-1-thread-1,5,RMI Runtime],
> > >> stackTrace:sun.misc.Unsafe#park
> > >> > >>> java.util.concurrent.locks.LockSupport#parkNanos at line:226
> > >> > >>> java.util.concurrent.locks.AbstractQueuedSynchronizer$Condit
> > >> ionObject#awaitNanos
> > >> > at line:2082
> > >> > >>> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWork
> > >> Queue#take
> > >> > at line:1090
> > >> > >>> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWork
> > >> Queue#take
> > >> > at line:807
> > >> > >>> java.util.concurrent.ThreadPoolExecutor#getTask at line:1068
> > >> > >>> java.util.concurrent.ThreadPoolExecutor#runWorker at line:1130
> > >> > >>> java.util.concurrent.ThreadPoolExecutor$Worker#run at line:615
> > >> > >>> java.lang.Thread#run at line:745
> > >> > >>>
> > >> > >>> Thread[DestroyJavaVM,5,main], stackTrace:
> > >> > >>>
> > >> > >>>
> > >> > >>> *Thanks *
> > >> > >>> *Jayesh Guru | (314)609-6046 <(314)%20609-6046> *
> > >> > >>> *Email : jayeshguru81@gmail.com
> > >> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');> <
> > >> jayeshguru81@gmail.com
> > >> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');>>*
> > >> > >>>
> > >> > >
> > >> > >
> > >> > > ------------------------------------------------------------
> > ---------
> > >> > > To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> > >> <javascript:_e(%7B%7D,'cvml','user-unsubscribe@jmeter.apache.org');>
> > >> > > For additional commands, e-mail: user-help@jmeter.apache.org
> > >> <javascript:_e(%7B%7D,'cvml','user-help@jmeter.apache.org');>
> > >> > >
> > >> >
> > >> > ------------------------------------------------------------
> ---------
> > >> > To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> > >> <javascript:_e(%7B%7D,'cvml','user-unsubscribe@jmeter.apache.org');>
> > >> > For additional commands, e-mail: user-help@jmeter.apache.org
> > >> <javascript:_e(%7B%7D,'cvml','user-help@jmeter.apache.org');>
> > >> >
> > >> >
> > >>
> > >>
> > >> --
> > >> Cordialement.
> > >> Philippe Mouawad.
> > >>
> > >
> > >
> >
> > --
> > Cordialement.
> > Philippe Mouawad.
> >
>



-- 
Cordialement.
Philippe Mouawad.

Re: Error in Jmeter out file for Jmeter 3.1

Posted by Jayesh Guru <ja...@gmail.com>.
Hi Phillipe,

Please acknowledge if you received the files


*Thanks *
*Jayesh Guru | (314)609-6046 *
*Email : jayeshguru81@gmail.com <ja...@gmail.com>*

On Mon, May 22, 2017 at 3:12 PM, Philippe Mouawad <
philippe.mouawad@gmail.com> wrote:

> Hello,
> Mailing list strips attachments.
> Can you provide them in a different way ?
>
> Thanks
>
> On Monday, May 22, 2017, Jayesh Guru <ja...@gmail.com> wrote:
>
> > Hi Philippe,
> >
> > I am using Graphite DB Listener with JMeter 3.1 as JAVA8 is not installed
> > on our loadgen machines.
> > PFA the JMX file I am using.
> > Also attaching Jmeter.log and Jmeter.out files.
> >
> > Note: The test was not able to shut down so I have aborted the job in
> > Jenkins, thats why you may see lot of difference in time for last 2 lines
> > in Jmeter.log
> >
> > 2017/05/22 18:58:36 INFO  - jmeter.reporters.ResultCollector: Shutdown
> hook started
> > 2017/05/22 18:58:36 INFO  - jmeter.reporters.ResultCollector: Shutdown
> hook ended
> >
> >
> >
> >
> > *Thanks *
> > *Jayesh Guru | (314)609-6046 *
> > *Email : jayeshguru81@gmail.com
> > <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');>*
> >
> > On Sun, May 21, 2017 at 8:34 AM, Philippe Mouawad <
> > philippe.mouawad@gmail.com
> > <javascript:_e(%7B%7D,'cvml','philippe.mouawad@gmail.com');>> wrote:
> >
> >> Hello
> >> How do you report to InfluxDB ?
> >> - Using Graphite BackendListener ?
> >> - Using JMeter 3.2 Influx DB Client
> >> - Using something else ?
> >>
> >> Would it be possible to run this using plain JMeter (no taurus) ?
> >> If issue persists, could you provide plain jmeter.log file ?
> >>
> >> Thanks
> >> Regards
> >>
> >> On Sun, May 21, 2017 at 2:31 PM, Jayesh Guru <jayeshguru81@gmail.com
> >> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');>> wrote:
> >>
> >> > The test runs fine without any issue without Backend listener.I am
> >> running
> >> > the test through Jenkins with taurus(blazemeter) yaml file.
> >> > Let me know if you need any more details.
> >> >
> >> > What do you mean by without plugins?
> >> >
> >> > Sent from my iPhone
> >> >
> >> > > On May 21, 2017, at 6:26 AM, Felix Schumacher <felix.schumacher@
> >> > internetallee.de> wrote:
> >> > >
> >> > >> Am 18.05.2017 um 19:16 schrieb Jayesh Guru:
> >> > >> Here is the similar kind of error observed earlier in bugzilla
> ticket
> >> > >> https://bz.apache.org/bugzilla/show_bug.cgi?id=60053
> >> > > That bug report (which is fixed), is about JMeter threads, that
> >> weren't
> >> > stopped at the end of the program. Your stacktraces show an Executor,
> >> that
> >> > is not being stopped.
> >> > >
> >> > > The question here is, who has started the Executor and why is it not
> >> > stopped. Please try your tests without any plugins and see, if it is
> >> still
> >> > reporting the stacktrace.
> >> > >
> >> > > Regards,
> >> > > Felix
> >> > >
> >> > >>
> >> > >>
> >> > >> *Thanks *
> >> > >> *Jayesh Guru | (314)609-6046 *
> >> > >> *Email : jayeshguru81@gmail.com
> >> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');> <
> >> jayeshguru81@gmail.com
> >> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');>>*
> >> > >>
> >> > >>> On Thu, May 18, 2017 at 1:15 PM, Jayesh Guru <
> >> jayeshguru81@gmail.com
> >> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');>>
> >> > wrote:
> >> > >>>
> >> > >>> I am getting below error in JMeter out file.
> >> > >>>
> >> > >>> I am currently having Jmeter 3.1 with DummySampler Script with
> >> "jp@gc
> >> > - Redis Data" set with CSV file fed from Github Branch.
> >> > >>>
> >> > >>> Also I have Backend Listener to write the data to Influx DB, when
> i
> >> > run the test it runs indefinitely reporting to InfuxDB but see below
> >> error
> >> > in Jmeter out
> >> > >>>
> >> > >>> Starting remote engines
> >> > >>> Starting the test @ Thu May 18 17:01:44 UTC 2017 (1495126904974)
> >> > >>> Remote engines have been started
> >> > >>> Waiting for possible Shutdown/StopTestNow/Heapdump message on port
> >> 4445
> >> > >>> Tidying up remote @ Thu May 18 17:01:48 UTC 2017 (1495126908618)
> >> > >>> ... end of run
> >> > >>> The JVM should have exitted but did not.
> >> > >>> The following non-daemon threads are still running (DestroyJavaVM
> is
> >> > OK):
> >> > >>> Thread[pool-1-thread-1,5,RMI Runtime],
> >> stackTrace:sun.misc.Unsafe#park
> >> > >>> java.util.concurrent.locks.LockSupport#parkNanos at line:226
> >> > >>> java.util.concurrent.locks.AbstractQueuedSynchronizer$Condit
> >> ionObject#awaitNanos
> >> > at line:2082
> >> > >>> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWork
> >> Queue#take
> >> > at line:1090
> >> > >>> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWork
> >> Queue#take
> >> > at line:807
> >> > >>> java.util.concurrent.ThreadPoolExecutor#getTask at line:1068
> >> > >>> java.util.concurrent.ThreadPoolExecutor#runWorker at line:1130
> >> > >>> java.util.concurrent.ThreadPoolExecutor$Worker#run at line:615
> >> > >>> java.lang.Thread#run at line:745
> >> > >>>
> >> > >>> Thread[DestroyJavaVM,5,main], stackTrace:
> >> > >>>
> >> > >>>
> >> > >>> *Thanks *
> >> > >>> *Jayesh Guru | (314)609-6046 <(314)%20609-6046> *
> >> > >>> *Email : jayeshguru81@gmail.com
> >> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');> <
> >> jayeshguru81@gmail.com
> >> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');>>*
> >> > >>>
> >> > >
> >> > >
> >> > > ------------------------------------------------------------
> ---------
> >> > > To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> >> <javascript:_e(%7B%7D,'cvml','user-unsubscribe@jmeter.apache.org');>
> >> > > For additional commands, e-mail: user-help@jmeter.apache.org
> >> <javascript:_e(%7B%7D,'cvml','user-help@jmeter.apache.org');>
> >> > >
> >> >
> >> > ---------------------------------------------------------------------
> >> > To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> >> <javascript:_e(%7B%7D,'cvml','user-unsubscribe@jmeter.apache.org');>
> >> > For additional commands, e-mail: user-help@jmeter.apache.org
> >> <javascript:_e(%7B%7D,'cvml','user-help@jmeter.apache.org');>
> >> >
> >> >
> >>
> >>
> >> --
> >> Cordialement.
> >> Philippe Mouawad.
> >>
> >
> >
>
> --
> Cordialement.
> Philippe Mouawad.
>

Re: Error in Jmeter out file for Jmeter 3.1

Posted by Philippe Mouawad <ph...@gmail.com>.
Hello,
Mailing list strips attachments.
Can you provide them in a different way ?

Thanks

On Monday, May 22, 2017, Jayesh Guru <ja...@gmail.com> wrote:

> Hi Philippe,
>
> I am using Graphite DB Listener with JMeter 3.1 as JAVA8 is not installed
> on our loadgen machines.
> PFA the JMX file I am using.
> Also attaching Jmeter.log and Jmeter.out files.
>
> Note: The test was not able to shut down so I have aborted the job in
> Jenkins, thats why you may see lot of difference in time for last 2 lines
> in Jmeter.log
>
> 2017/05/22 18:58:36 INFO  - jmeter.reporters.ResultCollector: Shutdown hook started
> 2017/05/22 18:58:36 INFO  - jmeter.reporters.ResultCollector: Shutdown hook ended
>
>
>
>
> *Thanks *
> *Jayesh Guru | (314)609-6046 *
> *Email : jayeshguru81@gmail.com
> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');>*
>
> On Sun, May 21, 2017 at 8:34 AM, Philippe Mouawad <
> philippe.mouawad@gmail.com
> <javascript:_e(%7B%7D,'cvml','philippe.mouawad@gmail.com');>> wrote:
>
>> Hello
>> How do you report to InfluxDB ?
>> - Using Graphite BackendListener ?
>> - Using JMeter 3.2 Influx DB Client
>> - Using something else ?
>>
>> Would it be possible to run this using plain JMeter (no taurus) ?
>> If issue persists, could you provide plain jmeter.log file ?
>>
>> Thanks
>> Regards
>>
>> On Sun, May 21, 2017 at 2:31 PM, Jayesh Guru <jayeshguru81@gmail.com
>> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');>> wrote:
>>
>> > The test runs fine without any issue without Backend listener.I am
>> running
>> > the test through Jenkins with taurus(blazemeter) yaml file.
>> > Let me know if you need any more details.
>> >
>> > What do you mean by without plugins?
>> >
>> > Sent from my iPhone
>> >
>> > > On May 21, 2017, at 6:26 AM, Felix Schumacher <felix.schumacher@
>> > internetallee.de> wrote:
>> > >
>> > >> Am 18.05.2017 um 19:16 schrieb Jayesh Guru:
>> > >> Here is the similar kind of error observed earlier in bugzilla ticket
>> > >> https://bz.apache.org/bugzilla/show_bug.cgi?id=60053
>> > > That bug report (which is fixed), is about JMeter threads, that
>> weren't
>> > stopped at the end of the program. Your stacktraces show an Executor,
>> that
>> > is not being stopped.
>> > >
>> > > The question here is, who has started the Executor and why is it not
>> > stopped. Please try your tests without any plugins and see, if it is
>> still
>> > reporting the stacktrace.
>> > >
>> > > Regards,
>> > > Felix
>> > >
>> > >>
>> > >>
>> > >> *Thanks *
>> > >> *Jayesh Guru | (314)609-6046 *
>> > >> *Email : jayeshguru81@gmail.com
>> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');> <
>> jayeshguru81@gmail.com
>> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');>>*
>> > >>
>> > >>> On Thu, May 18, 2017 at 1:15 PM, Jayesh Guru <
>> jayeshguru81@gmail.com
>> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');>>
>> > wrote:
>> > >>>
>> > >>> I am getting below error in JMeter out file.
>> > >>>
>> > >>> I am currently having Jmeter 3.1 with DummySampler Script with
>> "jp@gc
>> > - Redis Data" set with CSV file fed from Github Branch.
>> > >>>
>> > >>> Also I have Backend Listener to write the data to Influx DB, when i
>> > run the test it runs indefinitely reporting to InfuxDB but see below
>> error
>> > in Jmeter out
>> > >>>
>> > >>> Starting remote engines
>> > >>> Starting the test @ Thu May 18 17:01:44 UTC 2017 (1495126904974)
>> > >>> Remote engines have been started
>> > >>> Waiting for possible Shutdown/StopTestNow/Heapdump message on port
>> 4445
>> > >>> Tidying up remote @ Thu May 18 17:01:48 UTC 2017 (1495126908618)
>> > >>> ... end of run
>> > >>> The JVM should have exitted but did not.
>> > >>> The following non-daemon threads are still running (DestroyJavaVM is
>> > OK):
>> > >>> Thread[pool-1-thread-1,5,RMI Runtime],
>> stackTrace:sun.misc.Unsafe#park
>> > >>> java.util.concurrent.locks.LockSupport#parkNanos at line:226
>> > >>> java.util.concurrent.locks.AbstractQueuedSynchronizer$Condit
>> ionObject#awaitNanos
>> > at line:2082
>> > >>> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWork
>> Queue#take
>> > at line:1090
>> > >>> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWork
>> Queue#take
>> > at line:807
>> > >>> java.util.concurrent.ThreadPoolExecutor#getTask at line:1068
>> > >>> java.util.concurrent.ThreadPoolExecutor#runWorker at line:1130
>> > >>> java.util.concurrent.ThreadPoolExecutor$Worker#run at line:615
>> > >>> java.lang.Thread#run at line:745
>> > >>>
>> > >>> Thread[DestroyJavaVM,5,main], stackTrace:
>> > >>>
>> > >>>
>> > >>> *Thanks *
>> > >>> *Jayesh Guru | (314)609-6046 <(314)%20609-6046> *
>> > >>> *Email : jayeshguru81@gmail.com
>> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');> <
>> jayeshguru81@gmail.com
>> <javascript:_e(%7B%7D,'cvml','jayeshguru81@gmail.com');>>*
>> > >>>
>> > >
>> > >
>> > > ---------------------------------------------------------------------
>> > > To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
>> <javascript:_e(%7B%7D,'cvml','user-unsubscribe@jmeter.apache.org');>
>> > > For additional commands, e-mail: user-help@jmeter.apache.org
>> <javascript:_e(%7B%7D,'cvml','user-help@jmeter.apache.org');>
>> > >
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
>> <javascript:_e(%7B%7D,'cvml','user-unsubscribe@jmeter.apache.org');>
>> > For additional commands, e-mail: user-help@jmeter.apache.org
>> <javascript:_e(%7B%7D,'cvml','user-help@jmeter.apache.org');>
>> >
>> >
>>
>>
>> --
>> Cordialement.
>> Philippe Mouawad.
>>
>
>

-- 
Cordialement.
Philippe Mouawad.

Re: Error in Jmeter out file for Jmeter 3.1

Posted by Jayesh Guru <ja...@gmail.com>.
Hi Philippe,

I am using Graphite DB Listener with JMeter 3.1 as JAVA8 is not installed
on our loadgen machines.
PFA the JMX file I am using.
Also attaching Jmeter.log and Jmeter.out files.

Note: The test was not able to shut down so I have aborted the job in
Jenkins, thats why you may see lot of difference in time for last 2 lines
in Jmeter.log

2017/05/22 18:58:36 INFO  - jmeter.reporters.ResultCollector: Shutdown
hook started
2017/05/22 18:58:36 INFO  - jmeter.reporters.ResultCollector: Shutdown
hook ended




*Thanks *
*Jayesh Guru | (314)609-6046 *
*Email : jayeshguru81@gmail.com <ja...@gmail.com>*

On Sun, May 21, 2017 at 8:34 AM, Philippe Mouawad <
philippe.mouawad@gmail.com> wrote:

> Hello
> How do you report to InfluxDB ?
> - Using Graphite BackendListener ?
> - Using JMeter 3.2 Influx DB Client
> - Using something else ?
>
> Would it be possible to run this using plain JMeter (no taurus) ?
> If issue persists, could you provide plain jmeter.log file ?
>
> Thanks
> Regards
>
> On Sun, May 21, 2017 at 2:31 PM, Jayesh Guru <ja...@gmail.com>
> wrote:
>
> > The test runs fine without any issue without Backend listener.I am
> running
> > the test through Jenkins with taurus(blazemeter) yaml file.
> > Let me know if you need any more details.
> >
> > What do you mean by without plugins?
> >
> > Sent from my iPhone
> >
> > > On May 21, 2017, at 6:26 AM, Felix Schumacher <felix.schumacher@
> > internetallee.de> wrote:
> > >
> > >> Am 18.05.2017 um 19:16 schrieb Jayesh Guru:
> > >> Here is the similar kind of error observed earlier in bugzilla ticket
> > >> https://bz.apache.org/bugzilla/show_bug.cgi?id=60053
> > > That bug report (which is fixed), is about JMeter threads, that weren't
> > stopped at the end of the program. Your stacktraces show an Executor,
> that
> > is not being stopped.
> > >
> > > The question here is, who has started the Executor and why is it not
> > stopped. Please try your tests without any plugins and see, if it is
> still
> > reporting the stacktrace.
> > >
> > > Regards,
> > > Felix
> > >
> > >>
> > >>
> > >> *Thanks *
> > >> *Jayesh Guru | (314)609-6046 *
> > >> *Email : jayeshguru81@gmail.com <ja...@gmail.com>*
> > >>
> > >>> On Thu, May 18, 2017 at 1:15 PM, Jayesh Guru <jayeshguru81@gmail.com
> >
> > wrote:
> > >>>
> > >>> I am getting below error in JMeter out file.
> > >>>
> > >>> I am currently having Jmeter 3.1 with DummySampler Script with "jp@gc
> > - Redis Data" set with CSV file fed from Github Branch.
> > >>>
> > >>> Also I have Backend Listener to write the data to Influx DB, when i
> > run the test it runs indefinitely reporting to InfuxDB but see below
> error
> > in Jmeter out
> > >>>
> > >>> Starting remote engines
> > >>> Starting the test @ Thu May 18 17:01:44 UTC 2017 (1495126904974)
> > >>> Remote engines have been started
> > >>> Waiting for possible Shutdown/StopTestNow/Heapdump message on port
> 4445
> > >>> Tidying up remote @ Thu May 18 17:01:48 UTC 2017 (1495126908618)
> > >>> ... end of run
> > >>> The JVM should have exitted but did not.
> > >>> The following non-daemon threads are still running (DestroyJavaVM is
> > OK):
> > >>> Thread[pool-1-thread-1,5,RMI Runtime], stackTrace:sun.misc.Unsafe#
> park
> > >>> java.util.concurrent.locks.LockSupport#parkNanos at line:226
> > >>> java.util.concurrent.locks.AbstractQueuedSynchronizer$
> ConditionObject#awaitNanos
> > at line:2082
> > >>> java.util.concurrent.ScheduledThreadPoolExecutor$
> DelayedWorkQueue#take
> > at line:1090
> > >>> java.util.concurrent.ScheduledThreadPoolExecutor$
> DelayedWorkQueue#take
> > at line:807
> > >>> java.util.concurrent.ThreadPoolExecutor#getTask at line:1068
> > >>> java.util.concurrent.ThreadPoolExecutor#runWorker at line:1130
> > >>> java.util.concurrent.ThreadPoolExecutor$Worker#run at line:615
> > >>> java.lang.Thread#run at line:745
> > >>>
> > >>> Thread[DestroyJavaVM,5,main], stackTrace:
> > >>>
> > >>>
> > >>> *Thanks *
> > >>> *Jayesh Guru | (314)609-6046 <(314)%20609-6046> *
> > >>> *Email : jayeshguru81@gmail.com <ja...@gmail.com>*
> > >>>
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> > > For additional commands, e-mail: user-help@jmeter.apache.org
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> > For additional commands, e-mail: user-help@jmeter.apache.org
> >
> >
>
>
> --
> Cordialement.
> Philippe Mouawad.
>

Re: Error in Jmeter out file for Jmeter 3.1

Posted by Philippe Mouawad <ph...@gmail.com>.
Hello
How do you report to InfluxDB ?
- Using Graphite BackendListener ?
- Using JMeter 3.2 Influx DB Client
- Using something else ?

Would it be possible to run this using plain JMeter (no taurus) ?
If issue persists, could you provide plain jmeter.log file ?

Thanks
Regards

On Sun, May 21, 2017 at 2:31 PM, Jayesh Guru <ja...@gmail.com> wrote:

> The test runs fine without any issue without Backend listener.I am running
> the test through Jenkins with taurus(blazemeter) yaml file.
> Let me know if you need any more details.
>
> What do you mean by without plugins?
>
> Sent from my iPhone
>
> > On May 21, 2017, at 6:26 AM, Felix Schumacher <felix.schumacher@
> internetallee.de> wrote:
> >
> >> Am 18.05.2017 um 19:16 schrieb Jayesh Guru:
> >> Here is the similar kind of error observed earlier in bugzilla ticket
> >> https://bz.apache.org/bugzilla/show_bug.cgi?id=60053
> > That bug report (which is fixed), is about JMeter threads, that weren't
> stopped at the end of the program. Your stacktraces show an Executor, that
> is not being stopped.
> >
> > The question here is, who has started the Executor and why is it not
> stopped. Please try your tests without any plugins and see, if it is still
> reporting the stacktrace.
> >
> > Regards,
> > Felix
> >
> >>
> >>
> >> *Thanks *
> >> *Jayesh Guru | (314)609-6046 *
> >> *Email : jayeshguru81@gmail.com <ja...@gmail.com>*
> >>
> >>> On Thu, May 18, 2017 at 1:15 PM, Jayesh Guru <ja...@gmail.com>
> wrote:
> >>>
> >>> I am getting below error in JMeter out file.
> >>>
> >>> I am currently having Jmeter 3.1 with DummySampler Script with "jp@gc
> - Redis Data" set with CSV file fed from Github Branch.
> >>>
> >>> Also I have Backend Listener to write the data to Influx DB, when i
> run the test it runs indefinitely reporting to InfuxDB but see below error
> in Jmeter out
> >>>
> >>> Starting remote engines
> >>> Starting the test @ Thu May 18 17:01:44 UTC 2017 (1495126904974)
> >>> Remote engines have been started
> >>> Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
> >>> Tidying up remote @ Thu May 18 17:01:48 UTC 2017 (1495126908618)
> >>> ... end of run
> >>> The JVM should have exitted but did not.
> >>> The following non-daemon threads are still running (DestroyJavaVM is
> OK):
> >>> Thread[pool-1-thread-1,5,RMI Runtime], stackTrace:sun.misc.Unsafe#park
> >>> java.util.concurrent.locks.LockSupport#parkNanos at line:226
> >>> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#awaitNanos
> at line:2082
> >>> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue#take
> at line:1090
> >>> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue#take
> at line:807
> >>> java.util.concurrent.ThreadPoolExecutor#getTask at line:1068
> >>> java.util.concurrent.ThreadPoolExecutor#runWorker at line:1130
> >>> java.util.concurrent.ThreadPoolExecutor$Worker#run at line:615
> >>> java.lang.Thread#run at line:745
> >>>
> >>> Thread[DestroyJavaVM,5,main], stackTrace:
> >>>
> >>>
> >>> *Thanks *
> >>> *Jayesh Guru | (314)609-6046 <(314)%20609-6046> *
> >>> *Email : jayeshguru81@gmail.com <ja...@gmail.com>*
> >>>
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> > For additional commands, e-mail: user-help@jmeter.apache.org
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> For additional commands, e-mail: user-help@jmeter.apache.org
>
>


-- 
Cordialement.
Philippe Mouawad.

Re: Error in Jmeter out file for Jmeter 3.1

Posted by Jayesh Guru <ja...@gmail.com>.
The test runs fine without any issue without Backend listener.I am running the test through Jenkins with taurus(blazemeter) yaml file.
Let me know if you need any more details.

What do you mean by without plugins?

Sent from my iPhone

> On May 21, 2017, at 6:26 AM, Felix Schumacher <fe...@internetallee.de> wrote:
> 
>> Am 18.05.2017 um 19:16 schrieb Jayesh Guru:
>> Here is the similar kind of error observed earlier in bugzilla ticket
>> https://bz.apache.org/bugzilla/show_bug.cgi?id=60053
> That bug report (which is fixed), is about JMeter threads, that weren't stopped at the end of the program. Your stacktraces show an Executor, that is not being stopped.
> 
> The question here is, who has started the Executor and why is it not stopped. Please try your tests without any plugins and see, if it is still reporting the stacktrace.
> 
> Regards,
> Felix
> 
>> 
>> 
>> *Thanks *
>> *Jayesh Guru | (314)609-6046 *
>> *Email : jayeshguru81@gmail.com <ja...@gmail.com>*
>> 
>>> On Thu, May 18, 2017 at 1:15 PM, Jayesh Guru <ja...@gmail.com> wrote:
>>> 
>>> I am getting below error in JMeter out file.
>>> 
>>> I am currently having Jmeter 3.1 with DummySampler Script with "jp@gc - Redis Data" set with CSV file fed from Github Branch.
>>> 
>>> Also I have Backend Listener to write the data to Influx DB, when i run the test it runs indefinitely reporting to InfuxDB but see below error in Jmeter out
>>> 
>>> Starting remote engines
>>> Starting the test @ Thu May 18 17:01:44 UTC 2017 (1495126904974)
>>> Remote engines have been started
>>> Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
>>> Tidying up remote @ Thu May 18 17:01:48 UTC 2017 (1495126908618)
>>> ... end of run
>>> The JVM should have exitted but did not.
>>> The following non-daemon threads are still running (DestroyJavaVM is OK):
>>> Thread[pool-1-thread-1,5,RMI Runtime], stackTrace:sun.misc.Unsafe#park
>>> java.util.concurrent.locks.LockSupport#parkNanos at line:226
>>> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#awaitNanos at line:2082
>>> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue#take at line:1090
>>> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue#take at line:807
>>> java.util.concurrent.ThreadPoolExecutor#getTask at line:1068
>>> java.util.concurrent.ThreadPoolExecutor#runWorker at line:1130
>>> java.util.concurrent.ThreadPoolExecutor$Worker#run at line:615
>>> java.lang.Thread#run at line:745
>>> 
>>> Thread[DestroyJavaVM,5,main], stackTrace:
>>> 
>>> 
>>> *Thanks *
>>> *Jayesh Guru | (314)609-6046 <(314)%20609-6046> *
>>> *Email : jayeshguru81@gmail.com <ja...@gmail.com>*
>>> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> For additional commands, e-mail: user-help@jmeter.apache.org
> 

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


Re: Error in Jmeter out file for Jmeter 3.1

Posted by Felix Schumacher <fe...@internetallee.de>.
Am 18.05.2017 um 19:16 schrieb Jayesh Guru:
> Here is the similar kind of error observed earlier in bugzilla ticket
> https://bz.apache.org/bugzilla/show_bug.cgi?id=60053
That bug report (which is fixed), is about JMeter threads, that weren't 
stopped at the end of the program. Your stacktraces show an Executor, 
that is not being stopped.

The question here is, who has started the Executor and why is it not 
stopped. Please try your tests without any plugins and see, if it is 
still reporting the stacktrace.

Regards,
  Felix

>
>
> *Thanks *
> *Jayesh Guru | (314)609-6046 *
> *Email : jayeshguru81@gmail.com <ja...@gmail.com>*
>
> On Thu, May 18, 2017 at 1:15 PM, Jayesh Guru <ja...@gmail.com> wrote:
>
>> I am getting below error in JMeter out file.
>>
>> I am currently having Jmeter 3.1 with DummySampler Script with "jp@gc - Redis Data" set with CSV file fed from Github Branch.
>>
>> Also I have Backend Listener to write the data to Influx DB, when i run the test it runs indefinitely reporting to InfuxDB but see below error in Jmeter out
>>
>> Starting remote engines
>> Starting the test @ Thu May 18 17:01:44 UTC 2017 (1495126904974)
>> Remote engines have been started
>> Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
>> Tidying up remote @ Thu May 18 17:01:48 UTC 2017 (1495126908618)
>> ... end of run
>> The JVM should have exitted but did not.
>> The following non-daemon threads are still running (DestroyJavaVM is OK):
>> Thread[pool-1-thread-1,5,RMI Runtime], stackTrace:sun.misc.Unsafe#park
>> java.util.concurrent.locks.LockSupport#parkNanos at line:226
>> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#awaitNanos at line:2082
>> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue#take at line:1090
>> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue#take at line:807
>> java.util.concurrent.ThreadPoolExecutor#getTask at line:1068
>> java.util.concurrent.ThreadPoolExecutor#runWorker at line:1130
>> java.util.concurrent.ThreadPoolExecutor$Worker#run at line:615
>> java.lang.Thread#run at line:745
>>
>> Thread[DestroyJavaVM,5,main], stackTrace:
>>
>>
>> *Thanks *
>> *Jayesh Guru | (314)609-6046 <(314)%20609-6046> *
>> *Email : jayeshguru81@gmail.com <ja...@gmail.com>*
>>


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


Re: Error in Jmeter out file for Jmeter 3.1

Posted by Jayesh Guru <ja...@gmail.com>.
Here is the similar kind of error observed earlier in bugzilla ticket
https://bz.apache.org/bugzilla/show_bug.cgi?id=60053


*Thanks *
*Jayesh Guru | (314)609-6046 *
*Email : jayeshguru81@gmail.com <ja...@gmail.com>*

On Thu, May 18, 2017 at 1:15 PM, Jayesh Guru <ja...@gmail.com> wrote:

> I am getting below error in JMeter out file.
>
> I am currently having Jmeter 3.1 with DummySampler Script with "jp@gc - Redis Data" set with CSV file fed from Github Branch.
>
> Also I have Backend Listener to write the data to Influx DB, when i run the test it runs indefinitely reporting to InfuxDB but see below error in Jmeter out
>
> Starting remote engines
> Starting the test @ Thu May 18 17:01:44 UTC 2017 (1495126904974)
> Remote engines have been started
> Waiting for possible Shutdown/StopTestNow/Heapdump message on port 4445
> Tidying up remote @ Thu May 18 17:01:48 UTC 2017 (1495126908618)
> ... end of run
> The JVM should have exitted but did not.
> The following non-daemon threads are still running (DestroyJavaVM is OK):
> Thread[pool-1-thread-1,5,RMI Runtime], stackTrace:sun.misc.Unsafe#park
> java.util.concurrent.locks.LockSupport#parkNanos at line:226
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#awaitNanos at line:2082
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue#take at line:1090
> java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue#take at line:807
> java.util.concurrent.ThreadPoolExecutor#getTask at line:1068
> java.util.concurrent.ThreadPoolExecutor#runWorker at line:1130
> java.util.concurrent.ThreadPoolExecutor$Worker#run at line:615
> java.lang.Thread#run at line:745
>
> Thread[DestroyJavaVM,5,main], stackTrace:
>
>
> *Thanks *
> *Jayesh Guru | (314)609-6046 <(314)%20609-6046> *
> *Email : jayeshguru81@gmail.com <ja...@gmail.com>*
>