Key [DOWNGRADEVERSION] doesn't exist

I upgraded our DEV instance to 5.2.8.50 and am not getting this error in lucee admin after logging in. Any ideas on how to resolve?

-------------------------------------------------------
Lucee 5.2.8.50 Error (expression)
Message 	key [DOWNGRADEVERSION] doesn't exist
Stacktrace 	The Error Occurred in
/admin/services.update.cfm: line 333
called from /admin/web.cfm: line 430
called from /admin/server.cfm: line 2
Java Stacktrace 	lucee.runtime.exp.ExpressionException: key [DOWNGRADEVERSION] doesn't exist
 	at lucee.runtime.type.util.StructSupport.invalidKey(StructSupport.java:69)
 	at lucee.runtime.type.StructImpl.get(StructImpl.java:135)
 	at lucee.runtime.type.util.StructSupport.get(StructSupport.java:244)
 	at lucee.runtime.util.VariableUtilImpl.get(VariableUtilImpl.java:263)
 	at lucee.runtime.PageContextImpl.get(PageContextImpl.java:1514)
 	at services_update_cfm414$cf.call(/admin/services.update.cfm:333)
 	at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:931)
 	at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:821)
 	at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:803)
 	at web_cfm$cf.call(/admin/web.cfm:430)
 	at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:931)
 	at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:821)
 	at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:803)
 	at server_cfm$cf.call(/admin/server.cfm:2)
 	at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:931)
 	at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:821)
 	at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:225)
 	at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:43)
 	at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2462)
 	at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2452)
 	at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2425)
 	at lucee.runtime.engine.Request.exe(Request.java:44)
 	at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1091)
 	at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1039)
 	at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:102)
 	at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51)
 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
 	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
 	at com.seefusion.Filter.doFilter(Filter.java:49)
 	at com.seefusion.SeeFusion.doFilter(SeeFusion.java:1500)
 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
 	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
 	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
 	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:504)
 	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
 	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
 	at mod_cfml.core.invoke(core.java:132)
 	at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:950)
 	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
 	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:421)
 	at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1074)
 	at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:611)
 	at org.apache.tomcat.util.net.AprEndpoint$SocketWithOptionsProcessor.run(AprEndpoint.java:2403)
 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
 	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
 	at java.lang.Thread.run(Thread.java:745)
 
Timestamp 	8/14/18 11:43:08 AM EDT

As an update… things are working but it appears that you are getting this error when trying to go to the Server - Update area in the lucee admin.

In which language you are accessing the lucee admin?
It seems like the translation-key (DOWNGRADEVERSION) is not available for you.

the translation approach could be made more robust, falling back on either the base English translation, or just showing the key (i.e. DOWNGRADEVERSION ) rather than bombing out

English I would have to assume. Where can I confirm that as I am not finding it within the admin area.

I am still unable to get to the update page of this server without getting the error. Therefore can not get any other updates… Amy solutions to fix this or do I need to just blow the server away and rebuild it?

Anyone have a suggestion here as this server is unable to be upgraded to more recent versions due to erring out…

Lucee 5.2.8.50 Error (expression)
Message key [DOWNGRADEVERSION] doesn’t exist
Stacktrace The Error Occurred in
/admin/services.update.cfm: line 333
called from /admin/web.cfm: line 430
called from /admin/server.cfm: line 2
Java Stacktrace lucee.runtime.exp.ExpressionException: key [DOWNGRADEVERSION] doesn’t exist
at lucee.runtime.type.util.StructSupport.invalidKey(StructSupport.java:69)
at lucee.runtime.type.StructImpl.get(StructImpl.java:135)
at lucee.runtime.type.util.StructSupport.get(StructSupport.java:244)
at lucee.runtime.util.VariableUtilImpl.get(VariableUtilImpl.java:263)
at lucee.runtime.PageContextImpl.get(PageContextImpl.java:1514)
at services_update_cfm414$cf.call(/admin/services.update.cfm:333)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:931)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:821)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:803)
at web_cfm$cf.call(/admin/web.cfm:430)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:931)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:821)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:803)
at server_cfm$cf.call(/admin/server.cfm:2)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:931)

This the exact line for your issue. This line was not present in 5.3.

Also I was updated the server with the following steps,

  1. From server side, updated a latest released version(5.3.1.102) & also lucee 5.3.3.31-snapshot from lucee 5.2.8.50 with the help of some selection tools.
  2. Replace the corresponding jar file under lib directory.
  3. From both downgrade & upgrade action action works as expected.

I never faced the issue what you get and described above. I made a test with the installer, express edition, also run and update lucee with the help of command box.