Servoy not finding any servers... and how to fix it :-)

A warning about deleting databases…

I was going through the Sybase tutorials and decided to add a new database to the Sybase server that comes with Servoy. I created a db with Sybase Central and added another line to ‘sybase.config’ in ‘sybase_db’ in the servoy directory so that the file would open automatically.

-ti 0 -x tcpip{dobroadcast=no} -qs -qw -o sybase_db/sybase_log.txt
database/servoy_repository.db
database/user_data.db
database/example.db
database/log_data.db
database/crm.db
database/mynewdb.db

This worked fine until I decided to delete my new database and I forgot to remove the extra line from ‘sybase.config’…

When I restarted Servoy, I got an ‘access denied’ java exception, and Servoy could not find the repository…