Servoy does not work with JDBC DBF driver v5.2.017. Get the following error message at startup.:
"An internal error occurred during: "Loading servers/tables needed by current solution". lA"
See: https://support.servoy.com/browse/SVY-7115
|
Checked.
java.lang.NoSuchFieldError: lA
at com.hxtt.sql.dbf.x.(Unknown Source)
at com.hxtt.sql.dbf.EmbeddedDriver.connect(Unknown Source)
You should remove the old DBF_JDBC40.jar from your classpath or Servoy's lib path.
|
I don't have any old DBF driver in my Servoy drivers folder. I removed the old DBF driver before.
|
Remove C:\Servoy\application_server\drivers\DBF_JDBC30.jar
|
I only have DBF_JDBC41_20140808.jar in that folder.
|
Check whether there's Access_JDBC41.jar or DBF_Embedded_JDBC41.jar in your folder, and remove these files.
|