-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ISSUE] FileSystemNotFoundException: Provider "bundleresource" not installed #495
Comments
Speculation Ques - Can this issue occur if the browsers are not installed at location - %USERPROFILE%\AppData\Local\ms-playwright by playwright dependency? Because of internal proxy or something else? |
Do you build a single jar app? Can you share the project? I'm interested in the pom.xml where the bundling is configured.
The browsers are not getting installed because it fails on the previous step where it tries to extract driver binaries from driver-bundle.jar to a temp directory. I believe the problem is similar to the one we fixed for springboot in #306 |
@yury-s Unfortunately I cannot share the project, however I am creating standard OSGI bundle by adding packaging tag like this - and using maven-bundle-plugin for the bundling which is configured as per the pom shared above. I referred to the issue #306 , So Does the issue can be that driver-bundle.jar not present in the class path ? |
Most likely there is no FileSystem provider for bundleresource scheme. This comment explains similar problem in another project. Basically there has to be a provider that represents |
I tried resolving the issue but could not find anything helpful. @yury-s I have created a OSGI dummy project for you to be able to reciprocate the issue and debug easily. Can you please help resolving this issue? |
There is no easy fix for accessing the bundled drivers in the OSGI environment, but i found another solution:
|
Hi,
I am using playwright version 1.2.0 and getting the "Provider "bundleresource" not installed" exception.
Stacktrace -
POM snippet-
I used maven bundle plugin OSGI for bundling/creating jar of my project.
The text was updated successfully, but these errors were encountered: