icclab / cyclops-dashboard

Angularjs UI for Cyclops framework
Apache License 2.0
10 stars 10 forks source link

Dashboard Whitelabel Error Page #8

Closed mediumstack closed 7 years ago

mediumstack commented 7 years ago

After following the setup instructions on the master branch and starting the dashboard, I get a "Whitelabel Error Page" when browsing to the web page.

white-label-error

In the nohup.out log I get an exception: org.springframework.web.HttpSessionRequiredException: Expected session attribute 'username' (full log below). cyclops-dashboard-master-log.txt

My dashboard.conf is cyclops-dashboard-conf.txt

I have run the setup from https://github.com/icclab/cyclops-udr and my microservices are listening on the relevant ports.

Anyone know why I am getting this error?

Thanks

ManuPerezBelmonte commented 7 years ago

Hello Maxstack, if you installed everything as it's supposed to be, you should be able to access the dashboard through IP:8080/login However, we will change this so you can access it through :8080/ and there are no more issues.

Cheers,

Cyclops Team

mediumstack commented 7 years ago

Hi Manu,

Thanks for your response, after browsing to /login I was able to get into the dashboard.

I have created a pull request to assist other users when first deploying: https://github.com/icclab/cyclops-dashboard/pull/9

Max

ManuPerezBelmonte commented 7 years ago

This has just been updated and you can access the dashboard through :8080/

mediumstack commented 7 years ago

Thanks Manu!