Reputation: 1
I am using Java 1.8 & Wildfly 10.1.0 final version. While starting the standalone.bat ; I am getting the below error. I have reinstalled the Java several times but still the same issue persists. any help would be appreciated.
D:\Servers\wildfly-10.1.0.Final\bin>echo(!SERVER_OPTS! | findstr /r /c:"-Djava.security.manager" 1>nul The filename, directory name, or volume label syntax is incorrect.
It seems to get error while executing below line: echo(!SERVER_OPTS! | findstr /r /c:"-Djava.security.manager" > nul
Thanks
Upvotes: 0
Views: 286
Reputation: 19445
Please use the PowerShell scripts, such as standalone.ps1
, instead.
Various comments around the place, such as in WildFly Issue 798 and WildFly Issue 4743 suggest that the .bat
scripts are not being as actively maintained as the newer .ps1
scripts.
Upvotes: 1