Usually the Frontend sites have the local storage to cache the vehicle pictures locally for a designed period in case the central platform is unavailable.
During the debugging for the central platform unavailability , we may need to stop the service of data access service, we can follow the steps as below:
Remark: com.ehl.tvc.WebServiceApplication is the service name
log in to the Data Access server by ssh or other methods
#jps -l
find the process id of the service com.ehl.tvc.WebServiceApplication
use the command kill -9 process id to stop the service
An example as below for your referrence.
