-
Bug
-
Resolution: Done
-
Critical
-
7.0.0.DR12
-
None
Enable Garbage Collection Logging [EAP6-121] EAP6 feature was re-enabled for EAP7 as JBEAP-151, however this is broken again using 7.0.0,DR12 bits.
things to notice:
- mkdir wrong usage message is printed during the script processing
- server starts successfully
- no gc logs
- regression against 7.0.0.DR11 (6.4.0 as well)
$ ./standalone.sh mkdir: missing operand Try 'mkdir --help' for more information. ========================================================================= JBoss Bootstrap Environment ... 09:44:59,252 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: EAP 7.0.0.Alpha1 (WildFly Core 2.0.0.CR7) started in 1908ms - Started 259 of 490 services (315 services are lazy, passive or on-demand) $ ls ../standalone/log/ | grep -c gc.log 0
Differences in standalone scripts between DR11 and DR12 builds.