调试dubbo时遇到情况:
ERROR org.apache.dubbo.rpc.filter.ExceptionFilter - [DUBBO] Got unchecked and undeclared exception which called by service, method: exception: java.lang.StackOverflowError: null
触发 dubbo java.lang.StackOverflowError: null 情况:
- 传输对象中存在没有实现序列化的属性
- -Xss1m 值是否足够(有些组件会在方法栈中缓存动态方法, 有时容器设置的是 -Xss256k, 比jdk默认的1m小)