]
Lin Gao reassigned WFCORE-2007:
-------------------------------
Assignee: Lin Gao (was: Tomaz Cerar)
standalone.sh fails to backup gc.log.#.current file silently.
-------------------------------------------------------------
Key: WFCORE-2007
URL:
https://issues.jboss.org/browse/WFCORE-2007
Project: WildFly Core
Issue Type: Bug
Components: Scripts
Environment: * Red Hat Enterprise Linux
* This problem occurs on JBoss EAP 7.0.0.GA and later, but does not occur on EAP 6.4.x.
Reporter: Lin Gao
Assignee: Lin Gao
Labels: downstream_dependency
gc.log.*.current enclosed with double quotes in the following line (line 265) in
standalone.sh is not evaluated as a wildcard by bash,
{code:java}
mv "$JBOSS_LOG_DIR/gc.log.*.current"
"$JBOSS_LOG_DIR/backupgc.log.current" >/dev/null 2>&1
{code}
therefore standalone.sh fails to move an existing gc.log.<number>.current file to
backupgc.log.current silently.