eclipse-kura / kura

Eclipse Kura™ is a versatile framework to supercharge your edge devices, streamlining the process of configuring your gateway, connecting sensors, and IoT devices to seamlessly collect, process, and send data to the cloud.
https://eclipse.dev/kura/
Eclipse Public License 2.0
499 stars 306 forks source link

Web UI fails with INTERNAL_ERROR when WireHelperService is not registered #771

Closed ctron closed 10 months ago

ctron commented 7 years ago

Currently the Web UI fails with an "INTERNAL_ERROR" when the WireHelperService is not registered with OSGi.

I would suggest to provide a helpful error message and maybe declare a dependency on that service, as it seems that absolutely necessary.

org.eclipse.kura.web.shared.GwtKuraException: INTERNAL_ERROR13:45:07,077 [qtp1138879237-29] WARN  KuraExceptionHandler:26  - RPC service non-application error
org.eclipse.kura.web.shared.GwtKuraException: INTERNAL_ERROR
    at org.eclipse.kura.web.shared.GwtKuraException.internalError(GwtKuraException.java:111)
    at org.eclipse.kura.web.server.util.ServiceLocator.getServiceReference(ServiceLocator.java:44)
    at org.eclipse.kura.web.server.util.ServiceLocator.getService(ServiceLocator.java:69)
    at org.eclipse.kura.web.server.GwtComponentServiceImpl.convertComponentConfigurationByOcd(GwtComponentServiceImpl.java:55)
    at org.eclipse.kura.web.server.GwtComponentServiceImpl.findServicesConfigurations(GwtComponentServiceImpl.java:433)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
cdealti commented 7 years ago

@MMaiero @nicolatimeus has this been fixed?

MMaiero commented 7 years ago

No. It's a won't fix for now

github-actions[bot] commented 10 months ago

This issue is stale because it has been open for 60 days with no activity.

github-actions[bot] commented 10 months ago

This issue was closed because it has been inactive for 14 days since being marked as stale.