【发布时间】:2018-01-22 05:39:39
【问题描述】:
我正在 DEV 环境中安装 IBM Mobilefirst 8.0。
我按照以下 IBM 门户中提供的步骤进行操作。
http://mobilefirstplatform.ibmcloud.com/tutorials/ru/foundation/8.0/installation-configuration/production/tutorials/command-line/ http://mobilefirstplatform.ibmcloud.com/tutorials/en/foundation/8.0/installation-configuration/production/
但是我在 DEV 环境中安装了 IBM Mobilefirst Installation Manager 和 WebSphere Liberty Core。
安装 MFP 服务器时出现以下错误:
./imcl install com.ibm.mobilefirst.foundation.server_8.0.0.20170911_1450 -repositories /data3/opt/IBM/MFP_Server/MobileFirst_Platform_Server/disk1 -properties user.appserver.selection2=none,user.database.selection2=none,user.database.preinstalled=false,user.licensed.by.tokens=false,user.use.ios.edition=false -acceptLicense
***********************************************************************
Before you start using the product, you must deploy a MobileFirst Server to your application server.
For more information about deploying projects with the Server Configuration Tool or command line tools, see
the documentation at https://mobilefirstplatform.ibmcloud.com/tutorials/en/foundation/8.0/installation-configuration/production/appserver/.
***********************************************************************
ERROR: Failed to find required installation files.
CRIMA1161E ERROR: Failed to find required installation files.
Explanation: Installation Manager did not find required installation files from the repository. An issue has occurred with the package that cannot be resolved by Installation Manager.
User Action: If the repository files were transferred from a different location before the installation, verify that the files were not altered during the transfer operation. Copy the repository files to a different location and install from that location. If the repository files were not transferred note the package name and version number and contact customer support.
ERROR: 'zip com.ibm.imp.apacheant 1.9.4' not found in /data3/opt/IBM/MobileFirst_Platform_Server/disk1.
服务器详情:
JAVA 1.7
Linux Redhat 6.8
Websphere Liberty 核心和 IBM Installation Manager
蚂蚁 1.9.4
我有什么遗漏的吗?
【问题讨论】:
-
如果您尝试“./imcl install com.ibm.mobilefirst.foundation.server -repositories /data3/opt/IBM/MFP_Server/MobileFirst_Platform_Server/disk1 -properties user.appserver.selection2=none, 会怎样? user.database.selection2=none,user.database.preinstalled=false,user.licensed.by.tokens=false,user.use.ios.edition=false -acceptLicense"
-
是的,我也尝试过,但没有奏效。我再次下载存储库,现在它的工作..
标签: server ibm-mobilefirst mobilefirst-server