我有一个在Worklight 6.1中开发的应用程序,我将应用程序升级到Mobile 7.1。我已经在Mobile 7.1中构建并部署了应用程序。 但我的应用程序无法调用适配器并显示消息“服务器无法处理来自应用程序的请求。请稍后再试” 我按照以下程序进行渐变。
1. Installed the Mobile first 7.1 Plugin in Eclipse
2. Imported the Existing 6.1 project in to My work space(I hope Tool will
auto upgrade app to 7.1)
3. Build the application and it generated .war, .wlapp and .adapter files
4. we have installed the standalone 7.1 Server.
5. Deployed the build files in servers.
6. Created the apk and installed in Mobile.
现在它显示消息“服务器无法处理来自应用程序的请求。请稍后再试”启动应用程序时。 从日志中我发现以下详细信息,当我尝试调用适配器时 invocationContext:null 状态:404 invocationResult:undefined
注意:它在开发环境中运行良好
请建议
答案 0 :(得分:0)
查看完整的服务器和客户端日志也更有用。请上传并编辑带有日志文件链接的问题。
那就是说,在第6步(创建了apk并安装在Mobile。中),您没有提到是否使用正确的远程服务器主机,端口和上下文根值重新构建了项目。确保你已经完成了。请参阅The Build Settings and Deploy Target command。