datavane / datavines

Know your data better!Datavines is Next-gen Data Observability Platform, support metadata manage and data quality.
https://datavane.github.io/datavines-website/
Apache License 2.0
430 stars 143 forks source link

[Bug] [Common] `Could not initialize class oshi.hardware.platform.mac.MacCentralProcessor` Exception on `DataVinesServer` startup #356

Closed lxorc closed 7 months ago

lxorc commented 7 months ago

Search before asking

What happened

When i run DataVinesServer on my macbook(m1 chip), it show below exception :

Could not initialize class oshi.hardware.platform.mac.MacCentralProcessor

it's seem look like is a java jar (com.github.oshi:oshi-core)version is too low.

refrence: Oshi core 5.4.1 not working on Apple M1 · Issue #1508 · oshi/oshi

and i upgrade this jar to 5.5.1 version, and fix some code compatible , it is work well .

I am willing to submit a PR fix this later!

DataVines Version

dev branch

DataVines Config

default config

Running Command

ignore

Error Exception

Could not initialize class oshi.hardware.platform.mac.MacCentralProcessor

Engine Type

No response

Java Version

JDK8

Screenshots

No response

Are you willing to submit PR?