You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hope find a solution to this issue.
when I try send mail in reporting module then I have getting error you can see below:
icingacli reporting schedule run --debug
Scheduling job Schedule1 to run at 2024-04-26 14:15:44
Running job Schedule1
Scheduling job Schedule1 to run at 2024-04-26 14:16:44
Starting browser process: HOME=/tmp/662bb7117adb1/HOME exec '/usr/bin/chromium-browser' '--bwsi' '--headless' '--disable-gpu' '--no-sandbox' '--no-first-run' '--disable-dev-shm-usage' '--remote-debugging-port=0' '--homedir=''/tmp/662bb7117adb1/HOME' '--user-data-dir=''/tmp/662bb7117adb1/HOME'
Caught browser output: [0426/171545.646848:INFO:policy_logger.cc(145)] :components/policy/core/common/config_dir_policy_loader.cc(118) Skipping mandatory platform policies because no policy file was found at: /etc/chromium/policies/managed
[0426/171545.646919:INFO:policy_logger.cc(145)] :components/policy/core/common/config_dir_policy_loader.cc(118) Skipping recommended platform policies because no policy file was found at: /etc/chromium/policies/recommended
Caught browser output:
DevTools listening on ws://127.0.0.1:40167/devtools/browser/ecadace5-96db-45d5-9fac-9bac5819abfb
Transmitting CDP call: Target.createTarget(url)
Received CDP result: targetId
Transmitting CDP call: Log.enable()
Received CDP result: none
Transmitting CDP call: Network.enable()
Received CDP result: none
Transmitting CDP call: Page.enable()
Received CDP result: none
Transmitting CDP call: Console.enable()
Received CDP result: none
Transmitting CDP call: Page.setDocumentContent(frameId,html)
Received CDP event: Page.documentOpened(frame={"id":"C30D41F7EF6B0A1F3116E978D45E232B","loaderId":"1244F0A8751E74A57A6F5C41928B0E71","url":"about:blank","domainAndRegistry":"","securityOrigin":"://","mimeType":"text/html","adFrameStatus":{"adFrameType":"none"},"secureContextType":"InsecureScheme","crossOriginIsolatedContextType":"NotIsolated","gatedAPIFeatures":[]})
Received CDP event: Page.domContentEventFired(timestamp=2714399.794021)
Received CDP result: none
Awaiting CDP event: Page.loadEventFired()
Received CDP event: Page.loadEventFired(timestamp=2714399.845836)
Transmitting CDP call: Emulation.setEmulatedMedia(media)
Received CDP result: none
Transmitting CDP call: Runtime.evaluate(timeout,expression)
Received CDP result: result
Transmitting CDP call: Runtime.evaluate(awaitPromise,returnByValue,timeout,expression)
Received CDP result: result
Transmitting CDP call: Emulation.setEmulatedMedia(media)
Received CDP result: none
Transmitting CDP call: Page.printToPDF(headerTemplate,footerTemplate,transferMode,printBackground)
Received CDP result: data
Transmitting CDP call: Target.closeTarget(targetId)
Received CDP result: success
Caught browser output: [0426/171545.683867:WARNING:runtime_features.cc(728)] AttributionReportingCrossAppWeb cannot be enabled in this configuration. Use --enable-features=ConversionMeasurement,AttributionReportingCrossAppWeb in addition.
[0426/171545.691109:WARNING:bluez_dbus_manager.cc(248)] Floss manager not present, cannot set Floss enable/disable.
[0426/171545.702481:WARNING:sandbox_linux.cc(418)] InitializeSandbox() called with multiple threads in process gpu-process.
Browser terminated by signal 0 and exited with code 143
Best regards.
The text was updated successfully, but these errors were encountered:
According to the logs you provided, the PDF file was successfully created. So you have received a PDF file?
The last logs of the browser are only warnings and can be ignored. It is intended that the browser is terminated after the PDF file has been generated.
Hi,
I hope find a solution to this issue.
when I try send mail in reporting module then I have getting error you can see below:
icingacli reporting schedule run --debug
Scheduling job Schedule1 to run at 2024-04-26 14:15:44
Running job Schedule1
Scheduling job Schedule1 to run at 2024-04-26 14:16:44
Starting browser process: HOME=/tmp/662bb7117adb1/HOME exec '/usr/bin/chromium-browser' '--bwsi' '--headless' '--disable-gpu' '--no-sandbox' '--no-first-run' '--disable-dev-shm-usage' '--remote-debugging-port=0' '--homedir=''/tmp/662bb7117adb1/HOME' '--user-data-dir=''/tmp/662bb7117adb1/HOME'
Caught browser output: [0426/171545.646848:INFO:policy_logger.cc(145)] :components/policy/core/common/config_dir_policy_loader.cc(118) Skipping mandatory platform policies because no policy file was found at: /etc/chromium/policies/managed
[0426/171545.646919:INFO:policy_logger.cc(145)] :components/policy/core/common/config_dir_policy_loader.cc(118) Skipping recommended platform policies because no policy file was found at: /etc/chromium/policies/recommended
Caught browser output:
DevTools listening on ws://127.0.0.1:40167/devtools/browser/ecadace5-96db-45d5-9fac-9bac5819abfb
Transmitting CDP call: Target.createTarget(url)
Received CDP result: targetId
Transmitting CDP call: Log.enable()
Received CDP result: none
Transmitting CDP call: Network.enable()
Received CDP result: none
Transmitting CDP call: Page.enable()
Received CDP result: none
Transmitting CDP call: Console.enable()
Received CDP result: none
Transmitting CDP call: Page.setDocumentContent(frameId,html)
Received CDP event: Page.documentOpened(frame={"id":"C30D41F7EF6B0A1F3116E978D45E232B","loaderId":"1244F0A8751E74A57A6F5C41928B0E71","url":"about:blank","domainAndRegistry":"","securityOrigin":"://","mimeType":"text/html","adFrameStatus":{"adFrameType":"none"},"secureContextType":"InsecureScheme","crossOriginIsolatedContextType":"NotIsolated","gatedAPIFeatures":[]})
Received CDP event: Page.domContentEventFired(timestamp=2714399.794021)
Received CDP result: none
Awaiting CDP event: Page.loadEventFired()
Received CDP event: Page.loadEventFired(timestamp=2714399.845836)
Transmitting CDP call: Emulation.setEmulatedMedia(media)
Received CDP result: none
Transmitting CDP call: Runtime.evaluate(timeout,expression)
Received CDP result: result
Transmitting CDP call: Runtime.evaluate(awaitPromise,returnByValue,timeout,expression)
Received CDP result: result
Transmitting CDP call: Emulation.setEmulatedMedia(media)
Received CDP result: none
Transmitting CDP call: Page.printToPDF(headerTemplate,footerTemplate,transferMode,printBackground)
Received CDP result: data
Transmitting CDP call: Target.closeTarget(targetId)
Received CDP result: success
Caught browser output: [0426/171545.683867:WARNING:runtime_features.cc(728)] AttributionReportingCrossAppWeb cannot be enabled in this configuration. Use --enable-features=ConversionMeasurement,AttributionReportingCrossAppWeb in addition.
[0426/171545.691109:WARNING:bluez_dbus_manager.cc(248)] Floss manager not present, cannot set Floss enable/disable.
[0426/171545.702481:WARNING:sandbox_linux.cc(418)] InitializeSandbox() called with multiple threads in process gpu-process.
Browser terminated by signal 0 and exited with code 143
Best regards.
The text was updated successfully, but these errors were encountered: