You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2021/04/22 09:31:50 UTC

[Bug 65259] New: JMESPathExtractor Attribute Match No. Required

https://bz.apache.org/bugzilla/show_bug.cgi?id=65259

            Bug ID: 65259
           Summary: JMESPathExtractor Attribute Match No. Required
           Product: JMeter
           Version: 5.4.1
          Hardware: PC
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: dietmar.berchtold@nagarro.com
  Target Milestone: JMETER_5.5

Created attachment 37821
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=37821&action=edit
JMX to reproduce error

According to the documentation
https://jmeter.apache.org/usermanual/component_reference.html#JSON_JMESPath_Extractor
"Match No." is not required. But if no value is given an exception occures.

Steps to reproduce:
- run attached JMX file ("Match No." is empty for JMESPathExtractor )
- found: no value is exptracted, Error log is written

Solution 1: update documentation and mark as Required
Solution 2: use 0 as default value as in "JSON Extractor"


found log entry:
ERROR o.a.j.t.JMeterThread: Error while processing sampler: 'jp@gc - Dummy
Sampler'.
java.lang.NumberFormatException: For input string: ""
        at
java.lang.NumberFormatException.forInputString(NumberFormatException.java:68)
~[?:?]
        at java.lang.Integer.parseInt(Integer.java:662) ~[?:?]
        at java.lang.Integer.parseInt(Integer.java:770) ~[?:?]
        at
org.apache.jmeter.extractor.json.jmespath.JMESPathExtractor.process(JMESPathExtractor.java:66)
~[ApacheJMeter_components.jar:5.4.1]
        at
org.apache.jmeter.threads.JMeterThread.runPostProcessors(JMeterThread.java:955)
~[ApacheJMeter_core.jar:?]
        at
org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:573)
~[ApacheJMeter_core.jar:?]
        at
org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:489)
[ApacheJMeter_core.jar:?]
        at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:256)
[ApacheJMeter_core.jar:?]
        at java.lang.Thread.run(Thread.java:832) [?:?]

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 65259] JMESPathExtractor Attribute Match No. Required

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=65259

Dietmar Berchtold <di...@nagarro.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Dietmar Berchtold <di...@nagarro.com> ---
Thanks for solving the issue. 
I hopped you will choose door 2 and use "0" as default :)

I checked using build
https://ci-builds.apache.org/job/JMeter/job/JMeter-trunk/254/ and can confirm
issue is solved.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 65259] JMESPathExtractor Attribute Match No. Required

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=65259

Felix Schumacher <fe...@internetallee.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |FixedInTrunk

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 65259] JMESPathExtractor Attribute Match No. Required

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=65259

Felix Schumacher <fe...@internetallee.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO
                 OS|                            |All

--- Comment #2 from Felix Schumacher <fe...@internetallee.de> ---
Thanks for the report. I chose to take route 2 and use "0" as the default.

Would you be able to test the next nightly or trunk build?

commit b5a3c9113e0ca084b749afdd55a526a285272ae7
AuthorDate: Sat Apr 24 11:45:56 2021 +0200

    JMESPathExtractor Attribute Match No. Required

    Bugzilla Id: 65259
---
 .../jmeter/extractor/json/jmespath/JMESPathExtractor.java    |  7 ++++++-
 .../extractor/json/jmespath/TestJMESPathExtractor.java       | 12 ++++++++++++
 xdocs/changes.xml                                            |  1 +
 3 files changed, 19 insertions(+), 1 deletion(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 65259] JMESPathExtractor Attribute Match No. Required

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=65259

--- Comment #1 from Dietmar Berchtold <di...@nagarro.com> ---
Created attachment 37822
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=37822&action=edit
Screenshot showing missing value

-- 
You are receiving this mail because:
You are the assignee for the bug.