Servoy Startup Problem

Having a problem with Servoy R2 when it starts up. During the Application Server init phase, I get an error dialog that says “Can’t connect to repository server specified in the application preferences”. When I click the details button, I get the following:

org.firebirdsql.jdbc.FBSQLException: Resource Exception
unsupported on-disk structure for file /Applications/Servoy_R2/database/SERVOY.GDB; found 2560 support 10

Reason: unsupported on-disk structure for file /Applications/Servoy_R2/database/SERVOY.GDB; found 2560 support 10

Can I just delete the SERVOY.GDB file and allow it to be re-created or is there something else I need to do?

Thanks in advance for any assistance you can provide.


Michael Frankel

I’m not sure what all the errors that you are getting mean but if you want Servoy to recreate the repository from scratch:

Delete all the databases from the database directory (except empty.gdb) and delete the servoy.properties file from the main servoy folder and restart Servoy.

This is not a subtle fix to your problem…backup first!

  • david

On which operating system are you installing and which installer are you using?

thanks