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 2015/09/24 08:45:59 UTC

[Bug 58453] New: Null pointer exception when disabling Capture HTTP Headers

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

            Bug ID: 58453
           Summary: Null pointer exception  when disabling Capture HTTP
                    Headers
           Product: JMeter
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: dhiren.patel@routerabbit.com

I am trying to record script with "http(s) test script recorder". It's working
properly and record the request until i keep "Capture HTTP Headers" checked. 
Since I want to keep header common with some variable throughout requests and
wanted to put dynamic parameter I don't want it to be recorded. 

To do so, I remove that checkbox "Capture HTTP Headers", now none of my
requests are getting recorded. And application is throwing exception 

I am using https://jmeter.apache.org/usermanual/jmeter_proxy_step_by_step.pdf
to record the requests.


ERROR - jmeter.JMeter: Uncaught exception:  
java.lang.NullPointerException at
org.apache.jmeter.protocol.http.proxy.ProxyControl.replaceValues(ProxyControl.java:1275)
at
org.apache.jmeter.protocol.http.proxy.ProxyControl.deliverSampler(ProxyControl.java:567)
at 
org.apache.jmeter.protocol.http.proxy.Proxy.run(Proxy.java:291)

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

[Bug 58453] Null pointer exception when disabling Capture HTTP Headers

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

Dhiren <dh...@routerabbit.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |VERIFIED

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

[Bug 58453] Null pointer exception when disabling Capture HTTP Headers

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

Dhiren <dh...@routerabbit.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|VERIFIED                    |CLOSED

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

[Bug 58453] Null pointer exception when disabling Capture HTTP Headers

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

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|Linux                       |All
         Resolution|---                         |FIXED
           Hardware|PC                          |All
             Status|NEW                         |RESOLVED
            Version|unspecified                 |2.13
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Author: pmouawad
Date: Thu Sep 24 06:54:55 2015
New Revision: 1705003

URL: http://svn.apache.org/viewvc?rev=1705003&view=rev
Log:
Bug 58453 - Null pointer exception when disabling Capture HTTP Headers
Bugzilla Id: 58453

Modified:
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/Proxy.java
    jmeter/trunk/xdocs/changes.xml

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