Error during orchestration – com.midvision.rapiddeploy.exceptions.CommandInvocationException: com.jcraft.jsch.JSchException: failed to send channel request

HomeForumsRapidDeployOrchestrationError during orchestration – com.midvision.rapiddeploy.exceptions.CommandInvocationException: com.jcraft.jsch.JSchException: failed to send channel request

This topic is: resolved

Tagged: 

This topic has 2 voices, contains 6 replies, and was last updated by  theMQDaddy 95 days ago.

Viewing 7 posts - 1 through 7 (of 7 total)
Author Posts
Author Posts
February 14, 2012 at 3:32 pm #2760

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

February 14, 2012 at 3:34 pm #2763

robvanstone
Post count: 28

Hi theMQDaddy,

Has this worked before? Do you have more information in your logs?

Thanks

Rob

February 14, 2012 at 3:37 pm #2764

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

February 14, 2012 at 3:41 pm #2767

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)

February 14, 2012 at 3:43 pm #2768

theMQDaddy
Post count: 17

Hi

Yep this is ssh and yes I can communicate between RD server and linux target.

February 14, 2012 at 3:46 pm #2769

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

February 14, 2012 at 3:53 pm #2770

theMQDaddy
Post count: 17

Awesome, sorted thank you very much, I have been looking at this all day!

Cheers

TMD

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.