<?xml version="1.0" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugzilla.globus.org/bugzilla/bugzilla.dtd">

<bugzilla version="3.2.3"
          urlbase="http://bugzilla.globus.org/bugzilla/"
          maintainer="bacon@mcs.anl.gov"
>

    <bug>
          <bug_id>4575</bug_id>
          
          <creation_ts>2006-07-07 14:58</creation_ts>
          <short_desc>RFT Exception on large files</short_desc>
          <delta_ts>2006-10-03 10:35:45</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>RFT</product>
          <component>RFT</component>
          <version>4.0.2</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>NEW</bug_status>
          
          
          
          
          
          <priority>P3</priority>
          <bug_severity>major</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Rich Wellner">wellner@univa.com</reporter>
          <assigned_to name="Ravi Madduri">madduri@mcs.anl.gov</assigned_to>
          <cc>gawor@mcs.anl.gov</cc>
    
    <cc>mlink@mcs.anl.gov</cc>
    
    <cc>rft-dev@globus.org</cc>

      

      
          <long_desc isprivate="0">
            <who name="Rich Wellner">wellner@univa.com</who>
            <bug_when>2006-07-07 14:58:51</bug_when>
            <thetext>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&gt; 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    |                | 
+-------------+--------------+------+-----+---------+----------------+</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who name="Jarek Gawor">gawor@mcs.anl.gov</who>
            <bug_when>2006-07-10 11:44:07</bug_when>
            <thetext>This looks to me like a gridftp server error.
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who name="Rich Wellner">wellner@univa.com</who>
            <bug_when>2006-07-10 12:09:23</bug_when>
            <thetext>I can attempt to provoke the same behavior from a command line and don&apos;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 &apos;^]&apos;.
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.


</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who name="Rich Wellner">wellner@univa.com</who>
            <bug_when>2006-07-10 12:10:04</bug_when>
            <thetext>Subject: Re:  RFT Exception on large files

I can attempt to provoke the same behavior from a command line and don&apos;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 &apos;^]&apos;.
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.



</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who name="Ravi Madduri">madduri@mcs.anl.gov</who>
            <bug_when>2006-08-04 14:39:23</bug_when>
            <thetext>Mike
Can you comment on this ?</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who name="Ravi Madduri">madduri@mcs.anl.gov</who>
            <bug_when>2006-08-04 14:40:17</bug_when>
            <thetext>Mike
Can you comment on this ? It looks like a bug in the server.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who name="Mike Link">mlink@mcs.anl.gov</who>
            <bug_when>2006-08-04 14:59:47</bug_when>
            <thetext>Can you try it again with GLOBUS_ERROR_VERBOSE=1 in the server&apos;s env, and run the server with options &apos;-d ALL -l &lt;logfile&gt;&apos;.  

I want to verify that rft is calling MLST when the error occurs, otherwise I&apos;m not sure why the manual test wouldn&apos;t have the same result.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who name="Ravi Madduri">madduri@mcs.anl.gov</who>
            <bug_when>2006-10-03 10:35:45</bug_when>
            <thetext>Can you provide the information asked down here ?</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who name="Rich Wellner">wellner@univa.com</who>
            <bug_when>2006-10-03 11:20:03</bug_when>
            <thetext>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, &quot;bugzilla-daemon@mcs.anl.gov&quot;
&lt;bugzilla-daemon@mcs.anl.gov&gt; wrote:

&gt; http://bugzilla.globus.org/bugzilla/show_bug.cgi?id=4575
&gt; 
&gt; 
&gt; 
&gt; 
&gt; 
&gt; ------- Comment #7 from madduri@mcs.anl.gov  2006-10-03 10:35 -------
&gt; Can you provide the information asked down here ?
&gt; 
&gt; 
&gt; 
&gt; 
&gt; ------- You are receiving this mail because: -------
&gt; You reported the bug, or are watching the reporter.
&gt; 


-- 
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

&lt;HTML&gt;
&lt;HEAD&gt;
&lt;TITLE&gt;Re: [Bug 4575] RFT Exception on large files&lt;/TITLE&gt;
&lt;/HEAD&gt;
&lt;BODY&gt;
&lt;FONT FACE=&quot;Verdana, Helvetica, Arial&quot;&gt;&lt;SPAN STYLE=&apos;font-size:12.0px&apos;&gt;I don&amp;#8217;t have a test environment at the moment. &amp;nbsp;Were you unable to reproduce this in yours?&lt;BR&gt;
&lt;BR&gt;
rw2&lt;BR&gt;
&lt;BR&gt;
On 10/3/06 10:35 AM, &amp;quot;bugzilla-daemon@mcs.anl.gov&amp;quot; &amp;lt;bugzilla-daemon@mcs.anl.gov&amp;gt; wrote:&lt;BR&gt;
&lt;BR&gt;
&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BLOCKQUOTE&gt;&lt;FONT FACE=&quot;Verdana, Helvetica, Arial&quot;&gt;&lt;SPAN STYLE=&apos;font-size:12.0px&apos;&gt;&lt;a href=&quot;http://bugzilla.globus.org/bugzilla/show_bug.cgi?id=4575&quot;&gt;http://bugzilla.globus.org/bugzilla/show_bug.cgi?id=4575&lt;/a&gt;&lt;BR&gt;
&lt;BR&gt;
&lt;BR&gt;
&lt;BR&gt;
&lt;BR&gt;
&lt;BR&gt;
------- Comment #7 from madduri@mcs.anl.gov &amp;nbsp;2006-10-03 10:35 -------&lt;BR&gt;
Can you provide the information asked down here ?&lt;BR&gt;
&lt;BR&gt;
&lt;BR&gt;
&lt;BR&gt;
&lt;BR&gt;
------- You are receiving this mail because: -------&lt;BR&gt;
You reported the bug, or are watching the reporter.&lt;BR&gt;
&lt;BR&gt;
&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/BLOCKQUOTE&gt;&lt;FONT FACE=&quot;Verdana, Helvetica, Arial&quot;&gt;&lt;SPAN STYLE=&apos;font-size:12.0px&apos;&gt;&lt;BR&gt;
&lt;BR&gt;
-- &lt;BR&gt;
&lt;/SPAN&gt;&lt;FONT SIZE=&quot;2&quot;&gt;&lt;SPAN STYLE=&apos;font-size:10.0px&apos;&gt;Rich Wellner&lt;BR&gt;
Enterprise Architect&lt;BR&gt;
Principal Engagement Manager&lt;BR&gt;
&lt;FONT COLOR=&quot;#FF0000&quot;&gt;&lt;B&gt;U&lt;/B&gt;&lt;/FONT&gt;&lt;B&gt;niva Corporation&lt;BR&gt;
&lt;/B&gt;Lisle, IL 60532&lt;BR&gt;
Lisle: +1 630 563 8617&lt;BR&gt;
Mobile: +1 630 464 7650&lt;BR&gt;
London: +44 20 7193 8617&lt;BR&gt;
Email: &lt;FONT COLOR=&quot;#0000FF&quot;&gt;&lt;U&gt;wellner@univa.com&lt;/U&gt; &lt;BR&gt;
&lt;/FONT&gt;Web: &lt;FONT COLOR=&quot;#0000FF&quot;&gt;&lt;U&gt;&lt;a href=&quot;http://www.univa.com&quot;&gt;http://www.univa.com&lt;/a&gt;&lt;/U&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN STYLE=&apos;font-size:12.0px&apos;&gt;&lt;BR&gt;
&lt;/SPAN&gt;&lt;/FONT&gt;
&lt;/BODY&gt;
&lt;/HTML&gt;

</thetext>
          </long_desc>
      
      

    </bug>

</bugzilla>