Skip to page contentSkip to chat
ServiceNow support
    • Community
      Ask questions, give advice, and connect with fellow ServiceNow professionals.
      Developer
      Build, test, and deploy applications
      Documentation
      Find detailed information about ServiceNow products, apps, features, and releases.
      Impact
      Accelerate ROI and amplify your expertise.
      Learning
      Build skills with instructor-led and online training.
      Partner
      Grow your business with promotions, news, and marketing tools
      ServiceNow
      Learn about ServiceNow products & solutions.
      Store
      Download certified apps and integrations that complement ServiceNow.
      Support
      Manage your instances, access self-help, and get technical support.
Error log throwing up "null: no thrown error" when loading certain Dashboards - Support and Troubleshooting
  • >
  • Knowledge Base
  • >
  • Support and Troubleshooting (Knowledge Base)
  • >
  • Error log throwing up "null: no thrown error" when loading certain Dashboards
KB0783412

Error log throwing up "null: no thrown error" when loading certain Dashboards


6518 Views Last updated : Jun 27, 2025 public Copy Permalink
KB Summary by Now Assist

Issue

Error log showing "null: no thrown error" when loading certain Dashboard(s)

In some cases, the localhost logs may show: "SEVERE *** ERROR *** ClassUtil - class not found: null"

Cause

The reason for the error could be that there were records on sys_grid_canvas_pane table which had either no Portal Widgets associated or had a sys_id for which there was no corresponding sys_portal record (invalid references). Following URL gives you a list of all such records:
https://<instance>.service-now.com/sys_grid_canvas_pane_list.do?sysparm_query=portal_widget.sys_idISEMPTY

This would typically happen when the dashboard is developed on one instance and then moved to another instance in a way which does not completely moves the configuration.

The documentation for moving dashboards via update set has below warnings.

=======
This procedure does not move the content of the dashboard (such as reports, PA widgets, content blocks, and other widgets) to the update set. You can add dashboard content to the update set using default platform functionality.

Note: Make sure that dashboard content is in either in the same update set as the dashboard record or is already present in the target instance. Errors result if the moved dashboard points to content that does not exist on the target instance.

(Required) On the target instance, make sure that all the tabs of the dashboard have associated portal pages.
========

Here is the documentation link.

https://docs.servicenow.com/csh?topicname=t_MoveDashboardWithUpdateSet.html&version=latest

 

Resolution

Following steps can be taken to avoid these errors in the system logs:

  1. Ensure that all the objects used in the dashboard (such as reports, PA widgets, content blocks, and other widgets) are brought over to the target instance.
  2. If some error still show up after bringing across all the configurations and the dashboard itself is not having any issues except for the errors appearing in the logs, deleting all the sys_grid_canvas_pane records having invalid references returned by the following URL should get rid of the errors in the logs.

https://<instance>.service-now.com/sys_grid_canvas_pane_list.do?sysparm_query=portal_widget.sys_idISEMPTY

 

Note:

  1. Take an XML backup of the records before deleting them so that you can revert in case of any issues.
  2. Please test the solution on a recently cloned instance before applying any solution on the production instance.

The world works with ServiceNow.

Sign in for more! There's more content available only to authenticated users Sign in for more!
Did this KB article help you?
Did this KB article help you?

How would you rate your Now Support digital experience?

*

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

What can we improve? Please select all that apply.

What are we doing well? Please select all that apply.

Tell us more

*

Do you expect a response from this feedback?

  • Terms and conditions
  • Privacy statement
  • GDPR
  • Cookie policy
  • © 2025 ServiceNow. All rights reserved.