0-22 - I/O stream exception
Possible Reason
- Read a local file that is no longer available.
- Attempt to read/write the file but do not have permission.
- An attempt was made to write a file but disk space is no longer available.
Troubleshooting and resolution steps
- Check if the local file exists.
- Check the file permissions.
- Check the disk space.
You can use some third-party tools or jstack [PID] > jstack.log
to analyze the stack information and locate it.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified January 3, 2023: Merge error code 3-3 to 3-8, 6-4 to 99-0. (#1796) (a687d30ae)