HABMIN Failed to save the chart [object Object] and errors at configuration/ no reaktion

Hello
do I have to pay special attention to Habmin chart editor?
Other components appear to be stable.
Also the chart display/widget in HABPANEL

HABMIN Failed to save the chart [object Object] and errors at configuration/ no reaktion

system environment

  • openHAB 2.5.2 Release Build
  • mariaDB for persistence
  • opera Version:67.0.3575.31
  • windows 10 pro 1909 Build 18363.657
  • product: Raspberry Pi 3 Model B Rev 1.2
2 Likes

I have the same bahavior. Im using postgres, rpi3, on docker. Database are store the data correctly

I have found that I have error 500

{error: {message: “org.openhab.ui.habmin.internal.services.chart.ChartListBean”, http-code: 500,…}}

error: {message: “org.openhab.ui.habmin.internal.services.chart.ChartListBean”, http-code: 500,…}

message: "org.openhab.ui.habmin.internal.services.chart.ChartListBean"
http-code: 500
exception: {class: "com.thoughtworks.xstream.mapper.CannotResolveClassException",…}

  class: "com.thoughtworks.xstream.mapper.CannotResolveClassException"
  message: "org.openhab.ui.habmin.internal.services.chart.ChartListBean"
  localized-message: "org.openhab.ui.habmin.internal.services.chart.ChartListBean"

I have same issue here with openhab2 and jdbc/mariadb persistence. Did you get a solution for your issue?

1 Like

I also have this issue. Running the current Openhab release build on Arch Linux ARM on a Raspberry Pi 4B.

Trying to save a blank chart, I get the following JSON back from the backend with a 500 status code:

{
    "error":{
	"message":"org.openhab.ui.habmin.internal.services.chart.ChartListBean",
	"http-code":500,
	"exception":{
	    "class":"com.thoughtworks.xstream.mapper.CannotResolveClassException",
	    "message":"org.openhab.ui.habmin.internal.services.chart.ChartListBean",
	    "localized-message":"org.openhab.ui.habmin.internal.services.chart.ChartListBean"
	}
    }
}