On 17 October 2011 10:06, vineeth <[email protected]> wrote:
> Synchronizing timer works only once.
>
> If we add a Synchronizing timer as child of a request in test script
> with No.of users to be grouped by as 20, the timer waits in the first
> loop till all the 20 users are ready to execute the request. In the
> second loop the timer wont wait as the count has reached 20 in the first
> loop and is not reset.
>
> Details are here
>   https://issues.apache.org/bugzilla/show_bug.cgi?id=45703
>
> I tried to decompile "ApacheJMeter_components.jar", update
> synctimer.java and then recompile it back to a jar file.
>   But when I try to recompile the stuff, there are many errors in the
> source files (Some due to missing jars, and some due to errors occured
> in decompilation).
> Is the updated version of "ApacheJMeter_components.jar" is available for
> Jmeter 2.4

The problem was fixed in later versions of JMeter.
We don't patch individual classes.

Have you tried the workround mentioned in Bug 50618?

See
https://issues.apache.org/bugzilla/show_bug.cgi?id=50618#c21
and
https://issues.apache.org/bugzilla/show_bug.cgi?id=50618#c22

> Thanks & Regards
>
> Vineeth Sasidharan
> Trainee Software Engineer
> Software Paradigms Infotech
>
>
>
> shettyd [via JMeter] wrote:
>> whats not working?
>>
>> On Sun, Oct 16, 2011 at 11:01 PM, vineeth <[hidden email]
>> </user/SendEmail.jtp?type=node&node=4908849&i=0>>wrote:
>>
>> > Hi all
>> >
>> > Is there any solution to make the synchronizing timer work properly in
>> > Jmeter2.4.
>> > Any updated versions of "ApacheJMeter_components.jar" is available for
>> > Jmeter 2.4
>> >
>> > Thanks & Regards
>> >
>> > Vineeth Sasidharan
>> > Trainee Software Engineer
>> > Software Paradigms Infotech
>> >
>> >
>> >
>> > sginsbourg [via JMeter] wrote:
>> > > Mixed version software is never tested and never expected to
>> really work.
>> > >
>> > > If anything does work, then that's a miracle.
>> > >
>> > > True for any software, not JMETER specific of course.
>> > >
>> > >
>> > >
>> > >     *Shay Ginsbourg*
>> > > Regulatory & Testing Affairs Consultant
>> > >
>> > >   Formerly QA Manager of LoadRunner at Mercury Interactive
>> > >
>> > >   M.Sc. cum laude in Bio-Medical Engineering
>> > >   M.Sc. in Mechanical Engineering
>> > >
>> > >
>> > >
>> > >
>> > >
>> > > *Work:* 035185873
>> > > *Mobile:* 0546690915
>> > >
>> > > *Email:* [hidden email]
>> </user/SendEmail.jtp?type=node&node=4903105&i=0>
>> > >
>> > > *http://il.linkedin.com/in/shayginsbourg*
>> > >
>> > > *GINSBOURG.COM* <http://www.ginsbourg.com/>
>> > >     ------------------------------
>> > >
>> > >
>> > >
>> > > *P** **Please consider your environmental responsibility before
>> printing
>> > > this e-mail*.
>> > >
>> > >
>> > >
>> > >
>> > >
>> > >
>> > >
>> > >
>> > >
>> > >
>> > >
>> > >
>> > >
>> > >
>> > >
>> > >
>> > > On Fri, Oct 14, 2011 at 2:43 PM, vineeth <[hidden email]
>> > > </user/SendEmail.jtp?type=node&node=4903105&i=1>> wrote:
>> > >
>> > > > Actually I need Error Handling and Rendezvous point in my script.
>> > > > I cant achieve both these together.
>> > > > 1. Using Jmeter2.4 I can implement Error handling, But
>> Rendezvous point
>> > > > wont work.
>> > > > 2. Using Jmeter2.5 I can Implement Rendezvous point But Error
>> handling
>> > > > wont work.
>> > > >
>> > > > Thanks & Regards
>> > > >
>> > > > Vineeth Sasidharan
>> > > > Trainee Software Engineer
>> > > > Software Paradigms Infotech
>> > > >
>> > > >
>> > > >
>> > > > sginsbourg [via JMeter] wrote:
>> > > > > What is the point in mixing versions of Jmeter ?? I don't
>> understand.
>> > > > >
>> > > > >
>> > > > >
>> > > > >
>> > > > >
>> > > > >
>> > > > >
>> > > > >
>> > > > >
>> > > > >     *Shay Ginsbourg*
>> > > > > Regulatory & Testing Affairs Consultant
>> > > > >
>> > > > >   Formerly QA Manager of LoadRunner at Mercury Interactive
>> > > > >
>> > > > >   M.Sc. cum laude in Bio-Medical Engineering
>> > > > >   M.Sc. in Mechanical Engineering
>> > > > >
>> > > > >
>> > > > >
>> > > > >
>> > > > >
>> > > > > *Work:* 035185873
>> > > > > *Mobile:* 0546690915
>> > > > >
>> > > > > *Email:* [hidden email]
>> > > </user/SendEmail.jtp?type=node&node=4902309&i=0>
>> > > > >
>> > > > > *http://il.linkedin.com/in/shayginsbourg*
>> > > > >
>> > > > > *GINSBOURG.COM* <http://www.ginsbourg.com/>
>> > > > >     ------------------------------
>> > > > >
>> > > > >
>> > > > >
>> > > > > *P** **Please consider your environmental responsibility before
>> > > printing
>> > > > > this e-mail*.
>> > > > >
>> > > > >
>> > > > >
>> > > > >
>> > > > >
>> > > > >
>> > > > >
>> > > > >
>> > > > >
>> > > > >
>> > > > >
>> > > > >
>> > > > >
>> > > > >
>> > > > >
>> > > > >
>> > > > > On Fri, Oct 14, 2011 at 1:43 PM, vineeth <[hidden email]
>> > > > > </user/SendEmail.jtp?type=node&node=4902309&i=1>> wrote:
>> > > > >
>> > > > > > Hi All
>> > > > > >
>> > > > > > I'm having a test script with error handling using If and While
>> > > > > Controllers
>> > > > > > and a Synchronizing timer.
>> > > > > >
>> > > > > > 1. The synchronizing timer is not working properly in
>> > > Jmeter2.4R961953
>> > > > > > 2. Test Execution is stopping when the condition evaluates
>> to false
>> > > > > in an
>> > > > > > If
>> > > > > > Controller (Bug50618)
>> > > > > >
>> > > > > > Can any one provide me any solution or work around so that I
>> can
>> > > > > complete
>> > > > > > my
>> > > > > > test script with Rendezvous and error Handling working as
>> expected.
>> > > > > >
>> > > > > >
>> > > > > > Thanks in advance
>> > > > > >
>> > > > > > Vineeth
>> > > > > >
>> > > > > >
>> > > > > >
>> > > > > > --
>> > > > > > View this message in context:
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> http://jmeter.512774.n5.nabble.com/Jmeter2-5-failing-on-negative-condition-of-If-controller-and-Jmeter2-4-Synchronizing-timer-not-workig-tp4902274p4902274.html
>> > > > > > Sent from the JMeter - User mailing list archive at Nabble.com.
>> > > > > >
>> > > > > >
>> > > ---------------------------------------------------------------------
>> > > > > > To unsubscribe, e-mail: [hidden email]
>> > > > > </user/SendEmail.jtp?type=node&node=4902309&i=2>
>> > > > > > For additional commands, e-mail: [hidden email]
>> > > > > </user/SendEmail.jtp?type=node&node=4902309&i=3>
>> > > > > >
>> > > > > >
>> > > > >
>> > > > >
>> > > > >
>> > >
>> ------------------------------------------------------------------------
>> > > > > If you reply to this email, your message will be added to the
>> > > > > discussion below:
>> > > > >
>> > > >
>> > >
>> >
>> http://jmeter.512774.n5.nabble.com/Jmeter2-5-failing-on-negative-condition-of-If-controller-and-Jmeter2-4-Synchronizing-timer-not-workig-tp4902274p4902309.html
>> > > > >
>> > > > > To unsubscribe from Jmeter2.5 failing on negative condition of If
>> > > > > controller and Jmeter2.4 Synchronizing timer not working,
>> click here
>> > > > > <
>> > > > >.
>> > > > >
>> > > >
>> > > >
>> > > > --
>> > > > View this message in context:
>> > > >
>> > >
>> >
>> http://jmeter.512774.n5.nabble.com/Jmeter2-5-failing-on-negative-condition-of-If-controller-and-Jmeter2-4-Synchronizing-timer-not-workig-tp4902274p4902398.html
>> > > > Sent from the JMeter - User mailing list archive at Nabble.com.
>> > > >
>> > >
>> > >
>> > >
>> ------------------------------------------------------------------------
>> > > If you reply to this email, your message will be added to the
>> > > discussion below:
>> > >
>> >
>> http://jmeter.512774.n5.nabble.com/Jmeter2-5-failing-on-negative-condition-of-If-controller-and-Jmeter2-4-Synchronizing-timer-not-workig-tp4902274p4903105.html
>> > >
>> > > To unsubscribe from Jmeter2.5 failing on negative condition of If
>> > > controller and Jmeter2.4 Synchronizing timer not working, click here
>> > > <
>> > >.
>> > >
>> >
>> >
>> > --
>> > View this message in context:
>> >
>> http://jmeter.512774.n5.nabble.com/Jmeter2-5-failing-on-negative-condition-of-If-controller-and-Jmeter2-4-Synchronizing-timer-not-workig-tp4902274p4908792.html
>> > Sent from the JMeter - User mailing list archive at Nabble.com.
>> >
>>
>>
>> ------------------------------------------------------------------------
>> If you reply to this email, your message will be added to the
>> discussion below:
>> http://jmeter.512774.n5.nabble.com/Jmeter2-5-failing-on-negative-condition-of-If-controller-and-Jmeter2-4-Synchronizing-timer-not-workig-tp4902274p4908849.html
>>
>> To unsubscribe from Jmeter2.5 failing on negative condition of If
>> controller and Jmeter2.4 Synchronizing timer not working, click here
>> <http://jmeter.512774.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4902274&code=dmluZWV0aC5zYXNpZGhhcmFuQHNwaS5jb218NDkwMjI3NHwxMzIwMDI3NDgw>.
>>
>
>
>
> --
> View this message in context: 
> http://jmeter.512774.n5.nabble.com/Jmeter2-5-failing-on-negative-condition-of-If-controller-and-Jmeter2-4-Synchronizing-timer-not-workig-tp4902274p4909228.html
> Sent from the JMeter - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to