Understanding error - Java returned: 137

  • Thread starter Manish Hatwalne
  • Start date
M

Manish Hatwalne

My application (which POLLs the remote server) fails giving error -
Java returned: 137
What does that mean????

- Manish
 
T

Thomas Fritsch

Manish said:
My application (which POLLs the remote server) fails giving error -
Java returned: 137
What does that mean????

- Manish
If you use Unix/Linux:
Exit-code above 128 means that the process died because of a received
signal (exitCode = 128 + signalNumber).
==> In your case it was signal 9 (= SIGKILL).

If you use another OS:
Don't know.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,564
Members
45,040
Latest member
papereejit

Latest Threads

Top