aemc icon indicating copy to clipboard operation
aemc copied to clipboard

Auto-troubleshooting on wrong instance settings

Open krystian-panek-vmltech opened this issue 2 years ago • 1 comments

when bad jvm opts are specified e.g bad go tpl delimiter is used then the only way to figure out why AEM is not starting / is not reachable so long it to preview stdout.log

image

GAP is smarter now as it is after some timeout printing last lines of that log file automatically. AEMC could too.

krystian-panek-vmltech avatar Feb 08 '23 13:02 krystian-panek-vmltech

it could also be a part of timeout checker in AEMC after some refactoring https://github.com/wttech/gradle-aem-plugin/blob/main/src/main/kotlin/com/cognifide/gradle/aem/common/instance/check/TimeoutCheck.kt#L31

krystian-panek-vmltech avatar Apr 27 '23 09:04 krystian-panek-vmltech