Page 1 of 1

"No extensions can be invoked"

Posted: 28 May 2011, 03:21
by ericheimburg
What causes this error?

I suddenly started getting this error whenever the server-side extension tries to send a message to the client. Can somebody please explain what can cause this cryptic error? Is it permissions? Something wrong with the zone? The plugin?

(In case it matters, this is a zone extension, there is no room extension.)

00:09:25,017 WARN [com.smartfoxserver.v2.controllers.ExtensionController-1] controllers.ExtensionController -
com.smartfoxserver.v2.exceptions.SFSExtensionException: No extensions can be invoked: { Zone: Gorgon }, RoomId: None
com.smartfoxserver.v2.controllers.ExtensionController.processRequest(ExtensionController.java:120)
com.smartfoxserver.bitswarm.controllers.AbstractController.run(AbstractController.java:96)
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
java.lang.Thread.run(Unknown Source)

Posted: 28 May 2011, 03:34
by ericheimburg
Ah I found it: the zone didn't initialize correctly for some reason.

(Bizarrely, SFS2X is still calling all the event handlers on the extension, even though it says "Extension initialization failed".)