-
Bug
-
Resolution: Done
-
Major
-
None
-
-
Workaround Exists
-
gc.log.*.current enclosed with double quotes in the following line (line 265) in standalone.sh is not evaluated as a wildcard by bash,
mv "$JBOSS_LOG_DIR/gc.log.*.current" "$JBOSS_LOG_DIR/backupgc.log.current" >/dev/null 2>&1
therefore standalone.sh fails to move an existing gc.log.<number>.current file to backupgc.log.current silently.
- clones
-
JBEAP-6967 [GSS](7.1.0) standalone.sh fails to backup gc.log.#.current file silently.
- Closed