Hello,
I recently made the upgrade to Openspace V2 but one feature that worked fine on V1, doessn't anymore on V2.
When I install SFS as a windows service, it seems like the Openspace server extension is never initialized at runtime and a trace like the following is shown:
"Requesting initialization data to OpenSpace Extension", but there is not an Initialization success trace.
When I start SFS regulary with the start command, I notice that the configuration file is loaded and everything works as expected but that is not the situation with a service.
Can you refer to that?
Openspace extension not initializing on SFS as service
You have to edit the sfsInstallFolder/Server/conf/wrapper.conf file.
At the bottom of the wrapper.java.classpath... list, add two new entries:
where MM and NN must be progressive numbers (for example if the last entry of the list is 40, MM must be 41 and NN must be 42).
At the bottom of the wrapper.java.classpath... list, add two new entries:
Code: Select all
wrapper.java.classpath.MM=openSpace/
wrapper.java.classpath.NN=openSpace/OpenSpaceExtension.jarPaolo Bax
The SmartFoxServer Team
The SmartFoxServer Team