LibreNMS Webpage Not Loading -- Showing Something Went Wrong

When asking for help and support, please provide as much information as possible. This should include:

This error page starting showing up randomly on February 1st. I checked the librenms.log but I cannot find any errors that would be causing any issues.

[librenms@librenms-0001 ~]$ ./validate.php

Component Version
LibreNMS 24.1.0-56-gcf99657 (2024-02-02T10:49:09-05:00)
DB Schema 2024_01_09_211518_custom_map_node_maplink (288)
PHP 8.1.24
Python 3.6.8
Database MariaDB 10.4.18-MariaDB-log
RRDTool 1.4.8
SNMP 5.7.2
===========================================

[OK] Composer Version: 2.1.6
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database Schema is current
[OK] SQL Server meets minimum requirements
[OK] lower_case_table_names is enabled
[OK] MySQL engine is optimal
[OK] Database and column collations are correct
[OK] Database schema correct
[OK] MySQL and PHP time match
[FAIL] No active polling method detected
[OK] Dispatcher Service not detected
[OK] Locks are functional
[FAIL] No active python wrapper pollers found
[OK] Redis is unavailable
[WARN] IPv6 is disabled on your server, you will not be able to add IPv6 devices.
[OK] rrdtool version ok
[OK] Connected to rrdcached

I have tried logging in on Chrome and Firefox with the same issue.

I am seeing the following error in the logs.

“}},“userId”:9,“exception”:”[object] (Spatie\LaravelIgnition\Exceptions\ViewException(code: 0): Route [maps.custom.index] not defined. at /data/librenms/vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php:467)

[previous exception] [object] (Symfony\Component\Routing\Exception\RouteNotFoundException(code: 0): Route [maps.custom.index] not defined. at /data/librenms/vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php:467)"}

MySQL is also showing issues with connections

Feb 08 12:56:01 librenms-0001.sicom.com mysqld[26307]: 2024-02-08 12:56:01 239 [Warning] Aborted connection 239 to db: ‘librenms’ user: ‘librenms’ host: ‘localhost’ (Got timeout reading communication packets)
Feb 08 13:02:02 librenms-0001.sicom.com mysqld[26307]: 2024-02-08 13:02:02 500 [Warning] Aborted connection 500 to db: ‘librenms’ user: ‘librenms’ host: ‘localhost’ (Got timeout reading communication packets)

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