1

I am installing WSO2 IOT Server 3.0.0

Data Anatytics Server raised OK, its ok! Data Analytics Server https://localhost:9445/carbon/admin/login.jsp -> OK

Core is showing error: Error 403 - Forbidden https://localhost:9446/carbon/admin/login.jsp Error 403 - Forbidden

How do I solve this problem? How do I make the Management Console available - WSO2 IoT Server Home? How do I make devicemgt available? https://server:port/devicemgt

Community
  • 1
  • 1
Andninja X
  • 49
  • 3
  • Hello! I'm voting to close this question as off-topic because it isn't related to programming. – ventiseis Jul 15 '17 at 09:31
  • What are the errors you see in logs? – Bee Jul 15 '17 at 15:11
  • wso2carbon {org.wso2.carbon.core.internal.StartupFinalizerServiceComponent} TID: [-1234] [] [2017-07-17 00:24:42,441] INFO {org.wso2.carbon.ui.internal.CarbonUIServiceComponent} - Mgt Console URL : https://192.168.0.20:9446/carbon/ {org.wso2.carbon.ui.internal.CarbonUIServiceComponent} – Andninja X Jul 17 '17 at 03:34
  • http_access_2017-07-17 0:0:0:0:0:0:0:1 - - [17/Jul/2017:00:26:27 -0300] "GET /carbon HTTP/1.1" 403 823 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0" 0:0:0:0:0:0:0:1 - - [17/Jul/2017:00:26:27 -0300] "GET /favicon.ico HTTP/1.1" 405 832 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0" 0:0:0:0:0:0:0:1 - - [17/Jul/2017:00:26:27 -0300] "GET /favicon.ico HTTP/1.1" 405 832 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0" – Andninja X Jul 17 '17 at 03:39

1 Answers1

0

Seems like the port you are using is wrong.

Please check the following URLs.

For devicemgt console (IOT Server Console): https://localhost:9443/devicemgt/

For carbon console: https://localhost:9443/carbon/admin/login.jsp

You may refer the docs for more information: https://docs.wso2.com/display/IoTS300/Enterprise+IoT+solution

Thanks.

PasinduJay
  • 487
  • 5
  • 17