Page 1 of 1

Plugin does not update in Headless Client

PostPosted: Thu Sep 15, 2016 10:34 am
by jesse
I have updated a plugin through the following steps.

    1. Stopped the Servoy Server
    2. Replaced the plugin in the application_server/plugin directory
    3. Cleared the server-cache by deleting the application_server\server\work\Catalina\localhost folder
    4, Cleared the Java cache of all users on the machine
    5. Restarted the Servoy Server

The application server starts a headless client/batch processor straightaway on startup. When I log the versionnumer of the plugin from the headless client, it still outputs the wrong, old version.

I did get the new version of the plugin, when I started a smart client.

Could the old plugin still be in cache somewhere?

Re: Plugin does not update in Headless Client

PostPosted: Thu Sep 15, 2016 2:04 pm
by jesse
I fixed it.. I made a backup of the old plugin. Somehow the Headless Client loaded that one instead of mine..