Hi everybody,
Last night the server has done a Windows automatic update but after the restart the service couldn’t restart anymore (it is configured in Automatic)
Here is the log of Servoy service (.service_log.log):
STATUS | wrapper | 2009/02/12 09:01:01 | Launching a JVM…
INFO | jvm 5 | 2009/02/12 09:01:02 | Error occurred during initialization of VM
INFO | jvm 5 | 2009/02/12 09:01:02 | Could not reserve enough space for object heap
INFO | jvm 5 | 2009/02/12 09:01:02 | Could not create the Java virtual machine.
ERROR | wrapper | 2009/02/12 09:01:02 | JVM exited while loading the application.
FATAL | wrapper | 2009/02/12 09:01:02 | There were 5 failed launches in a row, each lasting less than 300 seconds. Giving up.
FATAL | wrapper | 2009/02/12 09:01:02 | There may be a configuration problem: please check the logs.
STATUS | wrapper | 2009/02/12 09:01:02 | ← Wrapper Stopped
I have tried to modify the heap size in the wrapper.conf file.
Now it’s
Initial Java Heap Size (in MB)
wrapper.java.initmemory=64 //before it was 32
Maximum Java Heap Size (in MB)
wrapper.java.maxmemory=2048
But nothing changed.