-
Notifications
You must be signed in to change notification settings - Fork 11
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 setting up S3_PING with infinispan 15 #356
Comments
Looks like you're missing the JAR that contains
|
@adrianodsb What instructions did you follow? Clearly those are wrong and need updating. You are missing the S3 libs... |
I've been through tons of different articles, infinispan docs, jgroups docs, Github issues and in fact It's been quite a mess, I lost track of all references I used. The problem is that Infinispan docs fairly mention this feature (probably because it's a third party lib, i guess) and does not cover this config in details. I think I will clean this up and start from scratch the right way, it's just a study lab. Could you guys kindly point any link with accurate instructions on how to setup this in newer version of Infinispan? And thanks for the quick answer! |
Well, I guess the main problem is that they originally did ship the protocol by default and I kept updating it directly in Infinispan, but then they removed it altogether for reasons unknown to me. And never filled in appropriate documentation. |
The tracker for that was - https://issues.redhat.com/browse/ISPN-15719 |
Hello everyone, I've been struggling for a few days on trying to setup S3_PING with infinispan on AWS EC2. I would appreciate any help!
Thanks in advance!
I'm using the following versions:
Infinispan: 15.0.6
OpenJDK-21
jgroups-aws: 3.0.0.Final
Other Libs:
aws-java-sdk-core-1.12.767.jar
aws-java-sdk-s3-1.12.767.jar
commons-logging-1.3.3.jar
httpclient5-5.3.1.jar
httpcore5-5.2.5.jar
joda-time-2.12.7.jar
The EC2 instance has awscli installed and there's a role attached to it, which grants full access to the S3 bucket, which is created at us-west-2 region. I can list the bucket from within the instance using "aws s3 ls" command.
Here's my infinispan config:
The output:
The text was updated successfully, but these errors were encountered: