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マネージャーの停止は正常に完了します。
エラーメッセージが表示されないようにするには、以下の対処を実施してください。
ROR管理サーバに管理者権限でログインし、以下のコマンドを実行してください。
RORマネージャーを停止します。
rcxmgrctl stop
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
RORマネージャーを起動します。
rcxmgrctl start
ROR管理サーバに管理者権限でログインし、以下のコマンドを実行してください。
RORマネージャーを停止します。
/opt/FJSVrcvmr/bin/rcxmgrctl stop
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
RORマネージャーを起動します。
/opt/FJSVrcvmr/bin/rcxmgrctl start