7.8 Messages from KDJE90000 to KDJE99999
This section explains the messages from KDJE90000 to KDJE99999.
-
KDJE90001-E
(aa....aa:bb....bb)cc....cc dd....dd(ee....ee)
aa....aa: File name
bb....bb: Line number
cc....cc: Method name
dd....dd: Exception class name
ee....ee: Exception string representation
- Description
-
An exception occurred.
- Action
-
Remove the cause of the error based on the message details.
-
KDJE90002-E
The log file aa....aa cannot be opened.
Method = bb....bb, Detailed message = cc....cc
aa....aa: Target file name
bb....bb: Hitachi Trace Common Library method name
cc....cc: Hitachi Trace Common Library detailed message
- Description
-
Hitachi Trace Common Library log file (aa....aa) cannot be opened.
In the case of EJB client operated in subdirectory shared mode, exclusion of a log file might have failed.
- Action
-
Remove the cause of the error based on the message details.
In the case of EJB client operated in subdirectory shared mode, when exclusion of log file fails, increase the retry interval and the retry count using the ejbserver.client.log.lockRetryCount and the ejbserver.client.log.lockInterval properties.
-
KDJE90003-E
The aa....aa method of HNTRLib returned an error.
aa....aa: Hitachi Trace Common Library method name
- Description
-
The method of Hitachi Trace Common Library returned an error.
Resources might be insufficient.
In the case of EJB client operated in subdirectory shared mode, exclusion of a log file might have failed.
- Action
-
Check the free disk space and memory usage of the directory to which the log is to be output, delete the unnecessary files, and then stop the unnecessary programs.
In the case of EJB client operated in subdirectory shared mode, when exclusion of log file fails, increase the retry interval and the retry count using the ejbserver.client.log.lockRetryCount and the ejbserver.client.log.lockInterval properties.
-
KDJE90005-W
The default value 2 will be used because the value of filenum property for aa....aa is invalid.
aa....aa: Channel name
- Description
-
The default value 2 will be used because the value of filenum property for aa....aa is invalid.
- Action
-
Revise the value of filenum property of the channel corresponding to usrconf.properties file.
-
KDJE90006-W
The default value 1MB will be used because the value of filesize property for aa....aa is invalid.
aa....aa: Channel name
- Description
-
The default value 1 MB will be used because the value of the filesize property for aa....aa is invalid.
- Action
-
Revise the value of the filesize property of the channel corresponding to the usrconf.properties file.
-
KDJE90009-W
An unknown log level is specified in the property key ejbserver.logger.enabled.*.
- Description
-
Value other than Error, Warning, Information, Debug is specified in the property key ejbserver.logger.enabled.* of usrconf.properties file.
- Action
-
Specify a correct value.
-
KDJE90010-E
The message was not found in the message resource file. ID = aa....aa
aa....aa: Message ID that could not be acquired
- Description
-
An attempt to acquire the message (aa....aa) described by the ID from the resource has failed.
- Action
-
Contact maintenance personnel.
-
KDJE90011-E
An exception aa....aa has occurred while outputting an exception log. Detail=bb....bb
aa....aa: Occurred exception class name
bb....bb: Class name where the exception was thrown
- Description
-
An exception occurred when the log was being output to the exception log.
- Action
-
Remove the cause due to which the exception aa....aa occurred.
-
KDJE90013-E
An attempt to get the path has failed. (path name = aa....aa)
aa....aa: Path name
- Description
-
An attempt to acquire the path has failed.
- Action
-
Make sure that the Application Server is installed properly.
-
KDJE90015-E
The aa....aa method of HULALib returned an error.
aa....aa: Name of the Hitachi Trace Common Library method
- Description
-
The Hitachi Trace Common Library method returned an error.
- Action
-
There might be a shortage of resources. Check the free disk space and memory usage of the log output directory, and then delete the files and stop the programs that are no longer required.
-
KDJE90016-W
An attempt to initialize an HNTRLib log file (aa....aa) failed, but processing will continue.
aa....aa: Name of the file that failed to be initialized
- Description
-
An attempt to initialize the HNTRLib log file failed, but the processing continues.
- Action
-
Take the action described in the KDJE90002-E message that was output immediately before this message.