IBM MobileFirst 7.0 ipa上传眨眼错误

时间:2015-07-10 16:06:27

标签: ipa ibm-mobilefirst mobilefirst-appcenter

尝试将新的ipa上传到MobileFirst时,在Chrome或Firefox中,应用程序中心会返回错误。当我查看WebSphere Liberty 8.5.5.0服务器日志时,我看到以下错误:

  

[7/10/15 11:57:32:177 EDT] 000000c9   org.apache.wink.server.internal.registry.ResourceRegistry我   系统找不到任何方法   支持GET的com.ibm.puremeap.services.UploadService类。   验证方法是否存在。

     

[7/10/15 11:57:32:185 EDT] 000000c9   org.apache.wink.server.internal.RequestProcessor我   在调用处理程序链期间发生以下错误:   WebApplicationException(405),带有消息' null'在处理GET时   请求发送到   http://mobile.ps.com/applicationcenter/service/desktop/upload/filetype/ipa

有些搜索已经提出有关Java版本为1.8的建议,因此不受支持,但未安装1.8。系统使用Liberty附带的1.7 Java。我尝试应用最新的MobileFirst ifix,但它没有改变任何东西。

1 个答案:

答案 0 :(得分:0)

答案是启用http。您无法从http重定向到https。上传服务使用POST请求。重定向时不保留POST请求数据。因此,作为请求的405消息被重新尝试为GET。