I have an application in java, which is permanently pulled. Execute it as follows:
nohup ant> log.txt &
The problem is that last ind
Exit code 143 corresponds to SIGTERM, which is the signal sent by default when you run kill . Is it possible that another process or user is killing the application? Without more information it's difficult to suggest anything else.
SIGTERM
kill