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
2024-09-10 08:14:04.940 Information Diary constructor: starting
2024-09-10 08:14:04.952 Error Exception Unknown : The type initializer for 'Microsoft.Data.Sqlite.SqliteConnection' threw an exception.
2024-09-10 08:14:04.954 Error Data (cont): Microsoft.Data.Sqlite
2024-09-10 08:14:04.982 Error Data: at Microsoft.Data.Sqlite.SqliteConnection..ctor(String connectionString)
at CumulusUtils.Diary.GetDiaryDatabase() in C:\Users\hansr\Documents\GitHub\CutilsFramework\CUtilsNET8\Diary.cs:line 99
at CumulusUtils.Diary..ctor(CuSupport s) in C:\Users\hansr\Documents\GitHub\CutilsFramework\CUtilsNET8\Diary.cs:line 61
at CumulusUtils.CUtils.RealMainAsync(String[] args) in C:\Users\hansr\Documents\GitHub\CutilsFramework\CUtilsNET8\Main.cs:line 609
at CumulusUtils.CUtils.Main(String[] args) in C:\Users\hansr\Documents\GitHub\CutilsFramework\CUtilsNET8\Main.cs:line 343
2024-09-10 08:14:04.984 Error Exiting - check log file
hmmmm - nope I don't have a user account called hansr......
I've just uploaded the whole folder - I was messing about with a few of them there are some lsb errors too related to the sqlite, something to do with your bin stuff?
You do not have the required permissions to view the files attached to this post.
Ian.
http://www.StewartonWeather.com
Containerised Cumulus[MX] 4.2.1 (build: 4040) ● CumulusUtils Version 7.1.1● Ecowitt 2551/WH65/T&HP/WH57/WH45/3x WH51 ● Pi 5 8GB ● Debian Bookworm ● Ubuntu Server Host
Does anybody else have an issue here?
@nossie: do you have a diary.db at all?
Everything seems ok here. The only thing in my diary.db is my snow reporting, which I have not updated since end of March.
Not sure if this is helpful, from utilslog at the midnight "website" run
Thanks.
The diary itself is OK and it has the correct permissions.
Are you aware - I am thinking of Docker implications - that there are new libraries in the distribution notably the SQLite libs and the runtimes. Do they need to be registered somewhere? It is very unclear to me how a path from my distribution can get into the database path where the code only says:
EDIT: Oh wait the path is only in the error messages. Still: it has a problem with the path so you need to check the path of diary.db in the data directory.
Nossie wrote: ↑Wed 11 Sep 2024 7:22 am
I'm questioning 2 things -- should hansr still be a location in your code once compiled and why is it showing a windows path? is that mono related?
It is debug information showing the source file and line number where the error occurred. The source file is on Hans' computer and so shows the path on his computer when the program was compiled, this is normal.
@Ian: I would say you have to revisit the installation with the delivered libraries as nobody else has your problem. So it seems to have to do with the docker installation.