bhooshan786 / jmeter-ssh-sampler

Automatically exported from code.google.com/p/jmeter-ssh-sampler
0 stars 0 forks source link

SSH Sampler does not while accepting commandline paramter #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Connect to SSH with user name and password through command line parameter
2. Accept user name and password as a command line parameter for ant job
3.

What is the expected output? What do you see instead?
SSH should work

What version of the product are you using? On what operating system?
Ant job stuck and command line log states following.

Please provide any additional information below.

va.net.SocketInputStream#socketRead0
   [jmeter] java.net.SocketInputStream#read at line:152
   [jmeter] java.net.SocketInputStream#read at line:122
   [jmeter] com.jcraft.jsch.IO#getByte at line:82
   [jmeter] com.jcraft.jsch.Session#read at line:909
   [jmeter] com.jcraft.jsch.Session#run at line:1379
   [jmeter] java.lang.Thread#run at line:744
   [jmeter]
   [jmeter] Thread[DestroyJavaVM,5,main], stackTrace:

   [jmeter] The JVM should have exitted but did not.
   [jmeter] The following non-daemon threads are still running (DestroyJavaVM is
 OK):

Original issue reported on code.google.com by tambe.am...@gmail.com on 7 Oct 2014 at 8:42