-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Duplicate
-
Affects Version/s: 5.5
-
Fix Version/s: 5.6
-
Component/s: nuxeoctl start/stop/admin
-
Environment:Windows Vista
-
Tags:
Enabling remote debugging doesn't work on Windows Vista, and neither does changing in bin/nuxeo.conf other properties that are used by the launcher. Those properties are : JAVA_OPTS, JAVA_HOME, nuxeo.log.dir . So this prevents from changing settings such as debug, RAM...
Cause :
in nuxeoctl.bat, parsing of nuxeo.conf only works if the file name is not quoted (but then what if there is a space in its path ?), and even then when JAVA_OPTS contains debug settings, their additional "=" make the JAVA_OPTS parsed value be incomplete. See also http://ss64.com/nt/for_f.html http://stackoverflow.com/questions/6966558/batch-file-for-f- tokens
- Workaround : change JAVA_OPTS defaults to include debug settings in nuxeoctl.bat (after : if "%JAVA_OPTS%" == "")
Previously posted on the forum, see http://forum.nuxeo.com/?t=rview&goto=18928#msg_18928
- duplicates
-
NXP-9140 nuxeo.conf is not handled properly by nuxeoctl.bat. in a Windows 7 environment
- Resolved