WSO2 Android Platform config returns An unexpected error occurred when trying to save

人盡茶涼 提交于 2019-12-12 02:42:46

问题


So i have been closely following the wso2 emm doco and can successfully login to the management and emm consoles. I've enabled GCM api however when i choose GCM, add the API key and sender id, paste in the EULA and click save i always get "An unexpected error occurred" and config is not saved, tailing the http logs i see:

POST /mdm-android-agent/configuration HTTP/1.1" 302 - "-" "Jakarta Commons-HttpClient/3.1

following by

POST /emm/api/invoker/execute/ HTTP/1.1 200 65

Where does this config get saved to ? Any ideas on how to trouble shoot this would be appreciated.


回答1:


This configuration is saved to registry. If you use EMM standalone pack, it should be saved to "/_system/config/android"




回答2:


i resolved my issue for the moment, i commented out the security-constraint in mdm-android-agent/WEB-INF/web.xml so no more redirects and data is correctly saved.



来源:https://stackoverflow.com/questions/38067169/wso2-android-platform-config-returns-an-unexpected-error-occurred-when-trying-to

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