Error Log

SumanthMora
Mega Guru

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

1 ACCEPTED SOLUTION

roehltablada
Mega Guru

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


View solution in original post

2 REPLIES 2

roehltablada
Mega Guru

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


Hi Roehl,



Thank you very much for providing the solution.



Thanks


Sumanth