我们遵循了远程服务器上的静默安装过程,如 6.3 的 IBM Developer 文档中所述,来自链接: https ://www-01.ibm.com/support/knowledgecenter/SSHS8R_6.3.0/com.ibm.worklight.installconfig .doc/dev/t_silent_installation.html
从以下链接下载了 MobileFirst CLI 6.3 文件: http ://public.dhe.ibm.com/ibmdl/export/pub/software/products/en/MobileFirstPlatform/mobilefirst_cli_installer_6.3.0.zip
将其解压缩到 MobileFirst CLI 6.3.0 并复制 installer.properties 文件,其中包含休闲内容,
LICENSE_ACCEPTED=TRUE
USER_INSTALL_DIR=/opt/ibm/Worklight-CLI
并留在同一个文件夹中,我将 CLI 3.0 安装到指定文件夹:
./install_linux.bin -i silent -f installer.properties
应用程序已安装到 /opt/ibm/Worklight-CLI 目录。
然后,我们根据链接中指定的命令行命令创建了一个示例应用程序: http://www-01.ibm.com/support/knowledgecenter/SSHS8R_6.3.0/com.ibm.worklight.dev.doc/dev/r_wl_cli_commands_and_their_definitions。 html
$ mfp create MyProject
$ cd MyProject
$ mfp build
$ mfp deploy
在应用程序构建和部署之后,当我们尝试通过浏览器检查 MobileFirst 控制台时,带有链接:
http://xxx.xxx.xxx.xxx:10080/worklightconsole
登录到管理员/管理员凭据后,页面显示,加载环境,但在等待 30 秒或更长时间后,它会抛出附件图像中的错误。但在日志文件中显示一些 JAR 文件丢失。我尝试多次安装 MFP 6.3 的新副本。但一直都是同一个问题。
请找到附加的日志文件和屏幕截图。
我无法找出确切的问题。
服务器错误。请联系服务器管理员。
服务器配置:
- Ubuntu 14.04.01 LTS
- MobileFirst 版本:6.3.0.00.20141127-1401
- java版本:“1.7.0_65”
- java.home = /usr/lib/jvm/java-7-openjdk-amd64/jre
- OpenJDK 运行时环境 (IcedTea 2.5.3) (7u71-2.5.3-0ubuntu0.14.04.1)
- OpenJDK 64 位服务器 VM(内部版本 24.65-b04,混合模式)
控制台错误消息:
日志文件:
[12/11/14 10:27:57:376 IST] 0000002f m.ibm.ws.container.service.app.deploy.ManifestClassPathUtils W SRVE9967W:在 jar 文件中找不到清单类路径 jaxb-api.jar
wsjar:file:/home/administrator/.ibm/mobilefirst/6.3.0/server/wlp/usr/servers/worklight/apps/worklightconsole.war!/WEB-INF/lib/jaxb-impl-2.1.12.osgi .jar 或其父级。[12/11/14 10:27:57:376 IST] 0000002f m.ibm.ws.container.service.app.deploy.ManifestClassPathUtils W SRVE9967W:在 jar 文件中找不到清单类路径 activation.jar
wsjar:file:/home/administrator/.ibm/mobilefirst/6.3.0/server/wlp/usr/servers/worklight/apps/worklightconsole.war!/WEB-INF/lib/jaxb-impl-2.1.12.osgi .jar 或其父级。
[12/11/14 10:27:57:376 IST] 0000002f m.ibm.ws.container.service.app.deploy.ManifestClassPathUtils W SRVE9967W:在 jar 文件中找不到清单类路径 jsr173_1.0_api.jar
wsjar:file:/home/administrator/.ibm/mobilefirst/6.3.0/server/wlp/usr/servers/worklight/apps/worklightconsole.war!/WEB-INF/lib/jaxb-impl-2.1.12.osgi .jar 或其父级。
[12/11/14 10:27:57:377 IST] 0000002f m.ibm.ws.container.service.app.deploy.ManifestClassPathUtils W SRVE9967W:在 jar 文件中找不到清单类路径 jaxb1-impl.jar
wsjar:file:/home/administrator/.ibm/mobilefirst/6.3.0/server/wlp/usr/servers/worklight/apps/worklightconsole.war!/WEB-INF/lib/jaxb-impl-2.1.12.osgi .jar 或其父级。
[12/11/14 10:27:57:637 IST] 00000029 com.ibm.ws.webcontainer.osgi.webapp.WebGroup I SRVE0169I:加载 Web 模块:IBMJMXConnectorREST。