An error for excel download in Firefox for JMeter script recording

0 votes

JMeter is being used to record one script. There are two alternatives to downloading data on the website. Excel and CSV are both used in one. The data in CSV format is downloading properly, but when you click the Excel icon to get the data, an error appears as indicated in the image below.

enter image description here

I tried one solution as mentioned on a different forums but it is not working. Added below lines in user.properties file.

httpclient4.retrycount=1
hc.parameters.file=hc.parameters
httpclient4.idletimeout=1

and added the below line in hc. parameters

http.connection.stalecheck$Boolean=true 

It is not working.

Sep 27, 2022 in Others by Kithuzzz
• 38,010 points
595 views

1 answer to this question.

0 votes

You shouldn't just copy and paste configuration changes without thinking about what they mean.

Suggestions:

  1. Double-check your HTTP(S) Test Script Recorder and browser configuration, pay special attention to the HTTPS recording and certificates chapter of the HTTP(S) Test Script Recorder documentation, and ensure that JMeter's certificate is imported into the browser, it's not expired, etc.

  2. Increase JMeter logging verbosity for the HTTP(S) Test Script Recorder and Apache HttpComponents by adding the next line to log4j2.xml file

    <Logger name="org.apache.jmeter.protocol.http.proxy" level="debug" />
    <Logger name="org.apache.http" level="debug" />
answered Sep 29, 2022 by narikkadan
• 63,420 points

Related Questions In Others

0 votes
1 answer

ERROR: You need elevated Administrator privileges in order to run this script.

Hi@akhtar, I guess you are trying to run ...READ MORE

answered Sep 8, 2020 in Others by MD
• 95,440 points
1,634 views
0 votes
1 answer

Error: No toolchains found in the NDK toolchains folder for ABI with prefix: llvm

Over two years has passed, now and ...READ MORE

answered Feb 11, 2022 in Others by Soham
• 9,700 points
2,745 views
0 votes
1 answer

Calculate Birthdate from an age using y,m,d in Excel

Hello, yes u can find your birthdate using ...READ MORE

answered Feb 16, 2022 in Others by Edureka
• 13,670 points
1,239 views
0 votes
1 answer

Calculate Birthdate from an age using y,m,d in Excel

Hi To Calculate the date, we can ...READ MORE

answered Feb 16, 2022 in Others by Edureka
• 13,670 points
1,427 views
0 votes
0 answers

java.net.SocketException: Connection reset

I was having an error when I ...READ MORE

May 8, 2022 in Java by Kichu
• 19,050 points
726 views
+5 votes
4 answers

How to execute a python file with few arguments in java?

You can use Java Runtime.exec() to run python script, ...READ MORE

answered Mar 27, 2018 in Java by DragonLord999
• 8,450 points

edited Nov 7, 2018 by Omkar 79,311 views
+1 vote
1 answer

How to handle drop downs using Selenium WebDriver in Java

First, find an XPath which will return ...READ MORE

answered Mar 27, 2018 in Selenium by nsv999
• 5,500 points
7,921 views
0 votes
1 answer

Unable to download excel file from src/assets in development/qa/prod environment for angular application

Try this: this.HttpClient.get("./assets/sample.xlsx",{responseType: "blob"}).subscribe((res:any) => ...READ MORE

answered Nov 12, 2022 in Others by narikkadan
• 63,420 points
3,000 views
0 votes
1 answer

How Do I Correct a ByRef Mismatch Error in VBA for Worksheet_Change Sub in Excel?

Len of a string returns what you need. ...READ MORE

answered Apr 1, 2023 in Others by narikkadan
• 63,420 points
1,144 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP