When the coordination adapter platform (APP) requests a process from a cloud, the wait time for the response from the cloud can be configured and modified.
The response wait time can be configured using the administration command of the Java EE execution environment (asadmin command).
To execute the command, the following information about Java EE execution environment of the domain to configure or modify is necessary.
Admin port number
Specify as a command option.
User name of the administrator
Specify as a command option.
Password of the administrator
Following the instructions displayed on the command prompt, input the password.
Use the value specified in "2.2 Setup of the Management Server and the Coordination Adapter Platform (APP)".
Response Wait Time Configuration Command
In order to configure the response wait time, execute the following command with a value specified in <response wait time>.
"%FSCSM_HOME%\SWCTMG\glassfish3\bin\asadmin" -p <admin port number> -u <user name of administrator> create-jvm-options -Diaas.timeOut=<response wait time>
Command execution example:
C:\Fujitsu\FSCSM>"%FSCSM_HOME%\SWCTMG\glassfish3\bin\asadmin" -p 3948 -u Administrator create-jvm-options -Diaas.timeOut=18000 Enter admin password for user "Administrator"> Created 1 option(s) Command create-jvm-options executed successfully.
Response Wait Time Modification Command
To modify the response wait time, perform the following procedure.
Delete the configured response wait time.
Configure the already configured value of -Diaas.timeOut using the format "-Diaas.timeOut=value" in <operand of jvm-options to delete>, and execute the following command:
"%FSCSM_HOME%\SWCTMG\glassfish3\bin\asadmin" -p <admin port number> -u <user name of administrator> delete-jvm-options <operand of jvm-options to delete>
Configure the response wait time.
Execute the following command with a value specified in <response wait time>.
"%FSCSM_HOME%\SWCTMG\glassfish3\bin\asadmin" -p <admin port number> -u <user name of administrator> create-jvm-options -Diaas.timeOut=<response wait time>
Command execution example:
C:\Fujitsu\FSCSM>"%FSCSM_HOME%\SWCTMG\glassfish3\bin\asadmin" -p 3948 -u Administrator delete-jvm-options -Diaas.timeOut=10800 Enter admin password for user "Administrator"> Deleted 1 option(s) Command delete-jvm-options executed successfully. C:\Fujitsu\FSCSM>"%FSCSM_HOME%\SWCTMG\glassfish3\bin\asadmin" -p 3948 -u Administrator create-jvm-options -Diaas.timeOut=18000 Enter admin password for user "Administrator"> Created 1 option(s) Command create-jvm-options executed successfully.
Note
The default value for the response wait time is 10800.
For the response wait time, specify a number between 300 and 86400.
The unit is seconds.