glusterfs-java-filesystem icon indicating copy to clipboard operation
glusterfs-java-filesystem copied to clipboard

Can't add to JBoss (EAP) as part of a web app (WAR)

Open kennethobee opened this issue 8 years ago • 3 comments

I can run the program as java application. However, when adding to a web application, it just can't find the filesystem provider. Is there any extra configuration needed?

kennethobee avatar Oct 04 '17 03:10 kennethobee

How did you manage to run the Example application? I got the error: Exception in thread "main" java.lang.UnsatisfiedLinkError: Could not load library. Reasons: [no libgfapi-jni in java.library.path]

biett0 avatar Jan 17 '18 16:01 biett0

You need to have the libgfapi C library installed, usually from your distro's glusterfs packages.

louiszuckerman avatar Jan 17 '18 16:01 louiszuckerman

I can run the program as java application. However, when adding to a web application, it just can't find the filesystem provider. Is there any extra configuration needed?

I have the same issue. I can't add the jar to the springboot application.

finology avatar Oct 29 '19 15:10 finology