Welcome to the Cumulus Support forum.

Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 2024

Cumulus MX V4 beta test release 4.0.0 (build 4019) - 03 April 2024

Legacy Cumulus 1 release 1.9.4 (build 1099) - 28 November 2014
(a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)

Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki

FTP issue.

Topics about the Beta trials up to Build 3043, the last build by Cumulus's founder Steve Loft. It was by this time way out of Beta but Steve wanted to keep it that way until he made a decision on his and Cumulus's future.

Moderator: mcrossley

Locked
Phil23
Posts: 884
Joined: Sat 16 Jul 2016 11:59 pm
Weather Station: Davis VP2+ & GW1000 (Standalone)
Operating System: Win10 Pro / rPi Buster
Location: Australia

FTP issue.

Post by Phil23 »

Hi Steve,
Just wondering if this may lead to an FTP issue.
I'm currently experiencing problems with my web hosting provider.

Their issue, not Cumulus. Can't even get in with Filezilla right now.

But on the few occasions it's come good in the last 24 hours, I seem to have to restart MX to have it continue to upload.
Just not sure if or not Cumulus is getting in a knot while the provider is down.

Diags show this.

Thanks

Phil.

Code: Select all

2017-03-24 06:41:40.776 Error connecting ftp - Timed out trying to read data from the socket stream!
2017-03-24 06:41:41.494 Error uploading web\realtimegauges.txt to public_html/weather/realtimegauges.txt : Cannot access a disposed object.
Object name: 'System.Net.Sockets.Socket'.
2017-03-24 06:41:41.494 Error uploading \CumulusMX\web\realtimeT.xmltmp to /public_html/weather/realtime.xml : Cannot access a disposed object.
Object name: 'System.Net.Sockets.Socket'.
2017-03-24 06:41:46.448 Error uploading \CumulusMX\web\sunbirdT.txttmp to /public_html/weather/sunbird.txt : Object reference not set to an instance of an object.
2017-03-24 06:42:01.573 Error uploading web\realtimegauges.txt to public_html/weather/realtimegauges.txt : Timed out trying to read data from the socket stream!
2017-03-24 06:42:01.651 Error uploading realtime.txt to public_html/weather/realtime.txt : Too many connections (8) from this IP
2017-03-24 06:42:04.244 Error connecting ftp - Cannot access a disposed object.
Object name: 'System.Net.Sockets.Socket'.
:Now: :Today/Yesterday:

Image

Main Station Davis VP2+ Running Via Win10 Pro.
Secondary Stations, Ecowitt HP2551/GW1000 Via rPi 3 & 4 Running Buster GUI.
:Local Inverell Ecowitt Station: :Remote Ashford Ecowitt Station:
User avatar
steve
Cumulus Author
Posts: 26701
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: FTP issue.

Post by steve »

I think a few others have seen this. I think that what happens is that when certain types of problem occur with ftp connections, new connections are established, but the old ones are still there, yet to be fully disconnected (which presumably happens after a period has passed). Because of the way that realtime ftp works (typically a new upload every few seconds) this can mean that you reach the limit of connections that the server allows(which can sometimes be quite a small number). I don't think this is necessarily a bug anywhere, it's perhaps just a consequence of the way TCP/IP works. It's possible that there's something I can do about it in Cumulus, when I get chance.
Steve
Locked