Micron Confidential
Hi, I encountered a problem while configuring plugin-manager in Jmeter. The problem is on the proxy due to internal network. The plugin-manager has problem loading its content for downloading. It doesn't work even after i entered the proxy URL in the command-line. May I know how to solve this issue? Thanks. Micron Confidential |
Am 24.12.20 um 04:36 schrieb Song Khai Tan (songkhaitan): > Micron Confidential > > Hi, > I encountered a problem while configuring plugin-manager in Jmeter. > The problem is on the proxy due to internal network. > The plugin-manager has problem loading its content for downloading. > It doesn't work even after i entered the proxy URL in the command-line. > May I know how to solve this issue? Are there any errors in the log file (jmeter.log)? I guess, that you didn't specify (the correct) system properties for your corporate proxy server. They can be specified with the Java system properties 'http.proxyUser' and 'http.proxyPass'. Felix > > Thanks. > > > > Micron Confidential > --------------------------------------------------------------------- To unsubscribe, e-mail: [hidden email] For additional commands, e-mail: [hidden email] |
Micron Confidential
Hi, Regarding the jmeter proxy issue, In command prompt, I enter jmeter -E https -H http://xxxx.com -P xx -u xxxx -a xxxx In the JMeter Plugins Manager, I receive an error, Java.net.UnknownHostException: http://xxxx.com Is this a correct way to specify a proxy? Can you show the complete step on how to do it if possible? Thanks. Micron Confidential -----Original Message----- From: Felix Schumacher <[hidden email]> Sent: Thursday, December 24, 2020 10:25 PM To: [hidden email] Subject: [EXT] Re: Jmeter Proxy CAUTION: EXTERNAL EMAIL. Do not click links or open attachments unless you recognize the sender and were expecting this message. Am 24.12.20 um 04:36 schrieb Song Khai Tan (songkhaitan): > Micron Confidential > > Hi, > I encountered a problem while configuring plugin-manager in Jmeter. > The problem is on the proxy due to internal network. > The plugin-manager has problem loading its content for downloading. > It doesn't work even after i entered the proxy URL in the command-line. > May I know how to solve this issue? Are there any errors in the log file (jmeter.log)? I guess, that you didn't specify (the correct) system properties for your corporate proxy server. They can be specified with the Java system properties 'http.proxyUser' and 'http.proxyPass'. Felix > > Thanks. > > > > Micron Confidential > --------------------------------------------------------------------- To unsubscribe, e-mail: [hidden email] For additional commands, e-mail: [hidden email] --------------------------------------------------------------------- To unsubscribe, e-mail: [hidden email] For additional commands, e-mail: [hidden email] |
Am 05.01.2021 09:37, schrieb Song Khai Tan (songkhaitan):
> Micron Confidential > > Hi, > > Regarding the jmeter proxy issue, > In command prompt, I enter > jmeter -E https -H http://xxxx.com -P xx -u xxxx -a xxxx > > In the JMeter Plugins Manager, > I receive an error, > Java.net.UnknownHostException: http://xxxx.com > > Is this a correct way to specify a proxy? Seems not ;) At https://jmeter.apache.org/usermanual/get-started.html#proxy_server you can seen an example on how to specify the hostname. You have to leave out the protocol-part. "... -H xxxx.com ..." is probably better. Felix (Who has never tried using the plugins behind a proxy) > Can you show the complete step on how to do it if possible? > Thanks. > > > > > Micron Confidential > > -----Original Message----- > From: Felix Schumacher <[hidden email]> > Sent: Thursday, December 24, 2020 10:25 PM > To: [hidden email] > Subject: [EXT] Re: Jmeter Proxy > > CAUTION: EXTERNAL EMAIL. Do not click links or open attachments unless > you recognize the sender and were expecting this message. > > > Am 24.12.20 um 04:36 schrieb Song Khai Tan (songkhaitan): >> Micron Confidential >> >> Hi, >> I encountered a problem while configuring plugin-manager in Jmeter. >> The problem is on the proxy due to internal network. >> The plugin-manager has problem loading its content for downloading. >> It doesn't work even after i entered the proxy URL in the >> command-line. >> May I know how to solve this issue? > > Are there any errors in the log file (jmeter.log)? > > I guess, that you didn't specify (the correct) system properties for > your corporate proxy server. > > They can be specified with the Java system properties 'http.proxyUser' > and 'http.proxyPass'. > > Felix > >> >> Thanks. >> >> >> >> Micron Confidential >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [hidden email] > For additional commands, e-mail: [hidden email] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [hidden email] > For additional commands, e-mail: [hidden email] --------------------------------------------------------------------- To unsubscribe, e-mail: [hidden email] For additional commands, e-mail: [hidden email] |
Free forum by Nabble | Edit this page |