You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2014/02/24 12:42:55 UTC

[Bug 56182] Can't trigger bsh script using bshclient.jar; socket is closed unexpectedly

https://issues.apache.org/bugzilla/show_bug.cgi?id=56182

--- Comment #1 from Sebb <se...@apache.org> ---
Odd. I'm sure that used to work.

As a temporary workround for a script without parameters, try

telnet localhost 9003
[The telnet server is http server + 1, and is actually what bshclient uses]

This should produce the "bsh %" prompt.

Then enter the following:

source("../endurance.bsh");

If you make a mistake, press ";" to end the line.

Probably best to use a separate window to compose the commands and copy/paste.

Or you could try the http interface: http://localhost:9002/

-- 
You are receiving this mail because:
You are the assignee for the bug.