| No. |
Error message |
Description |
| 1 |
usage: jheapprof [-f|-i] [-class classname] [-explicit|-noexplicit] [-fullgc|-copygc|-nogc] [-garbage|-nogarbage] [-rootobjectinfo|-norootobjectinfo] [-rootobjectinfost size] -p process-id jheapprof |
A specified command argument is invalid. |
| 2 |
jheapprof: illegal option -- option |
option specified in the jheapprof command is invalid. |
| 3 |
process-ID: Now processing previous request, this request canceled |
The process with the specified process-ID is currently outputting statistics by class. |
| 4 |
0: Not owner |
A value of 0 is specified for the process-ID argument in the jheapprof command. |
| 5 |
jheapprof: can't create work file at temporary directory, this request canceled |
Because the user does not have permissions to reference or write the directory for temporary files, the user cannot output an extended thread dump with Hitachi statistics by class. The request to output an extended thread dump with Hitachi statistics by class is canceled. |
| 6 |
jheapprof: can't get temporary directory, this request canceled |
The directory for temporary files could not be retrieved, so the extended thread dump with Hitachi statistics by class could not be output. The request to output an extended thread dump with Hitachi statistics by class is canceled. |
| 7 |
jheapprof: please delete name-of-file-whose-deletion-failed in full-path-of-file-whose-deletion-failed |
The jheapprof command was unable to delete an internal file when it terminated. Delete the file at the indicated full path whose deletion failed. |
| 8 |
jheapprof: unexpected error occurred: cause-of-error |
An unexpected error occurred during execution of the jheapprof command.
cause-of-error displays the reason for the error, such as the following:
- Allocation of work memory failed:
malloc systemcall fail (errno=Y)
- Object close processing resulted in an error:
close systemcall fail (errno=Y)
|
| 9 |
jheapprof: can't communicate with process process-ID |
Communication could not be performed due to a communication error in the process with the specified process-ID, or there was no process with the specified process-ID. |
| 10 |
process-ID: Timeout occurred. Java process not responding |
Completion of Hitachi statistics by class output processing for the process with the specified process-ID was not received within the specified amount of time. |