servoy server will not start, developer will

hello all!

i installed Servoy v6 using EnterpriseDB PostgreSQL on Centos 6. I installed EnterpriseDB / PostgresQL first, and in PgAdmin, created the databases that come with servoy. I opened developer / PgAdmin on another pc, did backups of all databases and restored them on the server. PostgreSQL sees each DB and I can access each. I can start developer and open each sample solution.
When I run the servoy_server.sh, it hangs. You can see by the pic that the db’s are initialized and active.

Can anyone suggest a solution?

[attachment=0]servoy_lock.png[/attachment]

Hi,

you have started the servoy_server as root! Are you as root logged in on your machine? If you are logged in by an user account (is it “Steve K”?), try to start the servoy_server from that.

Hope this helps.

Thomas

Thomas,

Yes, I am logged in as root. Additionally, I have tried starting servoy as my normal login, postgres, and DBA ( I set all up as users on my server to test this theory) I installed EnterprisDB / PostgreSQL as root, and I installed Servoy as root. In the past, when I had servoy 3.5, I installed sybase as root, and servoy as normal user, setting permissions / ownership of install folder to me.

I have installed servoy both ways here, first as normal user with folders owned by me, and instlled as root. In each case I can run developer but server hangs as shown in the pic. This last command was in hopes that by re-writing the repository it would fix it, but this hangs also.

Is there any clues in the postgresql log? You cannot open admin page to do a dump?

I have just taken my 100th “Duh” pill!

After a bit more pondering, I thought I’d see if the servoy-admin page would give a hint. It was running.

Apparently, this version of Servoy does not stream several messages when starting like servoy 3.5 does. When you run ./servoy_server.sh, it just starts. No fanfare, No “Hey, I working now” message.

So, the good news is, Servoy Server works! Yippeeeeee! Now all I have to do if figure out the errors I’m getting regarding . I will create a new post for that.

So thanks to all who provided thoughts on my quandry