Find which model throw exceptions

1.View exception stack information in the log

    The exception stack information can quickly find the model where the exception occurs.

1.1.View the first thrown exception

    Generally, the first thrown exception can be found at the bottom of the exception stack, and the action class path can be found in its stack. The text circled in red below is the class path from action to Java rules.

1.2.View the path of the caller of the action

    If an action is invoked in another action, the path of the caller can generally be found in the message of the exception above the exception stack.

1.3.Action stack

    When the dynamic model runs abnormally, the stack information of the action execution can now be printed, and the abnormal action can be quickly found through it.

2.Open action

    In the thing manager, click the button to open things, pop up the open things dialog box, and enter any path copied above.

     Click the Open button in the dialog box to open the abnormal action.

 

Copyright ©  2007-2019 XWorker.org  版权所有  沪ICP备08000575号