Table name cannot be null: java.lang.IllegalStateException: Table name cannot be null: com.glide.db.TableDescriptor.<init>(TableDescriptor.java:81)

Nikita35
Kilo Guru

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?

4 REPLIES 4

MrMuhammad
Giga Sage

Hi Nikita,

 

Please refer to https://hi.service-now.com/kb_view.do?sysparm_article=KB0794009

 

Thanks & Regards,

Sharjeel

Regards,
Muhammad

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)

Nikita35
Kilo Guru

Can anybody help on this one?

Nave2
Giga Contributor

we have the same error, did you found the problem?