无法在IBM MobileFirst Platform Foundation 7.0中部署适配器/应用程序

时间:2015-04-19 14:21:38

标签: ibm-mobilefirst websphere-liberty mobilefirst-adapters mobilefirst-server

在WAS_LIBERTY_CORE_V8.5.5.4' WAS_LIBERTY_CORE_V8.5.5.4'用' DB2': 我现在在server.xml中有一个简单的配置。

mobilefirst控制台显示运行时,但我无法部署适配器或应用程序。这是messages.log的内容。每次尝试上传适配器/应用程序时都会出现这两行:

[19/04/15 19:19:37:667 CEST] 0000008e org.apache.wink.server.internal.registry.ResourceRegistry    I The system cannot find any method in the com.ibm.worklight.admin.services.RuntimeService class that supports POST. Verify that a method exists.
[19/04/15 19:19:37:683 CEST] 0000008e org.apache.wink.server.internal.RequestProcessor             I The following error occurred during the invocation of the handlers chain: WebApplicationException (405) with message 'null' while processing POST request sent to http://MACHINENAME:9080/wladmin/management-apis/1.0/runtimes/test/

更多信息:

wlp.install.dir = C:/IBM/WebSphere/Liberty/
java.home = C:\Program Files\Java\jdk1.7.0_79\jre
java.version = 1.7.0_79
java.runtime = Java(TM) SE Runtime Environment (1.7.0_79-b15)
os = Windows Server 2008 R2 (6.1; amd64) (en_US)​
DB: DB2 in localhost

完整的server.xml文件:https://drive.google.com/file/d/0BxAEyIioPI2YT2NPZXdCcktoT1U/view?usp=sharing

完成console.log文件:https://drive.google.com/file/d/0BxAEyIioPI2YUDhLZDQ0Qmgydk0/view?usp=sharing

完成messages.log文件:https://drive.google.com/file/d/0BxAEyIioPI2YdUREcjcyd3JYNGs/view?usp=sharing

我尝试使用其他Java版本,例如&#;; SDK_JAVA_TE_V7.0_WASLC_V8.5.5',与其他运行时一样,重新安装所有...

1 个答案:

答案 0 :(得分:2)

根据评论,错误似乎只发生在IE 9中。
作为一种解决方法,使用其他浏览器,如Safari,Chrome,Firefox,Opera等,以便部署工件。

将调查IE 9的问题。