Ooops, something went wrong, JavaScript cannot continue...

Hi, I've got the above error when trying to load lpar2rrd page, suddenly after no changes. :-(
The stor2rrd page on the same host is working fine. Tried Chrome, Firefox, Edge. 
Checked console on Chrome and Firefox

Chrome:
DevTools failed to load SourceMap: Could not load content for https://lpar2rrd.XXX.net/lpar2rrd/jquery/web-animations.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load SourceMap: Could not load content for https://lpar2rrd.XXX.net/lpar2rrd/css/multiple-select.css.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

Firefox:
Source-Map-Error: Error: request failed with status 404
Ressource-Adress: https://lpar2rrd.XXX.net/lpar2rrd/jquery/libs.min.js
Source-Map-Adress: web-animations.min.js.map

Any advise or idea what to do? Thanks a lot!
BR
Sebastian

Comments

  • Hi,

    ls -l www/jquery
    ls -l html/jquery
  • hi,

    ignore previous.

    it migh have several reasons

    1.
    please try to check Firefox browser console for errors:

    Press [F12], then click on the "Console" tab.
    If you don't see any errors try reloading the page again, the error may be generated when the page loads. The console will provide you with the error type, the location of the error and the line number

    You should see errors in red, pls screenshot.

    2.
    ls -l /var/tmp/systemd-private*/tmp/lpar2rrd-realt-error.log /var/tmp/lpar2rrd-realt-error.log
    tail /var/tmp/systemd-private*/tmp/lpar2rrd-realt-error.log
    tail /var/tmp/lpar2rrd-realt-error.log

    3. apache logs (somewhere in /var)
    tail error_log
    grep lpar2rrd access_log| tail -50

    send us data directly via: support at lpar2rrd dot com

  • As written via Mail, solved for myself, just copied a backup of file ./etc/.web_config/users.json to ./etc/web_config/users.json, cause this was reported as corrupt. Thx a lot for hints where to look for!
Sign In or Register to comment.