Bugzilla – Bug 4575
RFT Exception on large files
Last modified: 2006-10-03 10:35:45
You need to log in before you can comment on or make changes to this bug.
An exception is generated when trying to transfer a 4.6GB file. org.globus.ftp.exception.UnexpectedReplyCodeException: Custom message: Unexpected reply: 500-Command failed : System error in stat: Value too large for defined data type 500-A system call failed: Value too large for defined data type 500 End. at org.globus.ftp.vanilla.FTPControlChannel.execute(FTPControlChannel.java:333) at org.globus.ftp.FTPClient.mlst(FTPClient.java:602) at org.globus.transfer.reliable.service.TransferClient.updatePermissions(TransferClient.java:618) at org.globus.transfer.reliable.service.TransferClient.transfer(TransferClient.java:675) at org.globus.transfer.reliable.service.TransferWork.run(TransferWork.java:714) at org.globus.wsrf.impl.work.WorkManagerImpl$WorkWrapper.run(WorkManagerImpl.java:355) at java.lang.Thread.run(Thread.java:595) mysql> desc t_file; +-------------+--------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +-------------+--------------+------+-----+---------+----------------+ | id | bigint(20) | NO | PRI | NULL | auto_increment | | name | varchar(255) | NO | | NULL | | | size | bigint(20) | NO | | NULL | | | checksum | varchar(255) | YES | | NULL | | | description | varchar(255) | YES | | NULL | | +-------------+--------------+------+-----+---------+----------------+
This looks to me like a gridftp server error.
I can attempt to provoke the same behavior from a command line and don't see the error: [ugegrid@moon downloads]$ telnet localhost 50000 Trying 127.0.0.1... Connected to localhost.localdomain (127.0.0.1). Escape character is '^]'. 220 moon.ps.univa.com GridFTP Server 2.3 (gcc32dbg, 1144436882-63) ready. user ftp 331 Password required for ftp. pass asdf 230 User ftp logged in. mlst /home/ugegrid/rw2/downloads/t 250-status of /home/ugegrid/rw2/downloads/t Type=file;Modify=20060707192530;Size=4886969537;Perm=awr;UNIX.mode=0664;UNIX.owner=ugegrid;UNIX.group=ugegrid;Unique=fd00-6c1140; /home/ugegrid/rw2/downloads/t 250 End.
Subject: Re: RFT Exception on large files I can attempt to provoke the same behavior from a command line and don't see the error: [ugegrid@moon downloads]$ telnet localhost 50000 Trying 127.0.0.1... Connected to localhost.localdomain (127.0.0.1). Escape character is '^]'. 220 moon.ps.univa.com GridFTP Server 2.3 (gcc32dbg, 1144436882-63) ready. user ftp 331 Password required for ftp. pass asdf 230 User ftp logged in. mlst /home/ugegrid/rw2/downloads/t 250-status of /home/ugegrid/rw2/downloads/t Type=file;Modify=20060707192530;Size=4886969537;Perm=awr;UNIX.mode=0664;UNI X.owner=ugegrid;UNIX.group=ugegrid;Unique=fd00-6c1140; /home/ugegrid/rw2/downloads/t 250 End.
Mike Can you comment on this ?
Mike Can you comment on this ? It looks like a bug in the server.
Can you try it again with GLOBUS_ERROR_VERBOSE=1 in the server's env, and run the server with options '-d ALL -l <logfile>'. I want to verify that rft is calling MLST when the error occurs, otherwise I'm not sure why the manual test wouldn't have the same result.
Can you provide the information asked down here ?
Subject: Re: RFT Exception on large files I donšt have a test environment at the moment. Were you unable to reproduce this in yours? rw2 On 10/3/06 10:35 AM, "bugzilla-daemon@mcs.anl.gov" <bugzilla-daemon@mcs.anl.gov> wrote: > http://bugzilla.globus.org/bugzilla/show_bug.cgi?id=4575 > > > > > > ------- Comment #7 from madduri@mcs.anl.gov 2006-10-03 10:35 ------- > Can you provide the information asked down here ? > > > > > ------- You are receiving this mail because: ------- > You reported the bug, or are watching the reporter. > -- Rich Wellner Enterprise Architect Principal Engagement Manager Univa Corporation Lisle, IL 60532 Lisle: +1 630 563 8617 Mobile: +1 630 464 7650 London: +44 20 7193 8617 Email: wellner@univa.com Web: http://www.univa.com <HTML> <HEAD> <TITLE>Re: [Bug 4575] RFT Exception on large files</TITLE> </HEAD> <BODY> <FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>I don’t have a test environment at the moment. Were you unable to reproduce this in yours?<BR> <BR> rw2<BR> <BR> On 10/3/06 10:35 AM, "bugzilla-daemon@mcs.anl.gov" <bugzilla-daemon@mcs.anl.gov> wrote:<BR> <BR> </SPAN></FONT><BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'><a href="http://bugzilla.globus.org/bugzilla/show_bug.cgi?id=4575">http://bugzilla.globus.org/bugzilla/show_bug.cgi?id=4575</a><BR> <BR> <BR> <BR> <BR> <BR> ------- Comment #7 from madduri@mcs.anl.gov 2006-10-03 10:35 -------<BR> Can you provide the information asked down here ?<BR> <BR> <BR> <BR> <BR> ------- You are receiving this mail because: -------<BR> You reported the bug, or are watching the reporter.<BR> <BR> </SPAN></FONT></BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'><BR> <BR> -- <BR> </SPAN><FONT SIZE="2"><SPAN STYLE='font-size:10.0px'>Rich Wellner<BR> Enterprise Architect<BR> Principal Engagement Manager<BR> <FONT COLOR="#FF0000"><B>U</B></FONT><B>niva Corporation<BR> </B>Lisle, IL 60532<BR> Lisle: +1 630 563 8617<BR> Mobile: +1 630 464 7650<BR> London: +44 20 7193 8617<BR> Email: <FONT COLOR="#0000FF"><U>wellner@univa.com</U> <BR> </FONT>Web: <FONT COLOR="#0000FF"><U><a href="http://www.univa.com">http://www.univa.com</a></U></FONT></SPAN></FONT><SPAN STYLE='font-size:12.0px'><BR> </SPAN></FONT> </BODY> </HTML>