Re: Problems using Cookie manager with Jmeter 5.0

2018-10-13 Thread Sergio Boso
Hi, I'm working to set up a simple script reproducing the issue.
I will post it as soon as I have it.

Regards

Sergio Boso
335 7243 445

Il Sab 13 Ott 2018, 20:20 Philippe Mouawad  ha
scritto:

> Hello Sergio,
> I see no reason for this behaviour as there is little change in
> cookiemanager since 4.0
>
> Are you sure there was no particular settings related to cookie validation
> that you had set in your previous installations?
>
> Please put jmeter in debug and:
> - show response that contains set-cookie
> - show request in browser
> - show request tabs in view result tree
> - attach jmeter.log
>
> Since attachment are not accepted by mailing list, please open a bugzilla.
>
> Thanks
>
>
> On Saturday, October 13, 2018, Felix Schumacher <
> felix.schumac...@internetallee.de> wrote:
>
> >
> >
> > Am 13.10.2018 um 15:38 schrieb Sergio Boso:
> >
> >> Hi everybody,
> >>
> >> I'm experiencing troubles using cookie manager with Jmeter 5.0.
> >> No matter what option I'm selecting (standard, compatibility, ..), no
> >> cookie is stored and returned.
> >> The *same* script works properly under JM 3.2 and 4.0.
> >>
> > Can you give an example for cookies that worked with JMeter 3.2 and don't
> > work in 5.0?
> >
> > Regards,
> >  Felix
> >
> >
> >> Any suggestion / experience?
> >>
> >> Thank you in advance
> >>
> >>
> >
> > -
> > To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
> > For additional commands, e-mail: user-h...@jmeter.apache.org
> >
> >
>
> --
> Cordialement.
> Philippe Mouawad.
>


Re: Problems using Cookie manager with Jmeter 5.0

2018-10-13 Thread Philippe Mouawad
Hello Sergio,
I see no reason for this behaviour as there is little change in
cookiemanager since 4.0

Are you sure there was no particular settings related to cookie validation
that you had set in your previous installations?

Please put jmeter in debug and:
- show response that contains set-cookie
- show request in browser
- show request tabs in view result tree
- attach jmeter.log

Since attachment are not accepted by mailing list, please open a bugzilla.

Thanks


On Saturday, October 13, 2018, Felix Schumacher <
felix.schumac...@internetallee.de> wrote:

>
>
> Am 13.10.2018 um 15:38 schrieb Sergio Boso:
>
>> Hi everybody,
>>
>> I'm experiencing troubles using cookie manager with Jmeter 5.0.
>> No matter what option I'm selecting (standard, compatibility, ..), no
>> cookie is stored and returned.
>> The *same* script works properly under JM 3.2 and 4.0.
>>
> Can you give an example for cookies that worked with JMeter 3.2 and don't
> work in 5.0?
>
> Regards,
>  Felix
>
>
>> Any suggestion / experience?
>>
>> Thank you in advance
>>
>>
>
> -
> To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
> For additional commands, e-mail: user-h...@jmeter.apache.org
>
>

-- 
Cordialement.
Philippe Mouawad.


Re: Problems using Cookie manager with Jmeter 5.0

2018-10-13 Thread Felix Schumacher




Am 13.10.2018 um 15:38 schrieb Sergio Boso:

Hi everybody,

I'm experiencing troubles using cookie manager with Jmeter 5.0.
No matter what option I'm selecting (standard, compatibility, ..), no 
cookie is stored and returned.

The *same* script works properly under JM 3.2 and 4.0.
Can you give an example for cookies that worked with JMeter 3.2 and 
don't work in 5.0?


Regards,
 Felix



Any suggestion / experience?

Thank you in advance




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



Problems using Cookie manager with Jmeter 5.0

2018-10-13 Thread Sergio Boso

Hi everybody,

I'm experiencing troubles using cookie manager with Jmeter 5.0.
No matter what option I'm selecting (standard, compatibility, ..), no cookie is 
stored and returned.
The *same* script works properly under JM 3.2 and 4.0.

Any suggestion / experience?

Thank you in advance

--

Ing. Sergio Boso




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



Re: JUnit Request Class not Found Exception

2018-10-13 Thread Felix Schumacher




Am 09.10.2018 um 16:34 schrieb Maxwell Falcon:

Hello,

I am trying to run some JMeter tests through Jenkins using a docker
instance.  I am not using the Maven plugin as I see some other users
doing.  I can run my tests locally with no error.

Right now I have Jenkins checking out a repo.  In the build stage I am
building the project into a .jar file and then moving that .jar file into
the /lib/junit library found on the docker instance.  Then I run the
tests.

In the jmeter log file I get this warning every time I attempt to run a
test:

jmeter.protocol.java.sampler.JUnitSampler: ClassNotFoundException::
JMeterCommunityTests.JMeterLoginTests

In the tests results file (.xml) I have this:
rm="Failed to create an instance of the class:JMeterLoginTests,
reasons may be missing both empty constructor and one String
constructor or failure to instantiate constructor, check warning
messages in jmeter log file"
Have you had a look at your junit classes? They must have an empty 
constructor and a constructor with a string, as the message indicates.


Regards,
 Felix



Does anyone have any suggestions? Thank you for your time.




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