简体   繁体   English

IBM Installation Manager openSUSE

[英]IBM Installation Manager openSUSE

I am trying to install the IBM Installation Manager under openSUSE. 我正在尝试在openSUSE下安装IBM Installation Manager。 When I run it from the command line I get the following error: 当我从命令行运行它时,出现以下错误:

./install --launcher.ini silent-install.ini -acceptLicense 

ERROR: Exception caught while evaluating expression in bundle "com.ibm.cic.agent.oac".

java.lang.NumberFormatException: For input string: "42.1"

java.lang.NumberFormatException.forInputString(NumberFormatException.java:77)
java.lang.Integer.parseInt(Integer.java:504)
java.lang.Integer.parseInt(Integer.java:539)
com.ibm.cic.agent.oac.AbstractIMOAC.isSLES(AbstractIMOAC.java:342)
com.ibm.cic.agent.oac.AbstractIMOAC.checkForEndOfLife(AbstractIMOAC.java:144)
com.ibm.cic.agent.oac.AbstractIMOAC.doOAC(AbstractIMOAC.java:99)
com.ibm.cic.agent.oac.AbstractIMOAC.evaluate(AbstractIMOAC.java:83)
com.ibm.cic.agent.oac.IMOAC.evaluate(IMOAC.java:45)

So apparently the IM thinks this is SLES and doesn't recognise version number "42.1". 因此,显然,IM认为这是SLES,无法识别版本号“ 42.1”。

I found a very similar error report https://www-01.ibm.com/support/docview.wss?uid=swg1PI55180 我发现了非常相似的错误报告https://www-01.ibm.com/support/docview.wss?uid=swg1PI55180

Adding "im.suppress.unsupported.platform.check=true" to the "config.ini" file located in \\configuration directory of the extracted IM installation repository will suppress the Supported platform check. 将“ im.suppress.unsupported.platform.check = true”添加到所提取的IM安装系统信息库的\\ configuration目录中的“ config.ini”文件中,将取消支持的平台检查。

I made this change, but the error persists. 我进行了更改,但错误仍然存​​在。

According to the IBM Technote that you have linked to, the above problem affects Installation Manager v1.8.4, and a fix is available with v1.8.5. 根据您链接到的IBM Technote,上述问题影响Installation Manager v1.8.4,并且v1.8.5提供了一个修复程序。

However, according to the SPCR for IM 1.8.5, openSUSE is not listed as a supported platform . 但是,根据IM 1.8.5的SPCRopenSUSE未列为受支持的平台 SUSE Linux Enterprise Desktop 10/11 & SUSE Linux Enterprise Server (SLES) 10/11/12 are listed. 列出了SUSE Linux Enterprise Desktop 10/11和SUSE Linux Enterprise Server(SLES)10/11/12。

You will need to use a supported platform for installing IM and any related IBM products. 您将需要使用受支持的平台来安装IM和任何相关的IBM产品。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM