CKCG0001: INFO: Configuration check started.
CKCG0002: INFO: Configuration check completed. No problems were detected.
CKCG0010: WARNING: The configuration check detected a problem. Solve the problem and rerun the command.
CKCG0020: SEVERE: Failed to configuration check. Solve the problem and rerun the command.
CKCG0030: SEVERE: Failed to delete XXXX.log. Close the log file and rerun the command.
CKCG0031: SEVERE: ijchkcfg.conf does not exist. Reinstall the tools and run the command again.
CKCG0033: SEVERE: [APPSRV_SHARED_DIR] does not exist. The APPSRV_SHARED_DIR setting in ijchkcfg.conf is incorrect.
CKCG0034: SEVERE: Permission denied.
CKCG0035: SEVERE: Java not found.
CKCG1101: SEVERE: Failed to validate domain.xml:
CKCG1131: WARNING: Configuration check detected warnings. Do not specify well-known ports.
CKCG1141: WARNING: Configuration check detected warnings. Do not specify ephemeral ports.
CKCG1151: SEVERE: Configuration check failed. The following port numbers are duplicated:
CKCG1231: WARNING: Configuration check detected warnings.The following JDBC connection pools are defined, but no JDBC resources use them:
CKCG1241: WARNING: Configuration check detected warnings.The following JDBC connection pools are required for JDBC resources, but are not defined:
CKCG1251: SEVERE: JDBC resources check failed.
CKCG1330: WARNING: Pool check detected errors. The following relationships do not hold.
CKCG1360: WARNING: Pool check failed. The following unexpected errors occurred.
CKCG1451: SEVERE: Configuration check detected errors.JVM option of [XXXX-config] where the problem was detected.
CKCG1452: SEVERE: Unsupported JVM Option check failed.
CKCG1461: WARNING: Configuration check detected warnings. For 32-bit JVM, do not specify more than 1 GB of memory.
CKCG1463: SEVERE: JVM memory check failed.
CKCG1531: SEVERE: Configuration check detected errors.Do not remove the default JVM options. Enumerates the JVM options that have been removedJVM option of [config名(e.g. default-config)] where the problem was detected:
CKCG1533: WARNING: Configuration check detected warning.-XX:MaxMetaspaceSize is removed from [config名(e.g. server-config)].Check to see if this option was intentionally removed.
CKCG1542: SEVERE: Configuration check detected errors.Do not change the default JVM options for default-config.
CKCG1551: SEVERE: Default JVM options check failed.
CKCG1630: WARNING: Definition check detected errors. Do not specify multi-byte characters. The applicable parts are as follows:Detected definition item value including multi-byte characters :
CKCG1660: WARNING: Definition check failed. The following unexpected errors occurred.
CKCG2001: INFO: ConflictCheck started.
CKCG2002: INFO: ConflictCheck ended.
CKCG2003: WARNING: Classes which package name are started with the problematic name are included in the deployed application. jakarta, javax, sun, org.xml.sax, org.w3c.dom, org.apache.taglibs.standard, com.sun.faces, and org.apache.commons.logging are reserved for the classes provided by the product. Do not include classes that start with these names in your application, otherwise the classloader may have troubles. ------------------------------------------------------Application name:アプリケーション名A Conflict package name:パッケージ名A Conflict package name:パッケージ名B …Application name:アプリケーション名D …------------------------------------------------------
CKCG2004: WARNING: The classes which name are same as the classes provided by the product are defined in you application. Do not include the conflicting classes in your application.If you cannot do that, change the Web classloader delegation model. If you want to prioritize classes in the deployed application, set the delegate attribute of the class-loader element in glassfish-web.xml to false.------------------------------------------------------Application name:アプリケーション名A Conflict package name:パッケージ名A Conflict package name:パッケージ名B …Application name:アプリケーション名D …------------------------------------------------------
CKCG2099: SEVERE: An internal error occurred. : %s
CKCG3001: INFO: JdbcCheck started.
CKCG3002: INFO: JdbcCheck ended.
CKCG3003: SEVERE: JdbcCheck ended abnormally.
CKCG3010: WARNING: JdbcCheck detected some inconsistency. See below for the details.詳細メッセージ
CKCG3034: SEVERE: The %s can not be read.
CKCG3035: SEVERE: The %s does not exist.
CKCG3099: SEVERE: Internal error occurred. : %s
CKCG4004: SEVERE: An internal error has occurred. %s
CKCG4101: INFO: IjChkLogLevels started.
CKCG4102: INFO: IjChkLogLevels ended.
CKCG4103: WARNING: The following log levels are detected. To avoid a perfomance impact, these should not be specified in a production environment. It is recommended that you set the parameter value with the "asadmin set-log-levels --target {server|<cluster name>} <logger-name>=<logger-level>(*1)[:<logger-name>=<logger-level>(*1)]... " command. *1: You can set the <logger-level> to one of {INFO|CONFIG|FINE}.Details of the current parameter values are shown below.{server|<GlassFish Serverクラスター名>}--------------------------------------------------------------------------------<logger-name>.level={ALL|FINEST|FINER}--------------------------------------------------------------------------------
CKCG4104: SEVERE: An internal error has occurred. %s
CKCG5001: INFO: CheckJSPSize started.
CKCG5002: INFO: CheckJSPSize ended.
CKCG5010: INFO: The check is skipped because DAS is running.
CKCG5011: SEVERE: org.apache.jasper.JspC is not found. Please check the environment.
CKCG5020: INFO: Application: アプリケーション名
CKCG5023: WARNING: PWC6033: Error in Javac compilation for JSP
CKCG5024: WARNING: Application: アプリケーション名Javaの定数文字列が64KBを超過しています。Stringを使用したJavaコード部分を見直し、文字列長を64KB未満にしてください。
CKCG5024: WARNING: Application: アプリケーション名The size of a constant string is larger than 64KB. Please divide the string into several strings.
CKCG5025: WARNING: Application: アプリケーション名メソッドサイズが64KBを超過しています。JSPファイルを分割し、動的にincludeを行ってください。
CKCG5025: WARNING: Application: アプリケーション名The size of a method in the class file is larger than 64KB. Please modify JSP file by diveding into multiple files and using dynamic include.
CKCG6002: SEVERE: Checking log file failed. The following unexpected error occurred. %s
CKCG6110: WARNING: Found the warning messages which indicate OutOfMemoryError might happen. It is recommended to tune Java heap size (-Xmx) and/or Metaspace size (-XX:MaxMetaspaceSize), or to check to see if there is unintentional memory leak. - %s1 message found (latest one): %s2 (%s3): -------------------------------------------------------- %s4 -------------------------------------------------------- at %s5 corresponding logs: %s2 (%s3): %s6 current settings: %s3: -Xmx%s7, -XX:MaxMetaspaceSize=%s8
CKCG6111: WARNING: Found the warning messages indicating the possibility of OutOfMemoryError: %s
CKCG6210: WARNING: Found the warning messages which indicate application response timeout happened. It is recommended to tune MaximumProcessingTime value in PCMI profile or to check to see if your application return the response in a proper time. If you use Web Server Connector, it is also recommended to tune send/receive timeout setting of Web Server Connector. message found (latest one): %s1 (%s2): -------------------------------------------------------- %s3 -------------------------------------------------------- at %s4 corresponding logs: %s1 (%s2): %s5 current settings: %s2: MaximumProcessingTime=%s6s
CKCG6211: WARNING: Found the warning messages which indicate application response timeout happened: %s
CKCG6310: WARNING: Found the warning messages which indicate JDBC connection leak happened. It is recommended to check the deployed applications. message found (latest one): %s1 (%s2): -------------------------------------------------------- %s3 -------------------------------------------------------- at %s4 corresponding logs: %s1 (%s2): %s5
CKCG6311: WARNING: Found the warning messages which indicate JDBC connection leak happened: %s
INFO: GLASSFISH_OM1015: Cluster was started up: CLUSTER={0}
INFO: GLASSFISH_OM1016: Cluster was stopped: CLUSTER={0}
ERROR: GLASSFISH_OM1022: Cluster unable to start
ERROR: GLASSFISH_OM1023: Cluster unable to terminate
SEVERE: OM1036: Internal error occurred. DETAIL={0}
INFO: GLASSFISH_OM1045: Server Instance was stopped: NAME={0}
INFO: GLASSFISH_OM1046: Server Instance was stopped forcibly: NAME={0}
WARNING: GLASSFISH_OM1068: Failed to synchronize with DAS. NAME={0}
ERROR: GLASSFISH_OM2046: Transaction monitoring level is OFF.
ERROR: OM2102: An invalid send/receive timeout was specified. Specify a value from 1 to 2147483647. Specified value={0}
ERROR: OM2103: An invalid maximum number of connections to the Web container was specified. Specify a value from 0 to 2048. Specified value={0}
ERROR: OM2112: Could not execute command. Command={0} Detail={1}
ERROR: OM2113: Specified port number of instance has already been used. Instance={0} Port={1}
ERROR: OM2114: Invalid value was specified for a port number of instance. Instance={0} Port={1}
ERROR: OM2115: Duplicate context root of an application has been specified. Application={0} Context root={1}
ERROR: OM2116: Context root of a web application is invalid value. Web application={0}
SEVERE: OM2201: An error occurred while writing the monitor log. MONITOR ITEM={0} ERROR={1}
ERROR: GLASSFISH_OM2206: No value name specified = {0}
ERROR: GLASSFISH_OM2207: The resource is not found while undeploying. NAME={0}
ERROR: GLASSFISH_OM2208: An error occurred while creating the JMS physical destination. Please check the server log for more information
ERROR: GLASSFISH_OM2209: An error occurred while deleting the JMS physical destination. Please check the server log for more information
ERROR: GLASSFISH_OM2210: An error occurred while listing JMS physical destinations. Please check the server log for more information
INFO: GLASSFISH_OM2211: GlassFish monitoring is now enabled.
SEVERE: OM2212: An error occurred while closing the monitor log. MONITOR ITEM={0} ERROR={1}
ERROR: GLASSFISH_OM2300: {0}: Config element {1} {2} is not found.
ERROR: GLASSFISH_OM2301: Invalid connection definition. Connector Module with connection definition ({0}) not found
ERROR: GLASSFISH_OM2302: Invalid Resource Type: {0}
ERROR: GLASSFISH_OM2303: TransactionsRecovery:There is no recovering server with name {0}
ERROR: GLASSFISH_OM2304: TransactionsRecovery:txLogDir should be null for self recovering.
ERROR: GLASSFISH_OM2305: TransactionsRecovery:Transactions of running server <<{0}>> can not be recovered from another server <<{1}>>
ERROR: GLASSFISH_OM2306: Invalid transaction Id or Transaction is over or Transaction monitoring is not enabled. : ID[{0}]
ERROR: GLASSFISH_OM2307: Invalid characters in name: {0}.
ERROR: GLASSFISH_OM2308: Invalid characters in group: {0}.
ERROR: GLASSFISH_OM2309: User {0} already exists.
ERROR: GLASSFISH_OM2310: The resource "{0}" is shared by other instances or clusters. This Set operation is can only be performed at the domain level.
ERROR: GLASSFISH_OM2311: Invalid Jvm Option {0}. Option must start with -.
ERROR: GLASSFISH_OM2312: {0} already exists: cannot add duplicate
ERROR: GLASSFISH_OM2313: Attribute "{0}" not found
ERROR: GLASSFISH_OM2314: No object matches the specified name "{0}"
ERROR: GLASSFISH_OM2315: Cannot change the read only attribute. Attribute={0}
ERROR: GLASSFISH_OM2317: The application "{0}" is shared by other instances or clusters. This Set operation is can only be performed at the domain level.
ERROR: GLASSFISH_OM2318: The resource "{0}" is not referenced by this cluster "{1}". The attribute "{2}" can only be modified at the domain level.
ERROR: GLASSFISH_OM2319: Missing expected dotted-name part
ERROR: GLASSFISH_OM2320: Illegal character "{0}"
ERROR: GLASSFISH_OM2321: Illegal to specify null as an attribute value
ERROR: GLASSFISH_OM2322: Wildcard characters may not be used for 'set' ({0})
ERROR: GLASSFISH_OM2323: Invalid user or password
ERROR: GLASSFISH_OM2324: No such user [{0}].
ERROR: GLASSFISH_OM2325: The application "{0}" is not referenced by this cluster "{1}". The attribute "{2}" can only be modified at the domain level.
ERROR: GLASSFISH_OM2326: Resources: {0} "{1}" does not exist.
INFO: GLASSFISH_OM2327: Rollback successful. : ID[{0}]
ERROR: GLASSFISH_OM2328: Rollback unsuccessful. Transaction is allowed to be rolled back in Active or MarkedRollback state. : ID[{0}]
ERROR: GLASSFISH_OM2329: Rollback unsuccessful. Thread is not allowed to rollback the transaction. : ID[{0}]
ERROR: GLASSFISH_OM2330: Rollback unsuccessful. Unexpected error condition encountered by Transaction Manager. : ID[{0}]
ERROR: GLASSFISH_OM2331: Resource {0} does not exist.
ERROR: GLASSFISH_OM2332: Application {0} does not exist
WARNING: GLASSFISH_OM2333: Destination Resource {0} does not contain a property called Name. So deriving a destination name {1} from the provided JNDI name {0}.
ERROR: GLASSFISH_OM2334: Invalid ResourceAdapter: {0}
WARNING: GLASSFISH_OM3000: Delaying cluster stop process because an application is still processing.
WARNING: GLASSFISH_OM3001: Commencing cluster stop process as all applications have finished processing.
INFO: GLASSFISH_OM3002: The server application timer function has started.
INFO: GLASSFISH_OM3003: The server application timer function has stopped.
WARNING: OM3004: No response from the application.: START={0} THREAD={1} APPLICATION={2}
INFO: GLASSFISH_OM3005: The application which was carrying out the timeout returned.: START={0} THREAD={1} APPLICATION={2}
INFO: OM3006: An application timeout was notified to the PCMI runtime environment.
WARNING: OM3007: The application timeout could not be notified to the PCMI runtime environment.: CODE={0}
INFO: OM3008: The running status of the cluster was notified to the PCMI runtime environment.
WARNING: OM3009: The running status of the cluster could not be notified to the PCMI runtime environment.: CODE={0}
WARNING: GLASSFISH_OM3010: Failed to notify the running status of the cluster repeatedly. Output of the failure message has been blocked.
WARNING: GLASSFISH_OM3011: Unexpected error.: DETAIL={0}
WARNING: GLASSFISH_OM3012: Failed to acquire information.: Definition={0} DETAIL={1}
WARNING: GLASSFISH_OM3013: Internal error.: DETAIL={0}
WARNING: OM3014: An error occurred in the server application timer function. PCMI Error Code={0}
INFO: OM3100: Log rotation was successful. FILE={0}
SEVERE: OM3101: Log rotation failed. FILE={0}
SEVERE: OM3102: Failed to delete the log file. FILE={0}
SEVERE: OM3103: Failed to open the log file. FILE={0}
SEVERE: OM3105: Failed to initialize the log file. DETAIL={0}
WARNING: OM3106: Failed to download the log file. FILE={0}
SEVERE: OM3107: Failed to write messages. FILE={0}
WARNING: OM3108: Output of the log has been stopped. FILE={0}
WARNING: OM3109: Specified attribute value from logging property file is invalid. The default value used. key={0} value={1} default={2}
INFO: GLASSFISH_OM3201: Alert monitoring function is {0}.
WARNING: GLASSFISH_OM3203: An abnormality is found in installed environment. FILE={0} ERROR={1}
WARNING: GLASSFISH_OM3204: Alert monitoring function was detected the alert. INSTANCE={0} MESSAGE={1}
WARNING: GLASSFISH_OM3205: Alert monitoring function is stopped due to the unexpected error. CODE={0} ERROR={1}
ERROR: GLASSFISH_OM3209: A system error occurred. DETAIL={0}
ERROR: GLASSFISH_OM5001: Failed to get the instance install path of PCMI service. PCMI service is not used. class={0}.
ERROR: GLASSFISH_OM5002: Failed to send a notification that process named {0} is started. PCMI Error Code={1}.
INFO: GLASSFISH_OM5003: Java management agent started.
INFO: PCMI0000: The {0} command was processed normally.: INSTANCE={1}
ERROR: PCMI0001: The {0} command was failed.: INSTANCE={1} POS={2} DETAIL={3}
ERROR: PCMI0002: Too many operands were specified.
ERROR: PCMI0003: Operand is not specified.
ERROR: PCMI0004: Command parameter contains an error.
ERROR: PCMI0005: PCMI instance directory does not exist.: INSTANCE={0}
ERROR: PCMI0006: PCMI service does not exist in the directory.: INSTANCE={0}
ERROR: PCMI0007: PCMI service is being created in the directory.: INSTANCE={0}
ERROR: PCMI0008: An internal error occurred.: INSTANCE={0} POS={1} DETAIL={2}
ERROR: PCMI0009: A system error occurred.: INSTANCE={0} POS={1} DETAIL={2}
ERROR: PCMI0010: A condition exists that the command cannot be executed.: INSTANCE={0}
INFO: PCMI0011: PCMI service has started.: INSTANCE={0}
INFO: PCMI0012: PCMI service has stopped.: INSTANCE={0}
ERROR: PCMI0013: PCMI service cannot be started.: INSTANCE={0}
ERROR: PCMI0014: PCMI service cannot be stopped.: INSTANCE={0}
ERROR: PCMI0015: An error occurred while getting PCMI service status.: INSTANCE={0} DETAIL={1}
ERROR: PCMI0016: The directory is not empty.: INSTANCE={0}
ERROR: PCMI0018: PCMI service is started.: INSTANCE={0}
ERROR: PCMI0019: The pcminame is used.: INSTANCE={0}
WARNING: PCMI0020: PCMI service has already been set up.: INSTANCE={0}
WARNING: PCMI0021: PCMI service has not been set up.: INSTANCE={0}
ERROR: PCMI0022: Required package is not installed.
ERROR: PCMI0023: Does not have the authority to execute a command.: INSTANCE={0}
ERROR: PCMI0024: PCMI service is not running.: INSTANCE={0}
ERROR: PCMI0025: An error occurred in the display of the list of process states.: INSTANCE={0} DETAIL={1}
ERROR: PCMI0026: Failed to get the common Java information.
ERROR: PCMI0028: PCMI service already has started.: INSTANCE={0}
ERROR: PCMI0029: PCMI service already has stopped.: INSTANCE={0}
INFO: PCMI1000: The PCMI service has started.: INSTANCE={0}
INFO: PCMI1001: The PCMI service has stopped.: INSTANCE={0}
INFO: PCMI1002: Process was started up.: INSTANCE={0} ID={1} ADAPTER={2}
ERROR: PCMI1003: Process unable to start.: INSTANCE={0} ID={1} ADAPTER={2}
ERROR: PCMI1005: Specified process is already running.: INSTANCE={0} ID={1} ADAPTER={2}
ERROR: PCMI1006: The PCMI service has already started.: INSTANCE={0}
ERROR: PCMI1007: The PCMI service cannot be started.: INSTANCE={0} DETAIL={1}
ERROR: PCMI1008: Timed out. The start hook was interrupted.: INSTANCE={0}
ERROR: PCMI1009: The PCMI service cannot be started.: INSTANCE={0}
WARNING: PCMI1010: The shutdown time of PCMI service exceeded the time threshold.: INSTANCE={0}
ERROR: PCMI1011: The PCMI service cannot be started.
ERROR: PCMI1012: An error occurred while getting PCMI service status.: INSTANCE={0} DETAIL={1}
ERROR: PCMI1013: PCMI root directory does not exist.: INSTANCE={0}
ERROR: PCMI1014: A profile does not exist.: INSTANCE={0} FILE={1}
ERROR: PCMI1015: Failed to read profile.: INSTANCE={0} FILE={1}
ERROR: PCMI1016: Invalid value.: INSTANCE={0} DETAIL={1}
ERROR: PCMI1022: The start hook has terminated abnormally.: INSTANCE={0} DETAIL={1}
WARNING: PCMI1024: The stop hook has terminated abnormally.: INSTANCE={0} DETAIL={1}
WARNING: PCMI1029: Internal error occurred while stopping the PCMI service.: INSTANCE={0}
ERROR: PCMI1030: The process terminated abnormally during startup.: INSTANCE={0} ID={1} ADAPTER={2} PID={3}
INFO: PCMI1031: Process was stopped.: INSTANCE={0} ID={1} ADAPTER={2}
ERROR: PCMI1032: Process is not started.: INSTANCE={0} ID={1} ADAPTER={2}
ERROR: PCMI1033: The other operation is already running. INSTANCE={0} ID={1} ADAPTER={2} OPERATION={3}
ERROR: PCMI1034: An internal error occurred in PCMI service.: INSTANCE={0}
ERROR: PCMI1035: Communication error occurred.: INSTANCE={0} PROTOCOLID={1} REASON={2}
ERROR: PCMI1036: Failed to read communication environment definition file.: INSTANCE={0} FILE={1}
ERROR: PCMI1037: Communication environment definition file contains an error.: INSTANCE={0} PROTOCOLID={1} REASON={2}
ERROR: PCMI1041: Operation was canceled.: INSTANCE={0} ID={1} ADAPTER={2}
ERROR: PCMI1042: Process creation failed.: INSTANCE={0} ID={1} ADAPTER={2}
ERROR: PCMI1043: Error occurred during startup of process.: INSTANCE={0} ID={1} ADAPTER={2} PID={3}
WARNING: PCMI1045: Abnormality occurred by the salvage procedure after the process had stopped.: INSTANCE={0} ID={1} ADAPTER={2} DETAIL={3}
ERROR: PCMI1047: Abnormality occurred by the collection of the process information.: DETAIL={0}
WARNING: PCMI1051: Unable to create or write monitoring information file.: INSTANCE={0} PATH={1}
ERROR: PCMI1052: An I/O error occurred.: INSTANCE={0} PATH={1}
WARNING: PCMI1100: Specified profile does not exist. Default values will be used.: INSTANCE={0} ID={1}
ERROR: PCMI1101: The shutdown time of process exceeded the process monitoring time.: INSTANCE={0} ID={1} ADAPTER={2} PID={3}
ERROR: PCMI1102: The startup time of process exceeded the process monitoring time.: INSTANCE={0} ID={1} ADAPTER={2} PID={3}
ERROR: PCMI1103: The process has stopped.: INSTANCE={0} ID={1} PID={2}
INFO: PCMI1104: The reactivation frequency of the process was exceeded.: INSTANCE={0} ID={1} PID={2}
WARNING: PCMI1105: The process has stopped because JavaVM ran out of memory.: INSTANCE={0} ID={1} PID={2} KIND={3}
WARNING: PCMI1106: Application processing time exceeded monitoring time.: INSTANCE={0} ID={1} ADAPTER={2} PID={3}
ERROR: PCMI1107: Application processing time exceeded monitoring time.: INSTANCE={0} ID={1} ADAPTER={2} PID={3}
WARNING: PCMI1108: No response time exceeded monitoring time.: INSTANCE={0} ID={1} PID={2}
ERROR: PCMI1109: No response time exceeded monitoring time.: INSTANCE={0} ID={1} PID={2}
WARNING: PCMI1115: Abnormality occurred by the reactivation processing after the process had stopped. INSTANCE={0} ID={1} ADAPTER={2} DETAIL={3}
WARNING: PCMI1116: The process monitoring failed.: INSTANCE={0} ID={1} ADAPTER={2}
ERROR: PCMI1117: Abnormality occurred by the monitoring of the process.: INSTANCE={0} ID={1} ADAPTER={2} PID={3} DETAIL={4}
WARNING: PCMI1118: Abnormality occurred by the stop procedure.: INSTANCE={0} ID={1} ADAPTER={2} DETAIL={3}
WARNING: PCMI1119: The linkage with Systemwalker failed.: INSTANCE={0} DETAIL={1}
ERROR: PCMI1120: A system error occurred.: INSTANCE={0} DETAIL={1}
ERROR: PCMI1200: Directory deletion failed.: INSTANCE={0} PATH={1}
ERROR: PCMI1201: Unable to rotation the directory.: INSTANCE={0} PATH={1} BACKUP_ROOT_PATH={2}
ERROR: PCMI1202: Directory creation failed.: INSTANCE={0} PATH={1}
INFO: PCMI1300: Log rotated successfully.: INSTANCE={0} FILE={1}
WARNING: PCMI1301: Log rotation failed.: INSTANCE={0} FILE={1} REASON={2}
ERROR: PCMI1302: Failed in preparing for logging to the file.: INSTANCE={0} FILE={1} REASON={2}
INFO: PCMI1303: Pending output was flushed.: INSTANCE={0} FILE={1}
WARNING: PCMI1304: Something went wrong in the drainer. It will be stopped.: INSTANCE={0}
ERROR: PCMI1306: Failed in logging standard output to the file.: INSTANCE={0} FILE={1} REASON={2}
ERROR: PCMI1307: Failed in initializing the trace log file.: INSTANCE={0}
ijsetup: ADMIN_PASSWORD is not specified.
ijsetup: The Java command is not found or there is no execution authority.
ijsetup: The java command is not found.
ijsetup: IjSetupCommand failed.
ijsetup: ijsetup failed. detail={0}
コマンドの構文が誤っています。
ijsetup: An error occurred in the fjpcmi_postinstall command
ijsetup: An error occurred in the fjje_postinstall command.
ijsetup: An error occurred in the ijinit command.
Failed to start process named {0}. PCMI Error Code={1}.
Failed to stop process named {0}. PCMI Error Code={1}.
Login information for PCMI service is not saved. domainsPath={0}, pcmiPath={1}
The instance install path of PCMI service is set to an invalid value. Invalid value={0}.
error occured while initializing PcmiTraceLogFilehandler
メッセージ集の先頭へ