Cumulus Mx stop bug
Posted: Mon 29 May 2023 6:17 pm
Good morning,
I have a problem with CumulusMX
From time to time, it crashes for no reason and I have to restart it completely to unlock it.
After researching the last case, I find this in the syslog logs:
May 28 22:40:01 raspberrypi CRON[16632]: (root) CMD (cd /opt/CumulusMX; utils/bin/cumulusutils.exe sysinfo UserAskedDa>)
May 28 22:40:01 raspberrypi CRON[16631]: (CRON) info (No MTA installed, discarding output)
May 28 22:45:46 raspberrypi systemd[1]: cumulusmx.service: Main process exited, code=exited, status=1/FAILURE
May 28 22:45:46 raspberrypi systemd[1]: cumulusmx.service: Failed with result 'exit-code'.
May 28 22:45:46 raspberrypi systemd[1]: cumulusmx.service: Consumed 3h 26min 3.847s CPU time.
Looks like it came from a cron processing:
15 1 * * * cd /opt/CumulusMX; utils/bin/cumulusutils.exe thrifty website
*/10 * * * * cd /opt/CumulusMX; utils/bin/cumulusutils.exe sysinfo UserAskedDa>
Who seems to pass every 10 minutes... a healthcheck?
In the service logs, I managed to find this:
2023-05-28 22:40:00.257 DoLogFile: Writing log entry for 28/05/2023 22:40:00
2023-05-28 22:40:00.258 DoLogFile: log entry for 28/05/2023 22:40:00 written
2023-05-28 22:40:00.261 Writing today.ini, LastUpdateTime = 28/05/2023 22:40:00 raindaystart = 291.6 rain counter = 291.6
2023-05-28 22:40:02.823 Reading sensor ids
2023-05-28 22:40:04.092 LocalCopy: Error copy NOAA reports - Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/NOAAMO0523.txt".
2023-05-28 22:40:04.093 LocalCopy: Error copying standard data file [websitedata.json]
2023-05-28 22:40:04.093 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/websitedata.json".
2023-05-28 22:40:04.093 LocalCopy: Error copying graph data file [web/graphconfig.json]
2023-05-28 22:40:04.094 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/graphconfig.json".
2023-05-28 22:40:04.094 LocalCopy: Error copying graph data file [web/availabledata.json]
2023-05-28 22:40:04.094 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/availabledata.json".
2023-05-28 22:40:04.095 LocalCopy: Error copying graph data file [web/tempdata.json]
2023-05-28 22:40:04.095 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/tempdata.json".
2023-05-28 22:40:04.095 LocalCopy: Error copying graph data file [web/pressdata.json]
2023-05-28 22:40:04.095 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/pressdata.json".
2023-05-28 22:40:04.096 LocalCopy: Error copying graph data file [web/winddata.json]
2023-05-28 22:40:04.096 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/winddata.json".
2023-05-28 22:40:04.096 LocalCopy: Error copying graph data file [web/wdirdata.json]
2023-05-28 22:40:04.096 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/wdirdata.json".
2023-05-28 22:40:04.097 LocalCopy: Error copying graph data file [web/humdata.json]
2023-05-28 22:40:04.097 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/humdata.json".
2023-05-28 22:40:04.097 LocalCopy: Error copying graph data file [web/raindata.json]
2023-05-28 22:40:04.097 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/raindata.json".
2023-05-28 22:40:04.098 LocalCopy: Error copying graph data file [web/dailyrain.json]
2023-05-28 22:40:04.098 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/dailyrain.json".
2023-05-28 22:40:04.098 LocalCopy: Error copying graph data file [web/dailytemp.json]
2023-05-28 22:40:04.098 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/dailytemp.json".
2023-05-28 22:40:04.098 LocalCopy: Error copying graph data file [web/solardata.json]
2023-05-28 22:40:04.099 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/solardata.json".
2023-05-28 22:40:04.099 LocalCopy: Error copying graph data file [web/sunhours.json]
2023-05-28 22:40:04.099 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/sunhours.json".
2023-05-28 22:40:04.099 LocalCopy: Error copying graph data file [web/airquality.json]
2023-05-28 22:40:04.099 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/airquality.json".
2023-05-28 22:40:04.100 LocalCopy: Error copying daily graph data file [web/alldailytempdata.json]
2023-05-28 22:40:04.100 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/alldailytempdata.json".
2023-05-28 22:40:04.100 LocalCopy: Error copying daily graph data file [web/alldailypressdata.json]
2023-05-28 22:40:04.100 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/alldailypressdata.json".
2023-05-28 22:40:04.101 LocalCopy: Error copying daily graph data file [web/alldailywinddata.json]
2023-05-28 22:40:04.101 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/alldailywinddata.json".
2023-05-28 22:40:04.101 LocalCopy: Error copying daily graph data file [web/alldailyhumdata.json]
2023-05-28 22:40:04.101 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/alldailyhumdata.json".
2023-05-28 22:40:04.102 LocalCopy: Error copying daily graph data file [web/alldailyraindata.json]
2023-05-28 22:40:04.102 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/alldailyraindata.json".
2023-05-28 22:40:04.102 LocalCopy: Error copying daily graph data file [web/alldailysolardata.json]
2023-05-28 22:40:04.102 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/alldailysolardata.json".
2023-05-28 22:40:04.103 LocalCopy: Error copying daily graph data file [web/alldailydegdaydata.json]
2023-05-28 22:40:04.103 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/alldailydegdaydata.json".
2023-05-28 22:40:04.103 LocalCopy: Error copying daily graph data file [web/alltempsumdata.json]
2023-05-28 22:40:04.103 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/alltempsumdata.json".
2023-05-28 22:40:04.104 LocalCopy: Error copying moon image - Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/images/moon.png".
2023-05-28 22:40:08.527 FTP[Int]: Process complete
2023-05-28 22:40:14.837 Realtime[208]: Extra realtime web file[0] not found - web/reeel_T.txt
2023-05-28 22:40:14.837 Realtime[208]: Extra realtime web file[1] not found - web/CCdataT.php
2023-05-28 22:40:14.837 Realtime[208]: Extra realtime web file[2] not found - web/CCdata.php
2023-05-28 22:40:14.838 RealtimeLocalCopy[208]: Error copying [web/realtimegauges.txt] to [var/www/html/utils//realtimegauges.txt. Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/realtimegauges.txt".
2023-05-28 22:40:14.956 Realtime[208]: Warning, extra web file[0] not found! - web/reeel_T.txt
2023-05-28 22:40:14.956 Realtime[208]: Warning, extra web file[1] not found! - web/CCdataT.php
2023-05-28 22:40:14.956 Realtime[208]: Warning, extra web file[2] not found! - web/CCdata.php
2023-05-28 22:40:29.804 Realtime[209]: Extra realtime web file[0] not found - web/reeel_T.txt
2023-05-28 22:40:29.804 Realtime[209]: Extra realtime web file[1] not found - web/CCdataT.php
2023-05-28 22:40:29.804 Realtime[209]: Extra realtime web file[2] not found - web/CCdata.php
2023-05-28 22:40:29.806 RealtimeLocalCopy[209]: Error copying [web/realtimegauges.txt] to [var/www/html/utils//realtimegauges.txt. Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/realtimegauges.txt".
2023-05-28 22:40:29.933 Realtime[209]: Warning, extra web file[0] not found! - web/reeel_T.txt
2023-05-28 22:40:29.933 Realtime[209]: Warning, extra web file[1] not found! - web/CCdataT.php
2023-05-28 22:40:29.933 Realtime[209]: Warning, extra web file[2] not found! - web/CCdata.php
2023-05-28 22:40:44.804 Realtime[210]: Extra realtime web file[0] not found - web/reeel_T.txt
2023-05-28 22:40:44.804 Realtime[210]: Extra realtime web file[1] not found - web/CCdataT.php
2023-05-28 22:40:44.804 Realtime[210]: Extra realtime web file[2] not found - web/CCdata.php
2023-05-28 22:40:44.806 RealtimeLocalCopy[210]: Error copying [web/realtimegauges.txt] to [var/www/html/utils//realtimegauges.txt. Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/realtimegauges.txt".
2023-05-28 22:40:44.936 Realtime[210]: Warning, extra web file[0] not found! - web/reeel_T.txt
2023-05-28 22:40:44.936 Realtime[210]: Warning, extra web file[1] not found! - web/CCdataT.php
2023-05-28 22:40:44.937 Realtime[210]: Warning, extra web file[2] not found! - web/CCdata.php
2023-05-28 22:40:59.803 Realtime[211]: Extra realtime web file[0] not found - web/reeel_T.txt
2023-05-28 22:40:59.803 Realtime[211]: Extra realtime web file[1] not found - web/CCdataT.php
2023-05-28 22:40:59.803 Realtime[211]: Extra realtime web file[2] not found - web/CCdata.php
2023-05-28 22:40:59.804 RealtimeLocalCopy[211]: Error copying [web/realtimegauges.txt] to [var/www/html/utils//realtimegauges.t[var/www/html/utils//realtimegauges.txt. Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/realtimegauges.txt".
2023-05-28 22:43:59.939 Realtime[223]: Warning, extra web file[0] not found! - web/reeel_T.txt
2023-05-28 22:43:59.940 Realtime[223]: Warning, extra web file[1] not found! - web/CCdataT.php
2023-05-28 22:43:59.940 Realtime[223]: Warning, extra web file[2] not found! - web/CCdata.php
2023-05-28 22:44:14.803 Realtime[224]: Extra realtime web file[0] not found - web/reeel_T.txt
2023-05-28 22:44:14.803 Realtime[224]: Extra realtime web file[1] not found - web/CCdataT.php
2023-05-28 22:44:14.803 Realtime[224]: Extra realtime web file[2] not found - web/CCdata.php
2023-05-28 22:44:14.804 RealtimeLocalCopy[224]: Error copying [web/realtimegauges.txt] to [var/www/html/utils//realtimegauges.txt. Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/realtimegauges.txt".
2023-05-28 22:44:14.910 Realtime[224]: Warning, extra web file[0] not found! - web/reeel_T.txt
2023-05-28 22:44:14.910 Realtime[224]: Warning, extra web file[1] not found! - web/CCdataT.php
2023-05-28 22:44:14.910 Realtime[224]: Warning, extra web file[2] not found! - web/CCdata.php
2023-05-28 22:44:15.304 AWEKAS: Exception = The operation was canceled.
2023-05-28 22:44:29.805 Realtime[225]: Extra realtime web file[0] not found - web/reeel_T.txt
2023-05-28 22:44:29.805 Realtime[225]: Extra realtime web file[1] not found - web/CCdataT.php
2023-05-28 22:44:29.806 Realtime[225]: Extra realtime web file[2] not found - web/CCdata.php
2023-05-28 22:44:29.807 RealtimeLocalCopy[225]: Error copying [web/realtimegauges.txt] to [var/www/html/utils//realtimegauges.txt. Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/realtimegauges.txt".
2023-05-28 22:44:29.931 Realtime[225]: Warning, extra web file[0] not found! - web/reeel_T.txt
2023-05-28 22:44:29.931 Realtime[225]: Warning, extra web file[1] not found! - web/CCdataT.php
2023-05-28 22:44:29.931 Realtime[225]: Warning, extra web file[2] not found! - web/CCdata.php
2023-05-28 22:44:44.805 Realtime[226]: Extra realtime web file[0] not found - web/reeel_T.txt
2023-05-28 22:44:44.805 Realtime[226]: Extra realtime web file[1] not found - web/CCdataT.php
2023-05-28 22:44:44.806 Realtime[226]: Extra realtime web file[2] not found - web/CCdata.php
2023-05-28 22:44:44.807 RealtimeLocalCopy[226]: Error copying [web/realtimegauges.txt] to [var/www/html/utils//realtimegauges.txt. Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/realtimegauges.txt".
2023-05-28 22:44:44.937 Realtime[226]: Warning, extra web file[0] not found! - web/reeel_T.txt
2023-05-28 22:44:44.938 Realtime[226]: Warning, extra web file[1] not found! - web/CCdataT.php
2023-05-28 22:44:44.938 Realtime[226]: Warning, extra web file[2] not found! - web/CCdata.php
2023-05-28 22:44:59.805 Realtime[227]: Extra realtime web file[0] not found - web/reeel_T.txt
2023-05-28 22:44:59.805 Realtime[227]: Extra realtime web file[1] not found - web/CCdataT.php
2023-05-28 22:44:59.805 Realtime[227]: Extra realtime web file[2] not found - web/CCdata.php
2023-05-28 22:44:59.808 RealtimeLocalCopy[227]: Error copying [web/realtimegauges.txt] to [var/www/html/utils//realtimegauges.txt. Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/realtimegauges.txt".
2023-05-28 22:44:59.936 Realtime[227]: Warning, extra web file[0] not found! - web/reeel_T.txt
2023-05-28 22:44:59.936 Realtime[227]: Warning, extra web file[1] not found! - web/CCdataT.php
2023-05-28 22:44:59.936 Realtime[227]: Warning, extra web file[2] not found! - web/CCdata.php
2023-05-28 22:45:14.805 Realtime[228]: Extra realtime web file[0] not found - web/reeel_T.txt
2023-05-28 22:45:14.806 Realtime[228]: Extra realtime web file[1] not found - web/CCdataT.php
2023-05-28 22:45:14.806 Realtime[228]: Extra realtime web file[2] not found - web/CCdata.php
2023-05-28 22:45:14.807 RealtimeLocalCopy[228]: Error copying [web/realtimegauges.txt] to [var/www/html/utils//realtimegauges.txt. Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/realtimegauges.txt".
2023-05-28 22:45:14.940 Realtime[228]: Warning, extra web file[0] not found! - web/reeel_T.txt
2023-05-28 22:45:14.940 Realtime[228]: Warning, extra web file[1] not found! - web/CCdataT.php
2023-05-28 22:45:14.940 Realtime[228]: Warning, extra web file[2] not found! - web/CCdata.php
2023-05-28 22:45:29.805 Realtime[229]: Extra realtime web file[0] not found - web/reeel_T.txt
2023-05-28 22:45:29.805 Realtime[229]: Extra realtime web file[1] not found - web/CCdataT.php
2023-05-28 22:45:29.806 Realtime[229]: Extra realtime web file[2] not found - web/CCdata.php
2023-05-28 22:45:29.807 RealtimeLocalCopy[229]: Error copying [web/realtimegauges.txt] to [var/www/html/utils//realtimegauges.txt. Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/realtimegauges.txt".
2023-05-28 22:45:29.941 Realtime[229]: Warning, extra web file[0] not found! - web/reeel_T.txt
2023-05-28 22:45:29.942 Realtime[229]: Warning, extra web file[1] not found! - web/CCdataT.php
2023-05-28 22:45:29.942 Realtime[229]: Warning, extra web file[2] not found! - web/CCdata.php
2023-05-28 22:45:44.805 Realtime[230]: Extra realtime web file[0] not found - web/reeel_T.txt
2023-05-28 22:45:44.806 Realtime[230]: Extra realtime web file[1] not found - web/CCdataT.php
2023-05-28 22:45:44.806 Realtime[230]: Extra realtime web file[2] not found - web/CCdata.php
2023-05-28 22:45:44.807 RealtimeLocalCopy[230]: Error copying [web/realtimegauges.txt] to [var/www/html/utils//realtimegauges.txt. Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/realtimegauges.txt".
2023-05-28 22:45:44.854 !!! Unhandled Exception !!!
System.ObjectDisposedException: Safe handle has been closed
at System.Runtime.InteropServices.SafeHandle.DangerousAddRef (System.Boolean& success) [0x0001c] in <de882a77e7c14f8ba5d298093dde82b2>:0
at System.Threading.NativeEventCalls.SetEvent (Microsoft.Win32.SafeHandles.SafeWaitHandle handle) [0x00002] in <de882a77e7c14f8ba5d298093dde82b2>:0
at System.Threading.EventWaitHandle.Set () [0x00000] in <de882a77e7c14f8ba5d298093dde82b2>:0
at (wrapper remoting-invoke-with-check) System.Threading.EventWaitHandle.Set()
at System.IOAsyncResult.set_IsCompleted (System.Boolean value) [0x0001e] in <33b19a7ad5234d94abf4fd9b47566616>:0
at System.Net.Sockets.SocketAsyncResult.Complete () [0x00031] in <33b19a7ad5234d94abf4fd9b47566616>:0
at System.Net.Sockets.SocketAsyncResult.Complete (System.Exception e) [0x00007] in <33b19a7ad5234d94abf4fd9b47566616>:0
at System.Net.Sockets.Socket+<;>c.<.cctor>b__366_7 (System.IOAsyncResult ares) [0x000d9] in <33b19a7ad5234d94abf4fd9b47566616>:0
at System.IOSelectorJob.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () [0x00000] in <33b19a7ad5234d94abf4fd9b47566616>:0
at System.Threading.ThreadPoolWorkQueue.Dispatch () [0x00074] in <de882a77e7c14f8ba5d298093dde82b2>:0
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback () [0x00000] in <de882a77e7c14f8ba5d298093dde82b2>:0
2023-05-28 22:45:44.945 Realtime[230]: Warning, extra web file[0] not found! - web/reeel_T.txt
2023-05-28 22:45:44.945 Realtime[230]: Warning, extra web file[1] not found! - web/CCdataT.php
2023-05-28 22:45:44.945 Realtime[230]: Warning, extra web file[2] not found! - web/CCdata.php
Any idea please?
Thanks in advance.
Cordially.
I have a problem with CumulusMX
From time to time, it crashes for no reason and I have to restart it completely to unlock it.
After researching the last case, I find this in the syslog logs:
May 28 22:40:01 raspberrypi CRON[16632]: (root) CMD (cd /opt/CumulusMX; utils/bin/cumulusutils.exe sysinfo UserAskedDa>)
May 28 22:40:01 raspberrypi CRON[16631]: (CRON) info (No MTA installed, discarding output)
May 28 22:45:46 raspberrypi systemd[1]: cumulusmx.service: Main process exited, code=exited, status=1/FAILURE
May 28 22:45:46 raspberrypi systemd[1]: cumulusmx.service: Failed with result 'exit-code'.
May 28 22:45:46 raspberrypi systemd[1]: cumulusmx.service: Consumed 3h 26min 3.847s CPU time.
Looks like it came from a cron processing:
15 1 * * * cd /opt/CumulusMX; utils/bin/cumulusutils.exe thrifty website
*/10 * * * * cd /opt/CumulusMX; utils/bin/cumulusutils.exe sysinfo UserAskedDa>
Who seems to pass every 10 minutes... a healthcheck?
In the service logs, I managed to find this:
2023-05-28 22:40:00.257 DoLogFile: Writing log entry for 28/05/2023 22:40:00
2023-05-28 22:40:00.258 DoLogFile: log entry for 28/05/2023 22:40:00 written
2023-05-28 22:40:00.261 Writing today.ini, LastUpdateTime = 28/05/2023 22:40:00 raindaystart = 291.6 rain counter = 291.6
2023-05-28 22:40:02.823 Reading sensor ids
2023-05-28 22:40:04.092 LocalCopy: Error copy NOAA reports - Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/NOAAMO0523.txt".
2023-05-28 22:40:04.093 LocalCopy: Error copying standard data file [websitedata.json]
2023-05-28 22:40:04.093 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/websitedata.json".
2023-05-28 22:40:04.093 LocalCopy: Error copying graph data file [web/graphconfig.json]
2023-05-28 22:40:04.094 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/graphconfig.json".
2023-05-28 22:40:04.094 LocalCopy: Error copying graph data file [web/availabledata.json]
2023-05-28 22:40:04.094 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/availabledata.json".
2023-05-28 22:40:04.095 LocalCopy: Error copying graph data file [web/tempdata.json]
2023-05-28 22:40:04.095 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/tempdata.json".
2023-05-28 22:40:04.095 LocalCopy: Error copying graph data file [web/pressdata.json]
2023-05-28 22:40:04.095 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/pressdata.json".
2023-05-28 22:40:04.096 LocalCopy: Error copying graph data file [web/winddata.json]
2023-05-28 22:40:04.096 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/winddata.json".
2023-05-28 22:40:04.096 LocalCopy: Error copying graph data file [web/wdirdata.json]
2023-05-28 22:40:04.096 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/wdirdata.json".
2023-05-28 22:40:04.097 LocalCopy: Error copying graph data file [web/humdata.json]
2023-05-28 22:40:04.097 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/humdata.json".
2023-05-28 22:40:04.097 LocalCopy: Error copying graph data file [web/raindata.json]
2023-05-28 22:40:04.097 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/raindata.json".
2023-05-28 22:40:04.098 LocalCopy: Error copying graph data file [web/dailyrain.json]
2023-05-28 22:40:04.098 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/dailyrain.json".
2023-05-28 22:40:04.098 LocalCopy: Error copying graph data file [web/dailytemp.json]
2023-05-28 22:40:04.098 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/dailytemp.json".
2023-05-28 22:40:04.098 LocalCopy: Error copying graph data file [web/solardata.json]
2023-05-28 22:40:04.099 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/solardata.json".
2023-05-28 22:40:04.099 LocalCopy: Error copying graph data file [web/sunhours.json]
2023-05-28 22:40:04.099 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/sunhours.json".
2023-05-28 22:40:04.099 LocalCopy: Error copying graph data file [web/airquality.json]
2023-05-28 22:40:04.099 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/airquality.json".
2023-05-28 22:40:04.100 LocalCopy: Error copying daily graph data file [web/alldailytempdata.json]
2023-05-28 22:40:04.100 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/alldailytempdata.json".
2023-05-28 22:40:04.100 LocalCopy: Error copying daily graph data file [web/alldailypressdata.json]
2023-05-28 22:40:04.100 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/alldailypressdata.json".
2023-05-28 22:40:04.101 LocalCopy: Error copying daily graph data file [web/alldailywinddata.json]
2023-05-28 22:40:04.101 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/alldailywinddata.json".
2023-05-28 22:40:04.101 LocalCopy: Error copying daily graph data file [web/alldailyhumdata.json]
2023-05-28 22:40:04.101 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/alldailyhumdata.json".
2023-05-28 22:40:04.102 LocalCopy: Error copying daily graph data file [web/alldailyraindata.json]
2023-05-28 22:40:04.102 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/alldailyraindata.json".
2023-05-28 22:40:04.102 LocalCopy: Error copying daily graph data file [web/alldailysolardata.json]
2023-05-28 22:40:04.102 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/alldailysolardata.json".
2023-05-28 22:40:04.103 LocalCopy: Error copying daily graph data file [web/alldailydegdaydata.json]
2023-05-28 22:40:04.103 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/alldailydegdaydata.json".
2023-05-28 22:40:04.103 LocalCopy: Error copying daily graph data file [web/alltempsumdata.json]
2023-05-28 22:40:04.103 LocalCopy: Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/alltempsumdata.json".
2023-05-28 22:40:04.104 LocalCopy: Error copying moon image - Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/images/moon.png".
2023-05-28 22:40:08.527 FTP[Int]: Process complete
2023-05-28 22:40:14.837 Realtime[208]: Extra realtime web file[0] not found - web/reeel_T.txt
2023-05-28 22:40:14.837 Realtime[208]: Extra realtime web file[1] not found - web/CCdataT.php
2023-05-28 22:40:14.837 Realtime[208]: Extra realtime web file[2] not found - web/CCdata.php
2023-05-28 22:40:14.838 RealtimeLocalCopy[208]: Error copying [web/realtimegauges.txt] to [var/www/html/utils//realtimegauges.txt. Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/realtimegauges.txt".
2023-05-28 22:40:14.956 Realtime[208]: Warning, extra web file[0] not found! - web/reeel_T.txt
2023-05-28 22:40:14.956 Realtime[208]: Warning, extra web file[1] not found! - web/CCdataT.php
2023-05-28 22:40:14.956 Realtime[208]: Warning, extra web file[2] not found! - web/CCdata.php
2023-05-28 22:40:29.804 Realtime[209]: Extra realtime web file[0] not found - web/reeel_T.txt
2023-05-28 22:40:29.804 Realtime[209]: Extra realtime web file[1] not found - web/CCdataT.php
2023-05-28 22:40:29.804 Realtime[209]: Extra realtime web file[2] not found - web/CCdata.php
2023-05-28 22:40:29.806 RealtimeLocalCopy[209]: Error copying [web/realtimegauges.txt] to [var/www/html/utils//realtimegauges.txt. Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/realtimegauges.txt".
2023-05-28 22:40:29.933 Realtime[209]: Warning, extra web file[0] not found! - web/reeel_T.txt
2023-05-28 22:40:29.933 Realtime[209]: Warning, extra web file[1] not found! - web/CCdataT.php
2023-05-28 22:40:29.933 Realtime[209]: Warning, extra web file[2] not found! - web/CCdata.php
2023-05-28 22:40:44.804 Realtime[210]: Extra realtime web file[0] not found - web/reeel_T.txt
2023-05-28 22:40:44.804 Realtime[210]: Extra realtime web file[1] not found - web/CCdataT.php
2023-05-28 22:40:44.804 Realtime[210]: Extra realtime web file[2] not found - web/CCdata.php
2023-05-28 22:40:44.806 RealtimeLocalCopy[210]: Error copying [web/realtimegauges.txt] to [var/www/html/utils//realtimegauges.txt. Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/realtimegauges.txt".
2023-05-28 22:40:44.936 Realtime[210]: Warning, extra web file[0] not found! - web/reeel_T.txt
2023-05-28 22:40:44.936 Realtime[210]: Warning, extra web file[1] not found! - web/CCdataT.php
2023-05-28 22:40:44.937 Realtime[210]: Warning, extra web file[2] not found! - web/CCdata.php
2023-05-28 22:40:59.803 Realtime[211]: Extra realtime web file[0] not found - web/reeel_T.txt
2023-05-28 22:40:59.803 Realtime[211]: Extra realtime web file[1] not found - web/CCdataT.php
2023-05-28 22:40:59.803 Realtime[211]: Extra realtime web file[2] not found - web/CCdata.php
2023-05-28 22:40:59.804 RealtimeLocalCopy[211]: Error copying [web/realtimegauges.txt] to [var/www/html/utils//realtimegauges.t[var/www/html/utils//realtimegauges.txt. Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/realtimegauges.txt".
2023-05-28 22:43:59.939 Realtime[223]: Warning, extra web file[0] not found! - web/reeel_T.txt
2023-05-28 22:43:59.940 Realtime[223]: Warning, extra web file[1] not found! - web/CCdataT.php
2023-05-28 22:43:59.940 Realtime[223]: Warning, extra web file[2] not found! - web/CCdata.php
2023-05-28 22:44:14.803 Realtime[224]: Extra realtime web file[0] not found - web/reeel_T.txt
2023-05-28 22:44:14.803 Realtime[224]: Extra realtime web file[1] not found - web/CCdataT.php
2023-05-28 22:44:14.803 Realtime[224]: Extra realtime web file[2] not found - web/CCdata.php
2023-05-28 22:44:14.804 RealtimeLocalCopy[224]: Error copying [web/realtimegauges.txt] to [var/www/html/utils//realtimegauges.txt. Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/realtimegauges.txt".
2023-05-28 22:44:14.910 Realtime[224]: Warning, extra web file[0] not found! - web/reeel_T.txt
2023-05-28 22:44:14.910 Realtime[224]: Warning, extra web file[1] not found! - web/CCdataT.php
2023-05-28 22:44:14.910 Realtime[224]: Warning, extra web file[2] not found! - web/CCdata.php
2023-05-28 22:44:15.304 AWEKAS: Exception = The operation was canceled.
2023-05-28 22:44:29.805 Realtime[225]: Extra realtime web file[0] not found - web/reeel_T.txt
2023-05-28 22:44:29.805 Realtime[225]: Extra realtime web file[1] not found - web/CCdataT.php
2023-05-28 22:44:29.806 Realtime[225]: Extra realtime web file[2] not found - web/CCdata.php
2023-05-28 22:44:29.807 RealtimeLocalCopy[225]: Error copying [web/realtimegauges.txt] to [var/www/html/utils//realtimegauges.txt. Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/realtimegauges.txt".
2023-05-28 22:44:29.931 Realtime[225]: Warning, extra web file[0] not found! - web/reeel_T.txt
2023-05-28 22:44:29.931 Realtime[225]: Warning, extra web file[1] not found! - web/CCdataT.php
2023-05-28 22:44:29.931 Realtime[225]: Warning, extra web file[2] not found! - web/CCdata.php
2023-05-28 22:44:44.805 Realtime[226]: Extra realtime web file[0] not found - web/reeel_T.txt
2023-05-28 22:44:44.805 Realtime[226]: Extra realtime web file[1] not found - web/CCdataT.php
2023-05-28 22:44:44.806 Realtime[226]: Extra realtime web file[2] not found - web/CCdata.php
2023-05-28 22:44:44.807 RealtimeLocalCopy[226]: Error copying [web/realtimegauges.txt] to [var/www/html/utils//realtimegauges.txt. Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/realtimegauges.txt".
2023-05-28 22:44:44.937 Realtime[226]: Warning, extra web file[0] not found! - web/reeel_T.txt
2023-05-28 22:44:44.938 Realtime[226]: Warning, extra web file[1] not found! - web/CCdataT.php
2023-05-28 22:44:44.938 Realtime[226]: Warning, extra web file[2] not found! - web/CCdata.php
2023-05-28 22:44:59.805 Realtime[227]: Extra realtime web file[0] not found - web/reeel_T.txt
2023-05-28 22:44:59.805 Realtime[227]: Extra realtime web file[1] not found - web/CCdataT.php
2023-05-28 22:44:59.805 Realtime[227]: Extra realtime web file[2] not found - web/CCdata.php
2023-05-28 22:44:59.808 RealtimeLocalCopy[227]: Error copying [web/realtimegauges.txt] to [var/www/html/utils//realtimegauges.txt. Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/realtimegauges.txt".
2023-05-28 22:44:59.936 Realtime[227]: Warning, extra web file[0] not found! - web/reeel_T.txt
2023-05-28 22:44:59.936 Realtime[227]: Warning, extra web file[1] not found! - web/CCdataT.php
2023-05-28 22:44:59.936 Realtime[227]: Warning, extra web file[2] not found! - web/CCdata.php
2023-05-28 22:45:14.805 Realtime[228]: Extra realtime web file[0] not found - web/reeel_T.txt
2023-05-28 22:45:14.806 Realtime[228]: Extra realtime web file[1] not found - web/CCdataT.php
2023-05-28 22:45:14.806 Realtime[228]: Extra realtime web file[2] not found - web/CCdata.php
2023-05-28 22:45:14.807 RealtimeLocalCopy[228]: Error copying [web/realtimegauges.txt] to [var/www/html/utils//realtimegauges.txt. Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/realtimegauges.txt".
2023-05-28 22:45:14.940 Realtime[228]: Warning, extra web file[0] not found! - web/reeel_T.txt
2023-05-28 22:45:14.940 Realtime[228]: Warning, extra web file[1] not found! - web/CCdataT.php
2023-05-28 22:45:14.940 Realtime[228]: Warning, extra web file[2] not found! - web/CCdata.php
2023-05-28 22:45:29.805 Realtime[229]: Extra realtime web file[0] not found - web/reeel_T.txt
2023-05-28 22:45:29.805 Realtime[229]: Extra realtime web file[1] not found - web/CCdataT.php
2023-05-28 22:45:29.806 Realtime[229]: Extra realtime web file[2] not found - web/CCdata.php
2023-05-28 22:45:29.807 RealtimeLocalCopy[229]: Error copying [web/realtimegauges.txt] to [var/www/html/utils//realtimegauges.txt. Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/realtimegauges.txt".
2023-05-28 22:45:29.941 Realtime[229]: Warning, extra web file[0] not found! - web/reeel_T.txt
2023-05-28 22:45:29.942 Realtime[229]: Warning, extra web file[1] not found! - web/CCdataT.php
2023-05-28 22:45:29.942 Realtime[229]: Warning, extra web file[2] not found! - web/CCdata.php
2023-05-28 22:45:44.805 Realtime[230]: Extra realtime web file[0] not found - web/reeel_T.txt
2023-05-28 22:45:44.806 Realtime[230]: Extra realtime web file[1] not found - web/CCdataT.php
2023-05-28 22:45:44.806 Realtime[230]: Extra realtime web file[2] not found - web/CCdata.php
2023-05-28 22:45:44.807 RealtimeLocalCopy[230]: Error copying [web/realtimegauges.txt] to [var/www/html/utils//realtimegauges.txt. Error = Could not find a part of the path "/opt/CumulusMX/var/www/html/utils/realtimegauges.txt".
2023-05-28 22:45:44.854 !!! Unhandled Exception !!!
System.ObjectDisposedException: Safe handle has been closed
at System.Runtime.InteropServices.SafeHandle.DangerousAddRef (System.Boolean& success) [0x0001c] in <de882a77e7c14f8ba5d298093dde82b2>:0
at System.Threading.NativeEventCalls.SetEvent (Microsoft.Win32.SafeHandles.SafeWaitHandle handle) [0x00002] in <de882a77e7c14f8ba5d298093dde82b2>:0
at System.Threading.EventWaitHandle.Set () [0x00000] in <de882a77e7c14f8ba5d298093dde82b2>:0
at (wrapper remoting-invoke-with-check) System.Threading.EventWaitHandle.Set()
at System.IOAsyncResult.set_IsCompleted (System.Boolean value) [0x0001e] in <33b19a7ad5234d94abf4fd9b47566616>:0
at System.Net.Sockets.SocketAsyncResult.Complete () [0x00031] in <33b19a7ad5234d94abf4fd9b47566616>:0
at System.Net.Sockets.SocketAsyncResult.Complete (System.Exception e) [0x00007] in <33b19a7ad5234d94abf4fd9b47566616>:0
at System.Net.Sockets.Socket+<;>c.<.cctor>b__366_7 (System.IOAsyncResult ares) [0x000d9] in <33b19a7ad5234d94abf4fd9b47566616>:0
at System.IOSelectorJob.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () [0x00000] in <33b19a7ad5234d94abf4fd9b47566616>:0
at System.Threading.ThreadPoolWorkQueue.Dispatch () [0x00074] in <de882a77e7c14f8ba5d298093dde82b2>:0
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback () [0x00000] in <de882a77e7c14f8ba5d298093dde82b2>:0
2023-05-28 22:45:44.945 Realtime[230]: Warning, extra web file[0] not found! - web/reeel_T.txt
2023-05-28 22:45:44.945 Realtime[230]: Warning, extra web file[1] not found! - web/CCdataT.php
2023-05-28 22:45:44.945 Realtime[230]: Warning, extra web file[2] not found! - web/CCdata.php
Any idea please?
Thanks in advance.
Cordially.