Details
-
Bug
-
Resolution: Fixed
-
Blocker
-
15.8-rc-1, 14.10.17, 15.5.3
-
Integration
-
High
-
Medium
-
N/A
-
N/A
-
Description
This has been observed while running the PDF export automated functional tests on https://ci.xwiki.org/ where each agent is a virtual machine. On the UI we see this message:
The PDF generator is currently unavailable.
In the logs we can see:
Caused by: java.util.concurrent.TimeoutException: Timeout waiting for Chrome remote debugging to become available. Waited [14] seconds. Root cause: [TimeoutException: ] at org.xwiki.export.pdf.internal.chrome.ChromeManager.waitForChromeService(ChromeManager.java:170) at org.xwiki.export.pdf.internal.chrome.ChromeManager.connect(ChromeManager.java:116) at org.xwiki.export.pdf.internal.chrome.ChromeManagerManager.connectChromeService(ChromeManagerManager.java:257)
Moreover, executing docker container ls shows that the Chrome Docker container is not running, which explains why we cannot connect to Chrome. The issue is that the Chrome Docker container fails to start.
Attachments
Issue Links
- is related to
-
XWIKI-21295 Some large documents may be exported only partially now with the new PDF Export
- Closed