You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
The text was updated successfully, but these errors were encountered:
我使用的版本是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]
The text was updated successfully, but these errors were encountered: