On 04/04/06, ramesh_Tester <[EMAIL PROTECTED]> wrote: > > Hi Sebb, > In my Browser Internet Options: Lansettings > I have Use automatic configuration Script > And I had a .pac file which has the proxy information in it. > I unchecked that option . > > > I returned to Jmeter Http Proxy Server and clicked on the Start button > > > Now I get following exception in the browser. > > > java.net.UnknownHostException: jakarta.apache.org at > java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182) at > java.net.Socket.connect(Socket.java:478) at > java.net.Socket.connect(Socket.java:428) at > sun.net.NetworkClient.doConnect(NetworkClient.java:158) at > sun.net.www.http.HttpClient.openServer(HttpClient.java:432) at > sun.net.www.http.HttpClient.openServer(HttpClient.java:646) at > sun.net.www.http.HttpClient.(HttpClient.java:336) at > sun.net.www.http.HttpClient.(HttpClient.java:297) at > sun.net.www.http.HttpClient.New(HttpClient.java:369) at > sun.net.www.http.HttpClient.New(HttpClient.java:350) at > sun.net.www.http.HttpClient.New(HttpClient.java:345) at > sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:562) > at > sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:539) > at > org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:424) > at > org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:514) > at org.apache.jmeter.protocol.http.proxy.Proxy.run(Proxy.java:112) > > > Note: My Jmeter Http Proxy is recording the error pages. > > How can I browse with this settings?? >
Sounds like you are behind a firewall proxy. You will need to find out the proxy host and port details, and then start JMeter with these defined: jmeter -H proxyhost -P proxyport S --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

