[SOLVED] Can not access web interface since updating the pi to openhab2 version (2.5.2-1)

Dear community.
I use a raspberry pi 3 with a razberry z-wave module to operate some z-wave things.
Since some month the openhab.config shows many lines like this:

2020-02-22 08:09:29.408 [WARN ] [essage.ApplicationUpdateMessageClass] - TODO: Implement Application Update Request Handling of New ID Assigned (64).
2020-02-22 08:09:30.488 [WARN ] [essage.ApplicationUpdateMessageClass] - TODO: Implement Application Update Request Handling of New ID Assigned (64).

I hoped system updates can heal this and so i made often updates in the last time. After updating to the latest version of openhabian in this morning, i can not reach the pi via web browser. But i can access the pi via ssh and i can start openhabian-config. From here i started the update in this morning. Since that, i can not access Paper UI or HABPanel.

The system:

  • Release = Raspbian GNU/Linux 9 (stretch)
  • Kernel = Linux 4.19.66-v7+
  • Platform = Raspberry Pi 3 Model B Plus Rev 1.3
  • openhab2 version (2.5.2-1)
  • openjdk version “1.8.0_222”

The last lines in openhab.config:

2020-02-22 08:09:29.408 [WARN ] [essage.ApplicationUpdateMessageClass] - TODO: Implement Application Update Request Handling of New ID Assigned (64).
2020-02-22 08:09:30.488 [WARN ] [essage.ApplicationUpdateMessageClass] - TODO: Implement Application Update Request Handling of New ID Assigned (64).
2020-02-22 08:14:18.584 [INFO ] [basic.internal.servlet.WebAppServlet] - Stopped Basic UI
2020-02-22 08:14:18.670 [INFO ] [b.core.service.AbstractActiveService] - CalDav Loader has been shut down
2020-02-22 08:14:35.128 [INFO ] [ui.habmin.internal.servlet.HABminApp] - Stopped HABmin servlet
2020-02-22 08:14:35.672 [INFO ] [panel.internal.HABPanelDashboardTile] - Stopped HABPanel
2020-02-22 08:14:35.708 [INFO ] [ebuilder.internal.HomeBuilderServlet] - Stopped Home Builder
2020-02-22 08:14:35.717 [INFO ] [openhab.ui.paper.internal.PaperUIApp] - Stopped Paper UI
2020-02-22 08:14:35.734 [INFO ] [.dashboard.internal.DashboardService] - Stopped Dashboard

Do you have any idea, what i can do?

Thanks for your answers.

Have you tried restarting openHAB? Sometimes after updates it can require a restart as well as clearing the cache.

1 Like

@Thedannymullen
Yes i restarted several times. But i found a solution here in this forum:

sudo systemctl stop openhab2
sudo openhab-cli clean-cache
mv /var/log/openhab2/openhab.log /var/log/openhab2/openhab.log.old
sync
sudo systemctl start openhab2
sudo reboot

After this, i can access HABPanel, PaperUI, et cetera.

2 Likes

Hi all,
I have received the very same message:
TODO: Implement Application Update Request Handling of New ID Assigned (64).

The message showed up just prior to my Z-Wave network heal at 2 AM last night and repeats itself 5 - 10 times per hour.
Can someone please explain in plain English what that message tells us and what it requires us To DO, please.

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.