You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by bu...@apache.org on 2006/03/13 05:30:30 UTC

DO NOT REPLY [Bug 38945] New: - jmeter-server: -H and -P option does not work

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38945>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38945

           Summary: jmeter-server: -H and -P option does not work
           Product: JMeter
           Version: 2.1.1
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: major
          Priority: P1
         Component: Main
        AssignedTo: jmeter-dev@jakarta.apache.org
        ReportedBy: olivere@datacom.co.nz


Setup: 
Jmeter client/frontend 2.1.1 running on Windows XP SP2 with Java 1.4.2_09
Jmeter server 2.1.1 running Linux Fedora Core 4 with Java 1.4.2_11

The Jmeter server needs to connect through a Windows ISA Firewall (funny MS
authentication needed). In order to do that on Linux you can use a tool called
'NTLM Authorization Proxy Server' (http://www.geocities.com/rozmanov/ntlm/).
i.e. Jmeter server MUST connect via a proxy running on the same machine on port
5865.

Problem:
To test that it works I started my (simple) script without a client-server
config on the server.

./jmeter -n -t openbc.jmx -l test.txt -H localhost -P 5865

This works just fine. Tcpdump gives me a whole lotta lines like this:

03:20:22.071691 IP 172.17.2.32.33156 > 172.25.10.102.http: . ack 18875....

,which show me that the NTLM proxy is working and connecting to 172.25.10.102
(which is the external proxy).

Now if I start the server like this:

./jmeter-server -H localhost -P 5865

and run the same test from the client/frontend, it doesn't work. Tcpdump gives
me output like this:

03:20:53.815486 IP 172.17.2.32.43208 > 213.238.59.20.http:
S180175323:180175323(0) win 5840....

213.238.59.20 is the address of the server my script calls. i.e. Jmeter server
is not using the proxy. Eventually the client shows me that the test was
unsuccessful because the test has timed out.

Expected behaviour:
If I include -H and -P options when calling the jmeter server I would expect it
to use the proxy.

Comment:
I don't have enough systems to try this with other constellations. Maybe
somebody can try this and confirm my findings.

I'm also interested in an interim fix or workarround if somebody has any ideas.
I can't proceed with my tests here until this is solved.

Best Regards & Thanx in advance!
Oliver Erlewein

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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


DO NOT REPLY [Bug 38945] - jmeter-server: -H and -P option does not work

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38945>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38945


olivere@datacom.co.nz changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID




------- Additional Comments From olivere@datacom.co.nz  2006-03-16 19:55 -------
The error disappeared during detailed investigation. At the moment it cannot be
reproduced. 

Maybe somebody gets the chance to try the same setup on another system and
confirm that it works. Until then this defect is closed.

Oliver

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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


DO NOT REPLY [Bug 38945] - jmeter-server: -H and -P option does not work

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38945>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38945


olivere@datacom.co.nz changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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