I’m running the developer version in trial, since this is for evaluation i started testing with the H2 embedded DB i’m running:
SQ Developer edition version 8.4.2
testing in chrome browser or win10 machine
using the zip packaged variant of SQ
i emptied the browser cache before running server
When running the server everything seems to run fine, and server is up. Once i move to running the web app, on localhost:9000 i’m greeted with the loading animation of the home page and it stays that way, checking the browser console for errors i get the below two errors
vendors-main.m.3b31e8a5.chunk.js:1 Failed to load resource: the server responded with a status of 404 ()
main.m.f35f4ac9.js:1 Failed to load resource: the server responded with a status of 404 ()
vendors-main.m.3b31e8a5.chunk.js:1 Failed to load resource: the server responded with a status of 404 ()
main.m.f35f4ac9.js:1 Failed to load resource: the server responded with a status of 404 ()
i read that someone had faced similar issue but i was due to them modifying the .properties file and removed some configuration line by mistake, i haven’t modified mine, appreciate anyone’s help as my trial license time is running out and i still haven’t tested anything due to this issue, here’s a screenshot of how it looks like.
I posted the two error logs from browser console in my question, they are ,
vendors-main.m.3b31e8a5.chunk.js:1 Failed to load resource: the server responded with a status of 404 ()
main.m.f35f4ac9.js:1 Failed to load resource: the server responded with a status of 404 ()
vendors-main.m.3b31e8a5.chunk.js:1 Failed to load resource: the server responded with a status of 404 ()
main.m.f35f4ac9.js:1 Failed to load resource: the server responded with a status of 404 ()
Please check your {SONARQUBE_INSTALLATION_FOLDER}/web/js folder and make sure it contains all the files that are reported as missing. If not, there’s probably been an issue during the extraction of the zip. You should retry this step.
May I suggest that you give a try to our docker image? See this page for more information.
Yes, it turns out that all files that are prefixed with either “vendor” or “main” in that directory don’t exist as i also compared it to same directory from the community edition i had before, and such files didn’t exist in dev. edition /js directory.