Summary
During the foreground Tomcat smoke test on May 19, 2026, startup logged that the eForm image directory was missing and image asset deployment was skipped.
Observed
Startup warning referenced this missing path:
/var/lib/OscarDocument/oscar/eform/images/
The app continued to start, but eForm image assets were not deployed because the expected directory did not exist.
Impact
- eForms that depend on bundled/deployed image assets may render incorrectly or with broken images.
- Local/dev environments can appear healthy while silently skipping part of eForm setup.
- The warning is easy to miss among other startup noise.
Suggested action
- Ensure the devcontainer/bootstrap process creates the expected eForm image directory.
- Document ownership/permissions and expected mount behavior for production.
- Consider making this check clearer: either create the directory automatically when safe, or emit a targeted warning with remediation steps.
Summary
During the foreground Tomcat smoke test on May 19, 2026, startup logged that the eForm image directory was missing and image asset deployment was skipped.
Observed
Startup warning referenced this missing path:
The app continued to start, but eForm image assets were not deployed because the expected directory did not exist.
Impact
Suggested action