 theMQDaddy
Post count: 17
|
Hi I am receiving the following error in my logs when trying to perform a binary install to a linux target
com.midvision.rapiddeploy.exceptions.CommandInvocationException: com.jcraft.jsch.JSchException: failed to send channel request
|
 robvanstone
Post count: 28
|
Hi theMQDaddy,
Has this worked before? Do you have more information in your logs?
Thanks
Rob
|
 theMQDaddy
Post count: 17
|
Hi Rob,
Sorry, unfortunately not, but basically that was the first item in the log past the usual orchestration header…
Initiating RapidDeploy deployment via Remoting at: Tue Feb 14 09:26:47 GMT 2012
————————————
Server: wlsserver01
Cell: -
AppServer: -
Application: /apps/weblogic
User: XXX
Version: weblogic-application-server-10.3.3
————————————
Error during orchestration – com.midvision.rapiddeploy.exceptions.CommandInvocationException: com.jcraft.jsch.JSchException: failed to send channel request
Sorry I can’t be more helpful
|
 robvanstone
Post count: 28
|
Ahh, ok I have seen something similar to this before and it usually relates to copying the file over to the target. This is an SSH connection yes? Are you able to connect via SSH from your RapidDeploy server to your target server from the command line, also try executing a command (e.g. ssh user@target ls)
|
 theMQDaddy
Post count: 17
|
Hi
Yep this is ssh and yes I can communicate between RD server and linux target.
|
 robvanstone
Post count: 28
|
Ok, check your sshd_config, specifically the following and set them
UsePAM yes
PermitUserEnvironment yes
Subsystem sftp /usr/libexec/openssh/sftp-server
|
 theMQDaddy
Post count: 17
|
Awesome, sorted thank you very much, I have been looking at this all day!
Cheers
TMD
|