Widget error messages
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-05-2018 02:02 PM
Hi
Has anyone any experience of the following error message:
SPWidget:SCSS portalId is null (id: XXXXXXXXXXXX portalId: null): no thrown error
source: com.glide.ui.ServletErrorListener
I can find which widget it is - simple list and form widgets.
The widgets themselves do not produce any obvious errors, but the errors above are found under System logs > Errors
Any help appreciated

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-06-2018 10:09 AM
I've seen crazy amounts of errors like this in the syslog starting from Istanbul. Would like to know myself whats causing this but the good thing is it is not impacting anything.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-06-2018 01:25 PM
Looks to be an error coming from the SASS compiler. Do you see the error after editing the widget or just using the portal. Also are you using standard portal url (e.g. /sp) or through $sp.do?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2018 05:27 AM
Hi Ryan,
we also have this issue in our platform with a custom service portal.
Versions :
glide-istanbul-09-23-2016__patch5-04-05-2017
glide-jakarta-05-03-2017__patch6-11-14-2017
Example : SPWidget:SCSS portalId is null (id: ved44616ef1dc0b0018d4e9e08d39ea6f portalId: null): no thrown error
I don't know where the bug come from but I have found what the ID is meaning. If you remove the first letter "v", you will find the sys_id of a widget
Did someone create an incident at HI Support?
Regards
Christophe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2018 05:29 AM
Yes that normally brings me to the Datatable from instance widget.
I found that the error occurs generally when configuring the widget, rather than during normal portal use..