jhliptak / sshxcute

Automatically exported from code.google.com/p/sshxcute
0 stars 0 forks source link

Result not returned for multiple shell commands on multiple servser #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Execute 3-4 commands on a server through sshxcute
2. Repeat the step for 3 more servers in the program
3. Results for some commands are not displayed

What is the expected output? What do you see instead?
Output for only a few queries are populated as output. For most other queries, 
no result is returned

What version of the product are you using? On what operating system?
version1.0 on Mac book pro

Please provide any additional information below.

Original issue reported on code.google.com by aditi.ve...@gmail.com on 25 Jul 2013 at 10:20

GoogleCodeExporter commented 9 years ago
Sometimes only the result from first machine are returned, even on calling 
shell scripts for other machines in program

Original comment by aditi.ve...@gmail.com on 25 Jul 2013 at 10:54

GoogleCodeExporter commented 9 years ago
SSHExec ssh = SSHExec.getInstance(cb);  is always returning the ssh object 
created in the session with first server

Original comment by aditi.ve...@gmail.com on 25 Jul 2013 at 11:23