When the domain name of corus contains a double quote we are unable to start a java process. Here's what we get in the process.out log file right after the java command line:
Error occurred during initialization of VM
java.lang.OutOfMemoryError: unable to create new native thread
The double quote must be screwing up with the java command and tries to starts the JVM with bogus parameters. This seems like a regression introduced in 5.0 as it was working fine with version 4.5.x.
Corus version: 5.0.5
When the domain name of corus contains a double quote we are unable to start a java process. Here's what we get in the process.out log file right after the java command line:
The double quote must be screwing up with the java command and tries to starts the JVM with bogus parameters. This seems like a regression introduced in 5.0 as it was working fine with version 4.5.x.