ページの先頭行へ戻る
ServerView Resource Orchestrator V3 QA集
FUJITSU Software

6.216 Q2535

Q2535:【V3.4.0】RORマネージャーの停止コマンド実行時に、以下のエラーメッセージが出力されます。対処方法を教えてください。

FJSVrcx:ERROR:67198:command execution error.
remote failure: CFSV_API: Error trying to stop the instance named CFSV_API : HTTP connection failed with code 500, message: Internal Error
The command stop-instance failed for: CFSV_API 
Command stop-cluster failed.
Stopping cluster failed!!: RCXCF_API.

A2535:

RORマネージャーの停止処理に時間がかかった場合に出力される場合があります。

エラーメッセージは表示されますが、RORマネージャーの停止は正常に完了します。

エラーメッセージが表示されないようにするには、以下の対処を実施してください。

【Windows版】

ROR管理サーバに管理者権限でログインし、以下のコマンドを実行してください。

  1. RORマネージャーを停止します。

    rcxmgrctl stop
  2. JAVAアプリケーション(RCXCF_API)にオプションを追加します。

    call "%CTMG_HOME%\bin\rcxctmg_common.bat"
    call "%RCXIS_JEEBIN%\asadmin" -p %PORT_rcxjeedomainadmin% --user %RCXIS_JEEUSER% --passwordfile %RCXIS_JEEPASS% delete-jvm-options --target RCXCF_API -Djavax.xml.transform.TransformerFactory=org.apache.xalan.xsltc.trax.TransformerFactoryImpl
    call "%RCXIS_JEEBIN%\asadmin" -p %PORT_rcxjeedomainadmin% --user %RCXIS_JEEUSER% --passwordfile %RCXIS_JEEPASS% delete-jvm-options --target RCXCF_API -XX\:+UseFJXalan
  3. RORマネージャーを起動します。

    rcxmgrctl start
【Linux版】

ROR管理サーバに管理者権限でログインし、以下のコマンドを実行してください。

  1. RORマネージャーを停止します。

    /opt/FJSVrcvmr/bin/rcxmgrctl stop
  2. JAVAアプリケーション(RCXCF_API)にオプションを追加します。

    /opt/FJSVctmg-isas/fjje6/glassfish/bin/asadmin --port 23851 --user DASAdmin --passwordfile /etc/opt/FJSVctmg-isas/passwd.txt create-jvm-options --target RCXCF_API -Djavax.xml.transform.TransformerFactory=org.apache.xalan.xsltc.trax.TransformerFactoryImpl
    /opt/FJSVctmg-isas/fjje6/glassfish/bin/asadmin --port 23851 --user DASAdmin --passwordfile /etc/opt/FJSVctmg-isas/passwd.txt create-jvm-options --target RCXCF_API \\-XX\\:\\+UseFJXalan
  3. RORマネージャーを起動します。

    /opt/FJSVrcvmr/bin/rcxmgrctl start