Servoy 4.1.4 fails to upgrade

I’m having repeated problems upgrading v4.1.4 to v4.1.5
Although there are multiple references to 4.1.5 (687) in the forums, the downloadable version remains at 4.1.4 (684)
Allowing the usual automatic update process to go to completion seems to destroy the Servoy plugin running servoy_updater.jar.

Double-clicking in the Finder (MacOX 10.4.11) or invoking it in terminal, fails to increment the version number displayed in the splash screen - except to show it as 4.1.4 i2 or 4.1.4 i3.

This installation is on a MacPPC running OSX 10.4.11, which I understand precludes Servoy 5x and Sybase v11.

Does anyone have any advice on successfully updating to 4.1.5?

Further developments, none very good. I’ve given up on mySQL for now. Its too arcane in its setup procedure for me to follow. OpenBase is friendlier and initially I got further faster in the setup of the various database and then the dataserver settings in Servoy. Now I’m bogged down with a problem that seems very common: actually getting the new repository accepted.

Here is the most recent error

2010-02-26 02:00:12,719 ERROR [main] com.servoy.j2db.util.Debug - Cannot upgrade repository: make a backup of your repository and start server with -upgradeRepository flag.
2010-02-26 02:09:02,188 ERROR [Thread-2] com.servoy.j2db.util.Debug - Throwable
com.servoy.j2db.persistence.RepositoryException: Old repository found in the database. Repository version: 0, software version: 35. Upgrade the repository first.
at com.servoy.j2db.persistence.Repository.testIfValid(Repository.java:1848)
at com.servoy.j2db.persistence.Repository.(Repository.java:825)
at com.servoy.j2db.persistence.Repository.(Repository.java:37)
at com.servoy.j2db.persistence.Server.getRepository(Server.java:1303)
at com.servoy.j2db.server.ApplicationServer.initFromSerclipse(ApplicationServer.java:487)
at com.servoy.eclipse.core.ServoyModel.startAppServer(ServoyModel.java:223)
at com.servoy.eclipse.core.util.SplashHandler$1.run(SplashHandler.java:3)
at java.lang.Thread.run(Thread.java:613)
2010-02-26 02:12:41,580 ERROR [main] com.servoy.j2db.util.Debug - Cannot upgrade repository: make a backup of your repository and start server with -upgradeRepository flag.

In terminal I typed this:

lucidlee$ ./servoy_server.sh -upgradeRepository repository_server
```and I get this:

> 2010-02-26 02:33:11,348 ERROR [main] com.servoy.j2db.util.Debug - Error upgrading repository: com.servoy.j2db.persistence.RepositoryException: com.servoy.j2db.persistence.RepositoryException: java.sql.SQLException: SQL ERROR - [position 335, near 'BIGINT' in ', next_seq BIGINT default'] create error: field type not found (char(n), varchar, int, long, longlong, float, money, datetime, date, or time).
> SQL: [B@b159eb

Does this imply that OpenBase and Servoy are no longer compatible?

Hi Lee,

Are you using the correct/latest version of the OpenBase JDBC driver ?

ROCLASI:
Are you using the correct/latest version of the OpenBase JDBC driver ?

Yes, I downloaded it only a few days ago.