Actions
Task #11510
closedmeteo-data plugin: smart-executor doesn't publish the ServiceEndpoint plugin
Start date:
Mar 22, 2018
Due date:
% Done:
100%
Estimated time:
Infrastructure:
Development
Description
I've notice that the serviceEndpoint plugin is not published on the following instance:
meteo-data-d-d4s.d4science.org
Please, could you check why the serviceEndpoint is not published?
Updated by Luca Frosini over 7 years ago
- % Done changed from 0 to 50
The service seems stalling at startup. By removing meteo data plugin and adding HelloWorld one, the service starts correctly. The issue has to be find in the plugin initialization class (i.e. MeteoDataPluginDeclaration) which seems stalling.
Updated by Luca Frosini over 7 years ago
- Status changed from In Progress to Closed
- % Done changed from 50 to 100
The error is in the jar with dependencies.
I had to change the file:
src/main/resources/META-INF/services/org.gcube.vremanagement.executor.plugin.PluginDeclaration
The content of the file had to be:
smart.openData.stazioneMeteo.smartexecutor.MeteoDataPluginDeclaration
and not
smart.openData.stazioneMeteo.smartexecutor.MeteoDataPlugin
Actions