hibernate-redis icon indicating copy to clipboard operation
hibernate-redis copied to clipboard

hibernate 2nd level cache privder using redis

Results 64 hibernate-redis issues
Sort by recently updated
recently updated
newest added

The dao its very simple and the other settings are by default. I tried many things nothing works. The log shows normality. The same configuration works with tomcat. Tested with...

Hi, I'm using Hibernate-reids library for second level cache, can i point to the redis Engine version 4.0.10 ? as per your documentation it is mentioned that you have tested...

Hi, Have you ever used hibernate-redis on a cluster environment? I'm seeing cache size grow insanely and keys never being expired despite a TTL being defined. Am I doing something...

Hi we are using hibernate-redis-2.4.0 with Hibernate 5.0.12 and Spring-Data-JPA 1.11. We have enabled multitenancy with schema approach. We could see entries in redis server with keys containing tenantId and...

Hi. When I use the configuration for spring-boot `application.properties`, the input stream that reads `hibernate-redis.properties` throws `NullPointerException` because it can not find the file. Ideally, you should not need to...

``` java.lang.NullPointerException: map key can't be null at org.redisson.RedissonMap.checkKey(RedissonMap.java:152) ~[redisson-3.6.5.jar:na] at org.redisson.RedissonMap.getAsync(RedissonMap.java:633) ~[redisson-3.6.5.jar:na] at org.redisson.RedissonMap.get(RedissonMap.java:251) ~[redisson-3.6.5.jar:na] at org.hibernate.cache.redis.client.RedisClient.get(RedisClient.java:87) ~[hibernate-redis-2.3.2.jar:na] at org.hibernate.cache.redis.hibernate5.regions.RedisTransactionalDataRegion.get(RedisTransactionalDataRegion.java:73) ~[hibernate-redis-2.3.2.jar:na] at org.hibernate.cache.redis.hibernate5.strategy.ReadOnlyRedisEntityRegionAccessStrategy.get(ReadOnlyRedisEntityRegionAccessStrategy.java:65) [hibernate-redis-2.3.2.jar:na] at org.hibernate.engine.internal.CacheHelper.fromSharedCache(CacheHelper.java:32) [hibernate-core-5.0.12.Final.jar:5.0.12.Final] at org.hibernate.event.internal.DefaultLoadEventListener.getFromSharedCache(DefaultLoadEventListener.java:651)...

I'm using Spring Boot 1.5.10.RELEASE with Hibernate 4.3.11.Final. When hibernate want to retrieve entity from cache, it throws an error. I'm trying to solve it somehow via overwriting JsonJacksonCodec with...

When i call my webservice i got this issue. I using hibernate-redis-2.4.0 jar, with Spring Boot. `ERROR 8633 --- [nio-8080-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path...

Getting error 'no default constructor for ISOChronology'

``Failed to mark a promise as failure because it has failed already: DefaultChannelPromise@615c899(failure: io.netty.handler.codec.EncoderException: java.lang.UnsatisfiedLinkError: /tmp/snappy-1.1.7-2ea2ef43-dcde-41a5-abdf-d6e4dba8dc3c-libsnappyjava.so: Error loading shared library ld-linux-x86-64.so.2: No such file or directory (needed by /tmp/snappy-1.1.7-2ea2ef43-dcde-41a5-abdf-d6e4dba8dc3c-libsnappyjava.so)), unnotified...