sapia-oss / corus

Corus server
http://www.sapia-oss.org/projects/corus/index.html
GNU General Public License v3.0
2 stars 1 forks source link

Unable to start process when domain name contains a double quote #32

Open jcdesrochers opened 8 years ago

jcdesrochers commented 8 years ago

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:

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.