]
Martin Stefanko updated WFCORE-3262:
------------------------------------
Git Pull Request:
Log stacktrace when exception occures in static method
------------------------------------------------------
Key: WFCORE-3262
URL:
https://issues.jboss.org/browse/WFCORE-3262
Project: WildFly Core
Issue Type: Bug
Components: CLI
Affects Versions: 3.0.1.Final
Reporter: Martin Stefanko
Assignee: Martin Stefanko
Priority: Critical
There is a bug JBEAP-12968. It was very hard to find out was is going on as stacktrace of
exception was hidden. Even setting TRACE level in jboss-cli.properties does not reveal
anything.
{code}
./jboss-cli.bat -c "-Dwildfly.config.url=C:\wildfly-config.xml"
java.lang.ExceptionInInitializerError: java.lang.NullPointerException
{code}
Please log full stacktrace into jboss-cli.log in such case.