Mendix 10.7 build is getting failed

0
Hello,   We have a new Mendix application that the developer is building using Mendix version 10.7. The build is successful on the local Mendix Studio Pro app. However, it is not working on the Azure pipeline, which utilizes a custom build pack containing Docker. During the build process with the custom build pack, it is encountering the following error message.   2024-04-10 06:50:11.4810 ERROR Mendix.Modeler.Main.ModelerSettingsManager Failed to load settings. Using default settings. #9 85.34 System.TypeInitializationException: The type initializer for 'Microsoft.Data.Sqlite.SqliteConnection' threw an exception. #9 85.34 ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. #9 85.34 ---> System.DllNotFoundException: Unable to load shared library 'e_sqlite3' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: libe_sqlite3: cannot open shared object file: No such file or directory #9 85.34 at SQLitePCL.SQLite3Provider_e_sqlite3.NativeMethods.sqlite3_libversion_number() #9 85.34 at SQLitePCL.SQLite3Provider_e_sqlite3.SQLitePCL.ISQLite3Provider.sqlite3_libversion_number() #9 85.34 at SQLitePCL.raw.SetProvider(ISQLite3Provider imp) #9 85.34 at SQLitePCL.Batteries_V2.Init() #9 85.34 --- End of inner exception stack trace --- #9 85.34 at System.RuntimeMethodHandle.InvokeMethod(Object target, Span`1& arguments, Signature sig, Boolean constructor, Boolean wrapExceptions) #9 85.34 at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) #9 85.34 at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters) #9 85.34 at Microsoft.Data.Sqlite.SqliteConnection..cctor()
asked
2 answers
1

Mendix phased out WebSQL for local database in version 10.9.0 (released March 27) and in MTS version 10.6.6 (released April 2) and introduced Sqlite instead.

Reading the errors are regarding SQLite, I would recommend to upgrade to the latest MTS version (currently 10.6.8), or the latest available version (currently 10.9.0) to resolve this issue.

answered
0

We have upgraded to Mendix 10.6.8 version and issue is resolved.

answered