Hello there,
I’ve discovered some strange behavior. As a Windows user, I can start a demo XWiki 16.10.2 instance (Jetty-HSQLDB) via the start_xwiki.bat
bat file, I can’t do the same to start debugging, running start_xwiki_debug.bat
returns \NVIDIA was unexpected at this time.
. This happens even after passing one or all the required parameters when calling the executable.
However, if I run the start_xwiki_debug.sh
shell script via GitBash, the instance is started and available on the debug port.
I’ve looked into guides on website, and I only found this mention in Debugging - XWiki
- use the start_xwiki_debug.sh executable if you’re using the Standalone packaging
Does this mean that the bat file was never intended to be used?