Questions tagged [hot-rod]
19 questions
1
vote
0 answers
ISPN005003: Exception reported java.lang.SecurityException: ISPN006017: Operation 'EXEC' requires authentication
** Current Situation : **
Trying to deploy java application using JBOSS EAP(7.4.2) and RED HAT DATAGRID(8.3.1), having both container in same network.But when EAP tries to put data into Datagrid, ISPN006017: Operation 'EXEC' requires authentication…

Ketan Lotake
- 11
- 2
1
vote
1 answer
How to implement protostream with AutoProtoSchemaBuilder for Data Grid Red Hat remote cache
I have a java application managed from maven.
I have implemented Data Grid cache with org.infinispan.client.hotrod.RemoteCacheManager version 8.2 to connect the application to distribuited remote cache service.
Followed the link page Red Hat…

Stefano
- 1,439
- 4
- 23
- 38
1
vote
1 answer
Infinispan v9.4.18 Hotrod console exception InvalidMagicIdException reported
I am trying to setup remote cache by externalising the Infinispan server from Keycloak using the Cross-Datacenter Replication Mode. I am following the Keycloak official documentation…

Jameel Khan
- 71
- 6
1
vote
2 answers
infinispan 10.1 No marshaller registered for Java type java.util.ArrayList
While try to store the list object in the infinispan cache is throwing the error. I have referred some forums and included whitelist of list class too, but still getting the same error.
Note: Server hosted remotely
Imports
import…

Jeevanantham
- 984
- 3
- 19
- 48
1
vote
1 answer
HotRod ClientListener is not getting updated view for HotRod serevr?
I have 2 HotRod server running in REPL_ASYNC mode. I am trying to connect it using hotrod client by providing hotrod server address and port.
I am trying to implement functionality similar to Near Cache. the reason behind not using Nearcache to…

Sanjay
- 1,078
- 11
- 15
0
votes
1 answer
Simple question for Jaeger demo: what are the bare minimum working components
I am trying out Jaeger on a Linux VM:
The all-in-one version works perfectly with Demo hotrod app.
However when starting up the jaeger collector and query separately (I used the binaries with --span-storage.type=memory) it does not seem to work: No…

Mark S
- 1
- 1
0
votes
2 answers
Infinispan HOTROD client throwing intermittent java.net.SocketTimeoutException: GetOperation
I'm using Infinispan HOTROD into java application running on IBM Liberty app server with JDK8.
HOTROD client (lib 12.1.11.Final-redhat-00001 version) is implemented via `
org.infinispan.jcache.remote.JCachingProvider :
@PostConstruct
private void…

Stefano
- 1,439
- 4
- 23
- 38
0
votes
1 answer
infinispan client HOTROD massive put data ISPN000476: Timed out waiting for responses for request
I found other responses to the issue, but I would want to explain my use case if someone have the configuration solutions side or in other case is the Distribuited Cache service limit.
DATA GRID Server 8.2.3 in a cluster 4 VM with the followed…

Stefano
- 1,439
- 4
- 23
- 38
0
votes
1 answer
Infinispan server cache change encoding 'application/x-jboss-marshalling' to 'application/x-protostream'
I am currently configured my cache container in JBoss 7.4 standalone.xml, and the ISPN remote server running on localhost. Everything was fine until it throws the error:
ISPN000492: Cannot find transcoder between 'application/x-jboss-marshalling' to…

grf2018
- 3
- 5
0
votes
1 answer
Hot rod java client removeCache (replicated cache)
I'm in this situation: I have an Infinispan cluster (12.1) with two nodes and a replicated cache configured via xml.
I have also an hot rod client and when I try to call removeCache method, the first time, the cache is not removed but if I try a…

Nicola Labanca
- 3
- 2
0
votes
1 answer
Infinispan 11 - Cannot retrieve the keyset of a cache (ISPN000287)
Unfortunately I cannot retrieve the keyset from a cache because I get the following error:
ISPN000287: Unauthorized access: subject 'null' lacks 'ADMIN' permission
It's quite strange; because in this example code I am able to create a cache if it's…

flatlopa
- 111
- 10
0
votes
1 answer
Infinispan 11.x - 12.x XML Configuration
I was guessing if there's a specific section on the infinispan's XML config file where I can specify the following entities:
HotRod configuration
JBoss configuration
I'm trying to find anything related in the official documentation but wasn't…

user7441088
- 17
- 5
0
votes
1 answer
Can I retrieve an expired cache entry from an Infinispan server listener using @ClientCacheEntryExpired?
I am modifying an embedded Infinispan application to use the Infinispan server and HotRod client. The embedded implementation relied on detecting cache expiration events in a listener. Using the "pre" event, I am able to read the expired entry and…

TomEE
- 578
- 1
- 7
- 11
0
votes
1 answer
Client JS for Infinispan does not find cache entered by Infinispan Java client
I've a application java to resposible to putting information in the caches and an application NodeJS responsible to manager the evict. The Infinispan Javascript client does not find the entries that was put by the Infinispan Java client. I tried to…

Marcelo Maico
- 61
- 5
0
votes
1 answer
shared infinispan 2LC cache
I have two applications using same database entities. Both applications are deployed on jboss eap 6.2 separate clusters.
DB tables are updated only from one application but are read from both applications. Both applications are using native…

priyam
- 74
- 7