lucee/runtime/exp/NoLongerSupported

I get the following error when trying to load the Lucee Admin locally. Interesting is some websites work and others don’t. The other thread on this topic didn’t have a solution. Help.

HTTP Status 500 – Internal Server Error
Type Exception Report

Message Servlet execution threw an exception

Description The server encountered an unexpected condition that prevented it from fulfilling the request.

Exception

javax.servlet.ServletException: Servlet execution threw an exception
	org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
Root Cause

java.lang.NoClassDefFoundError: lucee/runtime/exp/NoLongerSupported
	lucee.runtime.CFMLFactoryImpl.getPageContextImpl(CFMLFactoryImpl.java:157)
	lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1061)
	lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1039)
	lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:102)
	lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:742)
	org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
Root Cause

java.lang.ClassNotFoundException: Unable to load class 'lucee.runtime.exp.NoLongerSupported' because the bundle wiring for lucee.core is no longer valid.
	org.apache.felix.framework.BundleWiringImpl.findClassOrResourceByDelegation(BundleWiringImpl.java:1604)
	org.apache.felix.framework.BundleWiringImpl.access$200(BundleWiringImpl.java:80)
	org.apache.felix.framework.BundleWiringImpl$BundleClassLoader.loadClass(BundleWiringImpl.java:2053)
	java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	lucee.runtime.CFMLFactoryImpl.getPageContextImpl(CFMLFactoryImpl.java:157)
	lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1061)
	lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1039)
	lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:102)
	lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:742)
	org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)

Please always state versions, platform etc

Sorry. I should know better. Windows 2016 Server. Apache Tomcat 8.5.28. Based on my lucee-server/patches directory, I believe 5.2.8.50. Note, the Admin panel generates the error. Thank you.

Downloaded and replaced .lco 5.2.8.50 into lucee-server/patches, turned off automatic updates, and everything is now working. Go figure…