Vinay Vijayan wrote:
Hi Robert,
Try pinging the machine continuously and see whether there is any problem in connectivity.
ping -t <host-ip-address>
Just ping'd a couple hundred times and no problem with connectivity. Average time was around 83 ms.
thanks, -Rob
-Vinay
-----Original Message-----
From: Robert Koberg [mailto:[EMAIL PROTECTED] Sent: Thursday, October 14, 2004 3:31 PM
To: Ant Users List
Subject: Re: CopyStreamException on FTP task
Laconia Data Systems wrote:
Robert Looks like a file access permission problem It appears that the FPT user does *not* have mkdir or *create*
capability
Can you change the FTP user's access capabilities to create any/all
files
and folders?
Hi and thanks,
The only thing that would make me believe (FTP is the only access I have
to the machine) that the user does have permissions is that we can use apps like cuteFTP or Dreamweaver -- with the same user/password -- everything works.
-Rob
Martin- ----- Original Message ----- From: "Robert Koberg" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 13, 2004 2:05 PM Subject: CopyStreamException on FTP task
Hi,
When executing the FTP task, I consistently get a SocketException: Connection reset
I have no problem uploading the files with other FTP clients using the same host, username and password.
This is going to a windows server (I have sent a request for the logs but I doubt the client knows how to get them).
I am using ant 1.6.2, commons-net 1.2.2, jakarta-oro 2.0.8 (jdk
1.4.2).
I have tried this on WinXP with SP2 and OSX.
I have tried a variety of options in the task, but after a few files,
I
get the exception. Any ideas how I can get this to work?
Here is the debug output from the task:
promote-remote-ftp: [ftp] Opening FTP connection to xx.xx.xx.xx [ftp] connected [ftp] logging in to FTP server [ftp] login succeeded [ftp] changing the remote directory [ftp] sending files Could not load a dependent class (com/sun/media/jai/codec/FileSeekableStream) for type image Could not load class
(org.apache.tools.ant.tasksdefs.cvslib.CvsVersion)
for type cvsversion Could not load a dependent class (jdepend/xmlui/JDepend) for type
jdepend
Could not load a dependent class (junit/framework/Test) for type junit fileset: Setup scanner in dir C:\home\app\projects\project\dev.project.com with patternSet{ includes:[**/*.rss, **/*.txt, **/*.atom, **/*.htm, **/*.css, **/*.js] excludes: [**/*.gif, **/*.ico, **/*.jpg] } [ftp] transferring C:\home\app\projects\project\dev.project.com\Volumes\Volume10-01-04.ht
m
[ftp] File C:\home\app\projects\project\dev.project.com\Volumes\Volume10-01-04.ht
m
copied to xx.xx.xx.xx [ftp] transferring C:\home\app\projects\project\dev.project.com\Volumes\archivefull.htm [ftp] File C:\home\app\projects\project\dev.project.com\Volumes\archivefull.htm copied to xx.xx.xx.xx [ftp] transferring C:\home\app\projects\project\dev.project.com\Volumes\currentissue.txt [ftp] File C:\home\app\projects\project\dev.project.com\Volumes\currentissue.txt copied to xx.xx.xx.xx [ftp] transferring
C:\home\app\projects\project\dev.project.com\Volumes\currentissue_email. htm
[ftp] disconnecting
BUILD FAILED C:\home\app\projects\project\project.xml:70: error during FTP
transfer:
java.net.SocketException: Connection reset at org.apache.tools.ant.taskdefs.optional.net.FTP.execute(FTP.java:2014) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) at org.apache.tools.ant.Task.perform(Task.java:364) at org.apache.tools.ant.Target.execute(Target.java:341) at org.apache.tools.ant.Target.performTasks(Target.java:369) at
org.apache.tools.ant.Project.executeTarget(Project.java:1214)
at
org.apache.tools.ant.Project.executeTargets(Project.java:1062)
at org.apache.tools.ant.Main.runBuild(Main.java:673) at org.apache.tools.ant.Main.startAnt(Main.java:188) at
org.apache.tools.ant.launch.Launcher.run(Launcher.java:196)
at
org.apache.tools.ant.launch.Launcher.main(Launcher.java:55)
Total time: 43 seconds
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]