Am trying to configure an Eclipse Virgo (Tomcat Apache) instance via Vagrant.
All went well but when I'm trying to start the server up now. It always return this message <KE0004E> Kernel failed to start within 180 seconds.. Now I'm stuck and don't know what to do since I'm used to configuring these variable using Eclipse.
The same response was returned when invoking the startup.bat/.sh on the host terminal.
give more RAM to the VM - if you use VirtualBox, something like
give more heap to eclipse when it starts
You can change Virgo's JVM memory by editing the files
bin/dmk.sh(mac/linux) orbin/dmk.bat(windows)by changing thejava_optsparameter:extends the wait timeout parameter (https://bugs.eclipse.org/bugs/show_bug.cgi?id=366423) in config.ini
You can play with all of those options and try them individually.