Details
-
Bug
-
Resolution: Duplicate
-
Blocker
-
None
-
7.2
-
Windows 10
-
Unknown
-
N/A
-
N/A
-
Description
To reproduce:
- unzip jetty/hsqldb zip distribution
- double click start_xwiki.bat
╗┐
You ends up with the following error in a console (in French):
´╗┐@echo off '´╗┐@echo' n'est pas reconnu en tant que commande interne ou externe, un programme exécutable ou un fichier de commandes.
Which means something like "´╗┐@echo' is not recognized as an internal command, an executable or a script". Looks like some invisible character has been put by mistake at the beginning of the file, a pity github diff does not show it.
See XWIKI-12195 for this one.
#
There is a # character in the beginning of a line which is a syntax error. See https://github.com/xwiki/xwiki-platform/blob/xwiki-platform-7.3/xwiki-platform-tools/xwiki-platform-tool-jetty/xwiki-platform-tool-jetty-resources/src/main/resources/start_xwiki.bat#L72. Caused by XWIKI-12517.
See XWIKI-12813 for this one.
Unknown path issue
Then you end up with an error telling you that some path leads nowhere but the path is not printed...
Attachments
Issue Links
- duplicates
-
XWIKI-12806 XWiki doesn't start on Windows if you install it using the .exe installer and inside Program Files
- Closed
-
XWIKI-12195 Invalid invisible character in the begining of start_xwiki.bat
- Closed
-
XWIKI-12813 Invalid # character in start_xwiki.bat and start_xwiki_debug.bat
- Closed