Server Information:
Servoy version 6.0.1 -build 1219
JVM Information:
java.vm.name=Java HotSpot™ 64-Bit Server VM
java.version=1.6.0_26
java.vm.info=mixed mode
java.vm.vendor=Apple Inc.
Operating System Information:
os.name=Mac OS X
os.version=10.6.8
os.arch=x86_64
When I open the servoy-admin Server Administration page and click the ‘Restart Server’ button, the server shut down and a new Process (Service) called ‘java’ is running, but not the Servoy App Server!? No connect to servoy-admin, cannot open a Smart Client.
I quit the ‘java’ Process, go to the Terminal and start the Servoy Server manually by: $ ./servoy_server.sh &. The Servoy Server is now running.
First, for a couple of seconds as a new Process ‘java’, but than the Process ‘com.servoy.j2db.server.main.ApplicationServer’ is starting and the ‘java’ Process quit or get replaced.
The Process ‘com.servoy.j2db.server.main.ApplicationServer’ is now active in the Finder as a java icon in the Dock.
Is this normal and/or new in Servoy 6?
Has this anything to do with ‘-Djava.awt.headless=false’? Johan said I shall set this in servoy_server.sh from true to false because I got pdf-output errors (http://forum.servoy.com/viewtopic.php?f=15&t=16989).
Ok, the pdf-output error was gone, but other issues came.