I recently upgraded from 8.0 to 8.1, and now the Carte status page stopped rendering the images. I have restarted carte service and even restarted the server, but it did not resolve this issue. Any idea how to resolve this issue?
![]()
![]()

<!DOCTYPElog4j:configuration SYSTEM "log4j.dtd"><log4j:configuration xmlns:log4j='http://jakarta.apache.org/log4j/'>
<appender name="console" class="org.apache.log4j.ConsoleAppender">
<param name="Target" value="System.out"/>
<layout class="org.apache.log4j.PatternLayout">
<param name="ConversionPattern" value="%d{yyyy-MM-dd HH:mm:ss} TEST LOGGING - %m%n" />
</layout>
</appender>
<logger name="org.pentaho.di">
<level value="on"/>
<appender-ref ref="console" />
</logger>
<root>
<priority value ="off"></priority>
<appender-ref ref="console"></appender-ref>
</root>
</log4j:configuration>
./kitchen.sh -file ~/Desktop/job.kjb
...
2018/09/18 11:42:43 - job - Start of job execution
2018-09-18 11:42:43 TEST LOGGING - job - Start of job execution
2018/09/18 11:42:43 - Carte - Installing timer to purge stale objects after 1440 minutes.
2018-09-18 11:42:43 TEST LOGGING - Carte - Installing timer to purge stale objects after 1440 minutes.
2018/09/18 11:42:43 - job - Starting entry [Transformation]
2018-09-18 11:42:43 TEST LOGGING - job - Starting entry [Transformation]
2018/09/18 11:42:43 - Transformation - Loading transformation from XML file [file:///home/caio/Desktop/blah.ktr]
2018-09-18 11:42:43 TEST LOGGING - Transformation - Loading transformation from XML file [file:///home/caio/Desktop/blah.ktr]
2018/09/18 11:42:43 - Transformation - Using run configuration [Pentaho local]
2018-09-18 11:42:43 TEST LOGGING - Transformation - Using run configuration [Pentaho local]
2018/09/18 11:42:43 - Transformation - Using legacy execution engine
2018-09-18 11:42:43 TEST LOGGING - Transformation - Using legacy execution engine
2018/09/18 11:42:43 - blah - Dispatching started for transformation [blah]
2018-09-18 11:42:43 TEST LOGGING - blah - Dispatching started for transformation [blah]
2018/09/18 11:42:44 - Table input.0 - Finished reading query, closing connection.
2018-09-18 11:42:44 TEST LOGGING - Table input - Finished reading query, closing connection.
2018/09/18 11:42:44 - Table input.0 - Finished processing (I=1, O=0, R=0, W=1, U=0, E=0)
2018-09-18 11:42:44 TEST LOGGING - Table input - Finished processing (I=1, O=0, R=0, W=1, U=0, E=0)
2018/09/18 11:42:44 - job - Starting entry [Success]
2018-09-18 11:42:44 TEST LOGGING - job - Starting entry [Success]
2018/09/18 11:42:44 - job - Finished job entry [Success] (result=[true])
2018-09-18 11:42:44 TEST LOGGING - job - Finished job entry [Success] (result=[true])
2018/09/18 11:42:44 - job - Finished job entry [Transformation] (result=[true])
2018-09-18 11:42:44 TEST LOGGING - job - Finished job entry [Transformation] (result=[true])
2018/09/18 11:42:44 - job - Job execution finished
2018-09-18 11:42:44 TEST LOGGING - job - Job execution finished
2018/09/18 11:42:44 - Kitchen - Finished!
2018-09-18 11:42:44 TEST LOGGING - Kitchen - Finished!
2018/09/18 11:42:44 - Kitchen - Start=2018/09/18 11:42:18.901, Stop=2018/09/18 11:42:44.039
2018-09-18 11:42:44 TEST LOGGING - Kitchen - Start=2018/09/18 11:42:18.901, Stop=2018/09/18 11:42:44.039
2018/09/18 11:42:44 - Kitchen - Processing ended after 25 seconds.
2018-09-18 11:42:44 TEST LOGGING - Kitchen - Processing ended after 25 seconds.
...