09-07-2018 06:16 AM
Hi,
In data manager 2015, is there a alerting mecanism (ex: email) when a job fails ?
Also where is the log for the jobs ?
Thanks
Solved! Go to Solution.
09-07-2018 06:52 AM
Hello Olyster,
the jobs are not executed in the DataManager. You should see execution information about the jobs in the JBoss / Tomcat log files on the Apollo server in the directory:
c:\Program Files\Hexagon\ERDAS APOLLO\log
The logging is done with the logging framework log4j. Depending on which version of Apollo 2015 you are running (JBoss / Tomcat) you can add an additional logging output for specific messages.
If you are using JBoss you should edit the file:
c:\Program Files\Hexagon\ERDAS APOLLO\jboss\standalone\configuration\standalone.xml
If you are using Tomcat you should edit the file:
c:\Program Files\Hexagon\ERDAS APOLLO\webapps\erdas-apollo\WEB-INF\classes\log4j.properties
An example for the mail appender in the log4j.properties you can see here:
https://stackoverflow.com/questions/5489328/log4j-smtp-appender
Best regards
Markus