Hi,
The "register" button in my app doesn't work when I am recording it in JMeter 
(5.3-SNAPSHOT d652f1c).
I see the following error in the log:
2020-05-12 09:16:27,874 ERROR o.a.j.p.h.p.Proxy: [58497]  Exception when 
processing sample
org.jsoup.UncheckedIOException: java.io.IOException: Mark invalid
    at org.jsoup.parser.CharacterReader.rewindToMark(CharacterReader.java:148) 
~[jsoup-1.12.2.jar:?]
    at org.jsoup.parser.Tokeniser.consumeCharacterReference(Tokeniser.java:192) 
~[jsoup-1.12.2.jar:?]
    at org.jsoup.parser.TokeniserState$40.read(TokeniserState.java:827) 
~[jsoup-1.12.2.jar:?]
    at org.jsoup.parser.Tokeniser.read(Tokeniser.java:59) ~[jsoup-1.12.2.jar:?]
    at org.jsoup.parser.TreeBuilder.runParser(TreeBuilder.java:55) 
~[jsoup-1.12.2.jar:?]
    at org.jsoup.parser.TreeBuilder.parse(TreeBuilder.java:47) 
~[jsoup-1.12.2.jar:?]
    at org.jsoup.parser.Parser.parse(Parser.java:107) ~[jsoup-1.12.2.jar:?]
    at org.jsoup.Jsoup.parse(Jsoup.java:58) ~[jsoup-1.12.2.jar:?]
    at 
org.apache.jmeter.protocol.http.proxy.FormCharSetFinder.addFormActionsAndCharSet(FormCharSetFinder.java:55)
 ~[ApacheJMeter_http.jar:5.3-SNAPSHOT]
    at 
org.apache.jmeter.protocol.http.proxy.Proxy.addFormEncodings(Proxy.java:603) 
~[ApacheJMeter_http.jar:5.3-SNAPSHOT]
    at org.apache.jmeter.protocol.http.proxy.Proxy.run(Proxy.java:239) 
[ApacheJMeter_http.jar:5.3-SNAPSHOT]
Caused by: java.io.IOException: Mark invalid
    ... 11 more

I see a couple of HTTP requests recorded (so the button starts the action) - 
but not all and it never gets to the next screen... Works fine without 
recording.

Any thoughts / ideas how to troubleshoot it further?
Thanks,Alex

Reply via email to