users@glassfish.java.net

Re: Path with spaces trouble in JVM Options

From: <glassfish_at_javadesktop.org>
Date: Wed, 25 Jul 2007 17:57:15 PDT

Hi wierob,
It seems you are talking about 2 issues here:
- you need to enclose the option value that has a space with a double-quote in order to be saved in Admin GUI. And then the option is written out to domain.xm with the double-quote itself.
   I have tried this with the latest build and experience the same problem. I checked that GUI is passing that correctly through AMX to save that option. But the backend requires this double-quote, and thus returns an error. The following issue is filed:
https://glassfish.dev.java.net/issues/show_bug.cgi?id=3427

- then there is the issue that because of the double-quote, the server doesn't startup.
"-Dcom.sun.identity.amclientsdk.configpath=D:\Program Files\glassfish-v2-b53\domains\domain1\config"
Looks like this property is set by the access manager, and it wasn't able to handle an option with double quote.
Can you post the stack trace of the NoClassDefException ? This may help to direct the bug.

thanks
[Message sent by forum member 'anilam' (anilam)]

http://forums.java.net/jive/thread.jspa?messageID=228256