简体   繁体   English

WSO2 EMM 2.0.0 Android客户端应用程序连接失败

[英]WSO2 EMM 2.0.0 Android Client application connection failed

I have configured WSO2 EMM 2.0.0 on Windows 8 machine with JDK 7.0 and on android device I installed client application from WSO2 EMM Android Client 我已在装有JDK 7.0的Windows 8计算机上和在android设备上配置了WSO2 EMM 2.0.0,并从WSO2 EMM Android Client安装了客户端应用程序

then I started the WSO2 EMM server using wso2server.bat file on windows 8 machine. 然后我在Windows 8计算机上使用wso2server.bat文件启动了WSO2 EMM服务器。 Server started successfully and its address is 192.168.1.11:9443. 服务器成功启动,其地址为192.168.1.11:9443。 When I enter this address on android client application with administrator credentials for BYOD then on android application shows connection failed message "Server is unavailable. Please contact administrator". 当我在具有BYOD管理员凭据的android客户端应用程序上输入此地址时,然后在android应用程序上显示连接失败消息“服务器不可用。请与管理员联系”。 But when I enter https://192.168.1.11:9443/emm on android device browser the EMM console get opened on android device browser. 但是,当我在Android设备浏览器上输入https://192.168.1.11:9443/emm时,EMM控制台会在Android设备浏览器上打开。

I set up the JAVA_HOME and PATH environment variable with their respective path value suggested on WSO2 EMM documentation. 我使用WSO2 EMM文档中建议的相应路径值设置了JAVA_HOME和PATH环境变量。 And I entered server address "192.168.1.11:9443" on android client application with username "admin" password "admin". 然后,我在Android客户端应用程序上使用用户名“ admin”和密码“ admin”输入了服务器地址“ 192.168.1.11:9443”。

Please help me whats issue is causing on android client application to connect with WSO2 EMM server? 请帮我,什么是导致android客户端应用程序与WSO2 EMM服务器连接的问题?

Thanks in advance.... 提前致谢....

Are you using this with https? 您是否将此与https一起使用? First try to enter the URL as http://{ip address}:9763 in Android agent and see whether it works. 首先尝试在Android代理中以http:// {ip地址}:9763输入URL,然后查看其是否有效。 If not you have missed some configuration here . 如果不是,您会在这里错过一些配置。 Upon properly configuring SSL you should be able to invoke it with https://{ip address}:9443 url. 正确配置SSL后,您应该可以使用https:// {ip地址}:9443 url调用它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM