User Name with space in it causing Embedded server not to start if Windows User name has a space

Ok Dan, I think I have a new working build on our integration server that handles spaces in the user home properly… You may be able to get it with “upgrade --latest”. Let me know if it works.

Happy Connecting. Sent from my Sprint Samsung Galaxy S® 5

Thanks. We did the workaround so she’s up and running but before we did, we did the upgrade and tried again. It got farther but still not quite. I’ve attached the debug page for your edification. :slight_smile:

Dan

Wow, I can’t believe that’s still giving you troubles. Looking at the debug, all I can see is that the quotes seem to have disappeared from one end of the javaagent that was originally passed inside the jvmargs.

Thanks!

~Brad

ColdBox/CommandBox Developer Advocate
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

I guess I should add that I’ve changed my CommandBox server home to have space in it and my servers are starting just fine. However, I also have the fusion reactor module installed which adds a second javaagent to the list of JVM args. I’m curious if it’s somehow related to the fact that my --jvmargs string starts and ends with an escaped double quote whereas you’re only ends with it.

Thanks!

~Brad

ColdBox/CommandBox Developer Advocate
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

Dan, FWIW I added a hacky work around the other day that seems to have fixed it on my machine. Any time the custom JVM args either started with or ended with a double quote, the quote would get stripped off my the Java layer and leave unmatched quotes. I added a dummy JVM arg to the start and end of the list which seems to trick it into not doing that. This fix is on the bleeding edge build. Please let me know if you continue to see the issue.

Thanks!

~Brad