Table name cannot be null: java.lang.IllegalStateException: Table name cannot be null: com.glide.db.TableDescriptor.<init>(TableDescriptor.java:81)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2020 12:35 PM
I am working on minimizing the daily Error logs which are getting created. System logs > Errors
We have around 50-70 errors daily in the logs saying
Error starting
"Table name cannot be null: java.lang.IllegalStateException: Table name cannot be null: com.glide.db.TableDescriptor.<init>(TableDescriptor.java:81)"
Error is very long, I can share entire error if required.
What does the above error mean exactly?
Can someone please help how do we resolve this?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2020 12:42 PM
Hi Nikita,
Please refer to https://hi.service-now.com/kb_view.do?sysparm_article=KB0794009
Thanks & Regards,
Sharjeel
Muhammad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2020 12:58 PM
Thanks for responding
I checked this article and BRs in my instance.
No BR has filter condition task type is -none-
Some BRs has condition name contains none but those should not be causing this i believe.
Also in my error, "java:81, java:86" numbers are different.
here is my error
Table name cannot be null: java.lang.IllegalStateException: Table name cannot be null: com.glide.db.TableDescriptor.<init>(TableDescriptor.java:81)
com.glide.db.TableDescriptor.get(TableDescriptor.java:86)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2020 01:48 AM
Can anybody help on this one?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2020 05:30 AM
we have the same error, did you found the problem?