Error messages when using homegear as docker container

Hi

started using homegear with docker (stable branch - self build according to readme).

So far all flows and functionalities are working like they worked before on native installation.

Nevertheless I see some error/warning messages.

I’m running:

Linux lemonpi 4.19.97-v7+ #1294 SMP Thu Jan 30 13:15:58 GMT 2020 armv7l GNU/Linux

homegear -v
Homegear version 0.7.45-3101
Copyright (c) 2013-2019 Homegear GmbH

PHP (License: PHP License):
This product includes PHP software, freely available from <http://www.php.net/software/>
Copyright (c) 1999-2019 The PHP Group. All rights reserved.

homegear.err

04/14/20 11:43:16.586 Module Beckhoff: Error in file Interfaces.cpp line 41 in function virtual void MyFamily::Interfaces::create(): The provided hostname is empty.
04/14/20 11:43:17.911 Warning: Unknown parameter property: label
04/14/20 11:43:17.911 Warning: Unknown parameter property: label
...
04/14/20 11:43:17.924 Warning: Unknown parameter property: label
04/14/20 11:43:17.924 Warning: Unknown parameter property: label
04/14/20 11:43:18.038 Warning: configParameters with id "config" does not exist.

homegear-webssh.err

04/14/20 11:43:18.910 Warning: Can't invoke method ptyOutput as there is no open IPC connection.
04/14/20 11:43:18.911 Error: Could not call ptyOutput: Unknown application error.
04/14/20 11:43:19.012 Warning: Can't invoke method ptyOutput as there is no open IPC connection.
04/14/20 11:43:19.013 Error: Could not call ptyOutput: Unknown application error.
04/14/20 11:43:20.903 Could not connect to socket. Error: No such file or directory

I think the ones from webssh are because of running homegear inside a container
for the ones in homegear I found some mentioning inside the forum, but no real conclusion.

As mentioned, looks all is running ok, but curious what it means.

cheers

Hi @jipp,

homegear.err

Just disable the Beckhoff module in the Admin UI.

The other warnings can be ignored. These are minor errors in the device description files.

homegear-webssh.err

Does homegear-webssh work? (You can enable it through “Settings” > “Users” > “Edit user” > “Expert mode”). Then there is a new menu option “Maintenance” > “Console”. It might be the errors are just there, because Homegear wasn’t fully started when Homegear WebSSH started.

Cheers,

Sathya