Getting error when using Related Actions since upgrading to 19.2

Certified Lead Developer

This error has started showing up intermittently after the upgrade to 19.2. Same code was running fine on 19.1 previously. Anybody know what the cause could be?

"An error occurred while applying the context for the Inquiry related action [identifier=14]. Details: null."

I've been looking at the logs and it seems to coincide with errors of the sort in the tomcat-stdOut.log file.

2019-06-24 23:45:55,125 [http-nio-8080-exec-6] ERROR com.appiancorp.sail.ServerReevaluationMetrics - Unexpected error at stop(BODY, null). Current metrics are: Metrics [data=MetricsData [isMetricsEnabled=true, isInsideHigherOrderFunction=false, systemOrHideInternalsDepth=0, captureSystemRulesMetrics=false, insideUiSource=1]]

java.lang.NullPointerException

  Discussion posts and replies are publicly visible

Parents
  • Does the error only show up when you try to execute the Related Action?

    Does it show up as well when you try to edit the SAIL Interface or Rule object that defines it?

    The performanceView portion of the error snippet below makes me think of the Performance View when reviewing the performance of a SAIL interface or expression rule used for the definition of the Related Action:

    2019-06-26 15:42:36,101 [ajp-nio-8009-exec-62] ERROR com.appiancorp.sail.ServerReevaluationMetrics - Unexpected error at start(SYNTHETIC, performanceView.breadcrumb.recordQuery). Current metrics are: Metrics [data=MetricsData [isMetricsEnabled=true, isInsideHigherOrderFunction=false, systemOrHideInternalsDepth=0, captureSystemRulesMetrics=false, insideUiSource=1]]

    I'd be curious to see if you can test the performance of the related action back to the SAIL Interface or Expression Rule object itself for more insight into the behavior/issue.

Reply
  • Does the error only show up when you try to execute the Related Action?

    Does it show up as well when you try to edit the SAIL Interface or Rule object that defines it?

    The performanceView portion of the error snippet below makes me think of the Performance View when reviewing the performance of a SAIL interface or expression rule used for the definition of the Related Action:

    2019-06-26 15:42:36,101 [ajp-nio-8009-exec-62] ERROR com.appiancorp.sail.ServerReevaluationMetrics - Unexpected error at start(SYNTHETIC, performanceView.breadcrumb.recordQuery). Current metrics are: Metrics [data=MetricsData [isMetricsEnabled=true, isInsideHigherOrderFunction=false, systemOrHideInternalsDepth=0, captureSystemRulesMetrics=false, insideUiSource=1]]

    I'd be curious to see if you can test the performance of the related action back to the SAIL Interface or Expression Rule object itself for more insight into the behavior/issue.

Children