
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2018 04:43 AM
Hi Folks,
I have the strange error log. Could anyone tell me the cause of it please.
worker.5 SEVERE *** ERROR *** Table name cannot be null
java.lang.IllegalStateException: Table name cannot be null
at com.glide.db.TableDescriptor.<init>(TableDescriptor.java:77)
at com.glide.db.TableDescriptor.get(TableDescriptor.java:82)
at com.glide.db.CompositeElement.<init>(CompositeElement.java:86)
at com.glide.db.conditions.SpecialCases.get(SpecialCases.java:70)
at com.glide.db.QueryString.buildCondition(QueryString.java:627)
at com.glide.db.QueryString.processCurrentTerm(QueryString.java:544)
at com.glide.db.QueryString.buildConditions(QueryString.java:481)
at com.glide.db.QueryString.deserialize(QueryString.java:273)
at com.snc.automation.MailReportJob.combineQueries(MailReportJob.java:179)
at com.snc.automation.MailReportJob.reportHasRecords(MailReportJob.java:167)
at com.snc.automation.MailReportJob.shouldExecute(MailReportJob.java:149)
at com.snc.automation.MailReportJob.valid(MailReportJob.java:66)
at com.snc.automation.MailReportJob.execute(MailReportJob.java:46)
at com.glide.schedule.JobExecutor.executeJob(JobExecutor.java:103)
at com.glide.schedule.JobExecutor.execute(JobExecutor.java:89)
at com.glide.schedule.GlideScheduleWorker.executeJob(GlideScheduleWorker.java:219)
at com.glide.schedule.GlideScheduleWorker.process(GlideScheduleWorker.java:157)
at com.glide.schedule.GlideScheduleWorker.run(GlideScheduleWorker.java:67)
Thanks
Sumanth
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2018 04:50 AM
Hi Sumanth,
It says you have a table with no name. I encountered this before. Sadly you cannot delete this table. You would need HI Support to do it.
Regards,
Roehl Tablada
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2018 04:50 AM
Hi Sumanth,
It says you have a table with no name. I encountered this before. Sadly you cannot delete this table. You would need HI Support to do it.
Regards,
Roehl Tablada

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2018 04:56 AM
Hi Roehl,
Thank you very much for providing the solution.
Thanks
Sumanth