Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AopInvocationHandler invode空指针异常 #43

Open
zhuoyankun opened this issue Aug 4, 2023 · 0 comments
Open

AopInvocationHandler invode空指针异常 #43

zhuoyankun opened this issue Aug 4, 2023 · 0 comments

Comments

@zhuoyankun
Copy link

我使用的版本是2.10.6,springboot版本2.7.11,执行到AopInvocationHandler.invoke方法时,入参args为null,导致触发空指针异常

java.lang.ClassCastException: java.lang.NullPointerException cannot be cast to java.lang.reflect.InvocationTargetException
at com.yomahub.liteflow.core.proxy.ComponentProxy$AopInvocationHandler.invoke(ComponentProxy.java:238) ~[liteflow-core-2.10.6.jar:2.10.6]
at com.flow.component.cmp1.ByteBuddy$j$HFDQWR.isAccess(Unknown Source) ~[na:na]
at com.yomahub.liteflow.flow.element.Node.execute(Node.java:135) ~[liteflow-core-2.10.6.jar:2.10.6]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant