Jimiama Mosima Mafeni Mase
Jimiama Mosima Mafeni Mase
Hello @omarcr @Hsankesara, I have a similar issue when I execute the command: bin/radar-docker install > Error: > OS version: Linux radaremotion 3.10.0-1062.12.1.el7.x86_64 #1 SMP Tue Feb 4 23:02:59 UTC...
@sallymoon10 please how did you access the management portal via browser? when I run https://servername/managementportal/, I get: ``` This site can’t be reached servername unexpectedly closed the connection. Try: Checking...
@sallymoon10 radar-base installation seems to be successful: ``` CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 6a9dee84669b radarbase/postgres:10.6-alpine-1 "docker-entrypoint.s…" 33 minutes ago Up 33 minutes (healthy) radar-cp-hadoop-stack_radarbase-postgresql_1 cb6bce024e80 nginx:1.14.0-alpine "nginx...
@yatharthranjan Please find below the logs using the command: ./radar-docker logs managementportal-app ``` managementportal-app_1 | 2020-12-09 21:41:50.346 INFO 1 --- [ mai n] o.r.management.ManagementPortalApp : managementportal-app_1 | --------------------------------------------------- -- managementportal-app_1...
Hello @yatharthranjan @afolarin @nivemaham Please any recommendations on how to solve the above issue?
@nivemaham @yatharthranjan Please can you double check if the configurations in .env are okay? see below configurations ``` SERVER_NAME=servername.cs.nott.ac.uk MANAGEMENTPORTAL_KEY_DNAME=CN=servername,OU=username,O=cs.nott.ac.uk,L=Nottingham,S=Nott,C=0044 MANAGEMENTPORTAL_FRONTEND_CLIENT_SECRET=management_password ENABLE_HTTPS=yes SELF_SIGNED_CERT=no MAINTAINER_EMAIL=myemailaddress RADAR_RAW_TOPIC_LIST=android_phone_usage_event_aggregated,android_phone_usage_event_output RADAR_AGG_TOPIC_LIST= HOTSTORAGE_USERNAME=servername HOTSTORAGE_PASSWORD=host_password HOTSTORAGE_NAME=mongodb-database MONGODB_DIR=/usr/local/var/lib/docker/mongodb...
> @nivemaham @yatharthranjan Please can you double check if the configurations in .env are okay? see below configurations > > ``` > SERVER_NAME=servername.cs.nott.ac.uk > MANAGEMENTPORTAL_KEY_DNAME=CN=servername,OU=username,O=cs.nott.ac.uk,L=Nottingham,S=Nott,C=0044 > MANAGEMENTPORTAL_FRONTEND_CLIENT_SECRET=management_password > ENABLE_HTTPS=yes >...
@nivemaham @yatharthranjan Please find below the webserver log content. Still appears to be authentication issues. Not sure how radar-docker and Hadoop stack authenticate to ManagementPortal. Most errors are 'No such...
> Hi not entirely sure, but check that the server name is correct in `.env` file - `SERVER_NAME=servername.cs.nott.ac.uk`? Should this be `radaremotion.cs.nott.ac.uk`? Yes it is radaremotion.cs.nott.ac.uk in .env
> Also i am able to access the management portal at https://radaremotion.cs.nott.ac.uk/managementportal/#/ so seems like it is working? @yatharthranjan Yes we can access but we cannot sign in. We use...