无法在 IBM MobileFirst Platform Foundation 7.0 中部署 adapter/application
Can't deploy adapter/application in IBM MobileFirst Platform Foundation 7.0
在 'WAS_LIBERTY_CORE_V8.5.5.4' 和 'DB2' 的生产安装中:
我现在在 server.xml.
中有一个简单的配置
mobilefirst 控制台显示了运行时,但我无法部署适配器或应用程序。这是messages.log的内容。每次尝试上传 adapter/application:
时都会出现这 2 行
[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',使用其他运行时,重新安装所有...
根据评论,错误似乎只发生在 IE 9 中。
作为解决方法,使用不同的浏览器,例如 Safari、Chrome、Firefox、Opera 等...以部署工件。
将调查 IE 9 的问题。
在 'WAS_LIBERTY_CORE_V8.5.5.4' 和 'DB2' 的生产安装中: 我现在在 server.xml.
中有一个简单的配置mobilefirst 控制台显示了运行时,但我无法部署适配器或应用程序。这是messages.log的内容。每次尝试上传 adapter/application:
时都会出现这 2 行[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',使用其他运行时,重新安装所有...
根据评论,错误似乎只发生在 IE 9 中。
作为解决方法,使用不同的浏览器,例如 Safari、Chrome、Firefox、Opera 等...以部署工件。
将调查 IE 9 的问题。