Re: GnuTLS internal error in Filezilla

2012-09-23 Thread Niklas Gustavsson
On Sun, Sep 23, 2012 at 7:01 PM, Niklas Gustavsson wrote: > On Sun, Sep 23, 2012 at 6:30 PM, Sachin Shetty wrote: >> I know 425 is the right thing to do here, but FileZilla gets stuck on it and >> I need a way to recover from this error. > > Even if you return rather then rethrow and exception?

Re: GnuTLS internal error in Filezilla

2012-09-23 Thread Niklas Gustavsson
On Sun, Sep 23, 2012 at 6:30 PM, Sachin Shetty wrote: > I know 425 is the right thing to do here, but FileZilla gets stuck on it and > I need a way to recover from this error. Even if you return rather then rethrow and exception? /niklas

RE: GnuTLS internal error in Filezilla

2012-09-23 Thread Sachin Shetty
: Sachin Shetty Subject: Re: GnuTLS internal error in Filezilla On Sun, Sep 23, 2012 at 4:42 PM, Sachin Shetty wrote: > patched STOR.java to catch the SSL Exception and send a 426 instead and > throw the exception. This tricked filezilla in to retrying instead of > getting stuck. Since thi

Re: GnuTLS internal error in Filezilla

2012-09-23 Thread Niklas Gustavsson
On Sun, Sep 23, 2012 at 4:42 PM, Sachin Shetty wrote: > patched STOR.java to catch the SSL Exception and send a 426 instead and > throw the exception. This tricked filezilla in to retrying instead of > getting stuck. Since this happens on creating the socket rather than while transferring data, s

RE: GnuTLS internal error in Filezilla

2012-09-23 Thread Sachin Shetty
27;; 'ftpserver-users@mina.apache.org' Subject: RE: GnuTLS internal error in Filezilla Sorry, I think I did not provide proper information. Let me summarize: 1. For whatever reason, it seems we deployed our production ftp with *1.1.0-SNAPSHOT.jar downloaded sometime a year ago and we can

RE: GnuTLS internal error in Filezilla

2012-09-22 Thread Sachin Shetty
f the picture and still cannot explain it. Thanks Sachin -Original Message- From: Sachin Shetty [mailto:sshe...@egnyte.com] Sent: Saturday, September 22, 2012 1:22 PM To: 'Sachin Shetty'; ftpserver-users@mina.apache.org Subject: RE: GnuTLS internal error in Filezilla I could reprod

RE: GnuTLS internal error in Filezilla

2012-09-22 Thread Sachin Shetty
19, 2012 9:22 PM To: 'Sachin Shetty'; 'ftpserver-users@mina.apache.org' Subject: RE: GnuTLS internal error in Filezilla Here is some more information, it seems exactly after an hour, there is some SSL handshake and cipher re-negotiation which fails with this message

RE: GnuTLS internal error in Filezilla

2012-09-19 Thread Sachin Shetty
(SSLSocketImpl.java:1611) -Original Message- From: Sachin Shetty [mailto:sshe...@egnyte.com] Sent: Wednesday, September 19, 2012 4:48 PM To: 'Sachin Shetty'; 'ftpserver-users@mina.apache.org' Subject: RE: GnuTLS internal error in Filezilla It seems it is happening e

RE: GnuTLS internal error in Filezilla

2012-09-19 Thread Sachin Shetty
ember 19, 2012 4:48 PM To: 'Sachin Shetty'; 'ftpserver-users@mina.apache.org' Subject: RE: GnuTLS internal error in Filezilla It seems it is happening exactly an hour after the upload begins. Any timeouts that could be kicking in. The connections are not idle. -Original

RE: GnuTLS internal error in Filezilla

2012-09-19 Thread Sachin Shetty
ftpserver-users@mina.apache.org' Subject: RE: GnuTLS internal error in Filezilla I enabled debug and found this to be the problem. INFO 2012-09-17 14:27:43,030 pool-6-thread-18 D- U- S- org.apache.ftpserver.listener.nio.FtpLoggingFilter - RECEIVED: STOR source_2364.txt DEBUG 2012-09-17 14:27:43,148 p

RE: GnuTLS internal error in Filezilla

2012-09-17 Thread Sachin Shetty
...@egnyte.com] Sent: Monday, September 17, 2012 4:27 PM To: 'ftpserver-users@mina.apache.org' Subject: RE: GnuTLS internal error in Filezilla Here is the client log, it works fine for almost an hour before it hits the "Error: GnuTLS error -59: GnuTLS internal error." and t

RE: GnuTLS internal error in Filezilla

2012-09-17 Thread Sachin Shetty
er\source_2563.txt Status: Retrieving directory listing... -Original Message- From: John Hartnup [mailto:john.hart...@gmail.com] Sent: Monday, September 17, 2012 4:05 PM To: ftpserver-users@mina.apache.org Subject: Re: GnuTLS internal error in Filezilla Get either client or server log

Re: GnuTLS internal error in Filezilla

2012-09-17 Thread John Hartnup
x27;t open > data connection.^M > > Something happens in between the two log lines. > > > -Original Message- > From: John Hartnup [mailto:john.hart...@gmail.com] > Sent: Monday, September 17, 2012 3:42 PM > To: ftpserver-users@mina.apache.org > Subject: Re: GnuTLS

RE: GnuTLS internal error in Filezilla

2012-09-17 Thread Sachin Shetty
onday, September 17, 2012 3:42 PM To: ftpserver-users@mina.apache.org Subject: Re: GnuTLS internal error in Filezilla It looks to me like a firewall blocking the data connection. Some firewalls deal with FTP by snooping on the control connection, and opening the appropriate ports when it sees a PO

Re: GnuTLS internal error in Filezilla

2012-09-17 Thread John Hartnup
ing lot of problems and we aren't sure what we else we can look for. > > > > Thanks > > Sachin > > > > From: Sachin Shetty [mailto:sshe...@egnyte.com] > Sent: Friday, September 07, 2012 1:35 PM > To: 'ftpserver-users@mina.apache.org' > Subj

RE: GnuTLS internal error in Filezilla

2012-09-17 Thread Sachin Shetty
#x27;ftpserver-users@mina.apache.org' Subject: GnuTLS internal error in Filezilla Hi, We have Apache FTP Server running in production for a while now, it's been mostly rock solid, but we see the following issue pretty often in production. Response: 150 File status okay; about to open data conne

GnuTLS internal error in Filezilla

2012-09-07 Thread Sachin Shetty
Hi, We have Apache FTP Server running in production for a while now, it's been mostly rock solid, but we see the following issue pretty often in production. Response: 150 File status okay; about to open data connection. Error: GnuTLS error -59: GnuTLS internal error. Response: 425 Can't open data