You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Nandini Sathanur <na...@saggezza.com.INVALID> on 2020/12/17 13:30:44 UTC

Issue with Recording Scripts in JMeter

Hello All,

I am facing an issue with recording Scripts in Firefox browser through
JMeter.

Configuration:
I have the Proxy setting in Firefox set to Proxy -localhost; Port -8080.
I have added the RootCA certificate to the browser.
I have set the Port number to 8080 in JMeter also.

Running Script:
TestPlan >Add >Non-Test Elements
Target Controller is set to TestPlan > HTTP(S) Test Script Recorder
Port number is to 8080
Start - The recorder is displayed and recording starts.

Issue:
In Firefox, I have launched my application URL in my Test Server.
The Page title is the Application Page Title.
The URL displayed in the address bar is the URL that I have launched
But the page contents are not displayed. (There is no page load symbol nor
is the page loading, even when left for 1 hour, contents of the page are
not displayed.)

NOTE:
I have tried recording scripts in BlazeMeter App and Google with the same
settings mentioned above and it worked fine.
I am facing this issue only with my application URL.

Is this issue related to Network or Proxy or Firewall?
I am using a Test Server which does not have Internet Connectivity and
directly launches my application URL's.

Please help me understand what the issue is and let me know if there is any
work around to it.

Thanks and Regards,

[image: saggezza]

SAGGEZZA

Smarter Thinking.

Real Results.


Nandini Sathanur

Senior Software Engineer

Mobile +91 (998) 676-2247

nandini.sathanur@saggezza.com

[image: facebook] [image: linkedin] [image: twitter] [image: youtube]

This message contains confidential information and is intended only for the
individual named. If you are not the named addressee you should not
disseminate, distribute or copy this e-mail. Please notify the sender
immediately by e-mail if you have received this e-mail by mistake and
delete this e-mail from your system. Thank you.

Re: Issue with Recording Scripts in JMeter

Posted by Felix Schumacher <fe...@internetallee.de>.
Am 30.12.20 um 08:42 schrieb Nandini Sathanur:
> Thanks Felix.
>
> Also, I have 2 URL's for my application. On launching the other URL,
> console does not have anything related to websocket. Below is the SS.
> But I see the same issue of contents not loading for both the URL's.
>
> image.png
This could be a follow-up error to some resources that were not
transported correctly by the proxy (that is JMeter).
>
> As suggested by you,  I enabled debug logging for all network traffic,
> that goes through JMeter by adding -Djavax.net.debug=all to the JVM
> system properties when starting JMeter. Is there anything specific
> that I should be looking for? I did not see any error in the log.

I would try to look at the http requests, that your browser sent to
JMeter and look if they were translated correctly to requests to the
server by the proxy.

Felix

>  
>
> Thanks and Regards,
>
> saggezza
>
> SAGGEZZA
>
> Smarter Thinking.
>
> Real Results.
>
>
> 	
>
>
>       Nandini Sathanur
>
> Senior Software Engineer
>
>
> Mobile +91 (998) 676-2247
>
> nandini.sathanur@saggezza.com <ma...@saggezza.com>
>
>
> facebooklinkedintwitteryoutube
>
> This message contains confidential information and is intended only
> for the individual named. If you are not the named addressee you
> should not disseminate, distribute or copy this e-mail. Please notify
> the sender immediately by e-mail if you have received this e-mail by
> mistake and delete this e-mail from your system. Thank you.
>
> 	
>
>
>
> On Wed, Dec 30, 2020 at 12:48 AM Felix Schumacher
> <felix.schumacher@internetallee.de
> <ma...@internetallee.de>> wrote:
>
>
>     Am 29.12.20 um 14:28 schrieb Nandini Sathanur:
>>     Thanks Felix.
>>
>>     I see the below errors in console :
>>     image.png
>>
>>     I am looking into enabling debug logging for all network traffic
>>     that goes through JMeter - will post it in a while.
>
>     I think the websocket is probably your problem. I don't think,
>     that JMeter is currently capable of recording websockets.
>
>     Felix
>
>>
>>     Thanks and Regards,
>>
>>     saggezza
>>
>>     SAGGEZZA
>>
>>     Smarter Thinking.
>>
>>     Real Results.
>>
>>
>>     	
>>
>>
>>           Nandini Sathanur
>>
>>     Senior Software Engineer
>>
>>
>>     Mobile +91 (998) 676-2247
>>
>>     nandini.sathanur@saggezza.com <ma...@saggezza.com>
>>
>>
>>     facebooklinkedintwitteryoutube
>>
>>     This message contains confidential information and is intended
>>     only for the individual named. If you are not the named addressee
>>     you should not disseminate, distribute or copy this e-mail.
>>     Please notify the sender immediately by e-mail if you have
>>     received this e-mail by mistake and delete this e-mail from your
>>     system. Thank you.
>>
>>     	
>>
>>
>>
>>     On Tue, Dec 29, 2020 at 6:41 PM Felix Schumacher
>>     <felix.schumacher@internetallee.de
>>     <ma...@internetallee.de>> wrote:
>>
>>
>>         Am 29.12.20 um 13:49 schrieb Nandini Sathanur:
>>>         Hi All,
>>>
>>>         I also tried recording the same through Template > Recording.
>>>          
>>>         I am still facing the same issue with recording Scripts in
>>>         Firefox browser through JMeter.  
>>>
>>>         *_Issue_*:
>>>         In Firefox, I have launched my application URL in my Test
>>>         Server.
>>>         The Page title is the Application Page Title.
>>>         The URL displayed in the address bar is the URL that I have
>>>         launched
>>>         But the page contents are not displayed. (There is no page
>>>         load symbol nor is the page loading, even when left for 1
>>>         hour, contents of the page are not displayed. 
>>
>>         Can you look at the developer console in Firefox and report
>>         back, if there are any errors reported?
>>
>>         Could you try to enable debug logging for all network
>>         traffic, that goes through JMeter by adding
>>         -Djavax.net.debug=all to the JVM system properties when
>>         starting JMeter?
>>         (https://docs.oracle.com/javase/7/docs/technotes/guides/security/jsse/ReadDebug.html
>>         for more information about the system property and
>>         https://jmeter.apache.org/usermanual/get-started.html#running
>>         for setting JVM_ARGS in a file called setenv.bat or setenv.sh)
>>
>>         The debug log will probably be sent to STDOUT and will be
>>         quiet big and might contain more information than you are
>>         willing to share publicly. Beware!
>>
>>         Felix
>>
>>>
>>>         Thanks and Regards,
>>>
>>>         saggezza
>>>
>>>         SAGGEZZA
>>>
>>>         Smarter Thinking.
>>>
>>>         Real Results.
>>>
>>>
>>>         	
>>>
>>>
>>>               Nandini Sathanur
>>>
>>>         Senior Software Engineer
>>>
>>>
>>>         Mobile +91 (998) 676-2247
>>>
>>>         nandini.sathanur@saggezza.com
>>>         <ma...@saggezza.com>
>>>
>>>
>>>         facebooklinkedintwitteryoutube
>>>
>>>         This message contains confidential information and is
>>>         intended only for the individual named. If you are not the
>>>         named addressee you should not disseminate, distribute or
>>>         copy this e-mail. Please notify the sender immediately by
>>>         e-mail if you have received this e-mail by mistake and
>>>         delete this e-mail from your system. Thank you.
>>>
>>>         	
>>>
>>>
>>>
>>>         On Mon, Dec 28, 2020 at 1:39 PM Nandini Sathanur
>>>         <nandini.sathanur@saggezza.com
>>>         <ma...@saggezza.com>> wrote:
>>>
>>>             Thanks Felix.
>>>
>>>             *_Versions :_* 
>>>             JMeter - 5.3
>>>             Java - 15.0.1.0
>>>             OS - Windows
>>>             image.png
>>>
>>>
>>>             *_Log file:_*
>>>             There are no errors in the log file. Pasted below is
>>>             what I see in the log file.
>>>
>>>             2020-12-28 07:50:46,589 INFO o.a.j.p.h.p.ProxyControl:
>>>             Valid alias found for :root_ca:
>>>
>>>             2020-12-28 07:50:46,589 INFO o.a.j.p.h.p.ProxyControl:
>>>             Valid alias found for :intermediate_ca:
>>>
>>>             2020-12-28 07:50:46,589 INFO o.a.j.p.h.p.Daemon:
>>>             Creating Daemon Socket on port: 8080
>>>
>>>             2020-12-28 07:50:46,589 INFO o.a.j.p.h.p.Daemon: Test
>>>             Script Recorder up and running!
>>>
>>>             2020-12-28 07:50:46,699 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /success.txt-69 into controller
>>>
>>>             2020-12-28 07:50:51,778 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /success.txt-71 into controller
>>>
>>>             2020-12-28 07:50:53,200 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /-72 into controller
>>>
>>>             2020-12-28 07:50:54,624 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /-73 into controller
>>>
>>>             2020-12-28 07:50:54,836 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample
>>>             /_content/Microsoft.AspNetCore.ProtectedBrowserStorage/protectedBrowserStorage.js-74
>>>             into controller
>>>
>>>             2020-12-28 07:50:54,843 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /css/bootstrap/bootstrap.min.css-76 into
>>>             controller
>>>
>>>             2020-12-28 07:50:54,867 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /_content/BlazorInputFile/inputfile.js-75
>>>             into controller
>>>
>>>             2020-12-28 07:50:54,878 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /_content/Blazorise/blazorise.css-77 into
>>>             controller
>>>
>>>             2020-12-28 07:50:54,895 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /css/all.css-78 into controller
>>>
>>>             2020-12-28 07:50:54,904 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /js/jquery-3.5.1.slim.min.js-79 into controller
>>>
>>>             2020-12-28 07:50:54,908 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /js/popper.min.js-80 into controller
>>>
>>>             2020-12-28 07:50:54,911 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /_content/Blazorise/blazorise.js-81 into
>>>             controller
>>>
>>>             2020-12-28 07:50:55,064 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample
>>>             /_content/Blazored.Modal/blazored-modal.css-82 into
>>>             controller
>>>
>>>             2020-12-28 07:50:55,068 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /_content/GridBlazor/js/gridblazor.js-84 into
>>>             controller
>>>
>>>             2020-12-28 07:50:55,072 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample
>>>             /_content/GridBlazor/css/gridblazor.min.css-83 into
>>>             controller
>>>
>>>             2020-12-28 07:50:55,078 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /css/app.min.css-85 into controller
>>>
>>>             2020-12-28 07:50:55,082 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /js/eventHandler.js-86 into controller
>>>
>>>             2020-12-28 07:50:55,085 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /js/SaveFile.js-87 into controller
>>>
>>>             2020-12-28 07:50:55,089 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /js/webviewerScripts.js-88 into controller
>>>
>>>             2020-12-28 07:50:55,269 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /js/jquery.min.js-89 into controller
>>>
>>>             2020-12-28 07:50:55,275 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /_framework/blazor.server.js-91 into controller
>>>
>>>             2020-12-28 07:50:55,278 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /js/site.js-90 into controller
>>>
>>>             2020-12-28 07:50:55,282 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /lib/webviewer.min.js-92 into controller
>>>
>>>             2020-12-28 07:50:55,285 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /js/tinymce/tinymce.min.js-93 into controller
>>>
>>>             2020-12-28 07:50:55,289 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample
>>>             /css/open-iconic/font/css/open-iconic-bootstrap.min.css-94
>>>             into controller
>>>
>>>             2020-12-28 07:50:55,471 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /js/JSInterop.js-95 into controller
>>>
>>>             2020-12-28 07:50:55,476 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /_blazor/negotiate?negotiateVersion=1-96 into
>>>             controller
>>>
>>>             2020-12-28 07:50:55,672 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /_blazor-97 into controller
>>>
>>>             2020-12-28 07:50:55,677 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-99 into
>>>             controller
>>>
>>>             2020-12-28 07:50:55,686 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /_blazor-98 into controller
>>>
>>>             2020-12-28 07:50:55,883 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-101 into
>>>             controller
>>>
>>>             2020-12-28 07:51:05,281 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /-109 into controller
>>>
>>>             2020-12-28 07:51:05,292 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /css/bootstrap/bootstrap.min.css-110 into
>>>             controller
>>>
>>>             2020-12-28 07:51:05,297 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /_content/BlazorInputFile/inputfile.js-112
>>>             into controller
>>>
>>>             2020-12-28 07:51:05,303 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /css/all.css-111 into controller
>>>
>>>             2020-12-28 07:51:05,456 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /_content/Blazorise/blazorise.css-113 into
>>>             controller
>>>
>>>             2020-12-28 07:51:05,461 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample
>>>             /_content/Microsoft.AspNetCore.ProtectedBrowserStorage/protectedBrowserStorage.js-114
>>>             into controller
>>>
>>>             2020-12-28 07:51:05,468 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /js/jquery-3.5.1.slim.min.js-115 into controller
>>>
>>>             2020-12-28 07:51:05,474 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /_content/Blazorise/blazorise.js-116 into
>>>             controller
>>>
>>>             2020-12-28 07:51:05,661 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample
>>>             /_content/GridBlazor/css/gridblazor.min.css-117 into
>>>             controller
>>>
>>>             2020-12-28 07:51:05,719 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /_content/GridBlazor/js/gridblazor.js-118
>>>             into controller
>>>
>>>             2020-12-28 07:51:05,722 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /js/popper.min.js-119 into controller
>>>
>>>             2020-12-28 07:51:05,725 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample
>>>             /_content/Blazored.Modal/blazored-modal.css-120 into
>>>             controller
>>>
>>>             2020-12-28 07:51:05,747 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /css/app.min.css-121 into controller
>>>
>>>             2020-12-28 07:51:05,750 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /js/SaveFile.js-123 into controller
>>>
>>>             2020-12-28 07:51:05,753 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /js/eventHandler.js-124 into controller
>>>
>>>             2020-12-28 07:51:05,756 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /js/jquery.min.js-125 into controller
>>>
>>>             2020-12-28 07:51:05,760 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /js/site.js-126 into controller
>>>
>>>             2020-12-28 07:51:05,763 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /_framework/blazor.server.js-128 into controller
>>>
>>>             2020-12-28 07:51:05,766 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /js/webviewerScripts.js-127 into controller
>>>
>>>             2020-12-28 07:51:05,769 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /lib/webviewer.min.js-129 into controller
>>>
>>>             2020-12-28 07:51:05,871 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /js/tinymce/tinymce.min.js-130 into controller
>>>
>>>             2020-12-28 07:51:05,877 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /js/JSInterop.js-131 into controller
>>>
>>>             2020-12-28 07:51:06,069 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample
>>>             /css/open-iconic/font/css/open-iconic-bootstrap.min.css-132
>>>             into controller
>>>
>>>             2020-12-28 07:51:06,271 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /_blazor/negotiate?negotiateVersion=1-133
>>>             into controller
>>>
>>>             2020-12-28 07:51:06,276 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /_blazor-134 into controller
>>>
>>>             2020-12-28 07:51:06,279 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-136 into
>>>             controller
>>>
>>>             2020-12-28 07:51:06,285 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /_blazor-135 into controller
>>>
>>>             2020-12-28 07:51:06,472 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-138 into
>>>             controller
>>>
>>>             2020-12-28 07:51:10,916 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-140 into
>>>             controller
>>>
>>>             2020-12-28 07:51:21,480 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-143 into
>>>             controller
>>>
>>>             2020-12-28 07:51:23,105 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /-102 into controller
>>>
>>>             2020-12-28 07:51:25,961 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-145 into
>>>             controller
>>>
>>>             2020-12-28 07:51:25,961 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample
>>>             /submit/telemetry/a0457d67-f1f8-4c60-857f-96272c10b776/main/Firefox/83.0/release/20201112153044?v=4-104
>>>             into controller
>>>
>>>             2020-12-28 07:51:25,976 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample
>>>             /submit/telemetry/0631d093-b313-45c5-9cf4-eb1f810530a2/update/Firefox/84.0/release/20201211215739?v=4-103
>>>             into controller
>>>
>>>             2020-12-28 07:51:25,992 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample
>>>             /submit/telemetry/7bda9f9b-8787-4ce4-bdbc-63d768b0cfde/event/Firefox/83.0/release/20201112153044?v=4-106
>>>             into controller
>>>
>>>             2020-12-28 07:51:25,992 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample
>>>             /submit/telemetry/0d19b8ce-b91d-4ff8-95e8-9c916d13af03/health/Firefox/83.0/release/20201112153044?v=4-105
>>>             into controller
>>>
>>>             2020-12-28 07:51:25,992 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample
>>>             /submit/telemetry/8210a3cb-8301-4c46-aeb8-45fd9ec1cf36/modules/Firefox/83.0/release/20201112153044?v=4-107
>>>             into controller
>>>
>>>             2020-12-28 07:51:26,008 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample
>>>             /submit/telemetry/130d01fd-e8e4-447c-a4a4-22c2331ae1f8/health/Firefox/83.0/release/20201112153044?v=4-108
>>>             into controller
>>>
>>>             2020-12-28 07:51:26,773 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /success.txt-122 into controller
>>>
>>>             2020-12-28 07:51:30,633 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample
>>>             /chains/remote-settings.content-signature.mozilla.org-2021-01-04-15-03-58.chain-29
>>>             into controller
>>>
>>>             2020-12-28 07:51:31,039 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample
>>>             /v1/buckets/main/collections/ms-language-packs/records/cfr-v1-en-US-32
>>>             into controller
>>>
>>>             2020-12-28 07:51:31,648 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /success.txt-139 into controller
>>>
>>>             2020-12-28 07:51:31,852 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample
>>>             /v1/buckets/main/collections/ms-language-packs/records/cfr-v1-en-US-34
>>>             into controller
>>>
>>>             2020-12-28 07:51:36,535 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-154 into
>>>             controller
>>>
>>>             2020-12-28 07:51:36,749 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /success.txt-141 into controller
>>>
>>>             2020-12-28 07:51:40,812 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-155 into
>>>             controller
>>>
>>>             2020-12-28 07:51:41,624 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /success.txt-142 into controller
>>>
>>>             2020-12-28 07:51:42,233 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /_blazor-65 into controller
>>>
>>>             2020-12-28 07:51:43,251 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /api/v1/-67 into controller
>>>
>>>             2020-12-28 07:51:46,704 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /success.txt-144 into controller
>>>
>>>             2020-12-28 07:51:46,907 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample
>>>             /submit/telemetry/0b735357-38b2-4b14-9e93-51d4793b8a3f/health/Firefox/83.0/release/20201112153044?v=4-147
>>>             into controller
>>>
>>>             2020-12-28 07:51:46,907 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample
>>>             /submit/telemetry/0343c6f7-1e4d-45ae-a5e0-3f951efe2060/main/Firefox/83.0/release/20201112153044?v=4-146
>>>             into controller
>>>
>>>             2020-12-28 07:51:47,110 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample
>>>             /submit/telemetry/283c2569-ba21-418b-be9d-04c1d14db1dd/event/Firefox/83.0/release/20201112153044?v=4-149
>>>             into controller
>>>
>>>             2020-12-28 07:51:47,110 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample
>>>             /submit/telemetry/1e844e00-2f7d-479a-97b8-d21eb3485b4e/health/Firefox/83.0/release/20201112153044?v=4-148
>>>             into controller
>>>
>>>             2020-12-28 07:51:47,110 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample
>>>             /submit/activity-stream/sessions/1/bea36e1c-27c1-4adb-bfdc-956100c456eb-150
>>>             into controller
>>>
>>>             2020-12-28 07:51:51,580 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-158 into
>>>             controller
>>>
>>>             2020-12-28 07:51:51,783 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /success.txt-151 into controller
>>>
>>>             2020-12-28 07:51:55,846 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-159 into
>>>             controller
>>>
>>>             2020-12-28 07:51:58,283 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample
>>>             /submit/telemetry/130d01fd-e8e4-447c-a4a4-22c2331ae1f8/health/Firefox/83.0/release/20201112153044?v=4-20
>>>             into controller
>>>
>>>             2020-12-28 07:51:58,486 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample
>>>             /submit/telemetry/8210a3cb-8301-4c46-aeb8-45fd9ec1cf36/modules/Firefox/83.0/release/20201112153044?v=4-21
>>>             into controller
>>>
>>>             2020-12-28 07:51:58,486 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample
>>>             /submit/telemetry/0343c6f7-1e4d-45ae-a5e0-3f951efe2060/main/Firefox/83.0/release/20201112153044?v=4-22
>>>             into controller
>>>
>>>             2020-12-28 07:51:58,486 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample
>>>             /submit/telemetry/0b735357-38b2-4b14-9e93-51d4793b8a3f/health/Firefox/83.0/release/20201112153044?v=4-24
>>>             into controller
>>>
>>>             2020-12-28 07:51:58,689 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample
>>>             /submit/telemetry/1e844e00-2f7d-479a-97b8-d21eb3485b4e/health/Firefox/83.0/release/20201112153044?v=4-23
>>>             into controller
>>>
>>>             2020-12-28 07:51:58,689 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample
>>>             /submit/telemetry/283c2569-ba21-418b-be9d-04c1d14db1dd/event/Firefox/83.0/release/20201112153044?v=4-25
>>>             into controller
>>>
>>>             2020-12-28 07:52:03,160 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /-156 into controller
>>>
>>>             2020-12-28 07:52:06,410 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-167 into
>>>             controller
>>>
>>>             2020-12-28 07:52:10,898 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-169 into
>>>             controller
>>>
>>>             2020-12-28 07:52:12,930 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /v1/country-30 into controller
>>>
>>>             2020-12-28 07:52:21,465 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-172 into
>>>             controller
>>>
>>>             2020-12-28 07:52:25,942 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /_blazor-100 into controller
>>>
>>>             2020-12-28 07:52:25,942 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-174 into
>>>             controller
>>>
>>>             2020-12-28 07:52:25,942 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample
>>>             /submit/telemetry/4e996c96-a4c2-41aa-9c24-ddf5618bf8c5/health/Firefox/83.0/release/20201112153044?v=4-162
>>>             into controller
>>>
>>>             2020-12-28 07:52:25,942 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample
>>>             /submit/telemetry/8eb21d29-56da-4c8d-85dc-6a60a9509a28/health/Firefox/83.0/release/20201112153044?v=4-164
>>>             into controller
>>>
>>>             2020-12-28 07:52:25,957 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample
>>>             /submit/telemetry/9861d648-f679-4a9a-8611-74af2b099d10/health/Firefox/83.0/release/20201112153044?v=4-165
>>>             into controller
>>>
>>>             2020-12-28 07:52:25,957 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample
>>>             /submit/telemetry/58675280-d081-436b-8c79-06eb62d8966b/health/Firefox/83.0/release/20201112153044?v=4-163
>>>             into controller
>>>
>>>             2020-12-28 07:52:25,957 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample
>>>             /submit/telemetry/1d4a1d57-71be-463f-b38b-f3538855f90e/main/Firefox/83.0/release/20201112153044?v=4-161
>>>             into controller
>>>
>>>             2020-12-28 07:52:25,973 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample
>>>             /submit/telemetry/318aac62-fa79-4e1c-92fe-05d91f8a003e/event/Firefox/83.0/release/20201112153044?v=4-160
>>>             into controller
>>>
>>>             2020-12-28 07:52:26,754 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /success.txt-166 into controller
>>>
>>>             2020-12-28 07:52:31,629 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /success.txt-168 into controller
>>>
>>>             2020-12-28 07:52:36,506 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /_blazor-137 into controller
>>>
>>>             2020-12-28 07:52:36,506 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-181 into
>>>             controller
>>>
>>>             2020-12-28 07:52:36,709 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /success.txt-170 into controller
>>>
>>>             2020-12-28 07:52:40,781 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-183 into
>>>             controller
>>>
>>>             2020-12-28 07:52:41,593 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /success.txt-171 into controller
>>>
>>>             2020-12-28 07:52:46,675 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /success.txt-173 into controller
>>>
>>>             2020-12-28 07:52:47,086 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample
>>>             /submit/telemetry/4a17b05e-8747-4692-a28d-2956c1adbc2c/health/Firefox/83.0/release/20201112153044?v=4-177
>>>             into controller
>>>
>>>             2020-12-28 07:52:47,086 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample
>>>             /submit/telemetry/107d8906-26d8-4e8e-a200-032d44708744/main/Firefox/83.0/release/20201112153044?v=4-176
>>>             into controller
>>>
>>>             2020-12-28 07:52:47,086 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample
>>>             /submit/telemetry/aa07d445-a916-437e-ad80-738b097f55cd/health/Firefox/83.0/release/20201112153044?v=4-179
>>>             into controller
>>>
>>>             2020-12-28 07:52:47,086 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample
>>>             /submit/telemetry/456bf9d6-fc81-4856-9bae-b9b6628554c9/health/Firefox/83.0/release/20201112153044?v=4-178
>>>             into controller
>>>
>>>             2020-12-28 07:52:51,554 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-185 into
>>>             controller
>>>
>>>             2020-12-28 07:52:51,757 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /success.txt-180 into controller
>>>
>>>             2020-12-28 07:52:55,211 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample
>>>             /v1/buckets/main/collections/ms-language-packs/records/cfr-v1-en-US-152
>>>             into controller
>>>
>>>             2020-12-28 07:52:55,820 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-187 into
>>>             controller
>>>
>>>             2020-12-28 07:52:56,023 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample
>>>             /v1/buckets/main/collections/ms-language-packs/records/cfr-v1-en-US-153
>>>             into controller
>>>
>>>             2020-12-28 07:53:01,867 INFO o.a.j.p.h.p.Daemon: HTTP(S)
>>>             Test Script Recorder stopped
>>>
>>>             2020-12-28 07:53:03,132 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /-184 into controller
>>>
>>>             2020-12-28 07:53:07,419 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample
>>>             /chains/normandy.content-signature.mozilla.org-2021-01-04-15-03-56.chain-157
>>>             into controller
>>>
>>>             2020-12-28 07:53:56,004 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /_blazor-175 into controller
>>>
>>>             2020-12-28 07:54:06,565 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample /_blazor-182 into controller
>>>
>>>             2020-12-28 07:54:19,381 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample
>>>             /6/Firefox/84.0/20201211215739/WINNT_x86-msvc/en-US/release/Windows_NT%206.3/default/default/-186
>>>             into controller
>>>
>>>             2020-12-28 07:54:19,991 INFO o.a.j.p.h.p.ProxyControl:
>>>             Add sample
>>>             /6/Firefox/84.0/20201211215739/WINNT_x86-msvc/en-US/release/Windows_NT%206.3/default/default/-188
>>>             into controller
>>>
>>>
>>>
>>>             Thanks and Regards,
>>>
>>>             saggezza
>>>
>>>             SAGGEZZA
>>>
>>>             Smarter Thinking.
>>>
>>>             Real Results.
>>>
>>>
>>>             	
>>>
>>>
>>>                   Nandini Sathanur
>>>
>>>             Senior Software Engineer
>>>
>>>
>>>             Mobile +91 (998) 676-2247
>>>
>>>             nandini.sathanur@saggezza.com
>>>             <ma...@saggezza.com>
>>>
>>>
>>>             facebooklinkedintwitteryoutube
>>>
>>>             This message contains confidential information and is
>>>             intended only for the individual named. If you are not
>>>             the named addressee you should not disseminate,
>>>             distribute or copy this e-mail. Please notify the sender
>>>             immediately by e-mail if you have received this e-mail
>>>             by mistake and delete this e-mail from your system.
>>>             Thank you.
>>>
>>>             	
>>>
>>>
>>>
>>>             On Fri, Dec 18, 2020 at 11:00 PM Felix Schumacher
>>>             <felix.schumacher@internetallee.de
>>>             <ma...@internetallee.de>> wrote:
>>>
>>>
>>>
>>>                 Am 17. Dezember 2020 14:30:44 MEZ schrieb Nandini
>>>                 Sathanur <na...@saggezza.com.INVALID>
>>>                 <ma...@saggezza.com.INVALID>:
>>>                 >Hello All,
>>>                 >
>>>                 >I am facing an issue with recording Scripts in
>>>                 Firefox browser through
>>>                 >JMeter.
>>>                 >
>>>                 >Configuration:
>>>                 >I have the Proxy setting in Firefox set to Proxy
>>>                 -localhost; Port
>>>                 >-8080.
>>>                 >I have added the RootCA certificate to the browser.
>>>                 >I have set the Port number to 8080 in JMeter also.
>>>                 >
>>>                 >Running Script:
>>>                 >TestPlan >Add >Non-Test Elements
>>>                 >Target Controller is set to TestPlan > HTTP(S) Test
>>>                 Script Recorder
>>>                 >Port number is to 8080
>>>                 >Start - The recorder is displayed and recording starts.
>>>                 >
>>>                 >Issue:
>>>                 >In Firefox, I have launched my application URL in
>>>                 my Test Server.
>>>                 >The Page title is the Application Page Title.
>>>                 >The URL displayed in the address bar is the URL
>>>                 that I have launched
>>>                 >But the page contents are not displayed. (There is
>>>                 no page load symbol
>>>                 >nor
>>>                 >is the page loading, even when left for 1 hour,
>>>                 contents of the page
>>>                 >are
>>>                 >not displayed.)
>>>                 >
>>>                 >NOTE:
>>>                 >I have tried recording scripts in BlazeMeter App
>>>                 and Google with the
>>>                 >same
>>>                 >settings mentioned above and it worked fine.
>>>                 >I am facing this issue only with my application URL.
>>>                 >
>>>                 >Is this issue related to Network or Proxy or Firewall?
>>>                 >I am using a Test Server which does not have
>>>                 Internet Connectivity and
>>>                 >directly launches my application URL's.
>>>                 >
>>>                 >Please help me understand what the issue is and let
>>>                 me know if there is
>>>                 >any
>>>                 >work around to it.
>>>
>>>                 What version of jmeter, Java and OS do you use?
>>>
>>>                 Are there any error (or other) messages in the log
>>>                 file jmeter.log?
>>>
>>>                 Regards
>>>                  Felix
>>>
>>>                 >
>>>                 >Thanks and Regards,
>>>                 >
>>>                 >[image: saggezza]
>>>                 >
>>>                 >SAGGEZZA
>>>                 >
>>>                 >Smarter Thinking.
>>>                 >
>>>                 >Real Results.
>>>                 >
>>>                 >
>>>                 >Nandini Sathanur
>>>                 >
>>>                 >Senior Software Engineer
>>>                 >
>>>                 >Mobile +91 (998) 676-2247
>>>                 >
>>>                 >nandini.sathanur@saggezza.com
>>>                 <ma...@saggezza.com>
>>>                 >
>>>                 >[image: facebook] [image: linkedin] [image:
>>>                 twitter] [image: youtube]
>>>                 >
>>>                 >This message contains confidential information and
>>>                 is intended only for
>>>                 >the
>>>                 >individual named. If you are not the named
>>>                 addressee you should not
>>>                 >disseminate, distribute or copy this e-mail. Please
>>>                 notify the sender
>>>                 >immediately by e-mail if you have received this
>>>                 e-mail by mistake and
>>>                 >delete this e-mail from your system. Thank you.
>>>
>>>                 ---------------------------------------------------------------------
>>>                 To unsubscribe, e-mail:
>>>                 user-unsubscribe@jmeter.apache.org
>>>                 <ma...@jmeter.apache.org>
>>>                 For additional commands, e-mail:
>>>                 user-help@jmeter.apache.org
>>>                 <ma...@jmeter.apache.org>
>>>

Re: Issue with Recording Scripts in JMeter

Posted by Nandini Sathanur <na...@saggezza.com.INVALID>.
Thanks Felix.

Also, I have 2 URL's for my application. On launching the other URL,
console does not have anything related to websocket. Below is the SS.
But I see the same issue of contents not loading for both the URL's.

[image: image.png]

As suggested by you,  I enabled debug logging for all network traffic, that
goes through JMeter by adding -Djavax.net.debug=all to the JVM system
properties when starting JMeter. Is there anything specific that I should
be looking for? I did not see any error in the log.


Thanks and Regards,

[image: saggezza]

SAGGEZZA

Smarter Thinking.

Real Results.


Nandini Sathanur

Senior Software Engineer

Mobile +91 (998) 676-2247

nandini.sathanur@saggezza.com

[image: facebook] [image: linkedin] [image: twitter] [image: youtube]

This message contains confidential information and is intended only for the
individual named. If you are not the named addressee you should not
disseminate, distribute or copy this e-mail. Please notify the sender
immediately by e-mail if you have received this e-mail by mistake and
delete this e-mail from your system. Thank you.



On Wed, Dec 30, 2020 at 12:48 AM Felix Schumacher <
felix.schumacher@internetallee.de> wrote:

>
> Am 29.12.20 um 14:28 schrieb Nandini Sathanur:
>
> Thanks Felix.
>
> I see the below errors in console :
> [image: image.png]
>
> I am looking into enabling debug logging for all network traffic that goes
> through JMeter - will post it in a while.
>
> I think the websocket is probably your problem. I don't think, that JMeter
> is currently capable of recording websockets.
>
> Felix
>
>
> Thanks and Regards,
>
> [image: saggezza]
>
> SAGGEZZA
>
> Smarter Thinking.
>
> Real Results.
>
>
> Nandini Sathanur
>
> Senior Software Engineer
>
> Mobile +91 (998) 676-2247
>
> nandini.sathanur@saggezza.com
>
> [image: facebook] [image: linkedin] [image: twitter] [image: youtube]
>
> This message contains confidential information and is intended only for
> the individual named. If you are not the named addressee you should not
> disseminate, distribute or copy this e-mail. Please notify the sender
> immediately by e-mail if you have received this e-mail by mistake and
> delete this e-mail from your system. Thank you.
>
>
>
> On Tue, Dec 29, 2020 at 6:41 PM Felix Schumacher <
> felix.schumacher@internetallee.de> wrote:
>
>>
>> Am 29.12.20 um 13:49 schrieb Nandini Sathanur:
>>
>> Hi All,
>>
>> I also tried recording the same through Template > Recording.
>>
>> I am still facing the same issue with recording Scripts in Firefox
>> browser through JMeter.
>>
>> *Issue*:
>> In Firefox, I have launched my application URL in my Test Server.
>> The Page title is the Application Page Title.
>> The URL displayed in the address bar is the URL that I have launched
>> But the page contents are not displayed. (There is no page load symbol
>> nor is the page loading, even when left for 1 hour, contents of the page
>> are not displayed.
>>
>> Can you look at the developer console in Firefox and report back, if
>> there are any errors reported?
>>
>> Could you try to enable debug logging for all network traffic, that goes
>> through JMeter by adding -Djavax.net.debug=all to the JVM system properties
>> when starting JMeter? (
>> https://docs.oracle.com/javase/7/docs/technotes/guides/security/jsse/ReadDebug.html
>> for more information about the system property and
>> https://jmeter.apache.org/usermanual/get-started.html#running for
>> setting JVM_ARGS in a file called setenv.bat or setenv.sh)
>>
>> The debug log will probably be sent to STDOUT and will be quiet big and
>> might contain more information than you are willing to share publicly.
>> Beware!
>>
>> Felix
>>
>>
>> Thanks and Regards,
>>
>> [image: saggezza]
>>
>> SAGGEZZA
>>
>> Smarter Thinking.
>>
>> Real Results.
>>
>>
>> Nandini Sathanur
>>
>> Senior Software Engineer
>>
>> Mobile +91 (998) 676-2247
>>
>> nandini.sathanur@saggezza.com
>>
>> [image: facebook] [image: linkedin] [image: twitter] [image: youtube]
>>
>> This message contains confidential information and is intended only for
>> the individual named. If you are not the named addressee you should not
>> disseminate, distribute or copy this e-mail. Please notify the sender
>> immediately by e-mail if you have received this e-mail by mistake and
>> delete this e-mail from your system. Thank you.
>>
>>
>>
>> On Mon, Dec 28, 2020 at 1:39 PM Nandini Sathanur <
>> nandini.sathanur@saggezza.com> wrote:
>>
>>> Thanks Felix.
>>>
>>> *Versions :*
>>> JMeter - 5.3
>>> Java - 15.0.1.0
>>> OS - Windows
>>> [image: image.png]
>>>
>>>
>>> *Log file:*
>>> There are no errors in the log file. Pasted below is what I see in the
>>> log file.
>>>
>>> 2020-12-28 07:50:46,589 INFO o.a.j.p.h.p.ProxyControl: Valid alias found
>>> for :root_ca:
>>>
>>> 2020-12-28 07:50:46,589 INFO o.a.j.p.h.p.ProxyControl: Valid alias found
>>> for :intermediate_ca:
>>>
>>> 2020-12-28 07:50:46,589 INFO o.a.j.p.h.p.Daemon: Creating Daemon Socket
>>> on port: 8080
>>>
>>> 2020-12-28 07:50:46,589 INFO o.a.j.p.h.p.Daemon: Test Script Recorder up
>>> and running!
>>>
>>> 2020-12-28 07:50:46,699 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /success.txt-69 into controller
>>>
>>> 2020-12-28 07:50:51,778 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /success.txt-71 into controller
>>>
>>> 2020-12-28 07:50:53,200 INFO o.a.j.p.h.p.ProxyControl: Add sample /-72
>>> into controller
>>>
>>> 2020-12-28 07:50:54,624 INFO o.a.j.p.h.p.ProxyControl: Add sample /-73
>>> into controller
>>>
>>> 2020-12-28 07:50:54,836 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /_content/Microsoft.AspNetCore.ProtectedBrowserStorage/protectedBrowserStorage.js-74
>>> into controller
>>>
>>> 2020-12-28 07:50:54,843 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /css/bootstrap/bootstrap.min.css-76 into controller
>>>
>>> 2020-12-28 07:50:54,867 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /_content/BlazorInputFile/inputfile.js-75 into controller
>>>
>>> 2020-12-28 07:50:54,878 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /_content/Blazorise/blazorise.css-77 into controller
>>>
>>> 2020-12-28 07:50:54,895 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /css/all.css-78 into controller
>>>
>>> 2020-12-28 07:50:54,904 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /js/jquery-3.5.1.slim.min.js-79 into controller
>>>
>>> 2020-12-28 07:50:54,908 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /js/popper.min.js-80 into controller
>>>
>>> 2020-12-28 07:50:54,911 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /_content/Blazorise/blazorise.js-81 into controller
>>>
>>> 2020-12-28 07:50:55,064 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /_content/Blazored.Modal/blazored-modal.css-82 into controller
>>>
>>> 2020-12-28 07:50:55,068 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /_content/GridBlazor/js/gridblazor.js-84 into controller
>>>
>>> 2020-12-28 07:50:55,072 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /_content/GridBlazor/css/gridblazor.min.css-83 into controller
>>>
>>> 2020-12-28 07:50:55,078 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /css/app.min.css-85 into controller
>>>
>>> 2020-12-28 07:50:55,082 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /js/eventHandler.js-86 into controller
>>>
>>> 2020-12-28 07:50:55,085 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /js/SaveFile.js-87 into controller
>>>
>>> 2020-12-28 07:50:55,089 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /js/webviewerScripts.js-88 into controller
>>>
>>> 2020-12-28 07:50:55,269 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /js/jquery.min.js-89 into controller
>>>
>>> 2020-12-28 07:50:55,275 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /_framework/blazor.server.js-91 into controller
>>>
>>> 2020-12-28 07:50:55,278 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /js/site.js-90 into controller
>>>
>>> 2020-12-28 07:50:55,282 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /lib/webviewer.min.js-92 into controller
>>>
>>> 2020-12-28 07:50:55,285 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /js/tinymce/tinymce.min.js-93 into controller
>>>
>>> 2020-12-28 07:50:55,289 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /css/open-iconic/font/css/open-iconic-bootstrap.min.css-94 into controller
>>>
>>> 2020-12-28 07:50:55,471 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /js/JSInterop.js-95 into controller
>>>
>>> 2020-12-28 07:50:55,476 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /_blazor/negotiate?negotiateVersion=1-96 into controller
>>>
>>> 2020-12-28 07:50:55,672 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /_blazor-97 into controller
>>>
>>> 2020-12-28 07:50:55,677 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-99 into controller
>>>
>>> 2020-12-28 07:50:55,686 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /_blazor-98 into controller
>>>
>>> 2020-12-28 07:50:55,883 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-101 into controller
>>>
>>> 2020-12-28 07:51:05,281 INFO o.a.j.p.h.p.ProxyControl: Add sample /-109
>>> into controller
>>>
>>> 2020-12-28 07:51:05,292 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /css/bootstrap/bootstrap.min.css-110 into controller
>>>
>>> 2020-12-28 07:51:05,297 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /_content/BlazorInputFile/inputfile.js-112 into controller
>>>
>>> 2020-12-28 07:51:05,303 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /css/all.css-111 into controller
>>>
>>> 2020-12-28 07:51:05,456 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /_content/Blazorise/blazorise.css-113 into controller
>>>
>>> 2020-12-28 07:51:05,461 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /_content/Microsoft.AspNetCore.ProtectedBrowserStorage/protectedBrowserStorage.js-114
>>> into controller
>>>
>>> 2020-12-28 07:51:05,468 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /js/jquery-3.5.1.slim.min.js-115 into controller
>>>
>>> 2020-12-28 07:51:05,474 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /_content/Blazorise/blazorise.js-116 into controller
>>>
>>> 2020-12-28 07:51:05,661 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /_content/GridBlazor/css/gridblazor.min.css-117 into controller
>>>
>>> 2020-12-28 07:51:05,719 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /_content/GridBlazor/js/gridblazor.js-118 into controller
>>>
>>> 2020-12-28 07:51:05,722 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /js/popper.min.js-119 into controller
>>>
>>> 2020-12-28 07:51:05,725 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /_content/Blazored.Modal/blazored-modal.css-120 into controller
>>>
>>> 2020-12-28 07:51:05,747 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /css/app.min.css-121 into controller
>>>
>>> 2020-12-28 07:51:05,750 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /js/SaveFile.js-123 into controller
>>>
>>> 2020-12-28 07:51:05,753 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /js/eventHandler.js-124 into controller
>>>
>>> 2020-12-28 07:51:05,756 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /js/jquery.min.js-125 into controller
>>>
>>> 2020-12-28 07:51:05,760 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /js/site.js-126 into controller
>>>
>>> 2020-12-28 07:51:05,763 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /_framework/blazor.server.js-128 into controller
>>>
>>> 2020-12-28 07:51:05,766 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /js/webviewerScripts.js-127 into controller
>>>
>>> 2020-12-28 07:51:05,769 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /lib/webviewer.min.js-129 into controller
>>>
>>> 2020-12-28 07:51:05,871 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /js/tinymce/tinymce.min.js-130 into controller
>>>
>>> 2020-12-28 07:51:05,877 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /js/JSInterop.js-131 into controller
>>>
>>> 2020-12-28 07:51:06,069 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /css/open-iconic/font/css/open-iconic-bootstrap.min.css-132 into controller
>>>
>>> 2020-12-28 07:51:06,271 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /_blazor/negotiate?negotiateVersion=1-133 into controller
>>>
>>> 2020-12-28 07:51:06,276 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /_blazor-134 into controller
>>>
>>> 2020-12-28 07:51:06,279 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-136 into controller
>>>
>>> 2020-12-28 07:51:06,285 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /_blazor-135 into controller
>>>
>>> 2020-12-28 07:51:06,472 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-138 into controller
>>>
>>> 2020-12-28 07:51:10,916 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-140 into controller
>>>
>>> 2020-12-28 07:51:21,480 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-143 into controller
>>>
>>> 2020-12-28 07:51:23,105 INFO o.a.j.p.h.p.ProxyControl: Add sample /-102
>>> into controller
>>>
>>> 2020-12-28 07:51:25,961 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-145 into controller
>>>
>>> 2020-12-28 07:51:25,961 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /submit/telemetry/a0457d67-f1f8-4c60-857f-96272c10b776/main/Firefox/83.0/release/20201112153044?v=4-104
>>> into controller
>>>
>>> 2020-12-28 07:51:25,976 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /submit/telemetry/0631d093-b313-45c5-9cf4-eb1f810530a2/update/Firefox/84.0/release/20201211215739?v=4-103
>>> into controller
>>>
>>> 2020-12-28 07:51:25,992 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /submit/telemetry/7bda9f9b-8787-4ce4-bdbc-63d768b0cfde/event/Firefox/83.0/release/20201112153044?v=4-106
>>> into controller
>>>
>>> 2020-12-28 07:51:25,992 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /submit/telemetry/0d19b8ce-b91d-4ff8-95e8-9c916d13af03/health/Firefox/83.0/release/20201112153044?v=4-105
>>> into controller
>>>
>>> 2020-12-28 07:51:25,992 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /submit/telemetry/8210a3cb-8301-4c46-aeb8-45fd9ec1cf36/modules/Firefox/83.0/release/20201112153044?v=4-107
>>> into controller
>>>
>>> 2020-12-28 07:51:26,008 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /submit/telemetry/130d01fd-e8e4-447c-a4a4-22c2331ae1f8/health/Firefox/83.0/release/20201112153044?v=4-108
>>> into controller
>>>
>>> 2020-12-28 07:51:26,773 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /success.txt-122 into controller
>>>
>>> 2020-12-28 07:51:30,633 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /chains/remote-settings.content-signature.mozilla.org-2021-01-04-15-03-58.chain-29
>>> into controller
>>>
>>> 2020-12-28 07:51:31,039 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /v1/buckets/main/collections/ms-language-packs/records/cfr-v1-en-US-32 into
>>> controller
>>>
>>> 2020-12-28 07:51:31,648 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /success.txt-139 into controller
>>>
>>> 2020-12-28 07:51:31,852 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /v1/buckets/main/collections/ms-language-packs/records/cfr-v1-en-US-34 into
>>> controller
>>>
>>> 2020-12-28 07:51:36,535 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-154 into controller
>>>
>>> 2020-12-28 07:51:36,749 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /success.txt-141 into controller
>>>
>>> 2020-12-28 07:51:40,812 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-155 into controller
>>>
>>> 2020-12-28 07:51:41,624 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /success.txt-142 into controller
>>>
>>> 2020-12-28 07:51:42,233 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /_blazor-65 into controller
>>>
>>> 2020-12-28 07:51:43,251 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /api/v1/-67 into controller
>>>
>>> 2020-12-28 07:51:46,704 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /success.txt-144 into controller
>>>
>>> 2020-12-28 07:51:46,907 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /submit/telemetry/0b735357-38b2-4b14-9e93-51d4793b8a3f/health/Firefox/83.0/release/20201112153044?v=4-147
>>> into controller
>>>
>>> 2020-12-28 07:51:46,907 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /submit/telemetry/0343c6f7-1e4d-45ae-a5e0-3f951efe2060/main/Firefox/83.0/release/20201112153044?v=4-146
>>> into controller
>>>
>>> 2020-12-28 07:51:47,110 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /submit/telemetry/283c2569-ba21-418b-be9d-04c1d14db1dd/event/Firefox/83.0/release/20201112153044?v=4-149
>>> into controller
>>>
>>> 2020-12-28 07:51:47,110 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /submit/telemetry/1e844e00-2f7d-479a-97b8-d21eb3485b4e/health/Firefox/83.0/release/20201112153044?v=4-148
>>> into controller
>>>
>>> 2020-12-28 07:51:47,110 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /submit/activity-stream/sessions/1/bea36e1c-27c1-4adb-bfdc-956100c456eb-150
>>> into controller
>>>
>>> 2020-12-28 07:51:51,580 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-158 into controller
>>>
>>> 2020-12-28 07:51:51,783 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /success.txt-151 into controller
>>>
>>> 2020-12-28 07:51:55,846 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-159 into controller
>>>
>>> 2020-12-28 07:51:58,283 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /submit/telemetry/130d01fd-e8e4-447c-a4a4-22c2331ae1f8/health/Firefox/83.0/release/20201112153044?v=4-20
>>> into controller
>>>
>>> 2020-12-28 07:51:58,486 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /submit/telemetry/8210a3cb-8301-4c46-aeb8-45fd9ec1cf36/modules/Firefox/83.0/release/20201112153044?v=4-21
>>> into controller
>>>
>>> 2020-12-28 07:51:58,486 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /submit/telemetry/0343c6f7-1e4d-45ae-a5e0-3f951efe2060/main/Firefox/83.0/release/20201112153044?v=4-22
>>> into controller
>>>
>>> 2020-12-28 07:51:58,486 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /submit/telemetry/0b735357-38b2-4b14-9e93-51d4793b8a3f/health/Firefox/83.0/release/20201112153044?v=4-24
>>> into controller
>>>
>>> 2020-12-28 07:51:58,689 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /submit/telemetry/1e844e00-2f7d-479a-97b8-d21eb3485b4e/health/Firefox/83.0/release/20201112153044?v=4-23
>>> into controller
>>>
>>> 2020-12-28 07:51:58,689 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /submit/telemetry/283c2569-ba21-418b-be9d-04c1d14db1dd/event/Firefox/83.0/release/20201112153044?v=4-25
>>> into controller
>>>
>>> 2020-12-28 07:52:03,160 INFO o.a.j.p.h.p.ProxyControl: Add sample /-156
>>> into controller
>>>
>>> 2020-12-28 07:52:06,410 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-167 into controller
>>>
>>> 2020-12-28 07:52:10,898 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-169 into controller
>>>
>>> 2020-12-28 07:52:12,930 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /v1/country-30 into controller
>>>
>>> 2020-12-28 07:52:21,465 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-172 into controller
>>>
>>> 2020-12-28 07:52:25,942 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /_blazor-100 into controller
>>>
>>> 2020-12-28 07:52:25,942 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-174 into controller
>>>
>>> 2020-12-28 07:52:25,942 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /submit/telemetry/4e996c96-a4c2-41aa-9c24-ddf5618bf8c5/health/Firefox/83.0/release/20201112153044?v=4-162
>>> into controller
>>>
>>> 2020-12-28 07:52:25,942 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /submit/telemetry/8eb21d29-56da-4c8d-85dc-6a60a9509a28/health/Firefox/83.0/release/20201112153044?v=4-164
>>> into controller
>>>
>>> 2020-12-28 07:52:25,957 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /submit/telemetry/9861d648-f679-4a9a-8611-74af2b099d10/health/Firefox/83.0/release/20201112153044?v=4-165
>>> into controller
>>>
>>> 2020-12-28 07:52:25,957 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /submit/telemetry/58675280-d081-436b-8c79-06eb62d8966b/health/Firefox/83.0/release/20201112153044?v=4-163
>>> into controller
>>>
>>> 2020-12-28 07:52:25,957 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /submit/telemetry/1d4a1d57-71be-463f-b38b-f3538855f90e/main/Firefox/83.0/release/20201112153044?v=4-161
>>> into controller
>>>
>>> 2020-12-28 07:52:25,973 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /submit/telemetry/318aac62-fa79-4e1c-92fe-05d91f8a003e/event/Firefox/83.0/release/20201112153044?v=4-160
>>> into controller
>>>
>>> 2020-12-28 07:52:26,754 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /success.txt-166 into controller
>>>
>>> 2020-12-28 07:52:31,629 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /success.txt-168 into controller
>>>
>>> 2020-12-28 07:52:36,506 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /_blazor-137 into controller
>>>
>>> 2020-12-28 07:52:36,506 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-181 into controller
>>>
>>> 2020-12-28 07:52:36,709 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /success.txt-170 into controller
>>>
>>> 2020-12-28 07:52:40,781 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-183 into controller
>>>
>>> 2020-12-28 07:52:41,593 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /success.txt-171 into controller
>>>
>>> 2020-12-28 07:52:46,675 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /success.txt-173 into controller
>>>
>>> 2020-12-28 07:52:47,086 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /submit/telemetry/4a17b05e-8747-4692-a28d-2956c1adbc2c/health/Firefox/83.0/release/20201112153044?v=4-177
>>> into controller
>>>
>>> 2020-12-28 07:52:47,086 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /submit/telemetry/107d8906-26d8-4e8e-a200-032d44708744/main/Firefox/83.0/release/20201112153044?v=4-176
>>> into controller
>>>
>>> 2020-12-28 07:52:47,086 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /submit/telemetry/aa07d445-a916-437e-ad80-738b097f55cd/health/Firefox/83.0/release/20201112153044?v=4-179
>>> into controller
>>>
>>> 2020-12-28 07:52:47,086 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /submit/telemetry/456bf9d6-fc81-4856-9bae-b9b6628554c9/health/Firefox/83.0/release/20201112153044?v=4-178
>>> into controller
>>>
>>> 2020-12-28 07:52:51,554 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-185 into controller
>>>
>>> 2020-12-28 07:52:51,757 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /success.txt-180 into controller
>>>
>>> 2020-12-28 07:52:55,211 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /v1/buckets/main/collections/ms-language-packs/records/cfr-v1-en-US-152
>>> into controller
>>>
>>> 2020-12-28 07:52:55,820 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-187 into controller
>>>
>>> 2020-12-28 07:52:56,023 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /v1/buckets/main/collections/ms-language-packs/records/cfr-v1-en-US-153
>>> into controller
>>>
>>> 2020-12-28 07:53:01,867 INFO o.a.j.p.h.p.Daemon: HTTP(S) Test Script
>>> Recorder stopped
>>>
>>> 2020-12-28 07:53:03,132 INFO o.a.j.p.h.p.ProxyControl: Add sample /-184
>>> into controller
>>>
>>> 2020-12-28 07:53:07,419 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /chains/normandy.content-signature.mozilla.org-2021-01-04-15-03-56.chain-157
>>> into controller
>>>
>>> 2020-12-28 07:53:56,004 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /_blazor-175 into controller
>>>
>>> 2020-12-28 07:54:06,565 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /_blazor-182 into controller
>>>
>>> 2020-12-28 07:54:19,381 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /6/Firefox/84.0/20201211215739/WINNT_x86-msvc/en-US/release/Windows_NT%206.3/default/default/-186
>>> into controller
>>>
>>> 2020-12-28 07:54:19,991 INFO o.a.j.p.h.p.ProxyControl: Add sample
>>> /6/Firefox/84.0/20201211215739/WINNT_x86-msvc/en-US/release/Windows_NT%206.3/default/default/-188
>>> into controller
>>>
>>>
>>> Thanks and Regards,
>>>
>>> [image: saggezza]
>>>
>>> SAGGEZZA
>>>
>>> Smarter Thinking.
>>>
>>> Real Results.
>>>
>>>
>>> Nandini Sathanur
>>>
>>> Senior Software Engineer
>>>
>>> Mobile +91 (998) 676-2247
>>>
>>> nandini.sathanur@saggezza.com
>>>
>>> [image: facebook] [image: linkedin] [image: twitter] [image: youtube]
>>>
>>> This message contains confidential information and is intended only for
>>> the individual named. If you are not the named addressee you should not
>>> disseminate, distribute or copy this e-mail. Please notify the sender
>>> immediately by e-mail if you have received this e-mail by mistake and
>>> delete this e-mail from your system. Thank you.
>>>
>>>
>>>
>>> On Fri, Dec 18, 2020 at 11:00 PM Felix Schumacher <
>>> felix.schumacher@internetallee.de> wrote:
>>>
>>>>
>>>>
>>>> Am 17. Dezember 2020 14:30:44 MEZ schrieb Nandini Sathanur
>>>> <na...@saggezza.com.INVALID>
>>>> <na...@saggezza.com.INVALID>:
>>>> >Hello All,
>>>> >
>>>> >I am facing an issue with recording Scripts in Firefox browser through
>>>> >JMeter.
>>>> >
>>>> >Configuration:
>>>> >I have the Proxy setting in Firefox set to Proxy -localhost; Port
>>>> >-8080.
>>>> >I have added the RootCA certificate to the browser.
>>>> >I have set the Port number to 8080 in JMeter also.
>>>> >
>>>> >Running Script:
>>>> >TestPlan >Add >Non-Test Elements
>>>> >Target Controller is set to TestPlan > HTTP(S) Test Script Recorder
>>>> >Port number is to 8080
>>>> >Start - The recorder is displayed and recording starts.
>>>> >
>>>> >Issue:
>>>> >In Firefox, I have launched my application URL in my Test Server.
>>>> >The Page title is the Application Page Title.
>>>> >The URL displayed in the address bar is the URL that I have launched
>>>> >But the page contents are not displayed. (There is no page load symbol
>>>> >nor
>>>> >is the page loading, even when left for 1 hour, contents of the page
>>>> >are
>>>> >not displayed.)
>>>> >
>>>> >NOTE:
>>>> >I have tried recording scripts in BlazeMeter App and Google with the
>>>> >same
>>>> >settings mentioned above and it worked fine.
>>>> >I am facing this issue only with my application URL.
>>>> >
>>>> >Is this issue related to Network or Proxy or Firewall?
>>>> >I am using a Test Server which does not have Internet Connectivity and
>>>> >directly launches my application URL's.
>>>> >
>>>> >Please help me understand what the issue is and let me know if there is
>>>> >any
>>>> >work around to it.
>>>>
>>>> What version of jmeter, Java and OS do you use?
>>>>
>>>> Are there any error (or other) messages in the log file jmeter.log?
>>>>
>>>> Regards
>>>>  Felix
>>>>
>>>> >
>>>> >Thanks and Regards,
>>>> >
>>>> >[image: saggezza]
>>>> >
>>>> >SAGGEZZA
>>>> >
>>>> >Smarter Thinking.
>>>> >
>>>> >Real Results.
>>>> >
>>>> >
>>>> >Nandini Sathanur
>>>> >
>>>> >Senior Software Engineer
>>>> >
>>>> >Mobile +91 (998) 676-2247
>>>> >
>>>> >nandini.sathanur@saggezza.com
>>>> >
>>>> >[image: facebook] [image: linkedin] [image: twitter] [image: youtube]
>>>> >
>>>> >This message contains confidential information and is intended only for
>>>> >the
>>>> >individual named. If you are not the named addressee you should not
>>>> >disseminate, distribute or copy this e-mail. Please notify the sender
>>>> >immediately by e-mail if you have received this e-mail by mistake and
>>>> >delete this e-mail from your system. Thank you.
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
>>>> For additional commands, e-mail: user-help@jmeter.apache.org
>>>>
>>>>

Re: Issue with Recording Scripts in JMeter

Posted by Felix Schumacher <fe...@internetallee.de>.
Am 29.12.20 um 14:28 schrieb Nandini Sathanur:
> Thanks Felix.
>
> I see the below errors in console :
> image.png
>
> I am looking into enabling debug logging for all network traffic that
> goes through JMeter - will post it in a while.

I think the websocket is probably your problem. I don't think, that
JMeter is currently capable of recording websockets.

Felix

>
> Thanks and Regards,
>
> saggezza
>
> SAGGEZZA
>
> Smarter Thinking.
>
> Real Results.
>
>
> 	
>
>
>       Nandini Sathanur
>
> Senior Software Engineer
>
>
> Mobile +91 (998) 676-2247
>
> nandini.sathanur@saggezza.com <ma...@saggezza.com>
>
>
> facebooklinkedintwitteryoutube
>
> This message contains confidential information and is intended only
> for the individual named. If you are not the named addressee you
> should not disseminate, distribute or copy this e-mail. Please notify
> the sender immediately by e-mail if you have received this e-mail by
> mistake and delete this e-mail from your system. Thank you.
>
> 	
>
>
>
> On Tue, Dec 29, 2020 at 6:41 PM Felix Schumacher
> <felix.schumacher@internetallee.de
> <ma...@internetallee.de>> wrote:
>
>
>     Am 29.12.20 um 13:49 schrieb Nandini Sathanur:
>>     Hi All,
>>
>>     I also tried recording the same through Template > Recording.
>>      
>>     I am still facing the same issue with recording Scripts in
>>     Firefox browser through JMeter.  
>>
>>     *_Issue_*:
>>     In Firefox, I have launched my application URL in my Test Server.
>>     The Page title is the Application Page Title.
>>     The URL displayed in the address bar is the URL that I have launched
>>     But the page contents are not displayed. (There is no page load
>>     symbol nor is the page loading, even when left for 1 hour,
>>     contents of the page are not displayed. 
>
>     Can you look at the developer console in Firefox and report back,
>     if there are any errors reported?
>
>     Could you try to enable debug logging for all network traffic,
>     that goes through JMeter by adding -Djavax.net.debug=all to the
>     JVM system properties when starting JMeter?
>     (https://docs.oracle.com/javase/7/docs/technotes/guides/security/jsse/ReadDebug.html
>     for more information about the system property and
>     https://jmeter.apache.org/usermanual/get-started.html#running for
>     setting JVM_ARGS in a file called setenv.bat or setenv.sh)
>
>     The debug log will probably be sent to STDOUT and will be quiet
>     big and might contain more information than you are willing to
>     share publicly. Beware!
>
>     Felix
>
>>
>>     Thanks and Regards,
>>
>>     saggezza
>>
>>     SAGGEZZA
>>
>>     Smarter Thinking.
>>
>>     Real Results.
>>
>>
>>     	
>>
>>
>>           Nandini Sathanur
>>
>>     Senior Software Engineer
>>
>>
>>     Mobile +91 (998) 676-2247
>>
>>     nandini.sathanur@saggezza.com <ma...@saggezza.com>
>>
>>
>>     facebooklinkedintwitteryoutube
>>
>>     This message contains confidential information and is intended
>>     only for the individual named. If you are not the named addressee
>>     you should not disseminate, distribute or copy this e-mail.
>>     Please notify the sender immediately by e-mail if you have
>>     received this e-mail by mistake and delete this e-mail from your
>>     system. Thank you.
>>
>>     	
>>
>>
>>
>>     On Mon, Dec 28, 2020 at 1:39 PM Nandini Sathanur
>>     <nandini.sathanur@saggezza.com
>>     <ma...@saggezza.com>> wrote:
>>
>>         Thanks Felix.
>>
>>         *_Versions :_* 
>>         JMeter - 5.3
>>         Java - 15.0.1.0
>>         OS - Windows
>>         image.png
>>
>>
>>         *_Log file:_*
>>         There are no errors in the log file. Pasted below is what I
>>         see in the log file.
>>
>>         2020-12-28 07:50:46,589 INFO o.a.j.p.h.p.ProxyControl: Valid
>>         alias found for :root_ca:
>>
>>         2020-12-28 07:50:46,589 INFO o.a.j.p.h.p.ProxyControl: Valid
>>         alias found for :intermediate_ca:
>>
>>         2020-12-28 07:50:46,589 INFO o.a.j.p.h.p.Daemon: Creating
>>         Daemon Socket on port: 8080
>>
>>         2020-12-28 07:50:46,589 INFO o.a.j.p.h.p.Daemon: Test Script
>>         Recorder up and running!
>>
>>         2020-12-28 07:50:46,699 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /success.txt-69 into controller
>>
>>         2020-12-28 07:50:51,778 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /success.txt-71 into controller
>>
>>         2020-12-28 07:50:53,200 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /-72 into controller
>>
>>         2020-12-28 07:50:54,624 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /-73 into controller
>>
>>         2020-12-28 07:50:54,836 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample
>>         /_content/Microsoft.AspNetCore.ProtectedBrowserStorage/protectedBrowserStorage.js-74
>>         into controller
>>
>>         2020-12-28 07:50:54,843 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /css/bootstrap/bootstrap.min.css-76 into controller
>>
>>         2020-12-28 07:50:54,867 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /_content/BlazorInputFile/inputfile.js-75 into controller
>>
>>         2020-12-28 07:50:54,878 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /_content/Blazorise/blazorise.css-77 into controller
>>
>>         2020-12-28 07:50:54,895 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /css/all.css-78 into controller
>>
>>         2020-12-28 07:50:54,904 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /js/jquery-3.5.1.slim.min.js-79 into controller
>>
>>         2020-12-28 07:50:54,908 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /js/popper.min.js-80 into controller
>>
>>         2020-12-28 07:50:54,911 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /_content/Blazorise/blazorise.js-81 into controller
>>
>>         2020-12-28 07:50:55,064 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /_content/Blazored.Modal/blazored-modal.css-82 into
>>         controller
>>
>>         2020-12-28 07:50:55,068 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /_content/GridBlazor/js/gridblazor.js-84 into controller
>>
>>         2020-12-28 07:50:55,072 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /_content/GridBlazor/css/gridblazor.min.css-83 into
>>         controller
>>
>>         2020-12-28 07:50:55,078 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /css/app.min.css-85 into controller
>>
>>         2020-12-28 07:50:55,082 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /js/eventHandler.js-86 into controller
>>
>>         2020-12-28 07:50:55,085 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /js/SaveFile.js-87 into controller
>>
>>         2020-12-28 07:50:55,089 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /js/webviewerScripts.js-88 into controller
>>
>>         2020-12-28 07:50:55,269 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /js/jquery.min.js-89 into controller
>>
>>         2020-12-28 07:50:55,275 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /_framework/blazor.server.js-91 into controller
>>
>>         2020-12-28 07:50:55,278 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /js/site.js-90 into controller
>>
>>         2020-12-28 07:50:55,282 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /lib/webviewer.min.js-92 into controller
>>
>>         2020-12-28 07:50:55,285 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /js/tinymce/tinymce.min.js-93 into controller
>>
>>         2020-12-28 07:50:55,289 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample
>>         /css/open-iconic/font/css/open-iconic-bootstrap.min.css-94
>>         into controller
>>
>>         2020-12-28 07:50:55,471 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /js/JSInterop.js-95 into controller
>>
>>         2020-12-28 07:50:55,476 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /_blazor/negotiate?negotiateVersion=1-96 into controller
>>
>>         2020-12-28 07:50:55,672 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /_blazor-97 into controller
>>
>>         2020-12-28 07:50:55,677 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-99 into controller
>>
>>         2020-12-28 07:50:55,686 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /_blazor-98 into controller
>>
>>         2020-12-28 07:50:55,883 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-101 into controller
>>
>>         2020-12-28 07:51:05,281 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /-109 into controller
>>
>>         2020-12-28 07:51:05,292 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /css/bootstrap/bootstrap.min.css-110 into controller
>>
>>         2020-12-28 07:51:05,297 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /_content/BlazorInputFile/inputfile.js-112 into controller
>>
>>         2020-12-28 07:51:05,303 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /css/all.css-111 into controller
>>
>>         2020-12-28 07:51:05,456 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /_content/Blazorise/blazorise.css-113 into controller
>>
>>         2020-12-28 07:51:05,461 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample
>>         /_content/Microsoft.AspNetCore.ProtectedBrowserStorage/protectedBrowserStorage.js-114
>>         into controller
>>
>>         2020-12-28 07:51:05,468 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /js/jquery-3.5.1.slim.min.js-115 into controller
>>
>>         2020-12-28 07:51:05,474 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /_content/Blazorise/blazorise.js-116 into controller
>>
>>         2020-12-28 07:51:05,661 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /_content/GridBlazor/css/gridblazor.min.css-117 into
>>         controller
>>
>>         2020-12-28 07:51:05,719 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /_content/GridBlazor/js/gridblazor.js-118 into controller
>>
>>         2020-12-28 07:51:05,722 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /js/popper.min.js-119 into controller
>>
>>         2020-12-28 07:51:05,725 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /_content/Blazored.Modal/blazored-modal.css-120 into
>>         controller
>>
>>         2020-12-28 07:51:05,747 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /css/app.min.css-121 into controller
>>
>>         2020-12-28 07:51:05,750 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /js/SaveFile.js-123 into controller
>>
>>         2020-12-28 07:51:05,753 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /js/eventHandler.js-124 into controller
>>
>>         2020-12-28 07:51:05,756 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /js/jquery.min.js-125 into controller
>>
>>         2020-12-28 07:51:05,760 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /js/site.js-126 into controller
>>
>>         2020-12-28 07:51:05,763 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /_framework/blazor.server.js-128 into controller
>>
>>         2020-12-28 07:51:05,766 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /js/webviewerScripts.js-127 into controller
>>
>>         2020-12-28 07:51:05,769 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /lib/webviewer.min.js-129 into controller
>>
>>         2020-12-28 07:51:05,871 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /js/tinymce/tinymce.min.js-130 into controller
>>
>>         2020-12-28 07:51:05,877 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /js/JSInterop.js-131 into controller
>>
>>         2020-12-28 07:51:06,069 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample
>>         /css/open-iconic/font/css/open-iconic-bootstrap.min.css-132
>>         into controller
>>
>>         2020-12-28 07:51:06,271 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /_blazor/negotiate?negotiateVersion=1-133 into controller
>>
>>         2020-12-28 07:51:06,276 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /_blazor-134 into controller
>>
>>         2020-12-28 07:51:06,279 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-136 into controller
>>
>>         2020-12-28 07:51:06,285 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /_blazor-135 into controller
>>
>>         2020-12-28 07:51:06,472 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-138 into controller
>>
>>         2020-12-28 07:51:10,916 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-140 into controller
>>
>>         2020-12-28 07:51:21,480 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-143 into controller
>>
>>         2020-12-28 07:51:23,105 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /-102 into controller
>>
>>         2020-12-28 07:51:25,961 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-145 into controller
>>
>>         2020-12-28 07:51:25,961 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample
>>         /submit/telemetry/a0457d67-f1f8-4c60-857f-96272c10b776/main/Firefox/83.0/release/20201112153044?v=4-104
>>         into controller
>>
>>         2020-12-28 07:51:25,976 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample
>>         /submit/telemetry/0631d093-b313-45c5-9cf4-eb1f810530a2/update/Firefox/84.0/release/20201211215739?v=4-103
>>         into controller
>>
>>         2020-12-28 07:51:25,992 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample
>>         /submit/telemetry/7bda9f9b-8787-4ce4-bdbc-63d768b0cfde/event/Firefox/83.0/release/20201112153044?v=4-106
>>         into controller
>>
>>         2020-12-28 07:51:25,992 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample
>>         /submit/telemetry/0d19b8ce-b91d-4ff8-95e8-9c916d13af03/health/Firefox/83.0/release/20201112153044?v=4-105
>>         into controller
>>
>>         2020-12-28 07:51:25,992 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample
>>         /submit/telemetry/8210a3cb-8301-4c46-aeb8-45fd9ec1cf36/modules/Firefox/83.0/release/20201112153044?v=4-107
>>         into controller
>>
>>         2020-12-28 07:51:26,008 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample
>>         /submit/telemetry/130d01fd-e8e4-447c-a4a4-22c2331ae1f8/health/Firefox/83.0/release/20201112153044?v=4-108
>>         into controller
>>
>>         2020-12-28 07:51:26,773 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /success.txt-122 into controller
>>
>>         2020-12-28 07:51:30,633 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample
>>         /chains/remote-settings.content-signature.mozilla.org-2021-01-04-15-03-58.chain-29
>>         into controller
>>
>>         2020-12-28 07:51:31,039 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample
>>         /v1/buckets/main/collections/ms-language-packs/records/cfr-v1-en-US-32
>>         into controller
>>
>>         2020-12-28 07:51:31,648 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /success.txt-139 into controller
>>
>>         2020-12-28 07:51:31,852 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample
>>         /v1/buckets/main/collections/ms-language-packs/records/cfr-v1-en-US-34
>>         into controller
>>
>>         2020-12-28 07:51:36,535 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-154 into controller
>>
>>         2020-12-28 07:51:36,749 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /success.txt-141 into controller
>>
>>         2020-12-28 07:51:40,812 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-155 into controller
>>
>>         2020-12-28 07:51:41,624 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /success.txt-142 into controller
>>
>>         2020-12-28 07:51:42,233 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /_blazor-65 into controller
>>
>>         2020-12-28 07:51:43,251 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /api/v1/-67 into controller
>>
>>         2020-12-28 07:51:46,704 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /success.txt-144 into controller
>>
>>         2020-12-28 07:51:46,907 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample
>>         /submit/telemetry/0b735357-38b2-4b14-9e93-51d4793b8a3f/health/Firefox/83.0/release/20201112153044?v=4-147
>>         into controller
>>
>>         2020-12-28 07:51:46,907 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample
>>         /submit/telemetry/0343c6f7-1e4d-45ae-a5e0-3f951efe2060/main/Firefox/83.0/release/20201112153044?v=4-146
>>         into controller
>>
>>         2020-12-28 07:51:47,110 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample
>>         /submit/telemetry/283c2569-ba21-418b-be9d-04c1d14db1dd/event/Firefox/83.0/release/20201112153044?v=4-149
>>         into controller
>>
>>         2020-12-28 07:51:47,110 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample
>>         /submit/telemetry/1e844e00-2f7d-479a-97b8-d21eb3485b4e/health/Firefox/83.0/release/20201112153044?v=4-148
>>         into controller
>>
>>         2020-12-28 07:51:47,110 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample
>>         /submit/activity-stream/sessions/1/bea36e1c-27c1-4adb-bfdc-956100c456eb-150
>>         into controller
>>
>>         2020-12-28 07:51:51,580 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-158 into controller
>>
>>         2020-12-28 07:51:51,783 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /success.txt-151 into controller
>>
>>         2020-12-28 07:51:55,846 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-159 into controller
>>
>>         2020-12-28 07:51:58,283 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample
>>         /submit/telemetry/130d01fd-e8e4-447c-a4a4-22c2331ae1f8/health/Firefox/83.0/release/20201112153044?v=4-20
>>         into controller
>>
>>         2020-12-28 07:51:58,486 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample
>>         /submit/telemetry/8210a3cb-8301-4c46-aeb8-45fd9ec1cf36/modules/Firefox/83.0/release/20201112153044?v=4-21
>>         into controller
>>
>>         2020-12-28 07:51:58,486 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample
>>         /submit/telemetry/0343c6f7-1e4d-45ae-a5e0-3f951efe2060/main/Firefox/83.0/release/20201112153044?v=4-22
>>         into controller
>>
>>         2020-12-28 07:51:58,486 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample
>>         /submit/telemetry/0b735357-38b2-4b14-9e93-51d4793b8a3f/health/Firefox/83.0/release/20201112153044?v=4-24
>>         into controller
>>
>>         2020-12-28 07:51:58,689 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample
>>         /submit/telemetry/1e844e00-2f7d-479a-97b8-d21eb3485b4e/health/Firefox/83.0/release/20201112153044?v=4-23
>>         into controller
>>
>>         2020-12-28 07:51:58,689 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample
>>         /submit/telemetry/283c2569-ba21-418b-be9d-04c1d14db1dd/event/Firefox/83.0/release/20201112153044?v=4-25
>>         into controller
>>
>>         2020-12-28 07:52:03,160 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /-156 into controller
>>
>>         2020-12-28 07:52:06,410 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-167 into controller
>>
>>         2020-12-28 07:52:10,898 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-169 into controller
>>
>>         2020-12-28 07:52:12,930 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /v1/country-30 into controller
>>
>>         2020-12-28 07:52:21,465 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-172 into controller
>>
>>         2020-12-28 07:52:25,942 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /_blazor-100 into controller
>>
>>         2020-12-28 07:52:25,942 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-174 into controller
>>
>>         2020-12-28 07:52:25,942 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample
>>         /submit/telemetry/4e996c96-a4c2-41aa-9c24-ddf5618bf8c5/health/Firefox/83.0/release/20201112153044?v=4-162
>>         into controller
>>
>>         2020-12-28 07:52:25,942 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample
>>         /submit/telemetry/8eb21d29-56da-4c8d-85dc-6a60a9509a28/health/Firefox/83.0/release/20201112153044?v=4-164
>>         into controller
>>
>>         2020-12-28 07:52:25,957 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample
>>         /submit/telemetry/9861d648-f679-4a9a-8611-74af2b099d10/health/Firefox/83.0/release/20201112153044?v=4-165
>>         into controller
>>
>>         2020-12-28 07:52:25,957 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample
>>         /submit/telemetry/58675280-d081-436b-8c79-06eb62d8966b/health/Firefox/83.0/release/20201112153044?v=4-163
>>         into controller
>>
>>         2020-12-28 07:52:25,957 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample
>>         /submit/telemetry/1d4a1d57-71be-463f-b38b-f3538855f90e/main/Firefox/83.0/release/20201112153044?v=4-161
>>         into controller
>>
>>         2020-12-28 07:52:25,973 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample
>>         /submit/telemetry/318aac62-fa79-4e1c-92fe-05d91f8a003e/event/Firefox/83.0/release/20201112153044?v=4-160
>>         into controller
>>
>>         2020-12-28 07:52:26,754 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /success.txt-166 into controller
>>
>>         2020-12-28 07:52:31,629 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /success.txt-168 into controller
>>
>>         2020-12-28 07:52:36,506 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /_blazor-137 into controller
>>
>>         2020-12-28 07:52:36,506 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-181 into controller
>>
>>         2020-12-28 07:52:36,709 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /success.txt-170 into controller
>>
>>         2020-12-28 07:52:40,781 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-183 into controller
>>
>>         2020-12-28 07:52:41,593 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /success.txt-171 into controller
>>
>>         2020-12-28 07:52:46,675 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /success.txt-173 into controller
>>
>>         2020-12-28 07:52:47,086 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample
>>         /submit/telemetry/4a17b05e-8747-4692-a28d-2956c1adbc2c/health/Firefox/83.0/release/20201112153044?v=4-177
>>         into controller
>>
>>         2020-12-28 07:52:47,086 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample
>>         /submit/telemetry/107d8906-26d8-4e8e-a200-032d44708744/main/Firefox/83.0/release/20201112153044?v=4-176
>>         into controller
>>
>>         2020-12-28 07:52:47,086 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample
>>         /submit/telemetry/aa07d445-a916-437e-ad80-738b097f55cd/health/Firefox/83.0/release/20201112153044?v=4-179
>>         into controller
>>
>>         2020-12-28 07:52:47,086 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample
>>         /submit/telemetry/456bf9d6-fc81-4856-9bae-b9b6628554c9/health/Firefox/83.0/release/20201112153044?v=4-178
>>         into controller
>>
>>         2020-12-28 07:52:51,554 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-185 into controller
>>
>>         2020-12-28 07:52:51,757 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /success.txt-180 into controller
>>
>>         2020-12-28 07:52:55,211 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample
>>         /v1/buckets/main/collections/ms-language-packs/records/cfr-v1-en-US-152
>>         into controller
>>
>>         2020-12-28 07:52:55,820 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-187 into controller
>>
>>         2020-12-28 07:52:56,023 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample
>>         /v1/buckets/main/collections/ms-language-packs/records/cfr-v1-en-US-153
>>         into controller
>>
>>         2020-12-28 07:53:01,867 INFO o.a.j.p.h.p.Daemon: HTTP(S) Test
>>         Script Recorder stopped
>>
>>         2020-12-28 07:53:03,132 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /-184 into controller
>>
>>         2020-12-28 07:53:07,419 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample
>>         /chains/normandy.content-signature.mozilla.org-2021-01-04-15-03-56.chain-157
>>         into controller
>>
>>         2020-12-28 07:53:56,004 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /_blazor-175 into controller
>>
>>         2020-12-28 07:54:06,565 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample /_blazor-182 into controller
>>
>>         2020-12-28 07:54:19,381 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample
>>         /6/Firefox/84.0/20201211215739/WINNT_x86-msvc/en-US/release/Windows_NT%206.3/default/default/-186
>>         into controller
>>
>>         2020-12-28 07:54:19,991 INFO o.a.j.p.h.p.ProxyControl: Add
>>         sample
>>         /6/Firefox/84.0/20201211215739/WINNT_x86-msvc/en-US/release/Windows_NT%206.3/default/default/-188
>>         into controller
>>
>>
>>
>>         Thanks and Regards,
>>
>>         saggezza
>>
>>         SAGGEZZA
>>
>>         Smarter Thinking.
>>
>>         Real Results.
>>
>>
>>         	
>>
>>
>>               Nandini Sathanur
>>
>>         Senior Software Engineer
>>
>>
>>         Mobile +91 (998) 676-2247
>>
>>         nandini.sathanur@saggezza.com
>>         <ma...@saggezza.com>
>>
>>
>>         facebooklinkedintwitteryoutube
>>
>>         This message contains confidential information and is
>>         intended only for the individual named. If you are not the
>>         named addressee you should not disseminate, distribute or
>>         copy this e-mail. Please notify the sender immediately by
>>         e-mail if you have received this e-mail by mistake and delete
>>         this e-mail from your system. Thank you.
>>
>>         	
>>
>>
>>
>>         On Fri, Dec 18, 2020 at 11:00 PM Felix Schumacher
>>         <felix.schumacher@internetallee.de
>>         <ma...@internetallee.de>> wrote:
>>
>>
>>
>>             Am 17. Dezember 2020 14:30:44 MEZ schrieb Nandini
>>             Sathanur <na...@saggezza.com.INVALID>
>>             <ma...@saggezza.com.INVALID>:
>>             >Hello All,
>>             >
>>             >I am facing an issue with recording Scripts in Firefox
>>             browser through
>>             >JMeter.
>>             >
>>             >Configuration:
>>             >I have the Proxy setting in Firefox set to Proxy
>>             -localhost; Port
>>             >-8080.
>>             >I have added the RootCA certificate to the browser.
>>             >I have set the Port number to 8080 in JMeter also.
>>             >
>>             >Running Script:
>>             >TestPlan >Add >Non-Test Elements
>>             >Target Controller is set to TestPlan > HTTP(S) Test
>>             Script Recorder
>>             >Port number is to 8080
>>             >Start - The recorder is displayed and recording starts.
>>             >
>>             >Issue:
>>             >In Firefox, I have launched my application URL in my
>>             Test Server.
>>             >The Page title is the Application Page Title.
>>             >The URL displayed in the address bar is the URL that I
>>             have launched
>>             >But the page contents are not displayed. (There is no
>>             page load symbol
>>             >nor
>>             >is the page loading, even when left for 1 hour, contents
>>             of the page
>>             >are
>>             >not displayed.)
>>             >
>>             >NOTE:
>>             >I have tried recording scripts in BlazeMeter App and
>>             Google with the
>>             >same
>>             >settings mentioned above and it worked fine.
>>             >I am facing this issue only with my application URL.
>>             >
>>             >Is this issue related to Network or Proxy or Firewall?
>>             >I am using a Test Server which does not have Internet
>>             Connectivity and
>>             >directly launches my application URL's.
>>             >
>>             >Please help me understand what the issue is and let me
>>             know if there is
>>             >any
>>             >work around to it.
>>
>>             What version of jmeter, Java and OS do you use?
>>
>>             Are there any error (or other) messages in the log file
>>             jmeter.log?
>>
>>             Regards
>>              Felix
>>
>>             >
>>             >Thanks and Regards,
>>             >
>>             >[image: saggezza]
>>             >
>>             >SAGGEZZA
>>             >
>>             >Smarter Thinking.
>>             >
>>             >Real Results.
>>             >
>>             >
>>             >Nandini Sathanur
>>             >
>>             >Senior Software Engineer
>>             >
>>             >Mobile +91 (998) 676-2247
>>             >
>>             >nandini.sathanur@saggezza.com
>>             <ma...@saggezza.com>
>>             >
>>             >[image: facebook] [image: linkedin] [image: twitter]
>>             [image: youtube]
>>             >
>>             >This message contains confidential information and is
>>             intended only for
>>             >the
>>             >individual named. If you are not the named addressee you
>>             should not
>>             >disseminate, distribute or copy this e-mail. Please
>>             notify the sender
>>             >immediately by e-mail if you have received this e-mail
>>             by mistake and
>>             >delete this e-mail from your system. Thank you.
>>
>>             ---------------------------------------------------------------------
>>             To unsubscribe, e-mail:
>>             user-unsubscribe@jmeter.apache.org
>>             <ma...@jmeter.apache.org>
>>             For additional commands, e-mail:
>>             user-help@jmeter.apache.org
>>             <ma...@jmeter.apache.org>
>>

Re: Issue with Recording Scripts in JMeter

Posted by Nandini Sathanur <na...@saggezza.com.INVALID>.
Thanks Felix.

I see the below errors in console :
[image: image.png]

I am looking into enabling debug logging for all network traffic that goes
through JMeter - will post it in a while.

Thanks and Regards,

[image: saggezza]

SAGGEZZA

Smarter Thinking.

Real Results.


Nandini Sathanur

Senior Software Engineer

Mobile +91 (998) 676-2247

nandini.sathanur@saggezza.com

[image: facebook] [image: linkedin] [image: twitter] [image: youtube]

This message contains confidential information and is intended only for the
individual named. If you are not the named addressee you should not
disseminate, distribute or copy this e-mail. Please notify the sender
immediately by e-mail if you have received this e-mail by mistake and
delete this e-mail from your system. Thank you.



On Tue, Dec 29, 2020 at 6:41 PM Felix Schumacher <
felix.schumacher@internetallee.de> wrote:

>
> Am 29.12.20 um 13:49 schrieb Nandini Sathanur:
>
> Hi All,
>
> I also tried recording the same through Template > Recording.
>
> I am still facing the same issue with recording Scripts in Firefox browser
> through JMeter.
>
> *Issue*:
> In Firefox, I have launched my application URL in my Test Server.
> The Page title is the Application Page Title.
> The URL displayed in the address bar is the URL that I have launched
> But the page contents are not displayed. (There is no page load symbol nor
> is the page loading, even when left for 1 hour, contents of the page are
> not displayed.
>
> Can you look at the developer console in Firefox and report back, if there
> are any errors reported?
>
> Could you try to enable debug logging for all network traffic, that goes
> through JMeter by adding -Djavax.net.debug=all to the JVM system properties
> when starting JMeter? (
> https://docs.oracle.com/javase/7/docs/technotes/guides/security/jsse/ReadDebug.html
> for more information about the system property and
> https://jmeter.apache.org/usermanual/get-started.html#running for setting
> JVM_ARGS in a file called setenv.bat or setenv.sh)
>
> The debug log will probably be sent to STDOUT and will be quiet big and
> might contain more information than you are willing to share publicly.
> Beware!
>
> Felix
>
>
> Thanks and Regards,
>
> [image: saggezza]
>
> SAGGEZZA
>
> Smarter Thinking.
>
> Real Results.
>
>
> Nandini Sathanur
>
> Senior Software Engineer
>
> Mobile +91 (998) 676-2247
>
> nandini.sathanur@saggezza.com
>
> [image: facebook] [image: linkedin] [image: twitter] [image: youtube]
>
> This message contains confidential information and is intended only for
> the individual named. If you are not the named addressee you should not
> disseminate, distribute or copy this e-mail. Please notify the sender
> immediately by e-mail if you have received this e-mail by mistake and
> delete this e-mail from your system. Thank you.
>
>
>
> On Mon, Dec 28, 2020 at 1:39 PM Nandini Sathanur <
> nandini.sathanur@saggezza.com> wrote:
>
>> Thanks Felix.
>>
>> *Versions :*
>> JMeter - 5.3
>> Java - 15.0.1.0
>> OS - Windows
>> [image: image.png]
>>
>>
>> *Log file:*
>> There are no errors in the log file. Pasted below is what I see in the
>> log file.
>>
>> 2020-12-28 07:50:46,589 INFO o.a.j.p.h.p.ProxyControl: Valid alias found
>> for :root_ca:
>>
>> 2020-12-28 07:50:46,589 INFO o.a.j.p.h.p.ProxyControl: Valid alias found
>> for :intermediate_ca:
>>
>> 2020-12-28 07:50:46,589 INFO o.a.j.p.h.p.Daemon: Creating Daemon Socket
>> on port: 8080
>>
>> 2020-12-28 07:50:46,589 INFO o.a.j.p.h.p.Daemon: Test Script Recorder up
>> and running!
>>
>> 2020-12-28 07:50:46,699 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /success.txt-69 into controller
>>
>> 2020-12-28 07:50:51,778 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /success.txt-71 into controller
>>
>> 2020-12-28 07:50:53,200 INFO o.a.j.p.h.p.ProxyControl: Add sample /-72
>> into controller
>>
>> 2020-12-28 07:50:54,624 INFO o.a.j.p.h.p.ProxyControl: Add sample /-73
>> into controller
>>
>> 2020-12-28 07:50:54,836 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /_content/Microsoft.AspNetCore.ProtectedBrowserStorage/protectedBrowserStorage.js-74
>> into controller
>>
>> 2020-12-28 07:50:54,843 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /css/bootstrap/bootstrap.min.css-76 into controller
>>
>> 2020-12-28 07:50:54,867 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /_content/BlazorInputFile/inputfile.js-75 into controller
>>
>> 2020-12-28 07:50:54,878 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /_content/Blazorise/blazorise.css-77 into controller
>>
>> 2020-12-28 07:50:54,895 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /css/all.css-78 into controller
>>
>> 2020-12-28 07:50:54,904 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /js/jquery-3.5.1.slim.min.js-79 into controller
>>
>> 2020-12-28 07:50:54,908 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /js/popper.min.js-80 into controller
>>
>> 2020-12-28 07:50:54,911 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /_content/Blazorise/blazorise.js-81 into controller
>>
>> 2020-12-28 07:50:55,064 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /_content/Blazored.Modal/blazored-modal.css-82 into controller
>>
>> 2020-12-28 07:50:55,068 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /_content/GridBlazor/js/gridblazor.js-84 into controller
>>
>> 2020-12-28 07:50:55,072 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /_content/GridBlazor/css/gridblazor.min.css-83 into controller
>>
>> 2020-12-28 07:50:55,078 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /css/app.min.css-85 into controller
>>
>> 2020-12-28 07:50:55,082 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /js/eventHandler.js-86 into controller
>>
>> 2020-12-28 07:50:55,085 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /js/SaveFile.js-87 into controller
>>
>> 2020-12-28 07:50:55,089 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /js/webviewerScripts.js-88 into controller
>>
>> 2020-12-28 07:50:55,269 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /js/jquery.min.js-89 into controller
>>
>> 2020-12-28 07:50:55,275 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /_framework/blazor.server.js-91 into controller
>>
>> 2020-12-28 07:50:55,278 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /js/site.js-90 into controller
>>
>> 2020-12-28 07:50:55,282 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /lib/webviewer.min.js-92 into controller
>>
>> 2020-12-28 07:50:55,285 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /js/tinymce/tinymce.min.js-93 into controller
>>
>> 2020-12-28 07:50:55,289 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /css/open-iconic/font/css/open-iconic-bootstrap.min.css-94 into controller
>>
>> 2020-12-28 07:50:55,471 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /js/JSInterop.js-95 into controller
>>
>> 2020-12-28 07:50:55,476 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /_blazor/negotiate?negotiateVersion=1-96 into controller
>>
>> 2020-12-28 07:50:55,672 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /_blazor-97 into controller
>>
>> 2020-12-28 07:50:55,677 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-99 into controller
>>
>> 2020-12-28 07:50:55,686 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /_blazor-98 into controller
>>
>> 2020-12-28 07:50:55,883 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-101 into controller
>>
>> 2020-12-28 07:51:05,281 INFO o.a.j.p.h.p.ProxyControl: Add sample /-109
>> into controller
>>
>> 2020-12-28 07:51:05,292 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /css/bootstrap/bootstrap.min.css-110 into controller
>>
>> 2020-12-28 07:51:05,297 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /_content/BlazorInputFile/inputfile.js-112 into controller
>>
>> 2020-12-28 07:51:05,303 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /css/all.css-111 into controller
>>
>> 2020-12-28 07:51:05,456 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /_content/Blazorise/blazorise.css-113 into controller
>>
>> 2020-12-28 07:51:05,461 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /_content/Microsoft.AspNetCore.ProtectedBrowserStorage/protectedBrowserStorage.js-114
>> into controller
>>
>> 2020-12-28 07:51:05,468 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /js/jquery-3.5.1.slim.min.js-115 into controller
>>
>> 2020-12-28 07:51:05,474 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /_content/Blazorise/blazorise.js-116 into controller
>>
>> 2020-12-28 07:51:05,661 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /_content/GridBlazor/css/gridblazor.min.css-117 into controller
>>
>> 2020-12-28 07:51:05,719 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /_content/GridBlazor/js/gridblazor.js-118 into controller
>>
>> 2020-12-28 07:51:05,722 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /js/popper.min.js-119 into controller
>>
>> 2020-12-28 07:51:05,725 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /_content/Blazored.Modal/blazored-modal.css-120 into controller
>>
>> 2020-12-28 07:51:05,747 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /css/app.min.css-121 into controller
>>
>> 2020-12-28 07:51:05,750 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /js/SaveFile.js-123 into controller
>>
>> 2020-12-28 07:51:05,753 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /js/eventHandler.js-124 into controller
>>
>> 2020-12-28 07:51:05,756 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /js/jquery.min.js-125 into controller
>>
>> 2020-12-28 07:51:05,760 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /js/site.js-126 into controller
>>
>> 2020-12-28 07:51:05,763 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /_framework/blazor.server.js-128 into controller
>>
>> 2020-12-28 07:51:05,766 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /js/webviewerScripts.js-127 into controller
>>
>> 2020-12-28 07:51:05,769 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /lib/webviewer.min.js-129 into controller
>>
>> 2020-12-28 07:51:05,871 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /js/tinymce/tinymce.min.js-130 into controller
>>
>> 2020-12-28 07:51:05,877 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /js/JSInterop.js-131 into controller
>>
>> 2020-12-28 07:51:06,069 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /css/open-iconic/font/css/open-iconic-bootstrap.min.css-132 into controller
>>
>> 2020-12-28 07:51:06,271 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /_blazor/negotiate?negotiateVersion=1-133 into controller
>>
>> 2020-12-28 07:51:06,276 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /_blazor-134 into controller
>>
>> 2020-12-28 07:51:06,279 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-136 into controller
>>
>> 2020-12-28 07:51:06,285 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /_blazor-135 into controller
>>
>> 2020-12-28 07:51:06,472 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-138 into controller
>>
>> 2020-12-28 07:51:10,916 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-140 into controller
>>
>> 2020-12-28 07:51:21,480 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-143 into controller
>>
>> 2020-12-28 07:51:23,105 INFO o.a.j.p.h.p.ProxyControl: Add sample /-102
>> into controller
>>
>> 2020-12-28 07:51:25,961 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-145 into controller
>>
>> 2020-12-28 07:51:25,961 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /submit/telemetry/a0457d67-f1f8-4c60-857f-96272c10b776/main/Firefox/83.0/release/20201112153044?v=4-104
>> into controller
>>
>> 2020-12-28 07:51:25,976 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /submit/telemetry/0631d093-b313-45c5-9cf4-eb1f810530a2/update/Firefox/84.0/release/20201211215739?v=4-103
>> into controller
>>
>> 2020-12-28 07:51:25,992 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /submit/telemetry/7bda9f9b-8787-4ce4-bdbc-63d768b0cfde/event/Firefox/83.0/release/20201112153044?v=4-106
>> into controller
>>
>> 2020-12-28 07:51:25,992 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /submit/telemetry/0d19b8ce-b91d-4ff8-95e8-9c916d13af03/health/Firefox/83.0/release/20201112153044?v=4-105
>> into controller
>>
>> 2020-12-28 07:51:25,992 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /submit/telemetry/8210a3cb-8301-4c46-aeb8-45fd9ec1cf36/modules/Firefox/83.0/release/20201112153044?v=4-107
>> into controller
>>
>> 2020-12-28 07:51:26,008 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /submit/telemetry/130d01fd-e8e4-447c-a4a4-22c2331ae1f8/health/Firefox/83.0/release/20201112153044?v=4-108
>> into controller
>>
>> 2020-12-28 07:51:26,773 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /success.txt-122 into controller
>>
>> 2020-12-28 07:51:30,633 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /chains/remote-settings.content-signature.mozilla.org-2021-01-04-15-03-58.chain-29
>> into controller
>>
>> 2020-12-28 07:51:31,039 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /v1/buckets/main/collections/ms-language-packs/records/cfr-v1-en-US-32 into
>> controller
>>
>> 2020-12-28 07:51:31,648 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /success.txt-139 into controller
>>
>> 2020-12-28 07:51:31,852 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /v1/buckets/main/collections/ms-language-packs/records/cfr-v1-en-US-34 into
>> controller
>>
>> 2020-12-28 07:51:36,535 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-154 into controller
>>
>> 2020-12-28 07:51:36,749 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /success.txt-141 into controller
>>
>> 2020-12-28 07:51:40,812 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-155 into controller
>>
>> 2020-12-28 07:51:41,624 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /success.txt-142 into controller
>>
>> 2020-12-28 07:51:42,233 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /_blazor-65 into controller
>>
>> 2020-12-28 07:51:43,251 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /api/v1/-67 into controller
>>
>> 2020-12-28 07:51:46,704 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /success.txt-144 into controller
>>
>> 2020-12-28 07:51:46,907 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /submit/telemetry/0b735357-38b2-4b14-9e93-51d4793b8a3f/health/Firefox/83.0/release/20201112153044?v=4-147
>> into controller
>>
>> 2020-12-28 07:51:46,907 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /submit/telemetry/0343c6f7-1e4d-45ae-a5e0-3f951efe2060/main/Firefox/83.0/release/20201112153044?v=4-146
>> into controller
>>
>> 2020-12-28 07:51:47,110 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /submit/telemetry/283c2569-ba21-418b-be9d-04c1d14db1dd/event/Firefox/83.0/release/20201112153044?v=4-149
>> into controller
>>
>> 2020-12-28 07:51:47,110 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /submit/telemetry/1e844e00-2f7d-479a-97b8-d21eb3485b4e/health/Firefox/83.0/release/20201112153044?v=4-148
>> into controller
>>
>> 2020-12-28 07:51:47,110 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /submit/activity-stream/sessions/1/bea36e1c-27c1-4adb-bfdc-956100c456eb-150
>> into controller
>>
>> 2020-12-28 07:51:51,580 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-158 into controller
>>
>> 2020-12-28 07:51:51,783 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /success.txt-151 into controller
>>
>> 2020-12-28 07:51:55,846 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-159 into controller
>>
>> 2020-12-28 07:51:58,283 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /submit/telemetry/130d01fd-e8e4-447c-a4a4-22c2331ae1f8/health/Firefox/83.0/release/20201112153044?v=4-20
>> into controller
>>
>> 2020-12-28 07:51:58,486 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /submit/telemetry/8210a3cb-8301-4c46-aeb8-45fd9ec1cf36/modules/Firefox/83.0/release/20201112153044?v=4-21
>> into controller
>>
>> 2020-12-28 07:51:58,486 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /submit/telemetry/0343c6f7-1e4d-45ae-a5e0-3f951efe2060/main/Firefox/83.0/release/20201112153044?v=4-22
>> into controller
>>
>> 2020-12-28 07:51:58,486 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /submit/telemetry/0b735357-38b2-4b14-9e93-51d4793b8a3f/health/Firefox/83.0/release/20201112153044?v=4-24
>> into controller
>>
>> 2020-12-28 07:51:58,689 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /submit/telemetry/1e844e00-2f7d-479a-97b8-d21eb3485b4e/health/Firefox/83.0/release/20201112153044?v=4-23
>> into controller
>>
>> 2020-12-28 07:51:58,689 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /submit/telemetry/283c2569-ba21-418b-be9d-04c1d14db1dd/event/Firefox/83.0/release/20201112153044?v=4-25
>> into controller
>>
>> 2020-12-28 07:52:03,160 INFO o.a.j.p.h.p.ProxyControl: Add sample /-156
>> into controller
>>
>> 2020-12-28 07:52:06,410 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-167 into controller
>>
>> 2020-12-28 07:52:10,898 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-169 into controller
>>
>> 2020-12-28 07:52:12,930 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /v1/country-30 into controller
>>
>> 2020-12-28 07:52:21,465 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-172 into controller
>>
>> 2020-12-28 07:52:25,942 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /_blazor-100 into controller
>>
>> 2020-12-28 07:52:25,942 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-174 into controller
>>
>> 2020-12-28 07:52:25,942 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /submit/telemetry/4e996c96-a4c2-41aa-9c24-ddf5618bf8c5/health/Firefox/83.0/release/20201112153044?v=4-162
>> into controller
>>
>> 2020-12-28 07:52:25,942 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /submit/telemetry/8eb21d29-56da-4c8d-85dc-6a60a9509a28/health/Firefox/83.0/release/20201112153044?v=4-164
>> into controller
>>
>> 2020-12-28 07:52:25,957 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /submit/telemetry/9861d648-f679-4a9a-8611-74af2b099d10/health/Firefox/83.0/release/20201112153044?v=4-165
>> into controller
>>
>> 2020-12-28 07:52:25,957 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /submit/telemetry/58675280-d081-436b-8c79-06eb62d8966b/health/Firefox/83.0/release/20201112153044?v=4-163
>> into controller
>>
>> 2020-12-28 07:52:25,957 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /submit/telemetry/1d4a1d57-71be-463f-b38b-f3538855f90e/main/Firefox/83.0/release/20201112153044?v=4-161
>> into controller
>>
>> 2020-12-28 07:52:25,973 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /submit/telemetry/318aac62-fa79-4e1c-92fe-05d91f8a003e/event/Firefox/83.0/release/20201112153044?v=4-160
>> into controller
>>
>> 2020-12-28 07:52:26,754 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /success.txt-166 into controller
>>
>> 2020-12-28 07:52:31,629 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /success.txt-168 into controller
>>
>> 2020-12-28 07:52:36,506 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /_blazor-137 into controller
>>
>> 2020-12-28 07:52:36,506 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-181 into controller
>>
>> 2020-12-28 07:52:36,709 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /success.txt-170 into controller
>>
>> 2020-12-28 07:52:40,781 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-183 into controller
>>
>> 2020-12-28 07:52:41,593 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /success.txt-171 into controller
>>
>> 2020-12-28 07:52:46,675 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /success.txt-173 into controller
>>
>> 2020-12-28 07:52:47,086 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /submit/telemetry/4a17b05e-8747-4692-a28d-2956c1adbc2c/health/Firefox/83.0/release/20201112153044?v=4-177
>> into controller
>>
>> 2020-12-28 07:52:47,086 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /submit/telemetry/107d8906-26d8-4e8e-a200-032d44708744/main/Firefox/83.0/release/20201112153044?v=4-176
>> into controller
>>
>> 2020-12-28 07:52:47,086 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /submit/telemetry/aa07d445-a916-437e-ad80-738b097f55cd/health/Firefox/83.0/release/20201112153044?v=4-179
>> into controller
>>
>> 2020-12-28 07:52:47,086 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /submit/telemetry/456bf9d6-fc81-4856-9bae-b9b6628554c9/health/Firefox/83.0/release/20201112153044?v=4-178
>> into controller
>>
>> 2020-12-28 07:52:51,554 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-185 into controller
>>
>> 2020-12-28 07:52:51,757 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /success.txt-180 into controller
>>
>> 2020-12-28 07:52:55,211 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /v1/buckets/main/collections/ms-language-packs/records/cfr-v1-en-US-152
>> into controller
>>
>> 2020-12-28 07:52:55,820 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-187 into controller
>>
>> 2020-12-28 07:52:56,023 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /v1/buckets/main/collections/ms-language-packs/records/cfr-v1-en-US-153
>> into controller
>>
>> 2020-12-28 07:53:01,867 INFO o.a.j.p.h.p.Daemon: HTTP(S) Test Script
>> Recorder stopped
>>
>> 2020-12-28 07:53:03,132 INFO o.a.j.p.h.p.ProxyControl: Add sample /-184
>> into controller
>>
>> 2020-12-28 07:53:07,419 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /chains/normandy.content-signature.mozilla.org-2021-01-04-15-03-56.chain-157
>> into controller
>>
>> 2020-12-28 07:53:56,004 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /_blazor-175 into controller
>>
>> 2020-12-28 07:54:06,565 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /_blazor-182 into controller
>>
>> 2020-12-28 07:54:19,381 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /6/Firefox/84.0/20201211215739/WINNT_x86-msvc/en-US/release/Windows_NT%206.3/default/default/-186
>> into controller
>>
>> 2020-12-28 07:54:19,991 INFO o.a.j.p.h.p.ProxyControl: Add sample
>> /6/Firefox/84.0/20201211215739/WINNT_x86-msvc/en-US/release/Windows_NT%206.3/default/default/-188
>> into controller
>>
>>
>> Thanks and Regards,
>>
>> [image: saggezza]
>>
>> SAGGEZZA
>>
>> Smarter Thinking.
>>
>> Real Results.
>>
>>
>> Nandini Sathanur
>>
>> Senior Software Engineer
>>
>> Mobile +91 (998) 676-2247
>>
>> nandini.sathanur@saggezza.com
>>
>> [image: facebook] [image: linkedin] [image: twitter] [image: youtube]
>>
>> This message contains confidential information and is intended only for
>> the individual named. If you are not the named addressee you should not
>> disseminate, distribute or copy this e-mail. Please notify the sender
>> immediately by e-mail if you have received this e-mail by mistake and
>> delete this e-mail from your system. Thank you.
>>
>>
>>
>> On Fri, Dec 18, 2020 at 11:00 PM Felix Schumacher <
>> felix.schumacher@internetallee.de> wrote:
>>
>>>
>>>
>>> Am 17. Dezember 2020 14:30:44 MEZ schrieb Nandini Sathanur
>>> <na...@saggezza.com.INVALID>
>>> <na...@saggezza.com.INVALID>:
>>> >Hello All,
>>> >
>>> >I am facing an issue with recording Scripts in Firefox browser through
>>> >JMeter.
>>> >
>>> >Configuration:
>>> >I have the Proxy setting in Firefox set to Proxy -localhost; Port
>>> >-8080.
>>> >I have added the RootCA certificate to the browser.
>>> >I have set the Port number to 8080 in JMeter also.
>>> >
>>> >Running Script:
>>> >TestPlan >Add >Non-Test Elements
>>> >Target Controller is set to TestPlan > HTTP(S) Test Script Recorder
>>> >Port number is to 8080
>>> >Start - The recorder is displayed and recording starts.
>>> >
>>> >Issue:
>>> >In Firefox, I have launched my application URL in my Test Server.
>>> >The Page title is the Application Page Title.
>>> >The URL displayed in the address bar is the URL that I have launched
>>> >But the page contents are not displayed. (There is no page load symbol
>>> >nor
>>> >is the page loading, even when left for 1 hour, contents of the page
>>> >are
>>> >not displayed.)
>>> >
>>> >NOTE:
>>> >I have tried recording scripts in BlazeMeter App and Google with the
>>> >same
>>> >settings mentioned above and it worked fine.
>>> >I am facing this issue only with my application URL.
>>> >
>>> >Is this issue related to Network or Proxy or Firewall?
>>> >I am using a Test Server which does not have Internet Connectivity and
>>> >directly launches my application URL's.
>>> >
>>> >Please help me understand what the issue is and let me know if there is
>>> >any
>>> >work around to it.
>>>
>>> What version of jmeter, Java and OS do you use?
>>>
>>> Are there any error (or other) messages in the log file jmeter.log?
>>>
>>> Regards
>>>  Felix
>>>
>>> >
>>> >Thanks and Regards,
>>> >
>>> >[image: saggezza]
>>> >
>>> >SAGGEZZA
>>> >
>>> >Smarter Thinking.
>>> >
>>> >Real Results.
>>> >
>>> >
>>> >Nandini Sathanur
>>> >
>>> >Senior Software Engineer
>>> >
>>> >Mobile +91 (998) 676-2247
>>> >
>>> >nandini.sathanur@saggezza.com
>>> >
>>> >[image: facebook] [image: linkedin] [image: twitter] [image: youtube]
>>> >
>>> >This message contains confidential information and is intended only for
>>> >the
>>> >individual named. If you are not the named addressee you should not
>>> >disseminate, distribute or copy this e-mail. Please notify the sender
>>> >immediately by e-mail if you have received this e-mail by mistake and
>>> >delete this e-mail from your system. Thank you.
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
>>> For additional commands, e-mail: user-help@jmeter.apache.org
>>>
>>>

Re: Issue with Recording Scripts in JMeter

Posted by Felix Schumacher <fe...@internetallee.de>.
Am 29.12.20 um 13:49 schrieb Nandini Sathanur:
> Hi All,
>
> I also tried recording the same through Template > Recording.
>  
> I am still facing the same issue with recording Scripts in Firefox
> browser through JMeter.  
>
> *_Issue_*:
> In Firefox, I have launched my application URL in my Test Server.
> The Page title is the Application Page Title.
> The URL displayed in the address bar is the URL that I have launched
> But the page contents are not displayed. (There is no page load symbol
> nor is the page loading, even when left for 1 hour, contents of the
> page are not displayed. 

Can you look at the developer console in Firefox and report back, if
there are any errors reported?

Could you try to enable debug logging for all network traffic, that goes
through JMeter by adding -Djavax.net.debug=all to the JVM system
properties when starting JMeter?
(https://docs.oracle.com/javase/7/docs/technotes/guides/security/jsse/ReadDebug.html
for more information about the system property and
https://jmeter.apache.org/usermanual/get-started.html#running for
setting JVM_ARGS in a file called setenv.bat or setenv.sh)

The debug log will probably be sent to STDOUT and will be quiet big and
might contain more information than you are willing to share publicly.
Beware!

Felix

>
> Thanks and Regards,
>
> saggezza
>
> SAGGEZZA
>
> Smarter Thinking.
>
> Real Results.
>
>
> 	
>
>
>       Nandini Sathanur
>
> Senior Software Engineer
>
>
> Mobile +91 (998) 676-2247
>
> nandini.sathanur@saggezza.com <ma...@saggezza.com>
>
>
> facebooklinkedintwitteryoutube
>
> This message contains confidential information and is intended only
> for the individual named. If you are not the named addressee you
> should not disseminate, distribute or copy this e-mail. Please notify
> the sender immediately by e-mail if you have received this e-mail by
> mistake and delete this e-mail from your system. Thank you.
>
> 	
>
>
>
> On Mon, Dec 28, 2020 at 1:39 PM Nandini Sathanur
> <nandini.sathanur@saggezza.com <ma...@saggezza.com>>
> wrote:
>
>     Thanks Felix.
>
>     *_Versions :_* 
>     JMeter - 5.3
>     Java - 15.0.1.0
>     OS - Windows
>     image.png
>
>
>     *_Log file:_*
>     There are no errors in the log file. Pasted below is what I see in
>     the log file.
>
>     2020-12-28 07:50:46,589 INFO o.a.j.p.h.p.ProxyControl: Valid alias
>     found for :root_ca:
>
>     2020-12-28 07:50:46,589 INFO o.a.j.p.h.p.ProxyControl: Valid alias
>     found for :intermediate_ca:
>
>     2020-12-28 07:50:46,589 INFO o.a.j.p.h.p.Daemon: Creating Daemon
>     Socket on port: 8080
>
>     2020-12-28 07:50:46,589 INFO o.a.j.p.h.p.Daemon: Test Script
>     Recorder up and running!
>
>     2020-12-28 07:50:46,699 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /success.txt-69 into controller
>
>     2020-12-28 07:50:51,778 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /success.txt-71 into controller
>
>     2020-12-28 07:50:53,200 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /-72 into controller
>
>     2020-12-28 07:50:54,624 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /-73 into controller
>
>     2020-12-28 07:50:54,836 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /_content/Microsoft.AspNetCore.ProtectedBrowserStorage/protectedBrowserStorage.js-74
>     into controller
>
>     2020-12-28 07:50:54,843 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /css/bootstrap/bootstrap.min.css-76 into controller
>
>     2020-12-28 07:50:54,867 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /_content/BlazorInputFile/inputfile.js-75 into controller
>
>     2020-12-28 07:50:54,878 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /_content/Blazorise/blazorise.css-77 into controller
>
>     2020-12-28 07:50:54,895 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /css/all.css-78 into controller
>
>     2020-12-28 07:50:54,904 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /js/jquery-3.5.1.slim.min.js-79 into controller
>
>     2020-12-28 07:50:54,908 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /js/popper.min.js-80 into controller
>
>     2020-12-28 07:50:54,911 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /_content/Blazorise/blazorise.js-81 into controller
>
>     2020-12-28 07:50:55,064 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /_content/Blazored.Modal/blazored-modal.css-82 into controller
>
>     2020-12-28 07:50:55,068 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /_content/GridBlazor/js/gridblazor.js-84 into controller
>
>     2020-12-28 07:50:55,072 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /_content/GridBlazor/css/gridblazor.min.css-83 into controller
>
>     2020-12-28 07:50:55,078 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /css/app.min.css-85 into controller
>
>     2020-12-28 07:50:55,082 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /js/eventHandler.js-86 into controller
>
>     2020-12-28 07:50:55,085 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /js/SaveFile.js-87 into controller
>
>     2020-12-28 07:50:55,089 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /js/webviewerScripts.js-88 into controller
>
>     2020-12-28 07:50:55,269 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /js/jquery.min.js-89 into controller
>
>     2020-12-28 07:50:55,275 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /_framework/blazor.server.js-91 into controller
>
>     2020-12-28 07:50:55,278 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /js/site.js-90 into controller
>
>     2020-12-28 07:50:55,282 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /lib/webviewer.min.js-92 into controller
>
>     2020-12-28 07:50:55,285 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /js/tinymce/tinymce.min.js-93 into controller
>
>     2020-12-28 07:50:55,289 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /css/open-iconic/font/css/open-iconic-bootstrap.min.css-94 into
>     controller
>
>     2020-12-28 07:50:55,471 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /js/JSInterop.js-95 into controller
>
>     2020-12-28 07:50:55,476 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /_blazor/negotiate?negotiateVersion=1-96 into controller
>
>     2020-12-28 07:50:55,672 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /_blazor-97 into controller
>
>     2020-12-28 07:50:55,677 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-99 into controller
>
>     2020-12-28 07:50:55,686 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /_blazor-98 into controller
>
>     2020-12-28 07:50:55,883 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-101 into controller
>
>     2020-12-28 07:51:05,281 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /-109 into controller
>
>     2020-12-28 07:51:05,292 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /css/bootstrap/bootstrap.min.css-110 into controller
>
>     2020-12-28 07:51:05,297 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /_content/BlazorInputFile/inputfile.js-112 into controller
>
>     2020-12-28 07:51:05,303 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /css/all.css-111 into controller
>
>     2020-12-28 07:51:05,456 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /_content/Blazorise/blazorise.css-113 into controller
>
>     2020-12-28 07:51:05,461 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /_content/Microsoft.AspNetCore.ProtectedBrowserStorage/protectedBrowserStorage.js-114
>     into controller
>
>     2020-12-28 07:51:05,468 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /js/jquery-3.5.1.slim.min.js-115 into controller
>
>     2020-12-28 07:51:05,474 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /_content/Blazorise/blazorise.js-116 into controller
>
>     2020-12-28 07:51:05,661 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /_content/GridBlazor/css/gridblazor.min.css-117 into controller
>
>     2020-12-28 07:51:05,719 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /_content/GridBlazor/js/gridblazor.js-118 into controller
>
>     2020-12-28 07:51:05,722 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /js/popper.min.js-119 into controller
>
>     2020-12-28 07:51:05,725 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /_content/Blazored.Modal/blazored-modal.css-120 into controller
>
>     2020-12-28 07:51:05,747 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /css/app.min.css-121 into controller
>
>     2020-12-28 07:51:05,750 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /js/SaveFile.js-123 into controller
>
>     2020-12-28 07:51:05,753 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /js/eventHandler.js-124 into controller
>
>     2020-12-28 07:51:05,756 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /js/jquery.min.js-125 into controller
>
>     2020-12-28 07:51:05,760 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /js/site.js-126 into controller
>
>     2020-12-28 07:51:05,763 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /_framework/blazor.server.js-128 into controller
>
>     2020-12-28 07:51:05,766 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /js/webviewerScripts.js-127 into controller
>
>     2020-12-28 07:51:05,769 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /lib/webviewer.min.js-129 into controller
>
>     2020-12-28 07:51:05,871 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /js/tinymce/tinymce.min.js-130 into controller
>
>     2020-12-28 07:51:05,877 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /js/JSInterop.js-131 into controller
>
>     2020-12-28 07:51:06,069 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /css/open-iconic/font/css/open-iconic-bootstrap.min.css-132 into
>     controller
>
>     2020-12-28 07:51:06,271 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /_blazor/negotiate?negotiateVersion=1-133 into controller
>
>     2020-12-28 07:51:06,276 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /_blazor-134 into controller
>
>     2020-12-28 07:51:06,279 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-136 into controller
>
>     2020-12-28 07:51:06,285 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /_blazor-135 into controller
>
>     2020-12-28 07:51:06,472 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-138 into controller
>
>     2020-12-28 07:51:10,916 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-140 into controller
>
>     2020-12-28 07:51:21,480 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-143 into controller
>
>     2020-12-28 07:51:23,105 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /-102 into controller
>
>     2020-12-28 07:51:25,961 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-145 into controller
>
>     2020-12-28 07:51:25,961 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /submit/telemetry/a0457d67-f1f8-4c60-857f-96272c10b776/main/Firefox/83.0/release/20201112153044?v=4-104
>     into controller
>
>     2020-12-28 07:51:25,976 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /submit/telemetry/0631d093-b313-45c5-9cf4-eb1f810530a2/update/Firefox/84.0/release/20201211215739?v=4-103
>     into controller
>
>     2020-12-28 07:51:25,992 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /submit/telemetry/7bda9f9b-8787-4ce4-bdbc-63d768b0cfde/event/Firefox/83.0/release/20201112153044?v=4-106
>     into controller
>
>     2020-12-28 07:51:25,992 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /submit/telemetry/0d19b8ce-b91d-4ff8-95e8-9c916d13af03/health/Firefox/83.0/release/20201112153044?v=4-105
>     into controller
>
>     2020-12-28 07:51:25,992 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /submit/telemetry/8210a3cb-8301-4c46-aeb8-45fd9ec1cf36/modules/Firefox/83.0/release/20201112153044?v=4-107
>     into controller
>
>     2020-12-28 07:51:26,008 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /submit/telemetry/130d01fd-e8e4-447c-a4a4-22c2331ae1f8/health/Firefox/83.0/release/20201112153044?v=4-108
>     into controller
>
>     2020-12-28 07:51:26,773 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /success.txt-122 into controller
>
>     2020-12-28 07:51:30,633 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /chains/remote-settings.content-signature.mozilla.org-2021-01-04-15-03-58.chain-29
>     into controller
>
>     2020-12-28 07:51:31,039 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /v1/buckets/main/collections/ms-language-packs/records/cfr-v1-en-US-32
>     into controller
>
>     2020-12-28 07:51:31,648 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /success.txt-139 into controller
>
>     2020-12-28 07:51:31,852 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /v1/buckets/main/collections/ms-language-packs/records/cfr-v1-en-US-34
>     into controller
>
>     2020-12-28 07:51:36,535 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-154 into controller
>
>     2020-12-28 07:51:36,749 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /success.txt-141 into controller
>
>     2020-12-28 07:51:40,812 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-155 into controller
>
>     2020-12-28 07:51:41,624 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /success.txt-142 into controller
>
>     2020-12-28 07:51:42,233 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /_blazor-65 into controller
>
>     2020-12-28 07:51:43,251 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /api/v1/-67 into controller
>
>     2020-12-28 07:51:46,704 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /success.txt-144 into controller
>
>     2020-12-28 07:51:46,907 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /submit/telemetry/0b735357-38b2-4b14-9e93-51d4793b8a3f/health/Firefox/83.0/release/20201112153044?v=4-147
>     into controller
>
>     2020-12-28 07:51:46,907 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /submit/telemetry/0343c6f7-1e4d-45ae-a5e0-3f951efe2060/main/Firefox/83.0/release/20201112153044?v=4-146
>     into controller
>
>     2020-12-28 07:51:47,110 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /submit/telemetry/283c2569-ba21-418b-be9d-04c1d14db1dd/event/Firefox/83.0/release/20201112153044?v=4-149
>     into controller
>
>     2020-12-28 07:51:47,110 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /submit/telemetry/1e844e00-2f7d-479a-97b8-d21eb3485b4e/health/Firefox/83.0/release/20201112153044?v=4-148
>     into controller
>
>     2020-12-28 07:51:47,110 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /submit/activity-stream/sessions/1/bea36e1c-27c1-4adb-bfdc-956100c456eb-150
>     into controller
>
>     2020-12-28 07:51:51,580 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-158 into controller
>
>     2020-12-28 07:51:51,783 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /success.txt-151 into controller
>
>     2020-12-28 07:51:55,846 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-159 into controller
>
>     2020-12-28 07:51:58,283 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /submit/telemetry/130d01fd-e8e4-447c-a4a4-22c2331ae1f8/health/Firefox/83.0/release/20201112153044?v=4-20
>     into controller
>
>     2020-12-28 07:51:58,486 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /submit/telemetry/8210a3cb-8301-4c46-aeb8-45fd9ec1cf36/modules/Firefox/83.0/release/20201112153044?v=4-21
>     into controller
>
>     2020-12-28 07:51:58,486 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /submit/telemetry/0343c6f7-1e4d-45ae-a5e0-3f951efe2060/main/Firefox/83.0/release/20201112153044?v=4-22
>     into controller
>
>     2020-12-28 07:51:58,486 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /submit/telemetry/0b735357-38b2-4b14-9e93-51d4793b8a3f/health/Firefox/83.0/release/20201112153044?v=4-24
>     into controller
>
>     2020-12-28 07:51:58,689 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /submit/telemetry/1e844e00-2f7d-479a-97b8-d21eb3485b4e/health/Firefox/83.0/release/20201112153044?v=4-23
>     into controller
>
>     2020-12-28 07:51:58,689 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /submit/telemetry/283c2569-ba21-418b-be9d-04c1d14db1dd/event/Firefox/83.0/release/20201112153044?v=4-25
>     into controller
>
>     2020-12-28 07:52:03,160 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /-156 into controller
>
>     2020-12-28 07:52:06,410 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-167 into controller
>
>     2020-12-28 07:52:10,898 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-169 into controller
>
>     2020-12-28 07:52:12,930 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /v1/country-30 into controller
>
>     2020-12-28 07:52:21,465 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-172 into controller
>
>     2020-12-28 07:52:25,942 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /_blazor-100 into controller
>
>     2020-12-28 07:52:25,942 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-174 into controller
>
>     2020-12-28 07:52:25,942 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /submit/telemetry/4e996c96-a4c2-41aa-9c24-ddf5618bf8c5/health/Firefox/83.0/release/20201112153044?v=4-162
>     into controller
>
>     2020-12-28 07:52:25,942 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /submit/telemetry/8eb21d29-56da-4c8d-85dc-6a60a9509a28/health/Firefox/83.0/release/20201112153044?v=4-164
>     into controller
>
>     2020-12-28 07:52:25,957 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /submit/telemetry/9861d648-f679-4a9a-8611-74af2b099d10/health/Firefox/83.0/release/20201112153044?v=4-165
>     into controller
>
>     2020-12-28 07:52:25,957 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /submit/telemetry/58675280-d081-436b-8c79-06eb62d8966b/health/Firefox/83.0/release/20201112153044?v=4-163
>     into controller
>
>     2020-12-28 07:52:25,957 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /submit/telemetry/1d4a1d57-71be-463f-b38b-f3538855f90e/main/Firefox/83.0/release/20201112153044?v=4-161
>     into controller
>
>     2020-12-28 07:52:25,973 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /submit/telemetry/318aac62-fa79-4e1c-92fe-05d91f8a003e/event/Firefox/83.0/release/20201112153044?v=4-160
>     into controller
>
>     2020-12-28 07:52:26,754 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /success.txt-166 into controller
>
>     2020-12-28 07:52:31,629 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /success.txt-168 into controller
>
>     2020-12-28 07:52:36,506 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /_blazor-137 into controller
>
>     2020-12-28 07:52:36,506 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-181 into controller
>
>     2020-12-28 07:52:36,709 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /success.txt-170 into controller
>
>     2020-12-28 07:52:40,781 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-183 into controller
>
>     2020-12-28 07:52:41,593 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /success.txt-171 into controller
>
>     2020-12-28 07:52:46,675 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /success.txt-173 into controller
>
>     2020-12-28 07:52:47,086 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /submit/telemetry/4a17b05e-8747-4692-a28d-2956c1adbc2c/health/Firefox/83.0/release/20201112153044?v=4-177
>     into controller
>
>     2020-12-28 07:52:47,086 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /submit/telemetry/107d8906-26d8-4e8e-a200-032d44708744/main/Firefox/83.0/release/20201112153044?v=4-176
>     into controller
>
>     2020-12-28 07:52:47,086 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /submit/telemetry/aa07d445-a916-437e-ad80-738b097f55cd/health/Firefox/83.0/release/20201112153044?v=4-179
>     into controller
>
>     2020-12-28 07:52:47,086 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /submit/telemetry/456bf9d6-fc81-4856-9bae-b9b6628554c9/health/Firefox/83.0/release/20201112153044?v=4-178
>     into controller
>
>     2020-12-28 07:52:51,554 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-185 into controller
>
>     2020-12-28 07:52:51,757 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /success.txt-180 into controller
>
>     2020-12-28 07:52:55,211 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /v1/buckets/main/collections/ms-language-packs/records/cfr-v1-en-US-152
>     into controller
>
>     2020-12-28 07:52:55,820 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-187 into controller
>
>     2020-12-28 07:52:56,023 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /v1/buckets/main/collections/ms-language-packs/records/cfr-v1-en-US-153
>     into controller
>
>     2020-12-28 07:53:01,867 INFO o.a.j.p.h.p.Daemon: HTTP(S) Test
>     Script Recorder stopped
>
>     2020-12-28 07:53:03,132 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /-184 into controller
>
>     2020-12-28 07:53:07,419 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /chains/normandy.content-signature.mozilla.org-2021-01-04-15-03-56.chain-157
>     into controller
>
>     2020-12-28 07:53:56,004 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /_blazor-175 into controller
>
>     2020-12-28 07:54:06,565 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /_blazor-182 into controller
>
>     2020-12-28 07:54:19,381 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /6/Firefox/84.0/20201211215739/WINNT_x86-msvc/en-US/release/Windows_NT%206.3/default/default/-186
>     into controller
>
>     2020-12-28 07:54:19,991 INFO o.a.j.p.h.p.ProxyControl: Add sample
>     /6/Firefox/84.0/20201211215739/WINNT_x86-msvc/en-US/release/Windows_NT%206.3/default/default/-188
>     into controller
>
>
>
>     Thanks and Regards,
>
>     saggezza
>
>     SAGGEZZA
>
>     Smarter Thinking.
>
>     Real Results.
>
>
>     	
>
>
>           Nandini Sathanur
>
>     Senior Software Engineer
>
>
>     Mobile +91 (998) 676-2247
>
>     nandini.sathanur@saggezza.com <ma...@saggezza.com>
>
>
>     facebooklinkedintwitteryoutube
>
>     This message contains confidential information and is intended
>     only for the individual named. If you are not the named addressee
>     you should not disseminate, distribute or copy this e-mail. Please
>     notify the sender immediately by e-mail if you have received this
>     e-mail by mistake and delete this e-mail from your system. Thank you.
>
>     	
>
>
>
>     On Fri, Dec 18, 2020 at 11:00 PM Felix Schumacher
>     <felix.schumacher@internetallee.de
>     <ma...@internetallee.de>> wrote:
>
>
>
>         Am 17. Dezember 2020 14:30:44 MEZ schrieb Nandini Sathanur
>         <na...@saggezza.com.INVALID>:
>         >Hello All,
>         >
>         >I am facing an issue with recording Scripts in Firefox
>         browser through
>         >JMeter.
>         >
>         >Configuration:
>         >I have the Proxy setting in Firefox set to Proxy -localhost; Port
>         >-8080.
>         >I have added the RootCA certificate to the browser.
>         >I have set the Port number to 8080 in JMeter also.
>         >
>         >Running Script:
>         >TestPlan >Add >Non-Test Elements
>         >Target Controller is set to TestPlan > HTTP(S) Test Script
>         Recorder
>         >Port number is to 8080
>         >Start - The recorder is displayed and recording starts.
>         >
>         >Issue:
>         >In Firefox, I have launched my application URL in my Test Server.
>         >The Page title is the Application Page Title.
>         >The URL displayed in the address bar is the URL that I have
>         launched
>         >But the page contents are not displayed. (There is no page
>         load symbol
>         >nor
>         >is the page loading, even when left for 1 hour, contents of
>         the page
>         >are
>         >not displayed.)
>         >
>         >NOTE:
>         >I have tried recording scripts in BlazeMeter App and Google
>         with the
>         >same
>         >settings mentioned above and it worked fine.
>         >I am facing this issue only with my application URL.
>         >
>         >Is this issue related to Network or Proxy or Firewall?
>         >I am using a Test Server which does not have Internet
>         Connectivity and
>         >directly launches my application URL's.
>         >
>         >Please help me understand what the issue is and let me know
>         if there is
>         >any
>         >work around to it.
>
>         What version of jmeter, Java and OS do you use?
>
>         Are there any error (or other) messages in the log file
>         jmeter.log?
>
>         Regards
>          Felix
>
>         >
>         >Thanks and Regards,
>         >
>         >[image: saggezza]
>         >
>         >SAGGEZZA
>         >
>         >Smarter Thinking.
>         >
>         >Real Results.
>         >
>         >
>         >Nandini Sathanur
>         >
>         >Senior Software Engineer
>         >
>         >Mobile +91 (998) 676-2247
>         >
>         >nandini.sathanur@saggezza.com
>         <ma...@saggezza.com>
>         >
>         >[image: facebook] [image: linkedin] [image: twitter] [image:
>         youtube]
>         >
>         >This message contains confidential information and is
>         intended only for
>         >the
>         >individual named. If you are not the named addressee you
>         should not
>         >disseminate, distribute or copy this e-mail. Please notify
>         the sender
>         >immediately by e-mail if you have received this e-mail by
>         mistake and
>         >delete this e-mail from your system. Thank you.
>
>         ---------------------------------------------------------------------
>         To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
>         <ma...@jmeter.apache.org>
>         For additional commands, e-mail: user-help@jmeter.apache.org
>         <ma...@jmeter.apache.org>
>

Re: Issue with Recording Scripts in JMeter

Posted by Nandini Sathanur <na...@saggezza.com.INVALID>.
Hi All,

I also tried recording the same through Template > Recording.

I am still facing the same issue with recording Scripts in Firefox browser
through JMeter.

*Issue*:
In Firefox, I have launched my application URL in my Test Server.
The Page title is the Application Page Title.
The URL displayed in the address bar is the URL that I have launched
But the page contents are not displayed. (There is no page load symbol nor
is the page loading, even when left for 1 hour, contents of the page are
not displayed.

Thanks and Regards,

[image: saggezza]

SAGGEZZA

Smarter Thinking.

Real Results.


Nandini Sathanur

Senior Software Engineer

Mobile +91 (998) 676-2247

nandini.sathanur@saggezza.com

[image: facebook] [image: linkedin] [image: twitter] [image: youtube]

This message contains confidential information and is intended only for the
individual named. If you are not the named addressee you should not
disseminate, distribute or copy this e-mail. Please notify the sender
immediately by e-mail if you have received this e-mail by mistake and
delete this e-mail from your system. Thank you.



On Mon, Dec 28, 2020 at 1:39 PM Nandini Sathanur <
nandini.sathanur@saggezza.com> wrote:

> Thanks Felix.
>
> *Versions :*
> JMeter - 5.3
> Java - 15.0.1.0
> OS - Windows
> [image: image.png]
>
>
> *Log file:*
> There are no errors in the log file. Pasted below is what I see in the log
> file.
>
> 2020-12-28 07:50:46,589 INFO o.a.j.p.h.p.ProxyControl: Valid alias found
> for :root_ca:
>
> 2020-12-28 07:50:46,589 INFO o.a.j.p.h.p.ProxyControl: Valid alias found
> for :intermediate_ca:
>
> 2020-12-28 07:50:46,589 INFO o.a.j.p.h.p.Daemon: Creating Daemon Socket on
> port: 8080
>
> 2020-12-28 07:50:46,589 INFO o.a.j.p.h.p.Daemon: Test Script Recorder up
> and running!
>
> 2020-12-28 07:50:46,699 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /success.txt-69 into controller
>
> 2020-12-28 07:50:51,778 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /success.txt-71 into controller
>
> 2020-12-28 07:50:53,200 INFO o.a.j.p.h.p.ProxyControl: Add sample /-72
> into controller
>
> 2020-12-28 07:50:54,624 INFO o.a.j.p.h.p.ProxyControl: Add sample /-73
> into controller
>
> 2020-12-28 07:50:54,836 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_content/Microsoft.AspNetCore.ProtectedBrowserStorage/protectedBrowserStorage.js-74
> into controller
>
> 2020-12-28 07:50:54,843 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /css/bootstrap/bootstrap.min.css-76 into controller
>
> 2020-12-28 07:50:54,867 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_content/BlazorInputFile/inputfile.js-75 into controller
>
> 2020-12-28 07:50:54,878 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_content/Blazorise/blazorise.css-77 into controller
>
> 2020-12-28 07:50:54,895 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /css/all.css-78 into controller
>
> 2020-12-28 07:50:54,904 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /js/jquery-3.5.1.slim.min.js-79 into controller
>
> 2020-12-28 07:50:54,908 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /js/popper.min.js-80 into controller
>
> 2020-12-28 07:50:54,911 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_content/Blazorise/blazorise.js-81 into controller
>
> 2020-12-28 07:50:55,064 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_content/Blazored.Modal/blazored-modal.css-82 into controller
>
> 2020-12-28 07:50:55,068 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_content/GridBlazor/js/gridblazor.js-84 into controller
>
> 2020-12-28 07:50:55,072 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_content/GridBlazor/css/gridblazor.min.css-83 into controller
>
> 2020-12-28 07:50:55,078 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /css/app.min.css-85 into controller
>
> 2020-12-28 07:50:55,082 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /js/eventHandler.js-86 into controller
>
> 2020-12-28 07:50:55,085 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /js/SaveFile.js-87 into controller
>
> 2020-12-28 07:50:55,089 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /js/webviewerScripts.js-88 into controller
>
> 2020-12-28 07:50:55,269 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /js/jquery.min.js-89 into controller
>
> 2020-12-28 07:50:55,275 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_framework/blazor.server.js-91 into controller
>
> 2020-12-28 07:50:55,278 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /js/site.js-90 into controller
>
> 2020-12-28 07:50:55,282 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /lib/webviewer.min.js-92 into controller
>
> 2020-12-28 07:50:55,285 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /js/tinymce/tinymce.min.js-93 into controller
>
> 2020-12-28 07:50:55,289 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /css/open-iconic/font/css/open-iconic-bootstrap.min.css-94 into controller
>
> 2020-12-28 07:50:55,471 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /js/JSInterop.js-95 into controller
>
> 2020-12-28 07:50:55,476 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor/negotiate?negotiateVersion=1-96 into controller
>
> 2020-12-28 07:50:55,672 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor-97 into controller
>
> 2020-12-28 07:50:55,677 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-99 into controller
>
> 2020-12-28 07:50:55,686 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor-98 into controller
>
> 2020-12-28 07:50:55,883 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-101 into controller
>
> 2020-12-28 07:51:05,281 INFO o.a.j.p.h.p.ProxyControl: Add sample /-109
> into controller
>
> 2020-12-28 07:51:05,292 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /css/bootstrap/bootstrap.min.css-110 into controller
>
> 2020-12-28 07:51:05,297 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_content/BlazorInputFile/inputfile.js-112 into controller
>
> 2020-12-28 07:51:05,303 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /css/all.css-111 into controller
>
> 2020-12-28 07:51:05,456 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_content/Blazorise/blazorise.css-113 into controller
>
> 2020-12-28 07:51:05,461 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_content/Microsoft.AspNetCore.ProtectedBrowserStorage/protectedBrowserStorage.js-114
> into controller
>
> 2020-12-28 07:51:05,468 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /js/jquery-3.5.1.slim.min.js-115 into controller
>
> 2020-12-28 07:51:05,474 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_content/Blazorise/blazorise.js-116 into controller
>
> 2020-12-28 07:51:05,661 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_content/GridBlazor/css/gridblazor.min.css-117 into controller
>
> 2020-12-28 07:51:05,719 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_content/GridBlazor/js/gridblazor.js-118 into controller
>
> 2020-12-28 07:51:05,722 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /js/popper.min.js-119 into controller
>
> 2020-12-28 07:51:05,725 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_content/Blazored.Modal/blazored-modal.css-120 into controller
>
> 2020-12-28 07:51:05,747 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /css/app.min.css-121 into controller
>
> 2020-12-28 07:51:05,750 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /js/SaveFile.js-123 into controller
>
> 2020-12-28 07:51:05,753 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /js/eventHandler.js-124 into controller
>
> 2020-12-28 07:51:05,756 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /js/jquery.min.js-125 into controller
>
> 2020-12-28 07:51:05,760 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /js/site.js-126 into controller
>
> 2020-12-28 07:51:05,763 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_framework/blazor.server.js-128 into controller
>
> 2020-12-28 07:51:05,766 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /js/webviewerScripts.js-127 into controller
>
> 2020-12-28 07:51:05,769 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /lib/webviewer.min.js-129 into controller
>
> 2020-12-28 07:51:05,871 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /js/tinymce/tinymce.min.js-130 into controller
>
> 2020-12-28 07:51:05,877 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /js/JSInterop.js-131 into controller
>
> 2020-12-28 07:51:06,069 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /css/open-iconic/font/css/open-iconic-bootstrap.min.css-132 into controller
>
> 2020-12-28 07:51:06,271 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor/negotiate?negotiateVersion=1-133 into controller
>
> 2020-12-28 07:51:06,276 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor-134 into controller
>
> 2020-12-28 07:51:06,279 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-136 into controller
>
> 2020-12-28 07:51:06,285 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor-135 into controller
>
> 2020-12-28 07:51:06,472 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-138 into controller
>
> 2020-12-28 07:51:10,916 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-140 into controller
>
> 2020-12-28 07:51:21,480 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-143 into controller
>
> 2020-12-28 07:51:23,105 INFO o.a.j.p.h.p.ProxyControl: Add sample /-102
> into controller
>
> 2020-12-28 07:51:25,961 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-145 into controller
>
> 2020-12-28 07:51:25,961 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/a0457d67-f1f8-4c60-857f-96272c10b776/main/Firefox/83.0/release/20201112153044?v=4-104
> into controller
>
> 2020-12-28 07:51:25,976 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/0631d093-b313-45c5-9cf4-eb1f810530a2/update/Firefox/84.0/release/20201211215739?v=4-103
> into controller
>
> 2020-12-28 07:51:25,992 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/7bda9f9b-8787-4ce4-bdbc-63d768b0cfde/event/Firefox/83.0/release/20201112153044?v=4-106
> into controller
>
> 2020-12-28 07:51:25,992 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/0d19b8ce-b91d-4ff8-95e8-9c916d13af03/health/Firefox/83.0/release/20201112153044?v=4-105
> into controller
>
> 2020-12-28 07:51:25,992 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/8210a3cb-8301-4c46-aeb8-45fd9ec1cf36/modules/Firefox/83.0/release/20201112153044?v=4-107
> into controller
>
> 2020-12-28 07:51:26,008 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/130d01fd-e8e4-447c-a4a4-22c2331ae1f8/health/Firefox/83.0/release/20201112153044?v=4-108
> into controller
>
> 2020-12-28 07:51:26,773 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /success.txt-122 into controller
>
> 2020-12-28 07:51:30,633 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /chains/remote-settings.content-signature.mozilla.org-2021-01-04-15-03-58.chain-29
> into controller
>
> 2020-12-28 07:51:31,039 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /v1/buckets/main/collections/ms-language-packs/records/cfr-v1-en-US-32 into
> controller
>
> 2020-12-28 07:51:31,648 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /success.txt-139 into controller
>
> 2020-12-28 07:51:31,852 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /v1/buckets/main/collections/ms-language-packs/records/cfr-v1-en-US-34 into
> controller
>
> 2020-12-28 07:51:36,535 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-154 into controller
>
> 2020-12-28 07:51:36,749 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /success.txt-141 into controller
>
> 2020-12-28 07:51:40,812 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-155 into controller
>
> 2020-12-28 07:51:41,624 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /success.txt-142 into controller
>
> 2020-12-28 07:51:42,233 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor-65 into controller
>
> 2020-12-28 07:51:43,251 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /api/v1/-67 into controller
>
> 2020-12-28 07:51:46,704 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /success.txt-144 into controller
>
> 2020-12-28 07:51:46,907 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/0b735357-38b2-4b14-9e93-51d4793b8a3f/health/Firefox/83.0/release/20201112153044?v=4-147
> into controller
>
> 2020-12-28 07:51:46,907 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/0343c6f7-1e4d-45ae-a5e0-3f951efe2060/main/Firefox/83.0/release/20201112153044?v=4-146
> into controller
>
> 2020-12-28 07:51:47,110 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/283c2569-ba21-418b-be9d-04c1d14db1dd/event/Firefox/83.0/release/20201112153044?v=4-149
> into controller
>
> 2020-12-28 07:51:47,110 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/1e844e00-2f7d-479a-97b8-d21eb3485b4e/health/Firefox/83.0/release/20201112153044?v=4-148
> into controller
>
> 2020-12-28 07:51:47,110 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/activity-stream/sessions/1/bea36e1c-27c1-4adb-bfdc-956100c456eb-150
> into controller
>
> 2020-12-28 07:51:51,580 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-158 into controller
>
> 2020-12-28 07:51:51,783 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /success.txt-151 into controller
>
> 2020-12-28 07:51:55,846 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-159 into controller
>
> 2020-12-28 07:51:58,283 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/130d01fd-e8e4-447c-a4a4-22c2331ae1f8/health/Firefox/83.0/release/20201112153044?v=4-20
> into controller
>
> 2020-12-28 07:51:58,486 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/8210a3cb-8301-4c46-aeb8-45fd9ec1cf36/modules/Firefox/83.0/release/20201112153044?v=4-21
> into controller
>
> 2020-12-28 07:51:58,486 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/0343c6f7-1e4d-45ae-a5e0-3f951efe2060/main/Firefox/83.0/release/20201112153044?v=4-22
> into controller
>
> 2020-12-28 07:51:58,486 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/0b735357-38b2-4b14-9e93-51d4793b8a3f/health/Firefox/83.0/release/20201112153044?v=4-24
> into controller
>
> 2020-12-28 07:51:58,689 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/1e844e00-2f7d-479a-97b8-d21eb3485b4e/health/Firefox/83.0/release/20201112153044?v=4-23
> into controller
>
> 2020-12-28 07:51:58,689 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/283c2569-ba21-418b-be9d-04c1d14db1dd/event/Firefox/83.0/release/20201112153044?v=4-25
> into controller
>
> 2020-12-28 07:52:03,160 INFO o.a.j.p.h.p.ProxyControl: Add sample /-156
> into controller
>
> 2020-12-28 07:52:06,410 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-167 into controller
>
> 2020-12-28 07:52:10,898 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-169 into controller
>
> 2020-12-28 07:52:12,930 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /v1/country-30 into controller
>
> 2020-12-28 07:52:21,465 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-172 into controller
>
> 2020-12-28 07:52:25,942 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor-100 into controller
>
> 2020-12-28 07:52:25,942 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-174 into controller
>
> 2020-12-28 07:52:25,942 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/4e996c96-a4c2-41aa-9c24-ddf5618bf8c5/health/Firefox/83.0/release/20201112153044?v=4-162
> into controller
>
> 2020-12-28 07:52:25,942 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/8eb21d29-56da-4c8d-85dc-6a60a9509a28/health/Firefox/83.0/release/20201112153044?v=4-164
> into controller
>
> 2020-12-28 07:52:25,957 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/9861d648-f679-4a9a-8611-74af2b099d10/health/Firefox/83.0/release/20201112153044?v=4-165
> into controller
>
> 2020-12-28 07:52:25,957 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/58675280-d081-436b-8c79-06eb62d8966b/health/Firefox/83.0/release/20201112153044?v=4-163
> into controller
>
> 2020-12-28 07:52:25,957 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/1d4a1d57-71be-463f-b38b-f3538855f90e/main/Firefox/83.0/release/20201112153044?v=4-161
> into controller
>
> 2020-12-28 07:52:25,973 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/318aac62-fa79-4e1c-92fe-05d91f8a003e/event/Firefox/83.0/release/20201112153044?v=4-160
> into controller
>
> 2020-12-28 07:52:26,754 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /success.txt-166 into controller
>
> 2020-12-28 07:52:31,629 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /success.txt-168 into controller
>
> 2020-12-28 07:52:36,506 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor-137 into controller
>
> 2020-12-28 07:52:36,506 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-181 into controller
>
> 2020-12-28 07:52:36,709 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /success.txt-170 into controller
>
> 2020-12-28 07:52:40,781 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-183 into controller
>
> 2020-12-28 07:52:41,593 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /success.txt-171 into controller
>
> 2020-12-28 07:52:46,675 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /success.txt-173 into controller
>
> 2020-12-28 07:52:47,086 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/4a17b05e-8747-4692-a28d-2956c1adbc2c/health/Firefox/83.0/release/20201112153044?v=4-177
> into controller
>
> 2020-12-28 07:52:47,086 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/107d8906-26d8-4e8e-a200-032d44708744/main/Firefox/83.0/release/20201112153044?v=4-176
> into controller
>
> 2020-12-28 07:52:47,086 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/aa07d445-a916-437e-ad80-738b097f55cd/health/Firefox/83.0/release/20201112153044?v=4-179
> into controller
>
> 2020-12-28 07:52:47,086 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/456bf9d6-fc81-4856-9bae-b9b6628554c9/health/Firefox/83.0/release/20201112153044?v=4-178
> into controller
>
> 2020-12-28 07:52:51,554 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-185 into controller
>
> 2020-12-28 07:52:51,757 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /success.txt-180 into controller
>
> 2020-12-28 07:52:55,211 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /v1/buckets/main/collections/ms-language-packs/records/cfr-v1-en-US-152
> into controller
>
> 2020-12-28 07:52:55,820 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-187 into controller
>
> 2020-12-28 07:52:56,023 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /v1/buckets/main/collections/ms-language-packs/records/cfr-v1-en-US-153
> into controller
>
> 2020-12-28 07:53:01,867 INFO o.a.j.p.h.p.Daemon: HTTP(S) Test Script
> Recorder stopped
>
> 2020-12-28 07:53:03,132 INFO o.a.j.p.h.p.ProxyControl: Add sample /-184
> into controller
>
> 2020-12-28 07:53:07,419 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /chains/normandy.content-signature.mozilla.org-2021-01-04-15-03-56.chain-157
> into controller
>
> 2020-12-28 07:53:56,004 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor-175 into controller
>
> 2020-12-28 07:54:06,565 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor-182 into controller
>
> 2020-12-28 07:54:19,381 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /6/Firefox/84.0/20201211215739/WINNT_x86-msvc/en-US/release/Windows_NT%206.3/default/default/-186
> into controller
>
> 2020-12-28 07:54:19,991 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /6/Firefox/84.0/20201211215739/WINNT_x86-msvc/en-US/release/Windows_NT%206.3/default/default/-188
> into controller
>
>
> Thanks and Regards,
>
> [image: saggezza]
>
> SAGGEZZA
>
> Smarter Thinking.
>
> Real Results.
>
>
> Nandini Sathanur
>
> Senior Software Engineer
>
> Mobile +91 (998) 676-2247
>
> nandini.sathanur@saggezza.com
>
> [image: facebook] [image: linkedin] [image: twitter] [image: youtube]
>
> This message contains confidential information and is intended only for
> the individual named. If you are not the named addressee you should not
> disseminate, distribute or copy this e-mail. Please notify the sender
> immediately by e-mail if you have received this e-mail by mistake and
> delete this e-mail from your system. Thank you.
>
>
>
> On Fri, Dec 18, 2020 at 11:00 PM Felix Schumacher <
> felix.schumacher@internetallee.de> wrote:
>
>>
>>
>> Am 17. Dezember 2020 14:30:44 MEZ schrieb Nandini Sathanur
>> <na...@saggezza.com.INVALID>:
>> >Hello All,
>> >
>> >I am facing an issue with recording Scripts in Firefox browser through
>> >JMeter.
>> >
>> >Configuration:
>> >I have the Proxy setting in Firefox set to Proxy -localhost; Port
>> >-8080.
>> >I have added the RootCA certificate to the browser.
>> >I have set the Port number to 8080 in JMeter also.
>> >
>> >Running Script:
>> >TestPlan >Add >Non-Test Elements
>> >Target Controller is set to TestPlan > HTTP(S) Test Script Recorder
>> >Port number is to 8080
>> >Start - The recorder is displayed and recording starts.
>> >
>> >Issue:
>> >In Firefox, I have launched my application URL in my Test Server.
>> >The Page title is the Application Page Title.
>> >The URL displayed in the address bar is the URL that I have launched
>> >But the page contents are not displayed. (There is no page load symbol
>> >nor
>> >is the page loading, even when left for 1 hour, contents of the page
>> >are
>> >not displayed.)
>> >
>> >NOTE:
>> >I have tried recording scripts in BlazeMeter App and Google with the
>> >same
>> >settings mentioned above and it worked fine.
>> >I am facing this issue only with my application URL.
>> >
>> >Is this issue related to Network or Proxy or Firewall?
>> >I am using a Test Server which does not have Internet Connectivity and
>> >directly launches my application URL's.
>> >
>> >Please help me understand what the issue is and let me know if there is
>> >any
>> >work around to it.
>>
>> What version of jmeter, Java and OS do you use?
>>
>> Are there any error (or other) messages in the log file jmeter.log?
>>
>> Regards
>>  Felix
>>
>> >
>> >Thanks and Regards,
>> >
>> >[image: saggezza]
>> >
>> >SAGGEZZA
>> >
>> >Smarter Thinking.
>> >
>> >Real Results.
>> >
>> >
>> >Nandini Sathanur
>> >
>> >Senior Software Engineer
>> >
>> >Mobile +91 (998) 676-2247
>> >
>> >nandini.sathanur@saggezza.com
>> >
>> >[image: facebook] [image: linkedin] [image: twitter] [image: youtube]
>> >
>> >This message contains confidential information and is intended only for
>> >the
>> >individual named. If you are not the named addressee you should not
>> >disseminate, distribute or copy this e-mail. Please notify the sender
>> >immediately by e-mail if you have received this e-mail by mistake and
>> >delete this e-mail from your system. Thank you.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
>> For additional commands, e-mail: user-help@jmeter.apache.org
>>
>>

Re: Issue with Recording Scripts in JMeter

Posted by Felix Schumacher <fe...@internetallee.de>.
I don't see anything obvious in those messages.

With newer versions of JMeter you can exclude/include samples in the
proxy setting a bit better. I think you don't want to include samples
for telemetry or maybe _blazor.

Felix

Am 28.12.20 um 09:09 schrieb Nandini Sathanur:
> Thanks Felix.
>
> *_Versions :_* 
> JMeter - 5.3
> Java - 15.0.1.0
> OS - Windows
> image.png
>
>
> *_Log file:_*
> There are no errors in the log file. Pasted below is what I see in the
> log file.
>
> 2020-12-28 07:50:46,589 INFO o.a.j.p.h.p.ProxyControl: Valid alias
> found for :root_ca:
>
> 2020-12-28 07:50:46,589 INFO o.a.j.p.h.p.ProxyControl: Valid alias
> found for :intermediate_ca:
>
> 2020-12-28 07:50:46,589 INFO o.a.j.p.h.p.Daemon: Creating Daemon
> Socket on port: 8080
>
> 2020-12-28 07:50:46,589 INFO o.a.j.p.h.p.Daemon: Test Script Recorder
> up and running!
>
> 2020-12-28 07:50:46,699 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /success.txt-69 into controller
>
> 2020-12-28 07:50:51,778 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /success.txt-71 into controller
>
> 2020-12-28 07:50:53,200 INFO o.a.j.p.h.p.ProxyControl: Add sample /-72
> into controller
>
> 2020-12-28 07:50:54,624 INFO o.a.j.p.h.p.ProxyControl: Add sample /-73
> into controller
>
> 2020-12-28 07:50:54,836 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_content/Microsoft.AspNetCore.ProtectedBrowserStorage/protectedBrowserStorage.js-74
> into controller
>
> 2020-12-28 07:50:54,843 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /css/bootstrap/bootstrap.min.css-76 into controller
>
> 2020-12-28 07:50:54,867 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_content/BlazorInputFile/inputfile.js-75 into controller
>
> 2020-12-28 07:50:54,878 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_content/Blazorise/blazorise.css-77 into controller
>
> 2020-12-28 07:50:54,895 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /css/all.css-78 into controller
>
> 2020-12-28 07:50:54,904 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /js/jquery-3.5.1.slim.min.js-79 into controller
>
> 2020-12-28 07:50:54,908 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /js/popper.min.js-80 into controller
>
> 2020-12-28 07:50:54,911 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_content/Blazorise/blazorise.js-81 into controller
>
> 2020-12-28 07:50:55,064 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_content/Blazored.Modal/blazored-modal.css-82 into controller
>
> 2020-12-28 07:50:55,068 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_content/GridBlazor/js/gridblazor.js-84 into controller
>
> 2020-12-28 07:50:55,072 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_content/GridBlazor/css/gridblazor.min.css-83 into controller
>
> 2020-12-28 07:50:55,078 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /css/app.min.css-85 into controller
>
> 2020-12-28 07:50:55,082 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /js/eventHandler.js-86 into controller
>
> 2020-12-28 07:50:55,085 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /js/SaveFile.js-87 into controller
>
> 2020-12-28 07:50:55,089 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /js/webviewerScripts.js-88 into controller
>
> 2020-12-28 07:50:55,269 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /js/jquery.min.js-89 into controller
>
> 2020-12-28 07:50:55,275 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_framework/blazor.server.js-91 into controller
>
> 2020-12-28 07:50:55,278 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /js/site.js-90 into controller
>
> 2020-12-28 07:50:55,282 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /lib/webviewer.min.js-92 into controller
>
> 2020-12-28 07:50:55,285 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /js/tinymce/tinymce.min.js-93 into controller
>
> 2020-12-28 07:50:55,289 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /css/open-iconic/font/css/open-iconic-bootstrap.min.css-94 into controller
>
> 2020-12-28 07:50:55,471 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /js/JSInterop.js-95 into controller
>
> 2020-12-28 07:50:55,476 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor/negotiate?negotiateVersion=1-96 into controller
>
> 2020-12-28 07:50:55,672 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor-97 into controller
>
> 2020-12-28 07:50:55,677 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-99 into controller
>
> 2020-12-28 07:50:55,686 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor-98 into controller
>
> 2020-12-28 07:50:55,883 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-101 into controller
>
> 2020-12-28 07:51:05,281 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /-109 into controller
>
> 2020-12-28 07:51:05,292 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /css/bootstrap/bootstrap.min.css-110 into controller
>
> 2020-12-28 07:51:05,297 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_content/BlazorInputFile/inputfile.js-112 into controller
>
> 2020-12-28 07:51:05,303 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /css/all.css-111 into controller
>
> 2020-12-28 07:51:05,456 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_content/Blazorise/blazorise.css-113 into controller
>
> 2020-12-28 07:51:05,461 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_content/Microsoft.AspNetCore.ProtectedBrowserStorage/protectedBrowserStorage.js-114
> into controller
>
> 2020-12-28 07:51:05,468 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /js/jquery-3.5.1.slim.min.js-115 into controller
>
> 2020-12-28 07:51:05,474 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_content/Blazorise/blazorise.js-116 into controller
>
> 2020-12-28 07:51:05,661 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_content/GridBlazor/css/gridblazor.min.css-117 into controller
>
> 2020-12-28 07:51:05,719 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_content/GridBlazor/js/gridblazor.js-118 into controller
>
> 2020-12-28 07:51:05,722 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /js/popper.min.js-119 into controller
>
> 2020-12-28 07:51:05,725 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_content/Blazored.Modal/blazored-modal.css-120 into controller
>
> 2020-12-28 07:51:05,747 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /css/app.min.css-121 into controller
>
> 2020-12-28 07:51:05,750 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /js/SaveFile.js-123 into controller
>
> 2020-12-28 07:51:05,753 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /js/eventHandler.js-124 into controller
>
> 2020-12-28 07:51:05,756 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /js/jquery.min.js-125 into controller
>
> 2020-12-28 07:51:05,760 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /js/site.js-126 into controller
>
> 2020-12-28 07:51:05,763 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_framework/blazor.server.js-128 into controller
>
> 2020-12-28 07:51:05,766 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /js/webviewerScripts.js-127 into controller
>
> 2020-12-28 07:51:05,769 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /lib/webviewer.min.js-129 into controller
>
> 2020-12-28 07:51:05,871 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /js/tinymce/tinymce.min.js-130 into controller
>
> 2020-12-28 07:51:05,877 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /js/JSInterop.js-131 into controller
>
> 2020-12-28 07:51:06,069 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /css/open-iconic/font/css/open-iconic-bootstrap.min.css-132 into
> controller
>
> 2020-12-28 07:51:06,271 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor/negotiate?negotiateVersion=1-133 into controller
>
> 2020-12-28 07:51:06,276 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor-134 into controller
>
> 2020-12-28 07:51:06,279 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-136 into controller
>
> 2020-12-28 07:51:06,285 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor-135 into controller
>
> 2020-12-28 07:51:06,472 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-138 into controller
>
> 2020-12-28 07:51:10,916 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-140 into controller
>
> 2020-12-28 07:51:21,480 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-143 into controller
>
> 2020-12-28 07:51:23,105 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /-102 into controller
>
> 2020-12-28 07:51:25,961 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-145 into controller
>
> 2020-12-28 07:51:25,961 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/a0457d67-f1f8-4c60-857f-96272c10b776/main/Firefox/83.0/release/20201112153044?v=4-104
> into controller
>
> 2020-12-28 07:51:25,976 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/0631d093-b313-45c5-9cf4-eb1f810530a2/update/Firefox/84.0/release/20201211215739?v=4-103
> into controller
>
> 2020-12-28 07:51:25,992 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/7bda9f9b-8787-4ce4-bdbc-63d768b0cfde/event/Firefox/83.0/release/20201112153044?v=4-106
> into controller
>
> 2020-12-28 07:51:25,992 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/0d19b8ce-b91d-4ff8-95e8-9c916d13af03/health/Firefox/83.0/release/20201112153044?v=4-105
> into controller
>
> 2020-12-28 07:51:25,992 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/8210a3cb-8301-4c46-aeb8-45fd9ec1cf36/modules/Firefox/83.0/release/20201112153044?v=4-107
> into controller
>
> 2020-12-28 07:51:26,008 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/130d01fd-e8e4-447c-a4a4-22c2331ae1f8/health/Firefox/83.0/release/20201112153044?v=4-108
> into controller
>
> 2020-12-28 07:51:26,773 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /success.txt-122 into controller
>
> 2020-12-28 07:51:30,633 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /chains/remote-settings.content-signature.mozilla.org-2021-01-04-15-03-58.chain-29
> into controller
>
> 2020-12-28 07:51:31,039 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /v1/buckets/main/collections/ms-language-packs/records/cfr-v1-en-US-32
> into controller
>
> 2020-12-28 07:51:31,648 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /success.txt-139 into controller
>
> 2020-12-28 07:51:31,852 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /v1/buckets/main/collections/ms-language-packs/records/cfr-v1-en-US-34
> into controller
>
> 2020-12-28 07:51:36,535 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-154 into controller
>
> 2020-12-28 07:51:36,749 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /success.txt-141 into controller
>
> 2020-12-28 07:51:40,812 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-155 into controller
>
> 2020-12-28 07:51:41,624 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /success.txt-142 into controller
>
> 2020-12-28 07:51:42,233 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor-65 into controller
>
> 2020-12-28 07:51:43,251 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /api/v1/-67 into controller
>
> 2020-12-28 07:51:46,704 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /success.txt-144 into controller
>
> 2020-12-28 07:51:46,907 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/0b735357-38b2-4b14-9e93-51d4793b8a3f/health/Firefox/83.0/release/20201112153044?v=4-147
> into controller
>
> 2020-12-28 07:51:46,907 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/0343c6f7-1e4d-45ae-a5e0-3f951efe2060/main/Firefox/83.0/release/20201112153044?v=4-146
> into controller
>
> 2020-12-28 07:51:47,110 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/283c2569-ba21-418b-be9d-04c1d14db1dd/event/Firefox/83.0/release/20201112153044?v=4-149
> into controller
>
> 2020-12-28 07:51:47,110 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/1e844e00-2f7d-479a-97b8-d21eb3485b4e/health/Firefox/83.0/release/20201112153044?v=4-148
> into controller
>
> 2020-12-28 07:51:47,110 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/activity-stream/sessions/1/bea36e1c-27c1-4adb-bfdc-956100c456eb-150
> into controller
>
> 2020-12-28 07:51:51,580 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-158 into controller
>
> 2020-12-28 07:51:51,783 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /success.txt-151 into controller
>
> 2020-12-28 07:51:55,846 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-159 into controller
>
> 2020-12-28 07:51:58,283 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/130d01fd-e8e4-447c-a4a4-22c2331ae1f8/health/Firefox/83.0/release/20201112153044?v=4-20
> into controller
>
> 2020-12-28 07:51:58,486 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/8210a3cb-8301-4c46-aeb8-45fd9ec1cf36/modules/Firefox/83.0/release/20201112153044?v=4-21
> into controller
>
> 2020-12-28 07:51:58,486 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/0343c6f7-1e4d-45ae-a5e0-3f951efe2060/main/Firefox/83.0/release/20201112153044?v=4-22
> into controller
>
> 2020-12-28 07:51:58,486 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/0b735357-38b2-4b14-9e93-51d4793b8a3f/health/Firefox/83.0/release/20201112153044?v=4-24
> into controller
>
> 2020-12-28 07:51:58,689 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/1e844e00-2f7d-479a-97b8-d21eb3485b4e/health/Firefox/83.0/release/20201112153044?v=4-23
> into controller
>
> 2020-12-28 07:51:58,689 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/283c2569-ba21-418b-be9d-04c1d14db1dd/event/Firefox/83.0/release/20201112153044?v=4-25
> into controller
>
> 2020-12-28 07:52:03,160 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /-156 into controller
>
> 2020-12-28 07:52:06,410 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-167 into controller
>
> 2020-12-28 07:52:10,898 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-169 into controller
>
> 2020-12-28 07:52:12,930 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /v1/country-30 into controller
>
> 2020-12-28 07:52:21,465 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-172 into controller
>
> 2020-12-28 07:52:25,942 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor-100 into controller
>
> 2020-12-28 07:52:25,942 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-174 into controller
>
> 2020-12-28 07:52:25,942 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/4e996c96-a4c2-41aa-9c24-ddf5618bf8c5/health/Firefox/83.0/release/20201112153044?v=4-162
> into controller
>
> 2020-12-28 07:52:25,942 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/8eb21d29-56da-4c8d-85dc-6a60a9509a28/health/Firefox/83.0/release/20201112153044?v=4-164
> into controller
>
> 2020-12-28 07:52:25,957 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/9861d648-f679-4a9a-8611-74af2b099d10/health/Firefox/83.0/release/20201112153044?v=4-165
> into controller
>
> 2020-12-28 07:52:25,957 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/58675280-d081-436b-8c79-06eb62d8966b/health/Firefox/83.0/release/20201112153044?v=4-163
> into controller
>
> 2020-12-28 07:52:25,957 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/1d4a1d57-71be-463f-b38b-f3538855f90e/main/Firefox/83.0/release/20201112153044?v=4-161
> into controller
>
> 2020-12-28 07:52:25,973 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/318aac62-fa79-4e1c-92fe-05d91f8a003e/event/Firefox/83.0/release/20201112153044?v=4-160
> into controller
>
> 2020-12-28 07:52:26,754 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /success.txt-166 into controller
>
> 2020-12-28 07:52:31,629 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /success.txt-168 into controller
>
> 2020-12-28 07:52:36,506 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor-137 into controller
>
> 2020-12-28 07:52:36,506 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-181 into controller
>
> 2020-12-28 07:52:36,709 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /success.txt-170 into controller
>
> 2020-12-28 07:52:40,781 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-183 into controller
>
> 2020-12-28 07:52:41,593 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /success.txt-171 into controller
>
> 2020-12-28 07:52:46,675 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /success.txt-173 into controller
>
> 2020-12-28 07:52:47,086 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/4a17b05e-8747-4692-a28d-2956c1adbc2c/health/Firefox/83.0/release/20201112153044?v=4-177
> into controller
>
> 2020-12-28 07:52:47,086 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/107d8906-26d8-4e8e-a200-032d44708744/main/Firefox/83.0/release/20201112153044?v=4-176
> into controller
>
> 2020-12-28 07:52:47,086 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/aa07d445-a916-437e-ad80-738b097f55cd/health/Firefox/83.0/release/20201112153044?v=4-179
> into controller
>
> 2020-12-28 07:52:47,086 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /submit/telemetry/456bf9d6-fc81-4856-9bae-b9b6628554c9/health/Firefox/83.0/release/20201112153044?v=4-178
> into controller
>
> 2020-12-28 07:52:51,554 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor?id=SRFZ4cKWru1H6A1quAH8XA-185 into controller
>
> 2020-12-28 07:52:51,757 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /success.txt-180 into controller
>
> 2020-12-28 07:52:55,211 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /v1/buckets/main/collections/ms-language-packs/records/cfr-v1-en-US-152
> into controller
>
> 2020-12-28 07:52:55,820 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-187 into controller
>
> 2020-12-28 07:52:56,023 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /v1/buckets/main/collections/ms-language-packs/records/cfr-v1-en-US-153
> into controller
>
> 2020-12-28 07:53:01,867 INFO o.a.j.p.h.p.Daemon: HTTP(S) Test Script
> Recorder stopped
>
> 2020-12-28 07:53:03,132 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /-184 into controller
>
> 2020-12-28 07:53:07,419 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /chains/normandy.content-signature.mozilla.org-2021-01-04-15-03-56.chain-157
> into controller
>
> 2020-12-28 07:53:56,004 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor-175 into controller
>
> 2020-12-28 07:54:06,565 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /_blazor-182 into controller
>
> 2020-12-28 07:54:19,381 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /6/Firefox/84.0/20201211215739/WINNT_x86-msvc/en-US/release/Windows_NT%206.3/default/default/-186
> into controller
>
> 2020-12-28 07:54:19,991 INFO o.a.j.p.h.p.ProxyControl: Add sample
> /6/Firefox/84.0/20201211215739/WINNT_x86-msvc/en-US/release/Windows_NT%206.3/default/default/-188
> into controller
>
>
>
> Thanks and Regards,
>
> saggezza
>
> SAGGEZZA
>
> Smarter Thinking.
>
> Real Results.
>
>
> 	
>
>
>       Nandini Sathanur
>
> Senior Software Engineer
>
>
> Mobile +91 (998) 676-2247
>
> nandini.sathanur@saggezza.com <ma...@saggezza.com>
>
>
> facebooklinkedintwitteryoutube
>
> This message contains confidential information and is intended only
> for the individual named. If you are not the named addressee you
> should not disseminate, distribute or copy this e-mail. Please notify
> the sender immediately by e-mail if you have received this e-mail by
> mistake and delete this e-mail from your system. Thank you.
>
> 	
>
>
>
> On Fri, Dec 18, 2020 at 11:00 PM Felix Schumacher
> <felix.schumacher@internetallee.de
> <ma...@internetallee.de>> wrote:
>
>
>
>     Am 17. Dezember 2020 14:30:44 MEZ schrieb Nandini Sathanur
>     <na...@saggezza.com.INVALID>:
>     >Hello All,
>     >
>     >I am facing an issue with recording Scripts in Firefox browser
>     through
>     >JMeter.
>     >
>     >Configuration:
>     >I have the Proxy setting in Firefox set to Proxy -localhost; Port
>     >-8080.
>     >I have added the RootCA certificate to the browser.
>     >I have set the Port number to 8080 in JMeter also.
>     >
>     >Running Script:
>     >TestPlan >Add >Non-Test Elements
>     >Target Controller is set to TestPlan > HTTP(S) Test Script Recorder
>     >Port number is to 8080
>     >Start - The recorder is displayed and recording starts.
>     >
>     >Issue:
>     >In Firefox, I have launched my application URL in my Test Server.
>     >The Page title is the Application Page Title.
>     >The URL displayed in the address bar is the URL that I have launched
>     >But the page contents are not displayed. (There is no page load
>     symbol
>     >nor
>     >is the page loading, even when left for 1 hour, contents of the page
>     >are
>     >not displayed.)
>     >
>     >NOTE:
>     >I have tried recording scripts in BlazeMeter App and Google with the
>     >same
>     >settings mentioned above and it worked fine.
>     >I am facing this issue only with my application URL.
>     >
>     >Is this issue related to Network or Proxy or Firewall?
>     >I am using a Test Server which does not have Internet
>     Connectivity and
>     >directly launches my application URL's.
>     >
>     >Please help me understand what the issue is and let me know if
>     there is
>     >any
>     >work around to it.
>
>     What version of jmeter, Java and OS do you use?
>
>     Are there any error (or other) messages in the log file jmeter.log?
>
>     Regards
>      Felix
>
>     >
>     >Thanks and Regards,
>     >
>     >[image: saggezza]
>     >
>     >SAGGEZZA
>     >
>     >Smarter Thinking.
>     >
>     >Real Results.
>     >
>     >
>     >Nandini Sathanur
>     >
>     >Senior Software Engineer
>     >
>     >Mobile +91 (998) 676-2247
>     >
>     >nandini.sathanur@saggezza.com <ma...@saggezza.com>
>     >
>     >[image: facebook] [image: linkedin] [image: twitter] [image: youtube]
>     >
>     >This message contains confidential information and is intended
>     only for
>     >the
>     >individual named. If you are not the named addressee you should not
>     >disseminate, distribute or copy this e-mail. Please notify the sender
>     >immediately by e-mail if you have received this e-mail by mistake and
>     >delete this e-mail from your system. Thank you.
>
>     ---------------------------------------------------------------------
>     To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
>     <ma...@jmeter.apache.org>
>     For additional commands, e-mail: user-help@jmeter.apache.org
>     <ma...@jmeter.apache.org>
>

Re: Issue with Recording Scripts in JMeter

Posted by Nandini Sathanur <na...@saggezza.com.INVALID>.
Thanks Felix.

*Versions :*
JMeter - 5.3
Java - 15.0.1.0
OS - Windows
[image: image.png]


*Log file:*
There are no errors in the log file. Pasted below is what I see in the log
file.

2020-12-28 07:50:46,589 INFO o.a.j.p.h.p.ProxyControl: Valid alias found
for :root_ca:

2020-12-28 07:50:46,589 INFO o.a.j.p.h.p.ProxyControl: Valid alias found
for :intermediate_ca:

2020-12-28 07:50:46,589 INFO o.a.j.p.h.p.Daemon: Creating Daemon Socket on
port: 8080

2020-12-28 07:50:46,589 INFO o.a.j.p.h.p.Daemon: Test Script Recorder up
and running!

2020-12-28 07:50:46,699 INFO o.a.j.p.h.p.ProxyControl: Add sample
/success.txt-69 into controller

2020-12-28 07:50:51,778 INFO o.a.j.p.h.p.ProxyControl: Add sample
/success.txt-71 into controller

2020-12-28 07:50:53,200 INFO o.a.j.p.h.p.ProxyControl: Add sample /-72 into
controller

2020-12-28 07:50:54,624 INFO o.a.j.p.h.p.ProxyControl: Add sample /-73 into
controller

2020-12-28 07:50:54,836 INFO o.a.j.p.h.p.ProxyControl: Add sample
/_content/Microsoft.AspNetCore.ProtectedBrowserStorage/protectedBrowserStorage.js-74
into controller

2020-12-28 07:50:54,843 INFO o.a.j.p.h.p.ProxyControl: Add sample
/css/bootstrap/bootstrap.min.css-76 into controller

2020-12-28 07:50:54,867 INFO o.a.j.p.h.p.ProxyControl: Add sample
/_content/BlazorInputFile/inputfile.js-75 into controller

2020-12-28 07:50:54,878 INFO o.a.j.p.h.p.ProxyControl: Add sample
/_content/Blazorise/blazorise.css-77 into controller

2020-12-28 07:50:54,895 INFO o.a.j.p.h.p.ProxyControl: Add sample
/css/all.css-78 into controller

2020-12-28 07:50:54,904 INFO o.a.j.p.h.p.ProxyControl: Add sample
/js/jquery-3.5.1.slim.min.js-79 into controller

2020-12-28 07:50:54,908 INFO o.a.j.p.h.p.ProxyControl: Add sample
/js/popper.min.js-80 into controller

2020-12-28 07:50:54,911 INFO o.a.j.p.h.p.ProxyControl: Add sample
/_content/Blazorise/blazorise.js-81 into controller

2020-12-28 07:50:55,064 INFO o.a.j.p.h.p.ProxyControl: Add sample
/_content/Blazored.Modal/blazored-modal.css-82 into controller

2020-12-28 07:50:55,068 INFO o.a.j.p.h.p.ProxyControl: Add sample
/_content/GridBlazor/js/gridblazor.js-84 into controller

2020-12-28 07:50:55,072 INFO o.a.j.p.h.p.ProxyControl: Add sample
/_content/GridBlazor/css/gridblazor.min.css-83 into controller

2020-12-28 07:50:55,078 INFO o.a.j.p.h.p.ProxyControl: Add sample
/css/app.min.css-85 into controller

2020-12-28 07:50:55,082 INFO o.a.j.p.h.p.ProxyControl: Add sample
/js/eventHandler.js-86 into controller

2020-12-28 07:50:55,085 INFO o.a.j.p.h.p.ProxyControl: Add sample
/js/SaveFile.js-87 into controller

2020-12-28 07:50:55,089 INFO o.a.j.p.h.p.ProxyControl: Add sample
/js/webviewerScripts.js-88 into controller

2020-12-28 07:50:55,269 INFO o.a.j.p.h.p.ProxyControl: Add sample
/js/jquery.min.js-89 into controller

2020-12-28 07:50:55,275 INFO o.a.j.p.h.p.ProxyControl: Add sample
/_framework/blazor.server.js-91 into controller

2020-12-28 07:50:55,278 INFO o.a.j.p.h.p.ProxyControl: Add sample
/js/site.js-90 into controller

2020-12-28 07:50:55,282 INFO o.a.j.p.h.p.ProxyControl: Add sample
/lib/webviewer.min.js-92 into controller

2020-12-28 07:50:55,285 INFO o.a.j.p.h.p.ProxyControl: Add sample
/js/tinymce/tinymce.min.js-93 into controller

2020-12-28 07:50:55,289 INFO o.a.j.p.h.p.ProxyControl: Add sample
/css/open-iconic/font/css/open-iconic-bootstrap.min.css-94 into controller

2020-12-28 07:50:55,471 INFO o.a.j.p.h.p.ProxyControl: Add sample
/js/JSInterop.js-95 into controller

2020-12-28 07:50:55,476 INFO o.a.j.p.h.p.ProxyControl: Add sample
/_blazor/negotiate?negotiateVersion=1-96 into controller

2020-12-28 07:50:55,672 INFO o.a.j.p.h.p.ProxyControl: Add sample
/_blazor-97 into controller

2020-12-28 07:50:55,677 INFO o.a.j.p.h.p.ProxyControl: Add sample
/_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-99 into controller

2020-12-28 07:50:55,686 INFO o.a.j.p.h.p.ProxyControl: Add sample
/_blazor-98 into controller

2020-12-28 07:50:55,883 INFO o.a.j.p.h.p.ProxyControl: Add sample
/_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-101 into controller

2020-12-28 07:51:05,281 INFO o.a.j.p.h.p.ProxyControl: Add sample /-109
into controller

2020-12-28 07:51:05,292 INFO o.a.j.p.h.p.ProxyControl: Add sample
/css/bootstrap/bootstrap.min.css-110 into controller

2020-12-28 07:51:05,297 INFO o.a.j.p.h.p.ProxyControl: Add sample
/_content/BlazorInputFile/inputfile.js-112 into controller

2020-12-28 07:51:05,303 INFO o.a.j.p.h.p.ProxyControl: Add sample
/css/all.css-111 into controller

2020-12-28 07:51:05,456 INFO o.a.j.p.h.p.ProxyControl: Add sample
/_content/Blazorise/blazorise.css-113 into controller

2020-12-28 07:51:05,461 INFO o.a.j.p.h.p.ProxyControl: Add sample
/_content/Microsoft.AspNetCore.ProtectedBrowserStorage/protectedBrowserStorage.js-114
into controller

2020-12-28 07:51:05,468 INFO o.a.j.p.h.p.ProxyControl: Add sample
/js/jquery-3.5.1.slim.min.js-115 into controller

2020-12-28 07:51:05,474 INFO o.a.j.p.h.p.ProxyControl: Add sample
/_content/Blazorise/blazorise.js-116 into controller

2020-12-28 07:51:05,661 INFO o.a.j.p.h.p.ProxyControl: Add sample
/_content/GridBlazor/css/gridblazor.min.css-117 into controller

2020-12-28 07:51:05,719 INFO o.a.j.p.h.p.ProxyControl: Add sample
/_content/GridBlazor/js/gridblazor.js-118 into controller

2020-12-28 07:51:05,722 INFO o.a.j.p.h.p.ProxyControl: Add sample
/js/popper.min.js-119 into controller

2020-12-28 07:51:05,725 INFO o.a.j.p.h.p.ProxyControl: Add sample
/_content/Blazored.Modal/blazored-modal.css-120 into controller

2020-12-28 07:51:05,747 INFO o.a.j.p.h.p.ProxyControl: Add sample
/css/app.min.css-121 into controller

2020-12-28 07:51:05,750 INFO o.a.j.p.h.p.ProxyControl: Add sample
/js/SaveFile.js-123 into controller

2020-12-28 07:51:05,753 INFO o.a.j.p.h.p.ProxyControl: Add sample
/js/eventHandler.js-124 into controller

2020-12-28 07:51:05,756 INFO o.a.j.p.h.p.ProxyControl: Add sample
/js/jquery.min.js-125 into controller

2020-12-28 07:51:05,760 INFO o.a.j.p.h.p.ProxyControl: Add sample
/js/site.js-126 into controller

2020-12-28 07:51:05,763 INFO o.a.j.p.h.p.ProxyControl: Add sample
/_framework/blazor.server.js-128 into controller

2020-12-28 07:51:05,766 INFO o.a.j.p.h.p.ProxyControl: Add sample
/js/webviewerScripts.js-127 into controller

2020-12-28 07:51:05,769 INFO o.a.j.p.h.p.ProxyControl: Add sample
/lib/webviewer.min.js-129 into controller

2020-12-28 07:51:05,871 INFO o.a.j.p.h.p.ProxyControl: Add sample
/js/tinymce/tinymce.min.js-130 into controller

2020-12-28 07:51:05,877 INFO o.a.j.p.h.p.ProxyControl: Add sample
/js/JSInterop.js-131 into controller

2020-12-28 07:51:06,069 INFO o.a.j.p.h.p.ProxyControl: Add sample
/css/open-iconic/font/css/open-iconic-bootstrap.min.css-132 into controller

2020-12-28 07:51:06,271 INFO o.a.j.p.h.p.ProxyControl: Add sample
/_blazor/negotiate?negotiateVersion=1-133 into controller

2020-12-28 07:51:06,276 INFO o.a.j.p.h.p.ProxyControl: Add sample
/_blazor-134 into controller

2020-12-28 07:51:06,279 INFO o.a.j.p.h.p.ProxyControl: Add sample
/_blazor?id=SRFZ4cKWru1H6A1quAH8XA-136 into controller

2020-12-28 07:51:06,285 INFO o.a.j.p.h.p.ProxyControl: Add sample
/_blazor-135 into controller

2020-12-28 07:51:06,472 INFO o.a.j.p.h.p.ProxyControl: Add sample
/_blazor?id=SRFZ4cKWru1H6A1quAH8XA-138 into controller

2020-12-28 07:51:10,916 INFO o.a.j.p.h.p.ProxyControl: Add sample
/_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-140 into controller

2020-12-28 07:51:21,480 INFO o.a.j.p.h.p.ProxyControl: Add sample
/_blazor?id=SRFZ4cKWru1H6A1quAH8XA-143 into controller

2020-12-28 07:51:23,105 INFO o.a.j.p.h.p.ProxyControl: Add sample /-102
into controller

2020-12-28 07:51:25,961 INFO o.a.j.p.h.p.ProxyControl: Add sample
/_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-145 into controller

2020-12-28 07:51:25,961 INFO o.a.j.p.h.p.ProxyControl: Add sample
/submit/telemetry/a0457d67-f1f8-4c60-857f-96272c10b776/main/Firefox/83.0/release/20201112153044?v=4-104
into controller

2020-12-28 07:51:25,976 INFO o.a.j.p.h.p.ProxyControl: Add sample
/submit/telemetry/0631d093-b313-45c5-9cf4-eb1f810530a2/update/Firefox/84.0/release/20201211215739?v=4-103
into controller

2020-12-28 07:51:25,992 INFO o.a.j.p.h.p.ProxyControl: Add sample
/submit/telemetry/7bda9f9b-8787-4ce4-bdbc-63d768b0cfde/event/Firefox/83.0/release/20201112153044?v=4-106
into controller

2020-12-28 07:51:25,992 INFO o.a.j.p.h.p.ProxyControl: Add sample
/submit/telemetry/0d19b8ce-b91d-4ff8-95e8-9c916d13af03/health/Firefox/83.0/release/20201112153044?v=4-105
into controller

2020-12-28 07:51:25,992 INFO o.a.j.p.h.p.ProxyControl: Add sample
/submit/telemetry/8210a3cb-8301-4c46-aeb8-45fd9ec1cf36/modules/Firefox/83.0/release/20201112153044?v=4-107
into controller

2020-12-28 07:51:26,008 INFO o.a.j.p.h.p.ProxyControl: Add sample
/submit/telemetry/130d01fd-e8e4-447c-a4a4-22c2331ae1f8/health/Firefox/83.0/release/20201112153044?v=4-108
into controller

2020-12-28 07:51:26,773 INFO o.a.j.p.h.p.ProxyControl: Add sample
/success.txt-122 into controller

2020-12-28 07:51:30,633 INFO o.a.j.p.h.p.ProxyControl: Add sample
/chains/remote-settings.content-signature.mozilla.org-2021-01-04-15-03-58.chain-29
into controller

2020-12-28 07:51:31,039 INFO o.a.j.p.h.p.ProxyControl: Add sample
/v1/buckets/main/collections/ms-language-packs/records/cfr-v1-en-US-32 into
controller

2020-12-28 07:51:31,648 INFO o.a.j.p.h.p.ProxyControl: Add sample
/success.txt-139 into controller

2020-12-28 07:51:31,852 INFO o.a.j.p.h.p.ProxyControl: Add sample
/v1/buckets/main/collections/ms-language-packs/records/cfr-v1-en-US-34 into
controller

2020-12-28 07:51:36,535 INFO o.a.j.p.h.p.ProxyControl: Add sample
/_blazor?id=SRFZ4cKWru1H6A1quAH8XA-154 into controller

2020-12-28 07:51:36,749 INFO o.a.j.p.h.p.ProxyControl: Add sample
/success.txt-141 into controller

2020-12-28 07:51:40,812 INFO o.a.j.p.h.p.ProxyControl: Add sample
/_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-155 into controller

2020-12-28 07:51:41,624 INFO o.a.j.p.h.p.ProxyControl: Add sample
/success.txt-142 into controller

2020-12-28 07:51:42,233 INFO o.a.j.p.h.p.ProxyControl: Add sample
/_blazor-65 into controller

2020-12-28 07:51:43,251 INFO o.a.j.p.h.p.ProxyControl: Add sample
/api/v1/-67 into controller

2020-12-28 07:51:46,704 INFO o.a.j.p.h.p.ProxyControl: Add sample
/success.txt-144 into controller

2020-12-28 07:51:46,907 INFO o.a.j.p.h.p.ProxyControl: Add sample
/submit/telemetry/0b735357-38b2-4b14-9e93-51d4793b8a3f/health/Firefox/83.0/release/20201112153044?v=4-147
into controller

2020-12-28 07:51:46,907 INFO o.a.j.p.h.p.ProxyControl: Add sample
/submit/telemetry/0343c6f7-1e4d-45ae-a5e0-3f951efe2060/main/Firefox/83.0/release/20201112153044?v=4-146
into controller

2020-12-28 07:51:47,110 INFO o.a.j.p.h.p.ProxyControl: Add sample
/submit/telemetry/283c2569-ba21-418b-be9d-04c1d14db1dd/event/Firefox/83.0/release/20201112153044?v=4-149
into controller

2020-12-28 07:51:47,110 INFO o.a.j.p.h.p.ProxyControl: Add sample
/submit/telemetry/1e844e00-2f7d-479a-97b8-d21eb3485b4e/health/Firefox/83.0/release/20201112153044?v=4-148
into controller

2020-12-28 07:51:47,110 INFO o.a.j.p.h.p.ProxyControl: Add sample
/submit/activity-stream/sessions/1/bea36e1c-27c1-4adb-bfdc-956100c456eb-150
into controller

2020-12-28 07:51:51,580 INFO o.a.j.p.h.p.ProxyControl: Add sample
/_blazor?id=SRFZ4cKWru1H6A1quAH8XA-158 into controller

2020-12-28 07:51:51,783 INFO o.a.j.p.h.p.ProxyControl: Add sample
/success.txt-151 into controller

2020-12-28 07:51:55,846 INFO o.a.j.p.h.p.ProxyControl: Add sample
/_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-159 into controller

2020-12-28 07:51:58,283 INFO o.a.j.p.h.p.ProxyControl: Add sample
/submit/telemetry/130d01fd-e8e4-447c-a4a4-22c2331ae1f8/health/Firefox/83.0/release/20201112153044?v=4-20
into controller

2020-12-28 07:51:58,486 INFO o.a.j.p.h.p.ProxyControl: Add sample
/submit/telemetry/8210a3cb-8301-4c46-aeb8-45fd9ec1cf36/modules/Firefox/83.0/release/20201112153044?v=4-21
into controller

2020-12-28 07:51:58,486 INFO o.a.j.p.h.p.ProxyControl: Add sample
/submit/telemetry/0343c6f7-1e4d-45ae-a5e0-3f951efe2060/main/Firefox/83.0/release/20201112153044?v=4-22
into controller

2020-12-28 07:51:58,486 INFO o.a.j.p.h.p.ProxyControl: Add sample
/submit/telemetry/0b735357-38b2-4b14-9e93-51d4793b8a3f/health/Firefox/83.0/release/20201112153044?v=4-24
into controller

2020-12-28 07:51:58,689 INFO o.a.j.p.h.p.ProxyControl: Add sample
/submit/telemetry/1e844e00-2f7d-479a-97b8-d21eb3485b4e/health/Firefox/83.0/release/20201112153044?v=4-23
into controller

2020-12-28 07:51:58,689 INFO o.a.j.p.h.p.ProxyControl: Add sample
/submit/telemetry/283c2569-ba21-418b-be9d-04c1d14db1dd/event/Firefox/83.0/release/20201112153044?v=4-25
into controller

2020-12-28 07:52:03,160 INFO o.a.j.p.h.p.ProxyControl: Add sample /-156
into controller

2020-12-28 07:52:06,410 INFO o.a.j.p.h.p.ProxyControl: Add sample
/_blazor?id=SRFZ4cKWru1H6A1quAH8XA-167 into controller

2020-12-28 07:52:10,898 INFO o.a.j.p.h.p.ProxyControl: Add sample
/_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-169 into controller

2020-12-28 07:52:12,930 INFO o.a.j.p.h.p.ProxyControl: Add sample
/v1/country-30 into controller

2020-12-28 07:52:21,465 INFO o.a.j.p.h.p.ProxyControl: Add sample
/_blazor?id=SRFZ4cKWru1H6A1quAH8XA-172 into controller

2020-12-28 07:52:25,942 INFO o.a.j.p.h.p.ProxyControl: Add sample
/_blazor-100 into controller

2020-12-28 07:52:25,942 INFO o.a.j.p.h.p.ProxyControl: Add sample
/_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-174 into controller

2020-12-28 07:52:25,942 INFO o.a.j.p.h.p.ProxyControl: Add sample
/submit/telemetry/4e996c96-a4c2-41aa-9c24-ddf5618bf8c5/health/Firefox/83.0/release/20201112153044?v=4-162
into controller

2020-12-28 07:52:25,942 INFO o.a.j.p.h.p.ProxyControl: Add sample
/submit/telemetry/8eb21d29-56da-4c8d-85dc-6a60a9509a28/health/Firefox/83.0/release/20201112153044?v=4-164
into controller

2020-12-28 07:52:25,957 INFO o.a.j.p.h.p.ProxyControl: Add sample
/submit/telemetry/9861d648-f679-4a9a-8611-74af2b099d10/health/Firefox/83.0/release/20201112153044?v=4-165
into controller

2020-12-28 07:52:25,957 INFO o.a.j.p.h.p.ProxyControl: Add sample
/submit/telemetry/58675280-d081-436b-8c79-06eb62d8966b/health/Firefox/83.0/release/20201112153044?v=4-163
into controller

2020-12-28 07:52:25,957 INFO o.a.j.p.h.p.ProxyControl: Add sample
/submit/telemetry/1d4a1d57-71be-463f-b38b-f3538855f90e/main/Firefox/83.0/release/20201112153044?v=4-161
into controller

2020-12-28 07:52:25,973 INFO o.a.j.p.h.p.ProxyControl: Add sample
/submit/telemetry/318aac62-fa79-4e1c-92fe-05d91f8a003e/event/Firefox/83.0/release/20201112153044?v=4-160
into controller

2020-12-28 07:52:26,754 INFO o.a.j.p.h.p.ProxyControl: Add sample
/success.txt-166 into controller

2020-12-28 07:52:31,629 INFO o.a.j.p.h.p.ProxyControl: Add sample
/success.txt-168 into controller

2020-12-28 07:52:36,506 INFO o.a.j.p.h.p.ProxyControl: Add sample
/_blazor-137 into controller

2020-12-28 07:52:36,506 INFO o.a.j.p.h.p.ProxyControl: Add sample
/_blazor?id=SRFZ4cKWru1H6A1quAH8XA-181 into controller

2020-12-28 07:52:36,709 INFO o.a.j.p.h.p.ProxyControl: Add sample
/success.txt-170 into controller

2020-12-28 07:52:40,781 INFO o.a.j.p.h.p.ProxyControl: Add sample
/_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-183 into controller

2020-12-28 07:52:41,593 INFO o.a.j.p.h.p.ProxyControl: Add sample
/success.txt-171 into controller

2020-12-28 07:52:46,675 INFO o.a.j.p.h.p.ProxyControl: Add sample
/success.txt-173 into controller

2020-12-28 07:52:47,086 INFO o.a.j.p.h.p.ProxyControl: Add sample
/submit/telemetry/4a17b05e-8747-4692-a28d-2956c1adbc2c/health/Firefox/83.0/release/20201112153044?v=4-177
into controller

2020-12-28 07:52:47,086 INFO o.a.j.p.h.p.ProxyControl: Add sample
/submit/telemetry/107d8906-26d8-4e8e-a200-032d44708744/main/Firefox/83.0/release/20201112153044?v=4-176
into controller

2020-12-28 07:52:47,086 INFO o.a.j.p.h.p.ProxyControl: Add sample
/submit/telemetry/aa07d445-a916-437e-ad80-738b097f55cd/health/Firefox/83.0/release/20201112153044?v=4-179
into controller

2020-12-28 07:52:47,086 INFO o.a.j.p.h.p.ProxyControl: Add sample
/submit/telemetry/456bf9d6-fc81-4856-9bae-b9b6628554c9/health/Firefox/83.0/release/20201112153044?v=4-178
into controller

2020-12-28 07:52:51,554 INFO o.a.j.p.h.p.ProxyControl: Add sample
/_blazor?id=SRFZ4cKWru1H6A1quAH8XA-185 into controller

2020-12-28 07:52:51,757 INFO o.a.j.p.h.p.ProxyControl: Add sample
/success.txt-180 into controller

2020-12-28 07:52:55,211 INFO o.a.j.p.h.p.ProxyControl: Add sample
/v1/buckets/main/collections/ms-language-packs/records/cfr-v1-en-US-152
into controller

2020-12-28 07:52:55,820 INFO o.a.j.p.h.p.ProxyControl: Add sample
/_blazor?id=Pl2J7bbzAG9eE6ZoDRkNyg-187 into controller

2020-12-28 07:52:56,023 INFO o.a.j.p.h.p.ProxyControl: Add sample
/v1/buckets/main/collections/ms-language-packs/records/cfr-v1-en-US-153
into controller

2020-12-28 07:53:01,867 INFO o.a.j.p.h.p.Daemon: HTTP(S) Test Script
Recorder stopped

2020-12-28 07:53:03,132 INFO o.a.j.p.h.p.ProxyControl: Add sample /-184
into controller

2020-12-28 07:53:07,419 INFO o.a.j.p.h.p.ProxyControl: Add sample
/chains/normandy.content-signature.mozilla.org-2021-01-04-15-03-56.chain-157
into controller

2020-12-28 07:53:56,004 INFO o.a.j.p.h.p.ProxyControl: Add sample
/_blazor-175 into controller

2020-12-28 07:54:06,565 INFO o.a.j.p.h.p.ProxyControl: Add sample
/_blazor-182 into controller

2020-12-28 07:54:19,381 INFO o.a.j.p.h.p.ProxyControl: Add sample
/6/Firefox/84.0/20201211215739/WINNT_x86-msvc/en-US/release/Windows_NT%206.3/default/default/-186
into controller

2020-12-28 07:54:19,991 INFO o.a.j.p.h.p.ProxyControl: Add sample
/6/Firefox/84.0/20201211215739/WINNT_x86-msvc/en-US/release/Windows_NT%206.3/default/default/-188
into controller


Thanks and Regards,

[image: saggezza]

SAGGEZZA

Smarter Thinking.

Real Results.


Nandini Sathanur

Senior Software Engineer

Mobile +91 (998) 676-2247

nandini.sathanur@saggezza.com

[image: facebook] [image: linkedin] [image: twitter] [image: youtube]

This message contains confidential information and is intended only for the
individual named. If you are not the named addressee you should not
disseminate, distribute or copy this e-mail. Please notify the sender
immediately by e-mail if you have received this e-mail by mistake and
delete this e-mail from your system. Thank you.



On Fri, Dec 18, 2020 at 11:00 PM Felix Schumacher <
felix.schumacher@internetallee.de> wrote:

>
>
> Am 17. Dezember 2020 14:30:44 MEZ schrieb Nandini Sathanur
> <na...@saggezza.com.INVALID>:
> >Hello All,
> >
> >I am facing an issue with recording Scripts in Firefox browser through
> >JMeter.
> >
> >Configuration:
> >I have the Proxy setting in Firefox set to Proxy -localhost; Port
> >-8080.
> >I have added the RootCA certificate to the browser.
> >I have set the Port number to 8080 in JMeter also.
> >
> >Running Script:
> >TestPlan >Add >Non-Test Elements
> >Target Controller is set to TestPlan > HTTP(S) Test Script Recorder
> >Port number is to 8080
> >Start - The recorder is displayed and recording starts.
> >
> >Issue:
> >In Firefox, I have launched my application URL in my Test Server.
> >The Page title is the Application Page Title.
> >The URL displayed in the address bar is the URL that I have launched
> >But the page contents are not displayed. (There is no page load symbol
> >nor
> >is the page loading, even when left for 1 hour, contents of the page
> >are
> >not displayed.)
> >
> >NOTE:
> >I have tried recording scripts in BlazeMeter App and Google with the
> >same
> >settings mentioned above and it worked fine.
> >I am facing this issue only with my application URL.
> >
> >Is this issue related to Network or Proxy or Firewall?
> >I am using a Test Server which does not have Internet Connectivity and
> >directly launches my application URL's.
> >
> >Please help me understand what the issue is and let me know if there is
> >any
> >work around to it.
>
> What version of jmeter, Java and OS do you use?
>
> Are there any error (or other) messages in the log file jmeter.log?
>
> Regards
>  Felix
>
> >
> >Thanks and Regards,
> >
> >[image: saggezza]
> >
> >SAGGEZZA
> >
> >Smarter Thinking.
> >
> >Real Results.
> >
> >
> >Nandini Sathanur
> >
> >Senior Software Engineer
> >
> >Mobile +91 (998) 676-2247
> >
> >nandini.sathanur@saggezza.com
> >
> >[image: facebook] [image: linkedin] [image: twitter] [image: youtube]
> >
> >This message contains confidential information and is intended only for
> >the
> >individual named. If you are not the named addressee you should not
> >disseminate, distribute or copy this e-mail. Please notify the sender
> >immediately by e-mail if you have received this e-mail by mistake and
> >delete this e-mail from your system. Thank you.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> For additional commands, e-mail: user-help@jmeter.apache.org
>
>

Re: Issue with Recording Scripts in JMeter

Posted by Felix Schumacher <fe...@internetallee.de>.

Am 17. Dezember 2020 14:30:44 MEZ schrieb Nandini Sathanur <na...@saggezza.com.INVALID>:
>Hello All,
>
>I am facing an issue with recording Scripts in Firefox browser through
>JMeter.
>
>Configuration:
>I have the Proxy setting in Firefox set to Proxy -localhost; Port
>-8080.
>I have added the RootCA certificate to the browser.
>I have set the Port number to 8080 in JMeter also.
>
>Running Script:
>TestPlan >Add >Non-Test Elements
>Target Controller is set to TestPlan > HTTP(S) Test Script Recorder
>Port number is to 8080
>Start - The recorder is displayed and recording starts.
>
>Issue:
>In Firefox, I have launched my application URL in my Test Server.
>The Page title is the Application Page Title.
>The URL displayed in the address bar is the URL that I have launched
>But the page contents are not displayed. (There is no page load symbol
>nor
>is the page loading, even when left for 1 hour, contents of the page
>are
>not displayed.)
>
>NOTE:
>I have tried recording scripts in BlazeMeter App and Google with the
>same
>settings mentioned above and it worked fine.
>I am facing this issue only with my application URL.
>
>Is this issue related to Network or Proxy or Firewall?
>I am using a Test Server which does not have Internet Connectivity and
>directly launches my application URL's.
>
>Please help me understand what the issue is and let me know if there is
>any
>work around to it.

What version of jmeter, Java and OS do you use? 

Are there any error (or other) messages in the log file jmeter.log?

Regards 
 Felix 

>
>Thanks and Regards,
>
>[image: saggezza]
>
>SAGGEZZA
>
>Smarter Thinking.
>
>Real Results.
>
>
>Nandini Sathanur
>
>Senior Software Engineer
>
>Mobile +91 (998) 676-2247
>
>nandini.sathanur@saggezza.com
>
>[image: facebook] [image: linkedin] [image: twitter] [image: youtube]
>
>This message contains confidential information and is intended only for
>the
>individual named. If you are not the named addressee you should not
>disseminate, distribute or copy this e-mail. Please notify the sender
>immediately by e-mail if you have received this e-mail by mistake and
>delete this e-mail from your system. Thank you.

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


Re: Issue with Recording Scripts in JMeter

Posted by Nandini Sathanur <na...@saggezza.com.INVALID>.
Thanks Tong,

I have added the ApacheJMeterTemporaryRootCA to Firefox browser.
This is the error I see on launching the URL through CMD with proxy.
[image: image.png]
Thanks and Regards,

[image: saggezza]

SAGGEZZA

Smarter Thinking.

Real Results.


Nandini Sathanur

Senior Software Engineer

Mobile +91 (998) 676-2247

nandini.sathanur@saggezza.com

[image: facebook] [image: linkedin] [image: twitter] [image: youtube]

This message contains confidential information and is intended only for the
individual named. If you are not the named addressee you should not
disseminate, distribute or copy this e-mail. Please notify the sender
immediately by e-mail if you have received this e-mail by mistake and
delete this e-mail from your system. Thank you.



On Fri, Dec 18, 2020 at 9:09 PM Tong Sun <su...@gmail.com> wrote:

> On Fri, Dec 18, 2020 at 8:18 AM Nandini Sathanur
> <na...@saggezza.com.invalid> wrote:
> >
> > Thanks Elke.
> >
> > I have tried launching JMeter through cmd with the same command as an
> > administrator.
> > When I do that, my application URL does not launch at all. I see - *The
> > page cannot be displayed *error*.*
>
> What's the "details" of that error?
>
> Have you accepted the proxy server's certificate into Java?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> For additional commands, e-mail: user-help@jmeter.apache.org
>
>

Re: Issue with Recording Scripts in JMeter

Posted by Tong Sun <su...@gmail.com>.
On Fri, Dec 18, 2020 at 8:18 AM Nandini Sathanur
<na...@saggezza.com.invalid> wrote:
>
> Thanks Elke.
>
> I have tried launching JMeter through cmd with the same command as an
> administrator.
> When I do that, my application URL does not launch at all. I see - *The
> page cannot be displayed *error*.*

What's the "details" of that error?

Have you accepted the proxy server's certificate into Java?

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


Re: Issue with Recording Scripts in JMeter

Posted by Nandini Sathanur <na...@saggezza.com.INVALID>.
Thanks Elke.

I have tried launching JMeter through cmd with the same command as an
administrator.
When I do that, my application URL does not launch at all. I see - *The
page cannot be displayed *error*.*

Thanks and Regards,

[image: saggezza]

SAGGEZZA

Smarter Thinking.

Real Results.


Nandini Sathanur

Senior Software Engineer

Mobile +91 (998) 676-2247

nandini.sathanur@saggezza.com

[image: facebook] [image: linkedin] [image: twitter] [image: youtube]

This message contains confidential information and is intended only for the
individual named. If you are not the named addressee you should not
disseminate, distribute or copy this e-mail. Please notify the sender
immediately by e-mail if you have received this e-mail by mistake and
delete this e-mail from your system. Thank you.



On Fri, Dec 18, 2020 at 6:25 PM Elke Michalsky <el...@trilobyte-se.de> wrote:

> Hello Nandini,
>
> Try maybe this:
>
> Open a console and navigate to the “bin” directory of JMeter location
> and enter the following command to run JMeter with your proxy settings:
>
> jmeter -H <Proxy Host Name or Adress> -P <Port> -N localhost
>
> Best, Elke
>
>
> Am 18.12.20 um 07:24 schrieb Nandini Sathanur:
> > Thanks for the response.
> >
> > Yes, it works fine on launching in Firefox without Proxy.
> > So this is a Proxy/JMeter issue.
> > Is there any workaround to fix this issue. Please help me with this.
> >
> > Thanks and Regards,
> >
> > [image: saggezza]
> >
> > SAGGEZZA
> >
> > Smarter Thinking.
> >
> > Real Results.
> >
> >
> > Nandini Sathanur
> >
> > Senior Software Engineer
> >
> > Mobile +91 (998) 676-2247
> >
> > nandini.sathanur@saggezza.com
> >
> > [image: facebook] [image: linkedin] [image: twitter] [image: youtube]
> >
> > This message contains confidential information and is intended only for
> the
> > individual named. If you are not the named addressee you should not
> > disseminate, distribute or copy this e-mail. Please notify the sender
> > immediately by e-mail if you have received this e-mail by mistake and
> > delete this e-mail from your system. Thank you.
> >
> >
> >
> > On Fri, Dec 18, 2020 at 4:38 AM Beth Schrag <be...@breaktech.com>
> > wrote:
> >
> >> Does it work if you run it in Firefox without the proxy?
> >> If no, then there is a network issue;
> >> If yes, then there is a proxy/jmeter issue.
> >>
> >> On 12/17/20, 7:31 AM, "Nandini Sathanur"
> >> <na...@saggezza.com.INVALID> wrote:
> >>
> >>      Hello All,
> >>
> >>      I am facing an issue with recording Scripts in Firefox browser
> through
> >>      JMeter.
> >>
> >>      Configuration:
> >>      I have the Proxy setting in Firefox set to Proxy -localhost; Port
> >> -8080.
> >>      I have added the RootCA certificate to the browser.
> >>      I have set the Port number to 8080 in JMeter also.
> >>
> >>      Running Script:
> >>      TestPlan >Add >Non-Test Elements
> >>      Target Controller is set to TestPlan > HTTP(S) Test Script Recorder
> >>      Port number is to 8080
> >>      Start - The recorder is displayed and recording starts.
> >>
> >>      Issue:
> >>      In Firefox, I have launched my application URL in my Test Server.
> >>      The Page title is the Application Page Title.
> >>      The URL displayed in the address bar is the URL that I have
> launched
> >>      But the page contents are not displayed. (There is no page load
> symbol
> >> nor
> >>      is the page loading, even when left for 1 hour, contents of the
> page
> >> are
> >>      not displayed.)
> >>
> >>      NOTE:
> >>      I have tried recording scripts in BlazeMeter App and Google with
> the
> >> same
> >>      settings mentioned above and it worked fine.
> >>      I am facing this issue only with my application URL.
> >>
> >>      Is this issue related to Network or Proxy or Firewall?
> >>      I am using a Test Server which does not have Internet Connectivity
> and
> >>      directly launches my application URL's.
> >>
> >>      Please help me understand what the issue is and let me know if
> there
> >> is any
> >>      work around to it.
> >>
> >>      Thanks and Regards,
> >>
> >>      [image: saggezza]
> >>
> >>      SAGGEZZA
> >>
> >>      Smarter Thinking.
> >>
> >>      Real Results.
> >>
> >>
> >>      Nandini Sathanur
> >>
> >>      Senior Software Engineer
> >>
> >>      Mobile +91 (998) 676-2247
> >>
> >>      nandini.sathanur@saggezza.com
> >>
> >>      [image: facebook] [image: linkedin] [image: twitter] [image:
> youtube]
> >>
> >>      This message contains confidential information and is intended only
> >> for the
> >>      individual named. If you are not the named addressee you should not
> >>      disseminate, distribute or copy this e-mail. Please notify the
> sender
> >>      immediately by e-mail if you have received this e-mail by mistake
> and
> >>      delete this e-mail from your system. Thank you.
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> >> For additional commands, e-mail: user-help@jmeter.apache.org
> >>
> --
> Trilobyte Software Engineering GmbH
> Christburger Str. 5, 10405 Berlin
> Geschäftsführer: Stefan Seide, Sven Gerhardt
> Berlin, Amtsgericht Charlottenburg, HRB 103208
>
>

Re: Issue with Recording Scripts in JMeter

Posted by Elke Michalsky <el...@trilobyte-se.de>.
Hello Nandini,

Try maybe this:

Open a console and navigate to the “bin” directory of JMeter location 
and enter the following command to run JMeter with your proxy settings:

jmeter -H <Proxy Host Name or Adress> -P <Port> -N localhost

Best, Elke


Am 18.12.20 um 07:24 schrieb Nandini Sathanur:
> Thanks for the response.
>
> Yes, it works fine on launching in Firefox without Proxy.
> So this is a Proxy/JMeter issue.
> Is there any workaround to fix this issue. Please help me with this.
>
> Thanks and Regards,
>
> [image: saggezza]
>
> SAGGEZZA
>
> Smarter Thinking.
>
> Real Results.
>
>
> Nandini Sathanur
>
> Senior Software Engineer
>
> Mobile +91 (998) 676-2247
>
> nandini.sathanur@saggezza.com
>
> [image: facebook] [image: linkedin] [image: twitter] [image: youtube]
>
> This message contains confidential information and is intended only for the
> individual named. If you are not the named addressee you should not
> disseminate, distribute or copy this e-mail. Please notify the sender
> immediately by e-mail if you have received this e-mail by mistake and
> delete this e-mail from your system. Thank you.
>
>
>
> On Fri, Dec 18, 2020 at 4:38 AM Beth Schrag <be...@breaktech.com>
> wrote:
>
>> Does it work if you run it in Firefox without the proxy?
>> If no, then there is a network issue;
>> If yes, then there is a proxy/jmeter issue.
>>
>> On 12/17/20, 7:31 AM, "Nandini Sathanur"
>> <na...@saggezza.com.INVALID> wrote:
>>
>>      Hello All,
>>
>>      I am facing an issue with recording Scripts in Firefox browser through
>>      JMeter.
>>
>>      Configuration:
>>      I have the Proxy setting in Firefox set to Proxy -localhost; Port
>> -8080.
>>      I have added the RootCA certificate to the browser.
>>      I have set the Port number to 8080 in JMeter also.
>>
>>      Running Script:
>>      TestPlan >Add >Non-Test Elements
>>      Target Controller is set to TestPlan > HTTP(S) Test Script Recorder
>>      Port number is to 8080
>>      Start - The recorder is displayed and recording starts.
>>
>>      Issue:
>>      In Firefox, I have launched my application URL in my Test Server.
>>      The Page title is the Application Page Title.
>>      The URL displayed in the address bar is the URL that I have launched
>>      But the page contents are not displayed. (There is no page load symbol
>> nor
>>      is the page loading, even when left for 1 hour, contents of the page
>> are
>>      not displayed.)
>>
>>      NOTE:
>>      I have tried recording scripts in BlazeMeter App and Google with the
>> same
>>      settings mentioned above and it worked fine.
>>      I am facing this issue only with my application URL.
>>
>>      Is this issue related to Network or Proxy or Firewall?
>>      I am using a Test Server which does not have Internet Connectivity and
>>      directly launches my application URL's.
>>
>>      Please help me understand what the issue is and let me know if there
>> is any
>>      work around to it.
>>
>>      Thanks and Regards,
>>
>>      [image: saggezza]
>>
>>      SAGGEZZA
>>
>>      Smarter Thinking.
>>
>>      Real Results.
>>
>>
>>      Nandini Sathanur
>>
>>      Senior Software Engineer
>>
>>      Mobile +91 (998) 676-2247
>>
>>      nandini.sathanur@saggezza.com
>>
>>      [image: facebook] [image: linkedin] [image: twitter] [image: youtube]
>>
>>      This message contains confidential information and is intended only
>> for the
>>      individual named. If you are not the named addressee you should not
>>      disseminate, distribute or copy this e-mail. Please notify the sender
>>      immediately by e-mail if you have received this e-mail by mistake and
>>      delete this e-mail from your system. Thank you.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
>> For additional commands, e-mail: user-help@jmeter.apache.org
>>
-- 
Trilobyte Software Engineering GmbH
Christburger Str. 5, 10405 Berlin
Geschäftsführer: Stefan Seide, Sven Gerhardt
Berlin, Amtsgericht Charlottenburg, HRB 103208


Re: Issue with Recording Scripts in JMeter

Posted by Nandini Sathanur <na...@saggezza.com.INVALID>.
Thanks for the response.

Yes, it works fine on launching in Firefox without Proxy.
So this is a Proxy/JMeter issue.
Is there any workaround to fix this issue. Please help me with this.

Thanks and Regards,

[image: saggezza]

SAGGEZZA

Smarter Thinking.

Real Results.


Nandini Sathanur

Senior Software Engineer

Mobile +91 (998) 676-2247

nandini.sathanur@saggezza.com

[image: facebook] [image: linkedin] [image: twitter] [image: youtube]

This message contains confidential information and is intended only for the
individual named. If you are not the named addressee you should not
disseminate, distribute or copy this e-mail. Please notify the sender
immediately by e-mail if you have received this e-mail by mistake and
delete this e-mail from your system. Thank you.



On Fri, Dec 18, 2020 at 4:38 AM Beth Schrag <be...@breaktech.com>
wrote:

> Does it work if you run it in Firefox without the proxy?
> If no, then there is a network issue;
> If yes, then there is a proxy/jmeter issue.
>
> On 12/17/20, 7:31 AM, "Nandini Sathanur"
> <na...@saggezza.com.INVALID> wrote:
>
>     Hello All,
>
>     I am facing an issue with recording Scripts in Firefox browser through
>     JMeter.
>
>     Configuration:
>     I have the Proxy setting in Firefox set to Proxy -localhost; Port
> -8080.
>     I have added the RootCA certificate to the browser.
>     I have set the Port number to 8080 in JMeter also.
>
>     Running Script:
>     TestPlan >Add >Non-Test Elements
>     Target Controller is set to TestPlan > HTTP(S) Test Script Recorder
>     Port number is to 8080
>     Start - The recorder is displayed and recording starts.
>
>     Issue:
>     In Firefox, I have launched my application URL in my Test Server.
>     The Page title is the Application Page Title.
>     The URL displayed in the address bar is the URL that I have launched
>     But the page contents are not displayed. (There is no page load symbol
> nor
>     is the page loading, even when left for 1 hour, contents of the page
> are
>     not displayed.)
>
>     NOTE:
>     I have tried recording scripts in BlazeMeter App and Google with the
> same
>     settings mentioned above and it worked fine.
>     I am facing this issue only with my application URL.
>
>     Is this issue related to Network or Proxy or Firewall?
>     I am using a Test Server which does not have Internet Connectivity and
>     directly launches my application URL's.
>
>     Please help me understand what the issue is and let me know if there
> is any
>     work around to it.
>
>     Thanks and Regards,
>
>     [image: saggezza]
>
>     SAGGEZZA
>
>     Smarter Thinking.
>
>     Real Results.
>
>
>     Nandini Sathanur
>
>     Senior Software Engineer
>
>     Mobile +91 (998) 676-2247
>
>     nandini.sathanur@saggezza.com
>
>     [image: facebook] [image: linkedin] [image: twitter] [image: youtube]
>
>     This message contains confidential information and is intended only
> for the
>     individual named. If you are not the named addressee you should not
>     disseminate, distribute or copy this e-mail. Please notify the sender
>     immediately by e-mail if you have received this e-mail by mistake and
>     delete this e-mail from your system. Thank you.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> For additional commands, e-mail: user-help@jmeter.apache.org
>

Re: Issue with Recording Scripts in JMeter

Posted by Beth Schrag <be...@breaktech.com>.
Does it work if you run it in Firefox without the proxy?
If no, then there is a network issue;
If yes, then there is a proxy/jmeter issue.

On 12/17/20, 7:31 AM, "Nandini Sathanur" <na...@saggezza.com.INVALID> wrote:

    Hello All,

    I am facing an issue with recording Scripts in Firefox browser through
    JMeter.

    Configuration:
    I have the Proxy setting in Firefox set to Proxy -localhost; Port -8080.
    I have added the RootCA certificate to the browser.
    I have set the Port number to 8080 in JMeter also.

    Running Script:
    TestPlan >Add >Non-Test Elements
    Target Controller is set to TestPlan > HTTP(S) Test Script Recorder
    Port number is to 8080
    Start - The recorder is displayed and recording starts.

    Issue:
    In Firefox, I have launched my application URL in my Test Server.
    The Page title is the Application Page Title.
    The URL displayed in the address bar is the URL that I have launched
    But the page contents are not displayed. (There is no page load symbol nor
    is the page loading, even when left for 1 hour, contents of the page are
    not displayed.)

    NOTE:
    I have tried recording scripts in BlazeMeter App and Google with the same
    settings mentioned above and it worked fine.
    I am facing this issue only with my application URL.

    Is this issue related to Network or Proxy or Firewall?
    I am using a Test Server which does not have Internet Connectivity and
    directly launches my application URL's.

    Please help me understand what the issue is and let me know if there is any
    work around to it.

    Thanks and Regards,

    [image: saggezza]

    SAGGEZZA

    Smarter Thinking.

    Real Results.


    Nandini Sathanur

    Senior Software Engineer

    Mobile +91 (998) 676-2247

    nandini.sathanur@saggezza.com

    [image: facebook] [image: linkedin] [image: twitter] [image: youtube]

    This message contains confidential information and is intended only for the
    individual named. If you are not the named addressee you should not
    disseminate, distribute or copy this e-mail. Please notify the sender
    immediately by e-mail if you have received this e-mail by mistake and
    delete this e-mail from your system. Thank you.


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