@lubos Could you please have a look at the error below?
I have the Manager installation but it suddenly stopped working showing the error below. I have tried downgrading it is not working. I also tried with a new Data directory same error.
I am running Ubuntu 18.04.
Internal Error
Manager 23.8.24.1000
System.NullReferenceException: Object reference not set to an instance of an object.
at Manager.Database.OfType[T]() in /home/runner/work/Manager/Manager/Manager/Database.cs:line 172
at ManagerServer.HttpHandlers.HttpHandler.GetCurrentUser() in /home/runner/work/Manager/Manager/ManagerServer/HttpHandlers/HttpHandler.cs:line 177
at ManagerServer.HttpHandlers.HttpHandler.IsAdministrator() in /home/runner/work/Manager/Manager/ManagerServer/HttpHandlers/HttpHandler.cs:line 119
at ManagerServer.HttpHandlers.Template.Get() in /home/runner/work/Manager/Manager/ManagerServer/HttpHandlers/Template.cs:line 173
at ManagerServer.Startup.<>c.<b__1_1>d.MoveNext() in /home/runner/work/Manager/Manager/ManagerServer/Startup.cs:line 109
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddlewareImpl.g__Awaited|8_0(ExceptionHandlerMiddlewareImpl middleware, HttpContext context, Task task)
WorkingSet64 updated.
Go back
Thank you in advance.
Update I seem to get a different error on the first load see below;
System.TypeInitializationException: The type initializer for 'SQLite.SQLiteConnection' threw an exception.
---> System.DllNotFoundException: Unable to load shared library 'e_sqlite3' or one of its dependencies. In order to help diagnose loading problems, consider using a tool like strace. If you're using glibc, consider setting the LD_DEBUG environment variable:
/usr/share/manager-server/e_sqlite3.so: cannot open shared object file: No such file or directory
/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /usr/share/manager-server/libe_sqlite3.so)
libe_sqlite3.so: cannot open shared object file: No such file or directory
/usr/share/manager-server/e_sqlite3: cannot open shared object file: No such file or directory
/usr/share/manager-server/libe_sqlite3: cannot open shared object file: No such file or directory
at SQLitePCL.SQLite3Provider_e_sqlite3.NativeMethods.sqlite3_libversion_number()
at SQLitePCL.SQLite3Provider_e_sqlite3.SQLitePCL.ISQLite3Provider.sqlite3_libversion_number()
at SQLitePCL.raw.SetProvider(ISQLite3Provider imp)
at SQLitePCL.Batteries_V2.Init()
at SQLite.SQLiteConnection..cctor()
--- End of inner exception stack trace ---
at SQLite.SQLiteConnection..ctor(String databasePath, Boolean storeDateTimeAsTicks)
at Manager.ApplicationData.SQLiteConnection(String fileId) in /home/runner/work/Manager/Manager/Manager/ApplicationData.cs:line 410
at Manager.ApplicationData.EnsureNotFresh(Database business, String entityId) in /home/runner/work/Manager/Manager/Manager/ApplicationData.cs:line 148
at Manager.ApplicationData.Get(String entityId) in /home/runner/work/Manager/Manager/Manager/ApplicationData.cs:line 133
at ManagerServer.HttpHandlers.HttpHandler.GetCurrentUser() in /home/runner/work/Manager/Manager/ManagerServer/HttpHandlers/HttpHandler.cs:line 177
at ManagerServer.HttpHandlers.HttpHandler.IsAdministrator() in /home/runner/work/Manager/Manager/ManagerServer/HttpHandlers/HttpHandler.cs:line 119
at ManagerServer.HttpHandlers.Template.Get() in /home/runner/work/Manager/Manager/ManagerServer/HttpHandlers/Template.cs:line 173
at ManagerServer.Startup.<>c.<b__1_1>d.MoveNext() in /home/runner/work/Manager/Manager/ManagerServer/Startup.cs:line 109
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddlewareImpl.g__Awaited|8_0(ExceptionHandlerMiddlewareImpl middleware, HttpContext context, Task task)