]
Tomaz Cerar commented on WFLY-4737:
-----------------------------------
we do have testsuite for scripts
tests also pass with powershell scripts (ones that we have)
but keep in mind that there is a set of paths on windows that don't work because of
java launcher cannot handle unicode properly.
you can see bug here
Unable to start EAP if JBOSS_HOME ends with exclamation mark
-------------------------------------------------------------
Key: WFLY-4737
URL:
https://issues.jboss.org/browse/WFLY-4737
Project: WildFly
Issue Type: Bug
Components: Scripts
Affects Versions: 10.0.0.Alpha1
Reporter: Marek Kopecký
Assignee: Marek Kopecký
*Description of problem:*
EAP is unable to start if JBOSS_HOME ends with exclamation mark. This issue is valid for
standalone and domain.
*How reproducible:*
Windows, RHEL, HPUX, Solaris
*Steps to Reproduce:*
# \[mkopecky@localhost jboss-eap-7.0!\]$ ./bin/standalone.sh
*Actual results:*
{noformat}
....
15:44:35,479 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-7) MSC000001:
Failed to start service jboss.as: org.jboss.msc.service.StartException in service
jboss.as: Failed to start service
.....
{noformat}