Getting a ton of Table name cannot be null errors and need some help finding the issue

nicholas_gr
Tera Contributor

Hey guys,

   Overnight we started getting millions of errors. It is filling up our DB extremely fast and we have no idea where to start to look to find  what is causing it. I can't find any changes that happened the day before.  Below is the error. We are on prem so none of this is in the cloud.  I am pretty new to ServiceNow so not really sure where to start to look for what is could be causing this.  

 

 

Table name cannot be null: java.lang.IllegalStateException: Table name cannot be null: com.glide.db.TableDescriptor.<init>(TableDescriptor.java:84)
com.glide.db.TableDescriptor.get(TableDescriptor.java:89)
com.glide.db.DBI.shouldPrepare(DBI.java:2794)
com.glide.db.rdbms.oracle.DBIOracle.usePreparedQueries(DBIOracle.java:808)
com.glide.db.DBQuery.<init>(DBQuery.java:238)
com.glide.amb.cluster.AMBQueue.query(AMBQueue.java:108)
com.glide.amb.cluster.AMBQueue.poll(AMBQueue.java:97)
com.glide.amb.cluster.AMBClusterSynchronizer.processMessages(AMBClusterSynchronizer.java:207)
com.glide.amb.cluster.AMBClusterSynchronizer.run(AMBClusterSynchronizer.java:183)

 

 

Table name cannot be null: java.lang.IllegalStateException: Table name cannot be null: com.glide.db.TableDescriptor.<init>(TableDescriptor.java:84)
com.glide.db.TableDescriptor.get(TableDescriptor.java:89)
com.glide.db.DBI.shouldPrepare(DBI.java:2794)
com.glide.db.rdbms.oracle.DBIOracle.usePreparedQueries(DBIOracle.java:808)
com.glide.db.DBQuery.<init>(DBQuery.java:238)
com.glide.amb.cluster.AMBQueue.query(AMBQueue.java:108)
com.glide.amb.cluster.AMBQueue.poll(AMBQueue.java:97)
com.glide.amb.cluster.AMBClusterSynchronizer.processMessages(AMBClusterSynchronizer.java:207)
com.glide.amb.cluster.AMBClusterSynchronizer.run(AMBClusterSynchronizer.java:183)

1 REPLY 1

Nicolas_B
Tera Contributor

Hello,

 

We are getting also the same errors on our On Prem instance.  Did you find any solution for this please ?

 

Thanks,