Cannot create class of type 'flex.messaging.endpoints.AMFEndPoint'

I know I need to get off of the old Flex remoting, but I have an old AIR
app that will take forever to replace, and it has major usage coming up in
a week. I just switched from ACF a couple of months ago, and this is the
first time I’m trying to use the Flex remoting on the new Lucee server,
current version 4.5.1.023 on Tomcat/7.0.59.

I followed the instructions on
Amf:configuration · getrailo/railo Wiki · GitHub , creating the
config.xmls (as they did not exist on the install previously), only
replacing railo.runtime.net.flex.RailoAdapter with
lucee.runtime.net.flex.LuceeAdapter (which I verified is in the
lib\lucee.jar). Unfortunately, even with barebones config, it won’t load.
Logging shows:

SEVERE: Servlet [MessageBrokerServlet] in web application [] threw load()
exception
javax.servlet.UnavailableException: Cannot create class of type
‘flex.messaging.endpoints.AMFEndPoint’.
at
flex.messaging.MessageBrokerServlet.init(MessageBrokerServlet.java:170)
at
org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1284)…

I did of course confirm that all the flex jars are in the lib, and that the
flex.messaging.endpoints.AMFEndPoint class is there.

Is there anyone with any info at all on how to get this to work?

Ignore the above, I was able to resolve this using the flex config XMLs
from GitHub - adampresley/skeleton-railo-bootstrap-fw1: A skeleton Railo+Bootstrap+FW1 application . The
/flex2gateway now returns blank. Now just need to figure out how to get it
to see my CFCs.
https://github.com/adampresley/skeleton-railo-bootstrap-fw1On Monday, August 24, 2015 at 2:51:02 AM UTC-4, theprophecy wrote:

I know I need to get off of the old Flex remoting, but I have an old AIR
app that will take forever to replace, and it has major usage coming up in
a week. I just switched from ACF a couple of months ago, and this is the
first time I’m trying to use the Flex remoting on the new Lucee server,
current version 4.5.1.023 on Tomcat/7.0.59.

I followed the instructions on
https://github.com/getrailo/railo/wiki/Amf:configuration , creating the
config.xmls (as they did not exist on the install previously), only
replacing railo.runtime.net.flex.RailoAdapter with
lucee.runtime.net.flex.LuceeAdapter (which I verified is in the
lib\lucee.jar). Unfortunately, even with barebones config, it won’t load.
Logging shows:

SEVERE: Servlet [MessageBrokerServlet] in web application threw load()
exception
javax.servlet.UnavailableException: Cannot create class of type
‘flex.messaging.endpoints.AMFEndPoint’.
at
flex.messaging.MessageBrokerServlet.init(MessageBrokerServlet.java:170)
at
org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1284)…

I did of course confirm that all the flex jars are in the lib, and that
the flex.messaging.endpoints.AMFEndPoint class is there.

Is there anyone with any info at all on how to get this to work?