Help with unsupported charset exception

I’m hoping someone can help me here. On startup I’m getting an error in the OH2 log:

11:50:48.347 [ERROR] [lipse.smarthome.io.net.http.HttpUtil] - Fatal transport error: java.nio.charset.UnsupportedCharsetException: “utf-8”

I tried adding -Dfile.encoding=UTF-8 to the startup script but that didn’t do it. So I’m not sure where to go from here. I’m running it on a RPI w/Debian Linux 7.11, java 1.8

Does anyone have any help or ideas?

This is caused by the Wemo binding on my system. I’ve been keeping an eye on this discussion for a fix: https://github.com/eclipse/smarthome/issues/2073

Thank you Jason! I too will keep an eye on it. I have a wemo link and just added the LED things manually when they didn’t show up so I never pursued researching the wemo binding. Thanks again.