On 12/01/11 20:47, Александр Поляков wrote: > Unable to login in remote machine, SmartFrog 3.17.014 (2009-07-27 > 16:11:39 BST), data: Failed object class: > org.smartfrog.services.net.TelnetImpl, primSFCompleteName: HOST > PSU-346E4E8A88D:rootProcess:Telnet1, primContext: included, reference: > HOST PSU-346E4E8A88D:rootProcess:Telnet1, primContext: included
Hi Alexander, Looks like a failure to log in. 1. Is telnet running on the machine? Can you log in by hand and give me a trace of what gets printed out? Because the code is looking for the phrase "password:" on a windows machine, if something else gets printed it will get the login wrong. If that's the case, we can fix that, making the string that is waited for configurable 2. If you can, I would encourage you to use the SSH components. They are what we normally use because they are secure, SSH is there in unix/linux out the box, and it does good file IO as well as command execution -with error codes back to the remote caller. -Steve ------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Smartfrog-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/smartfrog-users
