Widget error messages

ryanwoodburn
Kilo Expert

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

10 REPLIES 10

Tom Sienkiewicz
Mega Sage

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.


nathanfirth
Tera Guru

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?


Community Alums
Not applicable

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


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..