Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/122.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android 从iphone调用适配器时发生授权错误_Android_Ios_Ibm Mobilefirst_Mobilefirst Adapters - Fatal编程技术网

Android 从iphone调用适配器时发生授权错误

Android 从iphone调用适配器时发生授权错误,android,ios,ibm-mobilefirst,mobilefirst-adapters,Android,Ios,Ibm Mobilefirst,Mobilefirst Adapters,当我从iPhone打适配器电话时,我在服务器日志中看到以下错误,而在android中,它工作正常 SRVE0190E: File not found: /authorization/v1/clients/instance [ERROR ] FWLSE0048E: Unhandled exception caught: SRVE0190E: File not found: /authorization/v1/clients/instance java.io.FileNotFoundExcept

当我从iPhone打适配器电话时,我在服务器日志中看到以下错误,而在android中,它工作正常

SRVE0190E: File not found: /authorization/v1/clients/instance
[ERROR   ] FWLSE0048E: Unhandled exception caught: SRVE0190E: File not found: /authorization/v1/clients/instance
java.io.FileNotFoundException: SRVE0190E: File not found: /authorization/v1/clients/instance
    at com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest(DefaultExtensionProcessor.java:528)
    at com.ibm.ws.webcontainer.filter.WebAppFilterChain.invokeTarget(WebAppFilterChain.java:127)
    at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:88)
    at com.worklight.core.auth.impl.AuthenticationFilter$1.execute(AuthenticationFilter.java:217)
    at com.worklight.core.auth.impl.AuthenticationServiceBean.accessResource(AuthenticationServiceBean.java:76)
    at com.worklight.core.auth.impl.AuthenticationFilter.doFilter(AuthenticationFilter.java:222)
    at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:194)
    at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:85)
    at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:968)
    at com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java:1056)
    at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:4553)
    at com.ibm.ws.webcontainer.osgi.DynamicVirtualHost$2.handleRequest(DynamicVirtualHost.java:301)
    at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:954)
    at com.ibm.ws.webcontainer.osgi.DynamicVirtualHost$2.run(DynamicVirtualHost.java:266)
    at com.ibm.ws.http.dispatcher.internal.channel.HttpDispatcherLink$TaskWrapper.run(HttpDispatcherLink.java:776)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
    at java.lang.Thread.run(Thread.java:722)

由于我的手机版本是在mobile first 7.0.0中创建的,而我的服务器版本是6.3.0,因此我得到了
未找到文件:/authorization/v1/clients/instance
错误


我通过引用@Idan的评论解决了这个问题,我从他早些时候提供的链接下载了mobile first eclipse studio版本

nagative选民有礼貌地解释samei在这里找到的原因
https://developer.ibm.com/answers/questions/190421/i-am-running-a-mobilefirst-app-and-i-am-seeing-a-f.html
但如果有人知道解决方案您链接到的问题指出,如果您基于MFPF 7.0的应用程序尝试连接到<7.0的MFPF服务器,则可能会发生这种情况。这是你的设想吗?您的情况是什么?为什么不回复?在研究并参考您的评论后,我知道我的客户端构建是在worklight 7.0.0中创建的,服务器是在6.3中创建的,然后我从您提供的直接下载链接下载了6.3 studio,这就是我如何解决问题的,非常感谢!