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

[Kura 3.0.0 M1 QA] Default kura.style.dir doesn't exist #1106

Closed markoer closed 10 months ago

markoer commented 7 years ago

In the fresh Kura installation kura.style.dir points to /opt/eclipse/kura/console/skin which is not present in installation. This results in warning during startup: WARN o.e.k.w.s.s.SkinServlet - Resource Directory /opt/eclipse/kura/console/skin does not exist

RPi3, Kura 3.0.0-SNAPSHOT build 940

MMaiero commented 7 years ago

Expected by design. If you want to customize the UI style, you can specify a custom css in the console/skin folder and have that applied instead of the default one, without the need to recompile the web ui.

markoer commented 7 years ago

It seems that having the directory available does no harm, but prevents the warning. It might be a compromise to create the directory during installation.

MMaiero commented 7 years ago

I believe we can consider this as P2 and eventually apply some changes for M2. Do you agree on that?

markoer commented 7 years ago

Of course, it's not an error, so it's not really that important.

cdealti commented 7 years ago

Why don't we simply remove the warning?

github-actions[bot] commented 11 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.