IBM Support

PI23164: The ikeyman.bat fails to launch when there is a space in the installation path.

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • The ikeyman.bat fails to launch if there is a space in the
    installation path.
    

Local fix

  • edit ikeyman_old.bat from,
    
    if "%JAVA_HOME%"=="%JAVA_JRE%" (
       set EXT=%JAVA_HOME%\lib\ext
    ) else (
       set EXT=%JAVA_HOME%\jre\lib\ext
    )
    
    to (notice additional double quotes)
    
    if "%JAVA_HOME%"=="%JAVA_JRE%" (
       set "EXT=%JAVA_HOME%\lib\ext"
    ) else (
       set "EXT=%JAVA_HOME%\jre\lib\ext"
    )
    

Problem summary

  • ****************************************************************
    * USERS AFFECTED:  All users of IBM WebSphere Application      *
    *                  Server on Windows.                          *
    ****************************************************************
    * PROBLEM DESCRIPTION: The ikeyman.bat fails to launch if      *
    *                      there is a space in the                 *
    *                      installation path.                      *
    ****************************************************************
    * RECOMMENDATION:                                              *
    ****************************************************************
    When launching the ikeyman.bat tool on Windows, it may invoke
    the ikeyman_old.bat when needed.  Problem may occur when there
    is a space in the installation path.
    

Problem conclusion

  • When there is space in the WebSphere Application Server
    installation path, the path needs to be quoted.
    
    The fix for this APAR is currently targeted for inclusion in
    fix pack 8.5.5.4.  Please refer to the Recommended Updates
    page for delivery information:
    http://www.ibm.com/support/docview.wss?rs=180&uid=swg27004980
    

Temporary fix

Comments

APAR Information

  • APAR number

    PI23164

  • Reported component name

    WEBS APP SERV N

  • Reported component ID

    5724H8800

  • Reported release

    850

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2014-08-01

  • Closed date

    2014-09-18

  • Last modified date

    2014-09-18

  • APAR is sysrouted FROM one or more of the following:

  • APAR is sysrouted TO one or more of the following:

Fix information

  • Fixed component name

    WEBS APP SERV N

  • Fixed component ID

    5724H8800

Applicable component levels

  • R850 PSY

       UP

[{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSEQTP","label":"WebSphere Application Server"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"8.5","Line of Business":{"code":"LOB45","label":"Automation"}}]

Document Information

Modified date:
27 April 2022