Question
Intermittent Application not found in Rest CF2023
Does not seem to be a rhyme or reason to this, but every once in a while I get
javax.servlet.ServletException:Application v1 could not be found.The App CFC in the dir has the name
component {
this.name = "v1";
this.applicationTimeout = createTimeSpan(1, 0, 0, 0);
I saw some other answers that could be the application timing out, but it happens more than once a day.
