You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2007/03/07 17:35:13 UTC

DO NOT REPLY [Bug 41785] New: - jsch-0.1.32 causes ANT to hang on scp task

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41785>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41785

           Summary: jsch-0.1.32 causes ANT to hang on scp task
           Product: Ant
           Version: 1.7.0
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: critical
          Priority: P2
         Component: Optional Tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: philippe.desrosiers@gmail.com


This may be a duplicate of, or related to, bug #41090, which is marked as CLOSED.

I have the following ANT target in my build file:
	<target name="deploySCP">
		<!--Deploy the WAR file to a remote SCP directory-->
		<scp file="${bin.war.dir}/${ant.project.name}.war" 
todir="${scp.user}:${scp.pass}@${scp.host}:${scp.path}" 
trust="true" 
verbose="true" />
	</target>

Using ANT 1.7.0 and jsch-0.1.32, under JDK 1.6, this target hangs while
connecting to the remote machine. No error message is generated. The following
output apppears in the ANT console:

deploySCP:
      [scp] Connecting to sechost.mydomain.com:22

Under JDK 1.5.xx, this target executed without difficulty. Could this be related
to the new JDK? (Also, there should be a JDK1.6 keyword in Bugzilla, no?)

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


DO NOT REPLY [Bug 41785] - jsch-0.1.32 causes ANT to hang on scp task

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41785>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41785


philippe.desrosiers@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Additional Comments From philippe.desrosiers@gmail.com  2007-03-07 12:16 -------
This bug was traced to a firewall issue. The update of the JDK invalidated the
Java credentials on the firewall. A reboot resolved the issue.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org