I recently did a yum update all on one of my aws linux instances and rebooted my pentaho server. It was 200+ days since a reboot. I then tried to run my existing pentaho jobs and got this error in the carte.log file for any and all of my jobs.
log excerpt:
Job CIC_AgentActivityLog_job has failed! Status: Finished (with errors)
Job log: 2018/04/27 22:36:25 - CIC_AgentActivityLog_job - ERROR (version 6.1.0.1-196, build 1 from 2016-04-07 12.08.49 by buildguy) : A serious error occurred during job execution: Could not initialize class java.net.NetworkInterface 2018/04/27 22:36:25 - CIC_AgentActivityLog_job - ERROR (version 6.1.0.1-196, build 1 from 2016-04-07 12.08.49 by buildguy) : java.lang.NoClassDefFoundError: Could not initialize class java.net.NetworkInterface 2018/04/27 22:36:25 - CIC_AgentActivityLog_job - at org.pentaho.di.core.Const.getHostname(Const.java:1549) 2018/04/27 22:36:25 - CIC_AgentActivityLog_job - at org.pentaho.di.core.KettleEnvironment.setExecutionInformation(KettleEnvironment.java:219) 2018/04/27 22:36:25 - CIC_AgentActivityLog_job - at org.pentaho.di.job.Job.execute(Job.java:494) 2018/04/27 22:36:25 - CIC_AgentActivityLog_job - at org.pentaho.di.job.Job.run(Job.java:435)}
Can anyone advise?