Servoy5.2 App Server will not start

The Servoy 5.2 Application Server will not start on my Mac Server (10.6.4, Java 1.6.0_20). Nothing happens when I execute the command “./servoy_server.sh”!?
On this machine is also Servoy 5.1.4 installed and the app server of this version is running when I execute the command. Of course this instance of Servoy is stopped before I tried to start the 5.2 app server.

Do anybody have an idea how to fix that? I have reinstalled Servoy 5.2 several times, but it doesn’t helped.

Regards
Thomas

Is the repository server up and running when you start the servoy server?

Hi Patrick,

the PostgreSQL server is running and the repositroy_server is set up in the developer.

Hi Thomas,

Is the repository_server database already initialized/upgraded ?
Launching Server (nor Developer) won’t create any tables, you need to add the -upgradeRepository argument. In fact it will tell you this in the servoy_log.txt file in the application_server directory.

Hope this helps.

Hi Robert,

the -upgradeRepository argument was the key! The Servoy 5.2 server is now running.

Thank you
Thomas