I've been getting a lot of this error for different zones on my server:
Code: Select all
INFO | jvm 1 | 2014/06/26 00:20:40 | 00:20:40.029 - [ WARNING ] > it.gotoandplay.smartfoxserver.exceptions.MissingExtensionException: Unrecognized extension name: [ game ]! Zone: Scopa2, Room: 232626
In my zone extension code there is only one place I call for a room extension ("game"), and I've traced before and after that place in order to see if the error is generated in that place of the code, but it's not. So can I assume that the error is being generated inside the room ("game") itself? since in the room I work on the extension level, I never indicate the extension itself in the room code, so how can it be it does not find itself? Is there any other reason why this error should pop up? and it does, hundreds of times, for all my zones online (I was never able to replicate this error on my local machine, even though it's exactly the same code as on our production server).
Thanks.
Yuval.