I have my Spring boot application failing at start without giving me a clue where it fails: 2024-02-05 17:04:27.209 [ETL] [main] [INFO ] com.visa.vms.etl.daemon.EtlDaemon : %PARSER_ERROR[enc] 2024-02-05 17:04:27.212 [ETL] [main] [INFO ] com.visa.vms.etl.daemon.EtlDaemon : %PARSER_ERROR[enc] 2024-02-05 17:04:28.622 [ETL] [main] [WARN ] o.s.c.a.AnnotationConfigApplicationContext : %PARSER_ERROR[enc] 2024-02-05 17:04:28.634 [ETL] [main] [INFO ] o.s.b.a.l.ConditionEvaluationReportLogger : %PARSER_ERROR[enc] 2024-02-05 17:04:28.677 [ETL] [main] [ERROR] o.s.b.d.LoggingFailureAnalysisReporter : %PARSER_ERROR[enc] ... Failed to execute goal org.codehaus.mojo:exec-maven-plugin:3.1.0:exec (default-cli) on project etl_daemon: Command execution failed.: Process exited with an error: 1 (Exit value: 1) -> [Help 1]
To see the full stack trace of the errors, re-run Maven with the -e switch. Re-run Maven using the -X switch to enable full debug logging. I tried to put those switches in the command line argument in project properties, but it won't have any effect. Gary Greenberg Staff Software Engineer