tradeshark opened a new issue, #7374:
URL: https://github.com/apache/incubator-seata/issues/7374

   Here is the ErrorStack
   ```
   
   2025-05-28 15:59:22.046 [TID: N/A] [main] TRACE 
o.a.s.s.a.GlobalTransactionScanner -Creating implicit proxy for bean 
'userApplication' with 0 common interceptors and 1 specific interceptors
   Exception in thread "main" 
org.springframework.aop.framework.adapter.UnknownAdviceTypeException: Advice 
object [null] is neither a supported subinterface of 
[org.aopalliance.aop.Advice] nor an [org.springframework.aop.Advisor]
           at 
org.springframework.aop.framework.adapter.DefaultAdvisorAdapterRegistry.wrap(DefaultAdvisorAdapterRegistry.java:62)
           at 
org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator.buildAdvisors(AbstractAutoProxyCreator.java:585)
           at 
org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator.buildProxy(AbstractAutoProxyCreator.java:503)
           at 
org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator.createProxyClass(AbstractAutoProxyCreator.java:471)
           at 
org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator.determineBeanType(AbstractAutoProxyCreator.java:251)
           at 
org.springframework.context.support.GenericApplicationContext.preDetermineBeanType(GenericApplicationContext.java:471)
           at 
org.springframework.context.support.GenericApplicationContext.preDetermineBeanTypes(GenericApplicationContext.java:450)
           at 
org.springframework.context.support.GenericApplicationContext.refreshForAotProcessing(GenericApplicationContext.java:419)
           at 
org.springframework.context.aot.ApplicationContextAotGenerator.lambda$processAheadOfTime$0(ApplicationContextAotGenerator.java:54)
           at 
org.springframework.context.aot.ApplicationContextAotGenerator.withCglibClassHandler(ApplicationContextAotGenerator.java:67)
           at 
org.springframework.context.aot.ApplicationContextAotGenerator.processAheadOfTime(ApplicationContextAotGenerator.java:53)
           at 
org.springframework.context.aot.ContextAotProcessor.performAotProcessing(ContextAotProcessor.java:106)
           at 
org.springframework.context.aot.ContextAotProcessor.doProcess(ContextAotProcessor.java:84)
           at 
org.springframework.context.aot.ContextAotProcessor.doProcess(ContextAotProcessor.java:49)
           at 
org.springframework.context.aot.AbstractAotProcessor.process(AbstractAotProcessor.java:83)
           at 
org.springframework.boot.SpringApplicationAotProcessor.main(SpringApplicationAotProcessor.java:80)
   
   ```
   
   the same issue others also encountered: 
#[](https://github.com/spring-projects/spring-boot/issues/33700#issue-1521051675)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to