Closed kazurayam closed 11 months ago
I suppose the error "java.lang.Error: Circular loading of installed providers detected" is caused by
https://github.com/kazurayam/materialstore/issues/437
The materialstore-0.16.6.jar
has depenencies { implementation
to the S3FileSystem. The jar of S3FileSystem includes the SPI Provider implementation of java.nio.file.FileSystem
. This caused this error.
A change has alredy been done in the materialstore library:
https://github.com/kazurayam/materialstore/commit/f2a2030336f6cfde2c37a42189f624d9cfe315e6
The Inspectus Gradle Plugin should deliver the newer version of materialstore.
In the materialstore v0.16.6 jar contained a file META-INF/services/java.nio.file.spi.FileSystemProvider
, as follows
The mateialstore jar should not contain the file.
I created a new jar of the materialstore WITHOUT the META-INF/services/java.nio.file.spi.FileSystemProvider
and brought it into the Drivers directory. I ran this project. It worked OK without the error "java.lang.Error: Circular loading of installed providers detected".
So, I need to update the materialstore library first.
fixed by the materialstore v0.17.0
MacBook Air, M1 macOS 12.7.1 Katalon Studio Arm64 v9.0
I created this project newly. I followed the instruction of inspectus4katalon-sample-project v0.5.0 to inject the sample code and the required jars.
I got the following jar files in the Drivers directory
I executed
Test Cases/CURA/main
. I got the following error: