Welcome to the Cumulus Support forum.

Latest Cumulus MX V4 release 4.0.0 (build 4022) - 11 May 2024

Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 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

Cumulus MX v.3.21.0 build 3204 MQTT error on boot up

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
User avatar
pete_c
Posts: 228
Joined: Wed 12 Oct 2011 11:22 pm
Weather Station: Davis Vue-Pro2 - Fine Offset
Operating System: W2003-XPSP3-Linux
Location: Time Traveler

Cumulus MX v.3.21.0 build 3204 MQTT error on boot up

Post by pete_c »

Everything looks great when first starting...

Code: Select all

2022-09-02 19:40:32.958  ========================== Cumulus MX starting ==========================
2022-09-02 19:40:32.960 Command line: /home/pete/CumulusMX/CumulusMX.exe 
2022-09-02 19:40:32.960 Cumulus MX v.3.21.0 build 3204
2022-09-02 19:40:32.961 Mono version: 6.12.0.182 (tarball Tue Jun 14 22:35:00 UTC 2022)
2022-09-02 19:40:32.962 Platform: Unix
2022-09-02 19:40:32.962 OS version: Unix 5.4.0.125
Until this part...

Code: Select all

2022-09-02 19:40:34.535 Creating extra sensors
2022-09-02 19:40:34.570 870 web tags initialised
2022-09-02 19:40:34.573 !!! Unhandled Exception !!!
System.TypeLoadException: Could not resolve type with token 010000b8 from typeref (expected class 'MQTTnet.Client.MqttClientTcpOptions' in assembly 'MQTTnet, Version=4.1.0.247, Culture=neutral, PublicKeyToken=fdb7629f2e364a63')
  at CumulusMX.Cumulus..ctor (System.Int32 HTTPport, System.Boolean DebugEnabled, System.String startParms) [0x0311b] in <b8671292ede2463a9b913b880c00c0b1>:0 
  at CumulusMX.Program.RunAsAConsole (System.Int32 port, System.Boolean debug) [0x00048] in <b8671292ede2463a9b913b880c00c0b1>:0 
  at CumulusMX.Program.Main (System.String[] args) [0x0056b] in <b8671292ede2463a9b913b880c00c0b1>:0 
Please help.

Fixed it. Apologies.

Copied over entire directory to build and now starting fine.

Code: Select all

Cumulus MX v.3.21.0 build 3204
Working Dir: /home/pete/CumulusMX/

Cumulus running at: http://localhost:8998/
                    http://192.168.244.172:8998/
                    http://172.17.0.1:8998/
                    http://172.30.32.1:8998/

  Open the admin interface by entering one of the above URLs into a web browser.

Today.ini = data/today.ini
Last update=2022-09-02T19:00:00
Connected to station
9/2/2022 8:16:26 PM
Type Ctrl-C to terminate
Downloading Archive Data

 - processed 13 %
 - processed 25 %
 - processed 38 %
 - processed 50 %
 - processed 63 %
 - processed 75 %
 - processed 88 %
 - processed 100 %
Downloading Archive Data
 - No Archive data available
Connecting real time FTP
Normal running
- Pete
Automator
Post Reply