Hi Everyone,
I code in ColdFusion which is a language that is compiled into Java bytecode.
You can use Java libraries with ColdFusion code and the Product comes with built-in language support for Hibernate ORM.
Without making any code changes (that are currently live and working in our staging servers)
I uninstalled Coldfusion and reinstalled - that’s it.
Now, upon application start I get the following error message - which makes no sense to me at all;
(I have truncated a bunch of pre and post entries in the entity list “…” - just to make the message more concise.)
ERROR","ajp-nio-127.0.0.1-8009-exec-4","05/16/2022","22:17:01","","entity [question] with cfc name [gsncfc.db.webSurvey.question] does not exist, existing entities are [answer, ..., question, ...], surveyRecipientState, surveySpec];
I don’t get it - the CFC (Coldfusion component : read as “class”) that the error message is saying doesn’t exist - IS in the existing entities list, that the same error message provides!
All my mappings / database config etc are all correct and match our Staging / Prod servers - that are working correctly.
Thanks in advance.