Question about firmware upgrade and SDK

Hello, I’m currently trying to upgrade the SDK and controller to use firmware 2020.0. I have updated the controller by following the instructions here: https://www.plcnext-community.net/en/?option=com_content&view;=article&id;=222:firmwareupdate-axc-f-2153&catid;=18 However, the library I’ve now built against the new SDK 2020.0 will not start due to some missing libraries. The following error message is diplayed: 08.01.20 15:03:35.863 Arp.System.Acf.Internal.ApplicationBase FATAL - Exception occurs: Exception of type ‘Arp::System::Ve::Exceptions::VeException’ was thrown Loading of the shared library ‘/opt/plcnext/projects/Default/Libs/libXConnectLib.so’ failed with error ‘libicui18n.so.63: cannot open shared object file: No such file or directory’ ldd libXConnectLib.so reports that the following libraries are missing: libicui18n.so.63 => not found

libicuuc.so.63 => not found These libraries are located in the SDK with the correct version, but on the 2152 the version is libicuio.so.59 and libicuuc.so.59. Is there another step to upgrading these libraries on the controller, or is it expected tha update-axcf2152 with the 2020.0 firmware should also handle updating the OS etc?

Hi Mathias, It appears that the answer to your earlier question was a little optimistic - the 2020.0 SDK still contains some libraries that are not installed on the PLC. So, I guess that you previously copied the missing files to the PLC. These would have remained in place after the firmware upgrade, since they are located in upper directory of the overlay file system. Until we have a better solution to this problem, you will need to copy the new versions of these libraries to the PLC again. ~ Martin.

Okay, I understand. This is a bit unfortunate for us, and I hope this could be fixed in a future release. One more question, I have now trouble with some errors regarding profinet that won’t startup as desired, hence I’m not able to get our XConnectComponent to startup. Do you have any suggestion on how to fix this / disable profinet from beeing started up? I’m was able to attach the txt file here, so I’ll just copy paste it below here. This is the output from Output.log from a plcnext restart. 09.01.20 10:47:16.260 CommonRemoting INFO - Closing connection: connectionId=B1C01660

09.01.20 10:47:16.261 CommonRemoting INFO - Remote client disconnects explicitly, connectionId = B1C023F0
09.01.20 10:47:16.262 CommonRemoting INFO - Closing connection: connectionId=B1C023F0
09.01.20 10:47:17.245 Arp.System.Acf.Internal.Sm.ProcessesController INFO - Process ‘ExternalIoProcess’ stopped.
09.01.20 10:47:17.251 Arp.System.Acf.Internal.ApplicationBase INFO - Application ‘LocalIoProcess’ terminates.
09.01.20 10:47:17.255 CommonRemoting INFO - Remote client disconnects explicitly, connectionId = B1C02860
09.01.20 10:47:17.256 CommonRemoting INFO - Closing connection: connectionId=B1C02860
09.01.20 10:47:17.257 CommonRemoting INFO - Remote client disconnects explicitly, connectionId = B1C02D38
09.01.20 10:47:17.258 CommonRemoting INFO - Closing connection: connectionId=B1C02D38
09.01.20 10:47:18.246 Arp.System.Acf.Internal.Sm.ProcessesController INFO - Process ‘LocalIoProcess’ stopped.
09.01.20 10:49:35.214 Arp.System.Acf.Internal.ApplicationBase INFO - ArpVersion: 2020.0 LTS (20.0.0.24752)
09.01.20 10:49:35.224 CommonRemoting INFO - [IpcRemotingBroker]: Starting IPC Remoting Broker
09.01.20 10:49:35.224 CommonRemoting INFO - Starting remoting server (version=4)
09.01.20 10:49:35.224 CommonRemoting INFO - Start listening on TCP port 41120
09.01.20 10:49:35.225 CommonRemoting INFO - Start listening on TCP port 41121
09.01.20 10:49:35.306 Arp.System.Acf.Internal.Sm.ProcessesController INFO - Process ‘MainProcess’ started successfully.
09.01.20 10:49:35.507 Arp.System.Acf.Internal.ApplicationBase INFO - ArpVersion: 2020.0 LTS (20.0.0.24752)
09.01.20 10:49:35.519 CommonRemoting INFO - Starting remoting server (version=4)
09.01.20 10:49:35.520 CommonRemoting INFO - Start listening on TCP port 41124
09.01.20 10:49:35.522 CommonRemoting INFO - Accepted connection #0: connectionId=B1C01660, IPC
09.01.20 10:49:35.547 CommonRemoting INFO - Accepted connection #1: connectionId=B1C023F0, IPC
09.01.20 10:49:35.573 CommonRemoting INFO - Accepted connection #0: connectionId=B13015A8, IPC
09.01.20 10:49:35.585 Arp.System.Acf.Internal.ApplicationBase INFO - Application ‘LocalIoProcess’ was setup successfully.
09.01.20 10:49:35.605 Arp.System.Acf.Internal.ApplicationBase INFO - ArpVersion: 2020.0 LTS (20.0.0.24752)
09.01.20 10:49:35.610 Arp.System.Acf.Internal.Sm.ProcessesController INFO - Process ‘LocalIoProcess’ started successfully.
09.01.20 10:49:35.628 CommonRemoting INFO - Starting remoting server (version=4)
09.01.20 10:49:35.628 CommonRemoting INFO - Start listening on TCP port 41123
09.01.20 10:49:35.632 CommonRemoting INFO - Accepted connection #2: connectionId=B1C02860, IPC
09.01.20 10:49:35.659 CommonRemoting INFO - Accepted connection #3: connectionId=B1C02CD0, IPC
09.01.20 10:49:35.683 CommonRemoting INFO - Accepted connection #0: connectionId=B1C01640, IPC
09.01.20 10:49:35.692 Arp.System.Acf.Internal.ApplicationBase INFO - Application ‘ExternalIoProcess’ was setup successfully.
09.01.20 10:49:35.712 Arp.System.Acf.Internal.Sm.ProcessesController INFO - Process ‘ExternalIoProcess’ started successfully.
09.01.20 10:49:36.527 Arp.System.Acf.Internal.Sm.ProcessesController INFO - Library ‘Arp.Io.EthernetIP.Library’ in process ‘ExternalIoProcess’ loaded.
09.01.20 10:49:36.651 Arp.System.Acf.Internal.Sm.ProcessesController INFO - Library ‘Arp.Io.Pn.Library’ in process ‘ExternalIoProcess’ loaded.
09.01.20 10:49:36.657 Arp.System.Acf.Internal.Sm.ProcessesController INFO - Library ‘Arp.Plc.Domain.Library’ in process ‘ExternalIoProcess’ loaded.
09.01.20 10:49:36.733 Arp.System.Acf.Internal.Sm.ProcessesController INFO - Library ‘Arp.Plc.Domain.Library’ in process ‘LocalIoProcess’ loaded.
09.01.20 10:49:36.754 Arp.System.Acf.Internal.Sm.ProcessesController INFO - Library ‘Arp.Device.Access.Library’ in process ‘MainProcess’ loaded.
09.01.20 10:49:36.841 Arp.System.Acf.Internal.Sm.ProcessesController INFO - Library ‘Arp.Device.HmiLed.Library’ in process ‘MainProcess’ loaded.
09.01.20 10:49:37.571 Arp.System.Acf.Internal.Sm.ProcessesController INFO - Library ‘Arp.Device.Interface.Library’ in process ‘MainProcess’ loaded.
09.01.20 10:49:37.600 Arp.System.Acf.Internal.Sm.ProcessesController INFO - Library ‘Arp.Io.Axl.Library’ in process ‘MainProcess’ loaded.
09.01.20 10:49:37.616 Arp.System.Acf.Internal.Sm.ProcessesController INFO - Library ‘Arp.Plc.AnsiC.Library’ in process ‘MainProcess’ loaded.
09.01.20 10:49:37.621 Arp.System.Acf.Internal.Sm.ProcessesController INFO - Library ‘Arp.Plc.Domain.Library’ in process ‘MainProcess’ loaded.
09.01.20 10:49:37.625 Arp.System.Acf.Internal.Sm.ProcessesController INFO - Library ‘Arp.Plc.Eclr.Library’ in process ‘MainProcess’ loaded.
09.01.20 10:49:37.631 Arp.System.Acf.Internal.Sm.ProcessesController INFO - Library ‘Arp.Plc.Esm.Library’ in process ‘MainProcess’ loaded.
09.01.20 10:49:37.635 Arp.System.Acf.Internal.Sm.ProcessesController INFO - Library ‘Arp.Plc.Fbm.Library’ in process ‘MainProcess’ loaded.
09.01.20 10:49:37.640 Arp.System.Acf.Internal.Sm.ProcessesController INFO - Library ‘Arp.Plc.Gds.Library’ in process ‘MainProcess’ loaded.
09.01.20 10:49:37.654 Arp.System.Acf.Internal.Sm.ProcessesController INFO - Library ‘Arp.Plc.Plm.Library’ in process ‘MainProcess’ loaded.
09.01.20 10:49:37.659 Arp.System.Acf.Internal.Sm.ProcessesController INFO - Library ‘Arp.Plc.Retain.Library’ in process ‘MainProcess’ loaded.
09.01.20 10:49:37.670 Arp.System.Acf.Internal.Sm.ProcessesController INFO - Library ‘Arp.Services.Alarms.Library’ in process ‘MainProcess’ loaded.
09.01.20 10:49:37.716 Arp.System.Acf.Internal.Sm.ProcessesController INFO - Library ‘Arp.Services.AppManager.Library’ in process ‘MainProcess’ loaded.
09.01.20 10:49:37.768 Arp.System.Acf.Internal.Sm.ProcessesController INFO - Library ‘Arp.Services.DataLogger.Library’ in process ‘MainProcess’ loaded.
09.01.20 10:49:38.063 Arp.System.Acf.Internal.Sm.ProcessesController INFO - Library ‘Arp.Services.Ehmi.Library’ in process ‘MainProcess’ loaded.
09.01.20 10:49:38.116 Arp.System.Acf.Internal.Sm.ProcessesController INFO - Library ‘Arp.Services.Fwm.Library’ in process ‘MainProcess’ loaded.
09.01.20 10:49:38.130 Arp.System.Acf.Internal.Sm.ProcessesController INFO - Library ‘Arp.Services.NmUtilities.Library’ in process ‘MainProcess’ loaded.
09.01.20 10:49:38.190 Arp.System.Acf.Internal.Sm.ProcessesController INFO - Library ‘Arp.Services.NotificationLogger.Library’ in process ‘MainProcess’ loaded.
09.01.20 10:49:39.551 Arp.System.Acf.Internal.Sm.ProcessesController INFO - Library ‘Arp.Services.OpcUAServer.Library’ in process ‘MainProcess’ loaded.
09.01.20 10:49:39.649 Arp.System.Acf.Internal.Sm.ProcessesController INFO - Library ‘Arp.Services.ProfiCloud.Library’ in process ‘MainProcess’ loaded.
09.01.20 10:49:39.667 Arp.System.Acf.Internal.Sm.ProcessesController INFO - Library ‘Arp.Services.TraceController.Library’ in process ‘MainProcess’ loaded.
09.01.20 10:49:40.000 Arp.System.Acf.Internal.Sm.ProcessesController INFO - Library ‘Arp.Services.Wbm.Library’ in process ‘MainProcess’ loaded.
09.01.20 10:49:40.004 Arp.System.Acf.Internal.Sm.ProcessesController INFO - Library ‘Arp.System.Commons.Services.Library’ in process ‘MainProcess’ loaded.
09.01.20 10:49:40.008 Arp.System.Acf.Internal.Sm.ProcessesController INFO - Library ‘Arp.System.Fwu.Library’ in process ‘MainProcess’ loaded.
09.01.20 10:49:40.029 Arp.System.Acf.Internal.Sm.ProcessesController INFO - Library ‘Arp.System.RscGateway.Library’ in process ‘MainProcess’ loaded.
09.01.20 10:49:40.034 Arp.System.Acf.Internal.Sm.ProcessesController INFO - Library ‘Arp.System.Scm.Library’ in process ‘MainProcess’ loaded.
09.01.20 10:49:40.059 Arp.System.Acf.Internal.Sm.ProcessesController INFO - Library ‘Arp.System.Security.Services.Library’ in process ‘MainProcess’ loaded.
09.01.20 10:49:40.063 Arp.System.Acf.Internal.Sm.ProcessesController INFO - Library ‘Arp.System.SystemWatchdog.Library’ in process ‘MainProcess’ loaded.
09.01.20 10:49:40.068 Arp.System.Acf.Internal.Sm.ProcessesController INFO - Library ‘Arp.System.Um.Library’ in process ‘MainProcess’ loaded.
09.01.20 10:49:40.074 Arp.System.Acf.Internal.Sm.ProcessesController INFO - Library ‘Arp.System.UmRscAuthorizator.Library’ in process ‘MainProcess’ loaded.
09.01.20 10:49:42.716 Arp.System.Acf.Internal.Sm.ProcessesController INFO - Library ‘XConnectLibrary’ in process ‘MainProcess’ loaded.
09.01.20 10:49:42.718 Arp.Io.EthernetIP.EthernetIPComponent INFO - EthernetIPComponent
09.01.20 10:49:42.719 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘Arp.Io.EthernetIP’ in process ‘ExternalIoProcess’ created.
09.01.20 10:49:42.744 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘Arp.Io.PnC’ in process ‘ExternalIoProcess’ created.
09.01.20 10:49:42.757 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘Arp.Io.PnD’ in process ‘ExternalIoProcess’ created.
09.01.20 10:49:42.761 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘Arp.Io.PnS’ in process ‘ExternalIoProcess’ created.
09.01.20 10:49:42.765 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘Arp.Plc.DomainProxy.ExternalIoProcess’ in process ‘ExternalIoProcess’ created.
09.01.20 10:49:42.767 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘Arp.Plc.DomainProxy.LocalIoProcess’ in process ‘LocalIoProcess’ created.
09.01.20 10:49:42.769 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘Arp.Device.Access’ in process ‘MainProcess’ created.
09.01.20 10:49:42.770 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘Arp.Device.HmiLed’ in process ‘MainProcess’ created.
09.01.20 10:49:42.774 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘Arp.Device.Interface’ in process ‘MainProcess’ created.
09.01.20 10:49:42.777 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘Arp.Io.AxlC’ in process ‘MainProcess’ created.
09.01.20 10:49:42.780 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘Arp.Io.FbIo.AxlC’ in process ‘MainProcess’ created.
09.01.20 10:49:42.783 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘Arp.Io.FbIo.EthernetIP’ in process ‘MainProcess’ created.
09.01.20 10:49:42.785 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘Arp.Io.FbIo.IbM’ in process ‘MainProcess’ created.
09.01.20 10:49:42.787 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘Arp.Io.FbIo.PnC’ in process ‘MainProcess’ created.
09.01.20 10:49:42.789 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘Arp.Io.FbIo.PnD’ in process ‘MainProcess’ created.
09.01.20 10:49:42.790 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘Arp.Plc.AnsiC’ in process ‘MainProcess’ created.
09.01.20 10:49:42.793 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘Arp.Plc.Domain’ in process ‘MainProcess’ created.
09.01.20 10:49:42.795 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘Arp.Plc.DomainProxy.IoAnsiCAdaption’ in process ‘MainProcess’ created.
09.01.20 10:49:42.809 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘Arp.Plc.Eclr’ in process ‘MainProcess’ created.
09.01.20 10:49:42.812 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘Arp.Plc.Eclr.ArpDomain’ in process ‘MainProcess’ created.
09.01.20 10:49:42.814 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘Arp.Plc.EclrServices’ in process ‘MainProcess’ created.
09.01.20 10:49:42.825 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘Arp.Plc.Esm’ in process ‘MainProcess’ created.
09.01.20 10:49:42.826 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘Arp.Plc.EsmController’ in process ‘MainProcess’ created.
09.01.20 10:49:42.828 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘Arp.Plc.Fbm’ in process ‘MainProcess’ created.
09.01.20 10:49:42.879 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘Arp.Plc.Gds’ in process ‘MainProcess’ created.
09.01.20 10:49:42.881 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘Arp.Plc.Manager’ in process ‘MainProcess’ created.
09.01.20 10:49:42.882 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘Arp.Plc.Meta’ in process ‘MainProcess’ created.
09.01.20 10:49:42.884 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘Arp.Plc.Plm’ in process ‘MainProcess’ created.
09.01.20 10:49:42.887 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘Arp.Plc.Retain’ in process ‘MainProcess’ created.
09.01.20 10:49:42.889 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘Arp.Services.Alarms’ in process ‘MainProcess’ created.
09.01.20 10:49:42.889 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘Arp.Services.AppManager’ in process ‘MainProcess’ created.
09.01.20 10:49:42.891 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘Arp.Services.DataLogger’ in process ‘MainProcess’ created.
09.01.20 10:49:42.894 Arp.Services.Ehmi.EhmiComponent INFO - EhmiComponent: EhmiComponent
09.01.20 10:49:42.894 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘Arp.Services.Ehmi’ in process ‘MainProcess’ created.
09.01.20 10:49:42.895 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘Arp.Services.Fwm’ in process ‘MainProcess’ created.
09.01.20 10:49:42.896 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘Arp.Services.NmUtilities.NmPlcStateListener’ in process ‘MainProcess’ created.
09.01.20 10:49:42.896 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘Arp.Services.NotificationLogger’ in process ‘MainProcess’ created.
09.01.20 10:49:42.898 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘Arp.Services.OpcUAServer’ in process ‘MainProcess’ created.
09.01.20 10:49:42.902 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘Arp.Services.ProfiCloud’ in process ‘MainProcess’ created.
09.01.20 10:49:42.904 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘Arp.Services.TraceController’ in process ‘MainProcess’ created.
09.01.20 10:49:42.924 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘Arp.Services.Wbm’ in process ‘MainProcess’ created.
09.01.20 10:49:42.924 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘Arp.System.Commons.Services’ in process ‘MainProcess’ created.
09.01.20 10:49:42.924 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘Arp.System.Fwu’ in process ‘MainProcess’ created.
09.01.20 10:49:42.926 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘Arp.System.Lm’ in process ‘MainProcess’ created.
09.01.20 10:49:42.927 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘Arp.System.RscGateway’ in process ‘MainProcess’ created.
09.01.20 10:49:42.928 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘Arp.System.Scm’ in process ‘MainProcess’ created.
09.01.20 10:49:42.928 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘Arp.System.Security.Services’ in process ‘MainProcess’ created.
09.01.20 10:49:42.936 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘Arp.System.Um’ in process ‘MainProcess’ created.
09.01.20 10:49:42.937 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘Arp.System.UmRscAuthorizator’ in process ‘MainProcess’ created.
09.01.20 10:49:42.937 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘Arp.System.UmRscAuthorizator.ExternalIoProcess’ in process ‘MainProcess’ created.
09.01.20 10:49:42.937 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘Arp.System.UmRscAuthorizator.LocalIoProcess’ in process ‘MainProcess’ created.
09.01.20 10:49:42.938 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘Arp.System.Watchdog.MainProcess’ in process ‘MainProcess’ created.
09.01.20 10:49:42.944 Arp.System.Acf.Internal.Sm.ComponentsController INFO - Component ‘XInst’ in process ‘MainProcess’ created.
09.01.20 10:49:43.091 Arp.Device.Access.Internal.Target.HwFuncDevInfo INFO - System Interface: TPM data version 2 found (length 180)
09.01.20 10:49:43.140 Arp.System.Um.Internal.LinuxUserProvider INFO - Export of um users to Linux system started
09.01.20 10:49:43.147 Arp.System.Um.Internal.LinuxUserProvider INFO - user ‘admin’ selected for export
09.01.20 10:49:43.149 Arp.System.Um.Internal.LinuxUserProvider INFO - user ‘ulstein’ selected for export
09.01.20 10:49:44.135 Arp.System.Um.Internal.LinuxUserProvider INFO - Export of um users to Linux system finished
09.01.20 10:49:44.138 Arp.System.Watchdog.SystemWatchdogComponent INFO - starting SystemWatchdog on process: MainProcess
09.01.20 10:49:44.811 Arp.Device.Interface.Internal.Target.HwFuncEthernet INFO - Found ethernet device 1 (eth0 at 00:A0:45:A0:AF:18) with 2 ports.
09.01.20 10:49:44.815 Arp.Device.Interface.Internal.Target.HwFuncSystem INFO - Save PID 4198 for script ‘/etc/init.d/plcnext stop’
09.01.20 10:49:44.852 Arp.Device.Interface.Internal.Target.HwFuncFpga INFO - Device Interface: FPGA version = 1.1.72.
09.01.20 10:49:44.883 Arp.Device.Interface.Internal.Target.HwFuncDevInfo INFO - System Interface: TPM data version 2 found (length 180)
09.01.20 10:49:44.953 Arp.Device.Interface.DiComponent INFO - Checking license on external SD card
09.01.20 10:49:44.978 Arp.System.Lm.LicenseManager INFO - License runtime version: 2.32.1285
09.01.20 10:49:45.308 Arp.Plc.Eclr.Internal.EclrDomain INFO - EclrComponent eclr version 3.2.893.0
09.01.20 10:49:45.408 Arp.Io.Axioline.AxiolineComponent INFO - Axioline: Initialize.
09.01.20 10:49:45.409 Arp.Io.Axioline.Internal.System INFO - Axioline: Setup(): Setup Axio bus component and driver.
09.01.20 10:49:45.413 Arp.Io.Axioline.AxiolineComponent INFO - Axioline: Load settings from path=/etc/plcnext/device/Io/AxlC/AxlC.settings
09.01.20 10:49:45.431 Arp.Io.EthernetIP.EthernetIPComponent INFO - Initialize
09.01.20 10:49:45.435 Arp.Io.EthernetIP.EthernetIPComponent INFO - SubscribeServices
09.01.20 10:49:45.438 Arp.Io.EthernetIP.EthernetIPComponent INFO - LoadSettings, settingsPath=/etc/plcnext/device/Io/EthernetIP/EthernetIP.settings
09.01.20 10:49:45.451 Arp.Io.EthernetIP.EthernetIPComponent INFO - 2973754048 Enter SetupSettings. startEsdk=true
09.01.20 10:49:45.462 Arp.Io.EthernetIP.EthernetIPComponent INFO - SetupSettings, articleName=AXC F 2152, articleNumber=2404267, serialNumber=1356867202
09.01.20 10:49:45.464 Arp.Io.EthernetIP.EthernetIPComponent INFO - 2973754048 Start threshold=6, esdkLogType=0x000b, nics=all, minConsumingDataRate=10, minProducingDataRate=10, statisticsLogLevel=Info, statisticsLogInterval=10000, statisticsSampleCountLimit=2000, statisticsStepMinAverage=false, statisticsStepMaxAverage=false, forceLoadAssemblies=false
09.01.20 10:49:45.465 Arp.Io.EthernetIP.EthernetIPComponent INFO - 2973754048 ESDK 0xffff, Start, threshold=6, esdkLogType=0x000b, nics=all, heartBeatID=198, listenOnlyID=199, productType=0x0e, productName=AXC F 2152, serialNumber=1356867202, productCode=8220, timerIntervalMin=1, timerIntervalMax=25
09.01.20 10:49:45.467 Arp.Io.EthernetIP.EthernetIPComponent INFO - 2973754048 ESDK 0x0001, platformSocket, type=2, protocol=0, sock=0x11
09.01.20 10:49:45.468 Arp.Io.EthernetIP.EthernetIPComponent INFO - 2973754048 ESDK 0x0001, platformCloseSocket, sock=0x11
09.01.20 10:49:45.470 Arp.Io.EthernetIP.EthernetIPComponent INFO - 2973754048 ESDK 0x0001, socketInitTargetData Total Host IP Addresses: 1
09.01.20 10:49:45.473 Arp.Io.EthernetIP.EthernetIPComponent INFO - 2973754048 ESDK 0x0001, EtherNet/IP stack successfully initialized
09.01.20 10:49:45.475 Arp.Io.EthernetIP.EthernetIPComponent INFO - 2973754048 ESDK 0x0001, Exit EtIPAdapterStart()
09.01.20 10:49:45.476 Arp.Io.EthernetIP.EthernetIPComponent INFO - 2973754048 ESDK 0x0001, socketSetTimerIntervalMax s_TimerIntervalMax=25
09.01.20 10:49:45.477 Arp.Io.EthernetIP.EthernetIPComponent INFO - 2973754048 ESDK 0x0001, EtIPSetTimerIntervalLimits: timerInterval=25, min=1, max=25
09.01.20 10:49:45.479 Arp.Io.EthernetIP.EthernetIPComponent INFO - 2973754048 ESDK 0x0001, platformSocket, type=2, protocol=0, sock=0x11
09.01.20 10:49:45.480 Arp.Io.EthernetIP.EthernetIPComponent INFO - 2973754048 ESDK 0x0001, platformCloseSocket, sock=0x11
09.01.20 10:49:45.481 Arp.Io.EthernetIP.EthernetIPComponent INFO - 2973754048 ESDK 0x0001, socketInitTargetData Total Host IP Addresses: 1
09.01.20 10:49:45.483 Arp.Io.EthernetIP.EthernetIPComponent INFO - 2973754048 ESDK 0xffff, LoadNics, Reading in all host ip addresses
09.01.20 10:49:45.484 Arp.Io.EthernetIP.EthernetIPComponent INFO - 2973754048 ESDK 0x0001, platformSocket, type=2, protocol=0, sock=0x11
09.01.20 10:49:45.485 Arp.Io.EthernetIP.EthernetIPComponent INFO - 2973754048 ESDK 0x0001, platformCloseSocket, sock=0x11
09.01.20 10:49:45.488 Arp.Io.EthernetIP.EthernetIPComponent INFO - 2892518080 ESDK 0x0001, Enter EIPTask()
09.01.20 10:49:45.521 Arp.Io.EthernetIP.EthernetIPComponent INFO - 2973754048 ESDK 0x0001, Claimed IP address: 192.168.1.10, sm=255.255.255.0, gw=192.168.1.1, primaryNameSvr=8.8.8.8, secondary=0.0.0.0, domain=
09.01.20 10:49:45.521 Arp.Io.EthernetIP.EthernetIPComponent INFO - 2973754048 ESDK 0x0001, platformSocket, type=1, protocol=0, sock=0x11
09.01.20 10:49:45.521 Arp.Io.EthernetIP.EthernetIPComponent INFO - 2973754048 ESDK 0x0001, platformSocket, type=2, protocol=0, sock=0x12
09.01.20 10:49:45.521 Arp.Io.EthernetIP.EthernetIPComponent INFO - 2973754048 ESDK 0x0002, srcIp=192.168.1.10, socketClass1Init allocated socket 0x12, bBroadcast=1, lBufferSize=4096, iPort=44818, bConsumeMcast=0
09.01.20 10:49:45.521 Arp.Io.EthernetIP.EthernetIPComponent INFO - 2973754048 ESDK 0x0002, New Network LED value = 1
09.01.20 10:49:45.522 Arp.Io.EthernetIP.EthernetIPComponent INFO - 2892518080 OnNewNetworkLedChange ledState=true.
09.01.20 10:49:45.522 Arp.Io.EthernetIP.EthernetIPComponent WARN - 2892518080 OnEndOfEipCycle thisActiveTime=33 > TimerIntervalMax=25 !!!
09.01.20 10:49:45.522 Arp.Io.EthernetIP.EthernetIPComponent INFO - 2892518080 LogStatistics cycle=24/24, active=33/33, esdk=33/33, gds=0/0
09.01.20 10:49:45.523 Arp.Io.EthernetIP.EthernetIPComponent INFO - 2973754048 ESDK 0xffff, LoadNics, installedIpAddressCount=1
09.01.20 10:49:45.523 Arp.Io.EthernetIP.EthernetIPComponent INFO - 2973754048 ESDK 0x0001, platformSocket, type=2, protocol=0, sock=0x13
09.01.20 10:49:45.523 Arp.Io.EthernetIP.EthernetIPComponent INFO - 2973754048 ESDK 0x0001, Mac id 00:a0:45:a0:af:18 for address: 192.168.1.10
09.01.20 10:49:45.523 Arp.Io.EthernetIP.EthernetIPComponent INFO - 2973754048 ESDK 0x0001, platformCloseSocket, sock=0x13
09.01.20 10:49:45.525 Arp.Io.EthernetIP.EthernetIPComponent INFO - 2973754048 ESDK 0xffff, LoadNics, ip=192.168.1.10, mac=00:a0:45:a0:af:18, label=eth0
09.01.20 10:49:45.525 Arp.Io.EthernetIP.EthernetIPComponent INFO - 2973754048 ESDK 0xffff, LoadNics, Releasing all host ip addresses
09.01.20 10:49:45.526 Arp.Io.EthernetIP.EthernetIPComponent INFO - 2973754048 ESDK 0x0001, platformCloseSocket, sock=0x12
09.01.20 10:49:45.526 Arp.Io.EthernetIP.EthernetIPComponent INFO - 2973754048 ESDK 0x0001, platformCloseSocket, sock=0x11
09.01.20 10:49:45.527 Arp.Io.EthernetIP.EthernetIPComponent INFO - 2973754048 ESDK 0x0002, New Network LED value = 0
09.01.20 10:49:45.527 Arp.Io.EthernetIP.EthernetIPComponent INFO - 2973754048 ESDK 0x0001, platformSocket, type=2, protocol=0, sock=0x11
09.01.20 10:49:45.528 Arp.Io.EthernetIP.EthernetIPComponent INFO - 2973754048 ESDK 0x0001, platformCloseSocket, sock=0x11
09.01.20 10:49:45.564 Arp.Io.EthernetIP.EthernetIPComponent INFO - 2973754048 ESDK 0x0001, Claimed IP address: 192.168.1.10, sm=255.255.255.0, gw=192.168.1.1, primaryNameSvr=8.8.8.8, secondary=0.0.0.0, domain=
09.01.20 10:49:45.564 Arp.Io.EthernetIP.EthernetIPComponent INFO - 2973754048 ESDK 0x0001, platformSocket, type=1, protocol=0, sock=0x11
09.01.20 10:49:45.564 Arp.Io.EthernetIP.EthernetIPComponent INFO - 2973754048 ESDK 0x0001, platformSocket, type=2, protocol=0, sock=0x12
09.01.20 10:49:45.564 Arp.Io.EthernetIP.EthernetIPComponent INFO - 2973754048 ESDK 0x0002, srcIp=192.168.1.10, socketClass1Init allocated socket 0x12, bBroadcast=1, lBufferSize=4096, iPort=44818, bConsumeMcast=0
09.01.20 10:49:45.564 Arp.Io.EthernetIP.EthernetIPComponent INFO - 2973754048 ESDK 0x0002, New Network LED value = 1
09.01.20 10:49:45.565 Arp.Io.EthernetIP.EthernetIPComponent INFO - 2892518080 OnNewNetworkLedChange ledState=false.
09.01.20 10:49:45.566 Arp.Io.EthernetIP.EthernetIPComponent INFO - 2892518080 OnNewNetworkLedChange ledState=true.
09.01.20 10:49:45.567 Arp.Io.EthernetIP.EthernetIPComponent INFO - 2973754048 LogStatistics cycle=41/58, active=26/33, esdk=26/33, gds=0/0
09.01.20 10:49:45.567 Arp.Io.EthernetIP.EthernetIPComponent INFO - 2973754048 Exit SetupSettings. Elapsed=116
09.01.20 10:49:45.612 Arp.Device.HmiLed.Internal.LedManager INFO - LedManager: PN-Dev at 1
09.01.20 10:49:45.614 Arp.Device.HmiLed.Internal.LedManager INFO - LedManager: PN-Ctrl at 1
09.01.20 10:49:45.615 Arp.Io.ProfinetStack.System.Internal.System INFO - Initialize: PN Version Info: v6.3.9755
09.01.20 10:49:45.958 Arp.Io.ProfinetStack.System.Internal.Adaption ERROR - Event Archive Entry, Module ID: 50, Message: loading ini file (/etc/plcnext/device/Io/PnS/bas_cm_api.linux.ini) failed
09.01.20 10:49:46.000 Arp.Io.ProfinetStack.System.Internal.Adaption ERROR - Event Archive Entry, Module ID: 50, Message: loading ini file (/etc/plcnext/device/Io/PnS/bas_cm_api.linux.ini) failed
09.01.20 10:49:46.021 Arp.Io.ProfinetStack.System.Internal.Adaption ERROR - Event Archive Entry, Module ID: 50, Message: loading ini file (/etc/plcnext/device/Io/PnS/bas_cm_api.linux.ini) failed
09.01.20 10:49:46.043 Arp.Io.ProfinetStack.System.Internal.Adaption ERROR - Event Archive Entry, Module ID: 50, Message: loading ini file (/etc/plcnext/device/Io/PnS/bas_cm_api.linux.ini) failed
09.01.20 10:49:46.073 Arp.Io.ProfinetStack.System.Internal.Adaption ERROR - Event Archive Entry, Module ID: 50, Message: loading ini file (/etc/plcnext/device/Io/PnS/bas_cm_api.linux.ini) failed
09.01.20 10:49:46.143 Arp.Io.ProfinetStack.System.Internal.Adaption ERROR - Event Archive Entry, Module ID: 50, Message: loading ini file (/etc/plcnext/device/Io/PnS/bas_cm_api.linux.ini) failed
09.01.20 10:49:46.169 Arp.Io.ProfinetStack.System.Internal.Adaption ERROR - Event Archive Entry, Module ID: 50, Message: loading ini file (/etc/plcnext/device/Io/PnS/bas_cm_api.linux.ini) failed
09.01.20 10:49:46.193 Arp.Io.ProfinetStack.System.Internal.Adaption ERROR - Event Archive Entry, Module ID: 50, Message: loading ini file (/etc/plcnext/device/Io/PnS/bas_cm_api.linux.ini) failed
09.01.20 10:49:46.464 Arp.Io.ProfinetStack.System.Internal.Adaption ERROR - Event Archive Entry, Module ID: 50, Message: loading ini file (/etc/plcnext/device/Io/PnS/bas_cm_api.linux.ini) failed
09.01.20 10:49:46.465 Arp.Io.ProfinetStack.System.Internal.Adaption WARN - Event Archive Entry, Module ID: 8b, Message: Could not get receive thread prio from section the [IPCONFIGx] section.
09.01.20 10:49:46.485 Arp.Io.ProfinetStack.System.Internal.Adaption ERROR - Event Archive Entry, Module ID: 50, Message: loading ini file (/etc/plcnext/device/Io/PnS/bas_cm_api.linux.ini) failed
09.01.20 10:49:46.485 Arp.Io.ProfinetStack.System.Internal.Adaption WARN - Event Archive Entry, Module ID: 8b, Message: Could not get receive thread stack size from section the [IPCONFIGx] section.
09.01.20 10:49:46.505 Arp.Io.ProfinetStack.System.Internal.Adaption ERROR - Event Archive Entry, Module ID: 50, Message: loading ini file (/etc/plcnext/device/Io/PnS/bas_cm_api.linux.ini) failed
09.01.20 10:49:46.505 Arp.Io.ProfinetStack.System.Internal.Adaption WARN - Event Archive Entry, Module ID: 80, Message: OSL_CreateTask: Could not get default stack size from ini file, using default stack size 524288
09.01.20 10:49:46.672 Arp.Io.ProfinetStack.System.Internal.Adaption ERROR - Event Archive Entry, Module ID: 50, Message: loading ini file (/etc/plcnext/device/Io/PnS/bas_cm_api.linux.ini) failed
09.01.20 10:49:46.672 Arp.Io.ProfinetStack.System.Internal.Adaption WARN - Event Archive Entry, Module ID: 80, Message: OSL_CreateTask: Could not get default stack size from ini file, using default stack size 524288
09.01.20 10:49:46.692 Arp.Io.ProfinetStack.System.Internal.Adaption ERROR - Event Archive Entry, Module ID: 50, Message: loading ini file (/etc/plcnext/device/Io/PnS/bas_cm_api.linux.ini) failed
09.01.20 10:49:46.711 Arp.Io.ProfinetStack.System.Internal.Adaption ERROR - Event Archive Entry, Module ID: 50, Message: loading ini file (/etc/plcnext/device/Io/PnS/bas_cm_api.linux.ini) failed
09.01.20 10:49:46.712 Arp.Io.ProfinetStack.System.Internal.Adaption WARN - Event Archive Entry, Module ID: 80, Message: OSL_CreateTask: Could not get default stack size from ini file, using default stack size 524288
09.01.20 10:49:46.729 Arp.Io.ProfinetStack.System.Internal.Adaption ERROR - Event Archive Entry, Module ID: 50, Message: loading ini file (/etc/plcnext/device/Io/PnS/bas_cm_api.linux.ini) failed
09.01.20 10:49:46.746 Arp.Io.ProfinetStack.System.Internal.Adaption ERROR - Event Archive Entry, Module ID: 50, Message: loading ini file (/etc/plcnext/device/Io/PnS/bas_cm_api.linux.ini) failed
09.01.20 10:49:46.776 Arp.Io.ProfinetStack.System.Internal.Adaption ERROR - Event Archive Entry, Module ID: 50, Message: loading ini file (/etc/plcnext/device/Io/PnS/bas_cm_api.linux.ini) failed
09.01.20 10:49:46.794 Arp.Io.ProfinetStack.System.Internal.Adaption ERROR - Event Archive Entry, Module ID: 50, Message: loading ini file (/etc/plcnext/device/Io/PnS/bas_cm_api.linux.ini) failed
09.01.20 10:49:46.794 Arp.Io.ProfinetStack.System.Internal.Adaption WARN - Event Archive Entry, Module ID: 80, Message: OSL_CreateTask: Could not get default stack size from ini file, using default stack size 524288
09.01.20 10:49:46.812 Arp.Io.ProfinetStack.System.Internal.Adaption ERROR - Event Archive Entry, Module ID: 50, Message: loading ini file (/etc/plcnext/device/Io/PnS/bas_cm_api.linux.ini) failed
09.01.20 10:49:46.812 Arp.Io.ProfinetStack.System.Internal.Adaption WARN - Event Archive Entry, Module ID: 80, Message: OSL_CreateTask: Could not get default stack size from ini file, using default stack size 524288
09.01.20 10:49:46.829 Arp.Io.ProfinetStack.System.Internal.Adaption ERROR - Event Archive Entry, Module ID: 50, Message: loading ini file (/etc/plcnext/d

… (truncated)

Hi Mathias, I won’t make any promises, but we hope to have a solution to the missing libraries problem for firmware version 2020.3. The log file seems to be complaining about this file: /etc/plcnext/device/Io/PnS/bas_cm_api.linux.ini There is a possibility that one or more system configuration files like this were inadvertently edited on your PLC, in which case the old (edited) version would be retained after upgrading the firmware. This can cause problems like the one you’re seeing. The first thing to try, is to do a Type 1 reset of the PLC using the command sudo recover-plcnext 1 - this will restore all default files for the firmware version currently installed, and I expect that this will solve the problem. This procedure also deletes any user files that you have installed. So you would need to re-install all your project files again after the reset. =============================== EDIT: It is also possible to disable Profinet on the PLC, but you should probably solve the root cause of this problem first. =============================== Hope this helps. ~ Martin.

Thank you for the quick answer. I was able to get it running after the reset.