wso2 iot server 3.0.0 device management console not working

我的未来我决定 提交于 2019-12-24 10:57:41

问题


When I am trying to open the device management console, it redirect be to the below page and after that nothing would happened when i click on the re-direct button, please suggets, I am using wso2 IOT server 3.0.0 and have started all three modules broker, core and analytics...

With http below logs printed on console.


回答1:


This can happen if iot.keymanager.host environment variable is not set properly. By default this is set in wso2server.bat file. Check if it's set properly.




回答2:


There is an issue when running on Windows and inorder to make it work, we need to start the server with below command.

wso2server.bat -Diot.analytics.host="localhost" -Diot.analytics.https.port="9445" -Dmqtt.broker.host="localhost" -Dmqtt.broker.port="1886" -Diot.core.host="localhost" -Diot.core.https.port="9443" -Diot.keymanager.host="localhost" -Diot.keymanager.https.port="9443" -Diot.gateway.host="localhost" -Diot.gateway.https.port="8243" -Diot.gateway.http.port="8280"

if you are running the above command in an existing pack that you have already started then you might need to enable UpdateAPI(set true to EnableUpdateApi) property in webapp-publisher-config.xml in core/repository/conf/etc directory.



来源:https://stackoverflow.com/questions/41960899/wso2-iot-server-3-0-0-device-management-console-not-working

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!