no… still the same. and I can ping it (them) when it refuses connection.- I can obviously SSH in and VNC in. I get the same error when using the local (archivesw’s) browser http://localhost:8080
Yes, I have rebooted- doesn’t seem to help. And that is the only way I can start it as it no longer starts by itself. But that stopped happening awhile back.
Is there a config file I can copy? I may just do a clean build, it would be nice not having to manually setting up from scratch with my specific device information/data.
Ever since some things got updated a while ago I have not been able to get a completely working and stable RPi with ArchiveSW. I’m not sure what is going on. I wish I had just never updated. One thing I experience was the RPi getting overloaded constantly writing to the Archive.log file to the point that I couldn’t access or control it. This was the worst on a RPi 2B. Powering off to get control of it actually corrupted the SD card to the point I can’t use it any more. No partitioning software or formatting software will do anything to it. On my RPi 3B+ my Samsung Pro Endurance SD card apparently doesn’t have any more endurance because it quit in the same manner while I was re-partitioning it on my Surface 3 to do a clean slate install. If anyone knows of any software which might happen to be able to make the SD cards usable, I’d appreciate it.
The error I’m having right now with a fresh install on a bare RPi 3B+ is this:
2019-06-28 23:17:19 Starting Archive v1.8.16.111
2019-06-28 23:17:19 TCP client active on: 127.0.0.1:33514 to 127.0.0.1:9090
2019-06-28 23:17:21 Error in insertHubStatus (4): ER_DATA_TOO_LONG: Data too long for column ‘fs’ at row 1
2019-06-28 23:17:51 Error in insertHubStatus (4): ER_DATA_TOO_LONG: Data too long for column ‘fs’ at row 1
The Archive.log file is over 22kB in less than 15 minutes. Any suggestions on what to do?
I updated and ran AlterTables and that fixed one error and another showed up. I reinstalled from scratch (NOOBS), let the install of the OS do its update at the end of install and let the ArchiveSW install script run the update too. Here is what the logs show:
Archive.log
====
2019-07-01 23:48:37 Starting Archive v1.8.16.111
2019-07-01 23:48:37 TCP client active on: 127.0.0.1:33048 to 127.0.0.1:9090
2019-07-01 23:48:43 Error in insertHubStatus (4): ER_DATA_TOO_LONG: Data too long for column 'fs' at row 1
2019-07-01 23:48:45 Error in insertHubStatus (4): ER_DATA_TOO_LONG: Data too long for column 'fs' at row 1
2019-07-01 23:48:46 appRestart : :
2019-07-01 23:48:47 piReboot : :
2019-07-01 23:48:53 Error in insertHubStatus (4): ER_DATA_TOO_LONG: Data too long for column 'fs' at row 1
2019-07-01 23:48:55 Error in insertHubStatus (4): ER_DATA_TOO_LONG: Data too long for column 'fs' at row 1
{......truncated.......}
2019-07-01 23:50:15 Error in insertHubStatus (4): ER_DATA_TOO_LONG: Data too long for column 'fs' at row 1
2019-07-01 23:50:23 Error in insertHubStatus (4): ER_TRUNCATED_WRONG_VALUE_FOR_FIELD: Incorrect integer value: '[25,0]' for column `archivesw`.`HubStatus`.`mqtt_stats` at row 1
2019-07-01 23:50:25 Error in insertHubStatus (4): ER_DATA_TOO_LONG: Data too long for column 'radio_stats' at row 1
2019-07-01 23:50:33 Error in insertHubStatus (4): ER_TRUNCATED_WRONG_VALUE_FOR_FIELD: Incorrect integer value: '[25,0]' for column `archivesw`.`HubStatus`.`mqtt_stats` at row 1
2019-07-01 23:50:35 Error in insertHubStatus (4): ER_DATA_TOO_LONG: Data too long for column 'radio_stats' at row 1
The error changed after running AlterTables right after the new install. Here is the log:
The first errors are before running AlterTables. Where the error changed is when AlterTables was run. I inserted {…truncated…} one error above when AlterTables was run.