You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Denis Molony (JIRA)" <ji...@apache.org> on 2012/12/05 04:18:58 UTC

[jira] [Created] (NET-490) Binary store to mainframe hangs under 3.2

Denis Molony created NET-490:
--------------------------------

             Summary: Binary store to mainframe hangs under 3.2
                 Key: NET-490
                 URL: https://issues.apache.org/jira/browse/NET-490
             Project: Commons Net
          Issue Type: Bug
          Components: FTP
    Affects Versions: 3.2
         Environment: Windows 7.
            Reporter: Denis Molony


When storing a large binary file (almost 4MB) the STOR command hangs. It worked fine with commons-net-3.2-20120413.112211-57.jar, but since changing to the 3.2 release it no longer works.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (NET-490) Binary store to mainframe hangs under 3.2

Posted by "Denis Molony (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NET-490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Denis Molony updated NET-490:
-----------------------------

    Description: 
When storing a large binary file (almost 4MB) the STOR command hangs. It works fine with commons-net-3.2-20120413.112211-57.jar, but since changing to the 3.2 release it no longer works. Reverting to the previous jar file works again.

I have verbose mode set, the last message shown is the '125 Storing data set xxx.yyy' After that, nothing more.

If I use ftp directly (without java), the same file transfers successfully.

  was:When storing a large binary file (almost 4MB) the STOR command hangs. It worked fine with commons-net-3.2-20120413.112211-57.jar, but since changing to the 3.2 release it no longer works.

    
> Binary store to mainframe hangs under 3.2
> -----------------------------------------
>
>                 Key: NET-490
>                 URL: https://issues.apache.org/jira/browse/NET-490
>             Project: Commons Net
>          Issue Type: Bug
>          Components: FTP
>    Affects Versions: 3.2
>         Environment: Windows 7.
>            Reporter: Denis Molony
>
> When storing a large binary file (almost 4MB) the STOR command hangs. It works fine with commons-net-3.2-20120413.112211-57.jar, but since changing to the 3.2 release it no longer works. Reverting to the previous jar file works again.
> I have verbose mode set, the last message shown is the '125 Storing data set xxx.yyy' After that, nothing more.
> If I use ftp directly (without java), the same file transfers successfully.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (NET-490) Binary store to mainframe hangs under 3.2

Posted by "Sebb (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NET-490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13510493#comment-13510493 ] 

Sebb commented on NET-490:
--------------------------

Can you do a thread dump when the application hangs?

There have been quite a few changes since 2012-04-13 and it would help narrow down the problem.
                
> Binary store to mainframe hangs under 3.2
> -----------------------------------------
>
>                 Key: NET-490
>                 URL: https://issues.apache.org/jira/browse/NET-490
>             Project: Commons Net
>          Issue Type: Bug
>          Components: FTP
>    Affects Versions: 3.2
>         Environment: Windows 7.
>            Reporter: Denis Molony
>
> When storing a large binary file (almost 4MB) the STOR command hangs. It works fine with commons-net-3.2-20120413.112211-57.jar, but since changing to the 3.2 release it no longer works. Reverting to the previous jar file works again.
> It is a ravel file, file type Image, data structure Record.
> I have verbose mode set, the last message shown is the '125 Storing data set xxx.yyy' After that, nothing more.
> If I use ftp directly (without java), the same file transfers successfully.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (NET-490) Binary store to mainframe hangs under 3.2

Posted by "Denis Molony (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NET-490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Denis Molony updated NET-490:
-----------------------------

    Description: 
When storing a large binary file (almost 4MB) the STOR command hangs. It works fine with commons-net-3.2-20120413.112211-57.jar, but since changing to the 3.2 release it no longer works. Reverting to the previous jar file works again.

It is a ravel file, file type Image, data structure Record.

I have verbose mode set, the last message shown is the '125 Storing data set xxx.yyy' After that, nothing more.

If I use ftp directly (without java), the same file transfers successfully.

  was:
When storing a large binary file (almost 4MB) the STOR command hangs. It works fine with commons-net-3.2-20120413.112211-57.jar, but since changing to the 3.2 release it no longer works. Reverting to the previous jar file works again.

I have verbose mode set, the last message shown is the '125 Storing data set xxx.yyy' After that, nothing more.

If I use ftp directly (without java), the same file transfers successfully.

    
> Binary store to mainframe hangs under 3.2
> -----------------------------------------
>
>                 Key: NET-490
>                 URL: https://issues.apache.org/jira/browse/NET-490
>             Project: Commons Net
>          Issue Type: Bug
>          Components: FTP
>    Affects Versions: 3.2
>         Environment: Windows 7.
>            Reporter: Denis Molony
>
> When storing a large binary file (almost 4MB) the STOR command hangs. It works fine with commons-net-3.2-20120413.112211-57.jar, but since changing to the 3.2 release it no longer works. Reverting to the previous jar file works again.
> It is a ravel file, file type Image, data structure Record.
> I have verbose mode set, the last message shown is the '125 Storing data set xxx.yyy' After that, nothing more.
> If I use ftp directly (without java), the same file transfers successfully.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (NET-490) Binary store to mainframe hangs under 3.2

Posted by "Sebb (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NET-490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13510883#comment-13510883 ] 

Sebb commented on NET-490:
--------------------------

http://www.crazysquirrel.com/computing/java/basics/java-thread-dump.jspx
                
> Binary store to mainframe hangs under 3.2
> -----------------------------------------
>
>                 Key: NET-490
>                 URL: https://issues.apache.org/jira/browse/NET-490
>             Project: Commons Net
>          Issue Type: Bug
>          Components: FTP
>    Affects Versions: 3.2
>         Environment: Windows 7.
>            Reporter: Denis Molony
>
> When storing a large binary file (almost 4MB) the STOR command hangs. It works fine with commons-net-3.2-20120413.112211-57.jar, but since changing to the 3.2 release it no longer works. Reverting to the previous jar file works again.
> It is a ravel file, file type Image, data structure Record.
> I have verbose mode set, the last message shown is the '125 Storing data set xxx.yyy' After that, nothing more.
> If I use ftp directly (without java), the same file transfers successfully.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (NET-490) Binary store to mainframe hangs under 3.2

Posted by "Denis Molony (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NET-490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13510800#comment-13510800 ] 

Denis Molony commented on NET-490:
----------------------------------

Hi Sebb

How would I do that?

Denis






                
> Binary store to mainframe hangs under 3.2
> -----------------------------------------
>
>                 Key: NET-490
>                 URL: https://issues.apache.org/jira/browse/NET-490
>             Project: Commons Net
>          Issue Type: Bug
>          Components: FTP
>    Affects Versions: 3.2
>         Environment: Windows 7.
>            Reporter: Denis Molony
>
> When storing a large binary file (almost 4MB) the STOR command hangs. It works fine with commons-net-3.2-20120413.112211-57.jar, but since changing to the 3.2 release it no longer works. Reverting to the previous jar file works again.
> It is a ravel file, file type Image, data structure Record.
> I have verbose mode set, the last message shown is the '125 Storing data set xxx.yyy' After that, nothing more.
> If I use ftp directly (without java), the same file transfers successfully.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira