上記のエラーの解決策として、「DNS設定の不備」「プロキシ設定の不備」によるものがネット上では見られましたが、DNS設定は問題が無いことを確認しており、プロキシはそもそも存在しないためどのようにすれば「Failed to install browsers」のエラーを解決できるのか、困っている状況です。ご助言等頂けると幸いです。
org.codelibs.fess.crawler.exception.CrawlerSystemException: Failed to create PlaywrightClient.
at org.codelibs.fess.crawler.client.http.PlaywrightClient.createPlaywrightWorker(PlaywrightClient.java:165)
at org.codelibs.fess.crawler.client.http.PlaywrightClient.init(PlaywrightClient.java:142)
at org.codelibs.fess.crawler.client.http.PlaywrightClient.execute(PlaywrightClient.java:264)
at org.codelibs.fess.crawler.CrawlerThread.run(CrawlerThread.java:154)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.lang.RuntimeException: Failed to create driver
at com.microsoft.playwright.impl.driver.Driver.createAndInstall(Driver.java:105)
at com.microsoft.playwright.impl.driver.Driver.ensureDriverInstalled(Driver.java:57)
at com.microsoft.playwright.impl.PlaywrightImpl.createImpl(PlaywrightImpl.java:46)
at com.microsoft.playwright.impl.PlaywrightImpl.create(PlaywrightImpl.java:36)
at com.microsoft.playwright.Playwright.create(Playwright.java:110)
at org.codelibs.fess.crawler.client.http.PlaywrightClient.createPlaywrightWorker(PlaywrightClient.java:156)
… 4 more
Caused by: java.lang.RuntimeException: Failed to install browsers, exit code: 1
at com.microsoft.playwright.impl.driver.jar.DriverJar.installBrowsers(DriverJar.java:99)
at com.microsoft.playwright.impl.driver.jar.DriverJar.initialize(DriverJar.java:68)
at com.microsoft.playwright.impl.driver.Driver.initialize(Driver.java:64)
at com.microsoft.playwright.impl.driver.Driver.createAndInstall(Driver.java:101)
… 9 more