tomcat - 无法在 MobileFirst Platform Operations Console 上部署 .adapter

标签 tomcat ibm-mobilefirst mobilefirst-adapters mobilefirst-server

我已经在 Windows 2012R2 上安装了 IBM Mobile First Platform 服务器 7.0。
我使用 tomcat 7 作为应用服务器,使用 Oracle 11g 作为数据库。
我能够在控制台上部署 .wlapp 文件,但是当我在控制台上部署任何适配器时,它一直显示“正在部署适配器名称.适配器...”,但没有任何反应。

截图: enter image description here

最佳答案

来自 How to deal with OutOfMemory errors 上的 Tomcat 常见问题解答:

A webapp that uses lots of libraries with many dependencies, or a server maintaining lots of webapps could exhauste the JVM PermGen space. This space is where the VM stores the classes and methods data. In those cases, the fix is to increase this size. The Sun VM has the flag -XX:MaxPermSize that allows to set its size (the default value is 64M)

  • 编辑 CATALINA_OPTS 文件
  • -XX:MaxPermSize=128m使用适当的内存量
  • 另请参阅此问题(以及许多其他问题,谷歌):查看此答案:https://stackoverflow.com/a/3003986/1530814
  • 不要忘记重启应用服务器

关于tomcat - 无法在 MobileFirst Platform Operations Console 上部署 .adapter,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29702029/

相关文章:

ibm-mobilefirst - IBM MobileFirst Platform Application Center Console 和 MobileFirst Foundation V8.0 之间有什么区别

tomcat - 严重 : Could not contact localhost:8005. 关闭 tomcat 服务器时 Tomcat 可能没有运行错误。

sql-server - 如何将数据从数据库推送到应用程序?

tomcat - 哪里可以下载离线版的 Tomcat 文档?

ios - MobileFirst 8 迁移 : How to generate same device UUID in iOS

java - 在 IBM MobileFirst 7.1 中放置生成 keystore 的位置

java - 带有 url 模式的 Tomcat 问题

java - 如何在 Worklight SOAP 适配器过程中传递 SOAP header 参数?

android - IBM Mobile Firsts 7.1.0 - 在 AppCenter 中部署时出错

ssl - Worklight 适配器相互 SSL