Installation services only Servoy 5

I’ve installed Servoy 5 without the services.

How can I install the services from Servoy 5 in addition the already installed version of Servoy 5?

Leendert:
I’ve installed Servoy 5 without the services.

How can I install the services from Servoy 5 in addition the already installed version of Servoy 5?

You have to install again or do some manual stuff to make it work(copy service folder from another install, replace install path in files, run the install service bat(on windows) ).

Hi Laurian,

I managed to get the service stuf and installed the service using

"F:\Program Files\Servoy\application_server\service\Wrapper.exe" -r "F:\Program Files\Servoy\application_server\service\wrapper.conf"

This creates the entrie in the services, BUT when i try to start the service it stopss immediately.

The error in the service log is :

WrapperSimpleApp: Unable to locate the class com.servoy.j2db.server.ApplicationServer: java.lang.UnsupportedClassVersionError: com/servoy/j2db/server/ApplicationServer (Unsupported major.minor version 49.0)

This looks like a java path issue, but i can start the same server by using servoy_server.bat and the everything works fine.

What can be the issue ??

Regards,

Hans

Was the install path correct in wrapper.conf ?

Yes,

But the same procedure works fine now on our testserver, so it seems to be an issue on my laptop.

I’ll work it out and get back on this.

Thanks,

Hans

Found the problem.

I installed QuickTime a while ago and the installation created a classpath entry in the environment settings.

Removed that and the servoy service started without any problems.

Regards,