MatthewVita / spring-boot-private-chat

1-1 instant messaging project designed to demonstrate WebSockets in a load-balanced environment.
129 stars 56 forks source link

Error. Contact your administrator #13

Open balakrishna501 opened 4 years ago

balakrishna501 commented 4 years ago

Error. Contact your administrator i am getting this error when i type "localhost:8080"

Please save me from this error

MatthewVita commented 4 years ago

Did the frontend install and build go smoothly? any issues?

rajivsatish commented 4 years ago

I am also getting the same error : Error. Contact your administrator i am getting this error when i type "localhost:8080"

Please not that There is no error in server console.

I installed all system dependency including Node & NPM which were complex to do. Please help !! Thanks.

MatthewVita commented 4 years ago

Hi all. Just a friendly reminder that project is effectively 4 years old and some of the package management or general configs may need updating. I'm happy to help troubleshoot and possibly change things - I'm working a lot right now so...

Can you please tell me the output of sudo npm install && gulp?

rajivsatish commented 4 years ago

Hi Mathew, Thanks for quick response. Please find attached output of npm install && gulp run on window 10 via cmd. however it show error in log but it does create node_modules folder under src where gulpfile is present. please help !! 2020-05-30T13_30_17_291Z-debug.log

Thanks!

MatthewVita commented 4 years ago

Hi @rajivsatish,

I don't have this system running on my current computer so I didn't test. Two things:

1) People have used this solution on Windows but I don't use Windows so I may be less useful in troubleshooting with you.

2) I believe you'll be able to solve the Error: node-sass@3.13.1 postinstall: node scripts/build.js with this: https://github.com/codecombat/codecombat/issues/4430#issuecomment-354734623

If it works, I'd like to work with you to see if there's more sustainable solution we can commit to the codebase so it builds correctly.

Thanks, Matthew

rajivsatish commented 4 years ago

Hi Matthew, As suggested in the forum link, I ran the npm install on my window10 machine via cmd, This time it neither show up any error on the console nor generated any debug log file. It does generated node_modules folder along with package-lock.json in the directory where gulpfile.js present. I tried two times as instructed in the forum but still I am getting same error -Contact your administrator upon hitting http://localhost:8080/ Please note that server is up smoothly by launching MyPrivateChatApplication.java file. Attaching console ouput, please have a look - npm_install_ouput1.txt npm_install_ouput2.txt Any further suggestion, please??