Informix Error -9482
-9482 Deployment descriptor file (%s) is not in the right format.
Refer to the J/Foundation documentation for the correct format of a deployment descriptor file.
Oninit® Troubleshooting Guidance
Reasons / Common Causes
-9482 fires when a jar's deployment descriptor file doesn't follow the expected format — per the official guidance.
- A malformed deployment descriptor file, per the official guidance — the direct, only cause.
Solutions / Resolution
- Refer to the J/Foundation documentation for the correct format of a deployment descriptor file, per the official guidance, and correct the file.
Examples
N/A
No specific triggering statement is documented; the specific formatting problem varies.
Diagnostic Checks
- Check the named deployment descriptor file's contents against the J/Foundation documentation's format, and correct any deviation.
Related Errors / Related Topics
- -9490 — "No manifest file found for jar (%s)." A related jar-deployment error, on a missing manifest rather than a malformed deployment descriptor.
A jar's deployment descriptor file wasn't in the expected format — correct it against the J/Foundation documentation.