Replies: 1 comment
-
Nevermind. I figured out what I did wrong in my code. I cleaned-up a class very poorly and ended up causing this error. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was trying to get Infinispan working with SSL/TLS using version 15.1 with hotrod client connection. With roadblock of it complaining about certs which I believed I had configured correctly, I decided to fallback to without SSL/TLS and figure out where I went wrong. In my attempt to go back to this very basic configuration, I was not able to get the application working with Infinispan. I keep getting this error.
I added checks around this to make sure
RemoteCacheManager
was started and I even started the cache returned fromRemoteCacheManager.getCache(name)
which I didn't have to do earlier. I was getting desperate on getting the cache in a started state. I would go back to the exact config and code I had when it was working but I lost exactly what I had.Anybody know why I am getting this all of a sudden or how I can figure out why it's saying it's not started when I did start it? I wish there was a "isStarted" method call or something to inquire on the state of the manager maybe I missed that in the API somewhere.
Beta Was this translation helpful? Give feedback.
All reactions