Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 8539 invoked from network); 3 Mar 2004 18:07:19 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 3 Mar 2004 18:07:19 -0000 Received: (qmail 65738 invoked by uid 500); 3 Mar 2004 18:06:59 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 65698 invoked by uid 500); 3 Mar 2004 18:06:58 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 65652 invoked from network); 3 Mar 2004 18:06:58 -0000 Received: from unknown (HELO purgatorytoo.sncc.com) (12.34.160.236) by daedalus.apache.org with SMTP; 3 Mar 2004 18:06:58 -0000 Received: by PURGATORYTOO.SNCC.COM with Internet Mail Service (5.5.2657.72) id <1LT2D8G0>; Wed, 3 Mar 2004 12:01:27 -0600 Message-ID: <6E1A740F2E9C69458621A312B7549FF40197B8BA@PURGATORYTOO.SNCC.COM> From: Nick Neuberger To: user@ant.apache.org Subject: Sshexec fail on starting a service (websphere) Date: Wed, 3 Mar 2004 12:01:22 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I'm trying to call start a service and the service actually starts but ant always fails on timeout from the task. Other services are working fine such as ibmhttpd service. I'm running ANT Build script on win2k and server is redhat linux. Any thoughts? I think it might have something to do with the websphered script in /etc/rc.d/init.d/ Snippet of output. stopServiceWebSphered: [echo] ****** Stopping WebSphereD Service... ****** [sshexec] Connecting to machine1:22 [sshexec] Shutting down websphered: [sshexec] [ OK ] startServiceWebSphered: [echo] ****** Starting WebSphereD Service... ****** [sshexec] Connecting to machine1:22 [sshexec] Starting websphered: [sshexec] [ OK ] BUILD FAILED C:\workspace\v5.1\imsii\sncc-ims-build\deploy.xml:50: Following error occured while executing this line C:\workspace\v5.1\imsii\sncc-ims-build\deploy.xml:79: Timeout period exceeded, connection dropped. Total time: 6 minutes 35 seconds Snipped of ANT script. Thanks ahead.. Nick - - - - - - This e-mail message is intended only for the use of the individual or entity identified in the alias address of this message and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution of this e-mail message is strictly prohibited. If you have received this e-mail message in error, please notify the sender immediately by reply e-mail and delete this message from your system. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org