kchristensen / udm-le

Let's Encrypt support for Ubiquiti UniFi OS
MIT License
572 stars 79 forks source link

InMemoryAppender Error #33

Closed thanneman79 closed 3 years ago

thanneman79 commented 3 years ago

Seeing the below in the output, otherwise the script appears to work and a new cert was grabbed and unifi-os restarted.

2021-04-09 09:54:21,904 main ERROR Error processing element InMemoryAppender ([Appenders: null]): CLASS_NOT_FOUND 2021-04-09 09:54:22,997 main ERROR Unable to locate appender "InMemoryAppender" for logger config "root"

kchristensen commented 3 years ago

What version of unifi-os are you running?

thanneman79 commented 3 years ago

The controller is running 6.1.7.1

kchristensen commented 3 years ago

This seems a lot like a java error, I'm not sure it has anything at all to do with udm-le other than being emitted possibly when the unifi-os container restarts.

brianveltman commented 3 years ago

Having the same issue here.

thanneman79 commented 3 years ago

This seems a lot like a java error, I'm not sure it has anything at all to do with udm-le other than being emitted possibly when the unifi-os container restarts.

It does seem to be related to the logging facilities. And it doesn't seem to impact functionality.

thanneman79 commented 3 years ago

Having the same issue here.

Other than the error is it working?

brianveltman commented 3 years ago

Having the same issue here.

Other than the error is it working?

Unfortunately not. When accessing the controller using the FQDN it will not load all components / pages. I'm currently on my mobile. Will investigate further later today.

brianveltman commented 3 years ago

I've checked the error in the browser. WebSocket connection to 'wss://unfi.example.com/api/ws/system' failed: (anonymous) @ main.1d45b7f6.js:1 This may be caused by the fact I have not set up an explicit hostname for the DMP. I can not find such setting anymore with the latest firmware.

brianveltman commented 3 years ago

I've checked the error in the browser. WebSocket connection to 'wss://unfi.example.com/api/ws/system' failed: (anonymous) @ main.1d45b7f6.js:1 This may be caused by the fact I have not set up an explicit hostname for the DMP. I can not find such setting anymore with the latest firmware.

Just to be clear. Yes, the certificate from let's encrypt has been issued and applied to the DMP successfully.

kchristensen commented 3 years ago

I'm going to to close this out -- that InMemoryAppender error is a red herring and has no impact on the ability of udm-le to do it's thing.