You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running into a problem with coldfusion.eventgateway.Gateway not being found or able to load.
CF 9.0.1
I've built the jar and added all 3 to the correct folder. I can see the new jars in CF Admin under settings > CF Server Java Class Path.
When I try to add the new Gateway Type I get this error:
Error creating gateway type.
Unable to find or load Gateway class org.riaforge.websocketgateway.WebSocketGateway
Looking at WebSocketGateway.java I see that WebSocketGateway implements Gateway.
And Gateway is imported with "import coldfusion.eventgateway.Gateway;"
I've found cfusion.jar in class path and opened it up and can see that Gateway is in fact on my server.
I've checked permissions on both files and that looks good.
Any thoughts?
The text was updated successfully, but these errors were encountered:
I'm running into a problem with coldfusion.eventgateway.Gateway not being found or able to load.
CF 9.0.1
I've built the jar and added all 3 to the correct folder. I can see the new jars in CF Admin under settings > CF Server Java Class Path.
When I try to add the new Gateway Type I get this error:
Error creating gateway type.
Unable to find or load Gateway class org.riaforge.websocketgateway.WebSocketGateway
Looking at WebSocketGateway.java I see that WebSocketGateway implements Gateway.
And Gateway is imported with "import coldfusion.eventgateway.Gateway;"
I've found cfusion.jar in class path and opened it up and can see that Gateway is in fact on my server.
I've checked permissions on both files and that looks good.
Any thoughts?
The text was updated successfully, but these errors were encountered: