Replies: 4 comments 3 replies
-
|
Hi @Alceatraz! I'm Dosu and I’m helping the Stirling-PDF team. The "Setting permissions and ownership for necessary directories" step is handled by the Docker entrypoint scripts before the Java app starts. It uses commands like To resolve this, check that all mounted directories exist and are writable by the container user. You can try removing or replacing hostPath volumes with empty directories to isolate the issue. Avoid mapping host directories to Stirling PDF can run fully offline if all required assets (fonts, Tesseract data, binaries) are present in the image or mounted volumes. The default image may try to install font packages from Alpine repositories at startup, which requires network access unless these packages are already present. Using the To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
-
|
I check the permission Then I retry with this command to avoid any host permission issue Still stuck Then I found Any how to verbose this process? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
I also try to manual install. Follow the guide But event with venv, start the unoserver All package installed: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The boot process stuck here and
stirling.software.SPDF: DEBUGnot showing more logs. (I was waiting for it about 2 hours, For chmod that's long enought I think.)What is that process doing ? How to solve this ?
And is there any way to run stirling out of box (without any networking/download)?
Beta Was this translation helpful? Give feedback.
All reactions