VSE Service keeps crashing even though its allocated specific memory to the jvm through the vmoptions.
---------------------------------------------------------------------------
| Message: Address already in use
----------------------------------------------------------------------------
| Trapped Exception: Address already in use
| Trapped Message: java.net.BindException: Address already in use
----------------------------------------------------------------------------
STACK TRACE
java.net.BindException: Address already in use
at sun.nio.ch.Net.bind0(Native Method)
at sun.nio.ch.Net.bind(Net.java:433)
All supported DevTest releases.
>ps -ef | grep Virtual Service showed multiple Orphaned VSE services were running and it was in a hung state.
Killed all orphaned VSE processes using the command below
kill -9 <PID>
Start the VSE Service.
If killing the process does not work, cd to the Linux /tmp folder and look for any i4jdaemon entries for DevTest that might be hung. Delete the entry, you must be root user id to do this. Then the VSE service can be started.