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

HELP -- New Install

From build 3044 the development baton passed to Mark Crossley. Mark has been responsible for all the Builds since. He has made the code available on GitHub. It is Mark's hope that others will join in this development, but at the very least he welcomes your ideas for future developments (see Cumulus MX Development suggestions).

Moderator: mcrossley

Post Reply
BWentler
Posts: 12
Joined: Wed 12 Nov 2014 10:04 pm
Weather Station: Davis Vantage Vue
Operating System: Windows 10
Location: United States

HELP -- New Install

Post by BWentler »

The tail of cascading failures.

Cumulus MX was running fine on a ESXi VM running Windows 2012 (64 bit). The hosting ESXi server had a HD "failure" in the RAID 5 setup. I forced the drive back online but this corrupted the complete ESXi volume. I setup this VM and another server 2016 to use a NFS share off a FreeNAS box for MS Backup to backup to and this was working great. In my attempts resolve the faulure, I deleted all the VM's running off this corrupted ESXi volume and selected "Remove from Disk" thinking this would quickly place me at ground zero to delete the ESXi volume and start over. It was not until I went to rebuild the VM's that I discovered my hasty mistake/oversight. For in deleting the VM and the vdvm's on the local ESXi server, I told ESXI to delete the ones on the FreeNAS NFS share. All my backups for these two VM's are gone...... :o :shock: :oops: :bash: :cry:

I have since started to rebuild what I had lost and now working on returning Cumulus MX to working state on the server 2012 VM. I have download the latest, un-zipped to Server 2012 and then Window 10 OS's but get the following error:

Windows 2012, 64bit (Admin command prompt & after running "netsh http add urlacl url=http://*:8998/ user=\users")
C:\CumulusMX>CumulusMX.exe
Current culture: English (United States)
Serial: BFDF97AE01C73D83A58EC41F78A4291F
Cumulus MX v.3.2.6 build 3062

Unhandled Exception: System.OverflowException: Value was either too large or too small for an Int32.

at System.Convert.ToInt32(Double value)
at CumulusMX.Cumulus.DoSunriseAndSunset()
at CumulusMX.Cumulus..ctor(Int32 HTTPport)
at CumulusMX.Program.Main(String[] args)

Windows 10, 64bit (Admin command prompt)
C:\CumulusMX>CumulusMX.exe
Current culture: English (United States)
Serial: 3B8FBE606B6D119DFE7042411FAC9DD2
Cumulus MX v.3.2.6 build 3062

Unhandled Exception: System.OverflowException: Value was either too large or too small for an Int32.
at System.Convert.ToInt32(Double value)
at CumulusMX.Cumulus.DoSunriseAndSunset()
at CumulusMX.Cumulus..ctor(Int32 HTTPport)
at CumulusMX.Program.Main(String[] args)1

I tried doing the same thing with with version 3043 and got somewhat the same error.

I noticed that new ZIP files are not containing a sample Cumulus.ini file.

Any suggestions?
Bruce & Pam Wentler
In Jesus, we are all saved!
User avatar
mcrossley
Posts: 12756
Joined: Thu 07 Jan 2010 9:44 pm
Weather Station: Davis VP2/WLL
Operating System: Bullseye Lite rPi
Location: Wilmslow, Cheshire, UK
Contact:

Re: HELP -- New Install

Post by mcrossley »

I'm not sure why this happening, and I cannot reproduce the error.
Do you any sort of backup of your Cumulus.ini file somewhere?
BWentler
Posts: 12
Joined: Wed 12 Nov 2014 10:04 pm
Weather Station: Davis Vantage Vue
Operating System: Windows 10
Location: United States

Re: HELP -- New Install

Post by BWentler »

No....

I had several copies on the other VM but that was "deleted" with removing all the VM's on the ESXi.

The weak link/single point of failure was the VM config.
Bruce & Pam Wentler
In Jesus, we are all saved!
User avatar
mcrossley
Posts: 12756
Joined: Thu 07 Jan 2010 9:44 pm
Weather Station: Davis VP2/WLL
Operating System: Bullseye Lite rPi
Location: Wilmslow, Cheshire, UK
Contact:

Re: HELP -- New Install

Post by mcrossley »

Could you try creating a new Cumulus.ini with just to following content...

Code: Select all

[Station]
Latitude=38
Longitude=-99
And see if MX will start then?
BWentler
Posts: 12
Joined: Wed 12 Nov 2014 10:04 pm
Weather Station: Davis Vantage Vue
Operating System: Windows 10
Location: United States

Re: HELP -- New Install

Post by BWentler »

Finally got back to this.

Thank you mcrossley for the start of the ini file. I used these lines (replaced with my info) and saved the INI file. I also noticed that Windows SmartScreen stops the startups when ever I started Cumulus. So I white listed cumulusmx.exe and all is well in the weather reporting.

These errors might have been Windows SmartScreen in the end but maybe it was both not having a Cumulus.ini file and SmartScreen.

Thank you for your help!
Bruce & Pam Wentler
In Jesus, we are all saved!
Post Reply