Page 1 of 1

Openspace extension not initializing on SFS as service

Posted: 05 May 2010, 08:07
by atarim
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?

Posted: 05 May 2010, 12:32
by Bax
You have to edit the sfsInstallFolder/Server/conf/wrapper.conf file.
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.jar
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).

Posted: 05 May 2010, 12:56
by atarim
Thanks bax!

Worked like a charm.

Please add that to the documentation of Openspace (unless it is already mentioned).

Posted: 05 May 2010, 13:04
by Bax
Just done! (thank you for pointing out)