[resolved]
java.lang.IllegalAccessError: class org.springframework.data.redis.core.$ Proxy237 cannot access its superinterface org.springframework.data.redis.core.RedisConnectionUtils$RedisConnectionProxy
In the serviceImpl class operation redis reported the above error, after investigation found that the cause is in the (with write operation [@Transactional (readOnly = false)]) transaction method of operation redis, in the readOnly = true transaction method can be operated normally
ps: other versions of redis do not know if there is also this situation for the time being
solution: the operation of redis to get @Transactional (readOnly = false) method outside the operation can be
Read More:
- Spring Error: Transaction synchronization is not active
- [Solved] Consider defining a bean of type ‘org.springframework.data.redis.core.RedisTemplate‘ in your configu
- Defining a bean of type ‘org.springframework.data.redis.core.RedisTemplate‘ in your configuration.
- [Solved] Redis Error: org.springframework.data.redis.RedisConnectionFailureExceptionjava.net.SocketTimeoutException
- [Solved] MongoDB Error: Command failed with error 251 (NoSuchTransaction)
- [Solved] Error processing condition on org.springframework.boot.autoconfigure.context.PropertyPlaceholderA
- [Solved] In case of “transactionmanager” while setting bean property “transactionmanager” error
- Tomcat cross server upload error 403forbidden [How to Solve]
- Springboot startup error: err config is disabled command (Redis Disables Config command)
- Using java to call Jython, the error URI is not hierarchical
- [Solved] RedisTemplate increment Error: io.lettuce.core.RedisCommandExecutionException: ERR value is not an intege
- How to Solve Error:java.io.InvalidClassException
- [Solved] Springboot Error: Error creating bean with name ‘dataSource‘ defined in class path resource
- [Solved] org.thymeleaf.exceptions.TemplateInputException: Error resolving template
- [Solved] IDEA2021.3 Error: Failed to write core dump. Minidumps are not enabled by default on client versions of
- [Solved] Redis Error: Unexpected exception while processing command
- Solve the use of declaration transactions in spring java.lang.NoClassDefFoundError: org/aspectj/util/PartialOrder$PartialComparable
- [Solved] Mybatis add dependencies Error: org.apache.ibatis.builder.BuilderException: Error parsing SQL Mapper Configuration.
- [How to Fix]Spring 3.0 could not find acceptable representation
- Springboot startup error: Field elasticsearchRestTemplate in cn.lili.modules.material.serviceImpl.QrMaterialServiceImpl required a bean of type