]
Bartosz Baranowski closed WFLY-4744.
------------------------------------
Resolution: Won't Fix
"The system cannot find path specified" on server output of
bat scripts when '%' char is on path
------------------------------------------------------------------------------------------------
Key: WFLY-4744
URL:
https://issues.jboss.org/browse/WFLY-4744
Project: WildFly
Issue Type: Bug
Components: Scripts
Affects Versions: 10.0.0.Alpha2
Reporter: Marek Kopecký
Assignee: Bartosz Baranowski
*Description of problem:*
"The system cannot find path specified" on server output of bat scripts when
'%' char is on path. Power shell scripts run correctly.
*How reproducible:*
Windows
*Steps to Reproduce:*
* Move Wildfly to folder containing '%' and start server using
\[standalone|domain\].bat
*Actual results:*
{noformat}
The system cannot find the path specified.
===============================================================================
JBoss Bootstrap Environment
JBOSS_HOME: "C:\Users\Administrator\7.0.0.DR3\jboss-eap-7.%0"
JAVA: "C:\jdk1.8.0_45\bin\java"
JAVA_OPTS: "-Dprogram.name=standalone.bat "
===============================================================================
....
{noformat}