📄 messages_en.properties
字号:
################################################################################# Text for exceptions################################################################################# MonitorXBM01.D=Startup failed due to an exception. See next exception for details. XBM02.D=Startup failed due to missing functionality for {0}. Please ensure your classpath includes the correct Derby software.XBM05.D=Startup failed due to missing product version information for {0}.XBM06.D=Startup failed. An encrypted database cannot be accessed without the correct boot password. XBM07.D=Startup failed. Boot password must be at least 8 bytes long.XBM08.D=Could not instantiage {0} StorageFactory class {1}.XBM0G.D=Failed to start encryption engine. Please make sure you are running Java 2 and have downloaded an encryption provider such as jce and put it in your class path. XBM0H.D=Directory {0} cannot be created.XBM0I.D=Directory {0} cannot be removed.XBM0J.D=Directory {0} already exists.XBM0K.D=Unknown sub-protocol for database name {0}.XBM0L.D=Specified authentication scheme class {0} does implement the authentication interface {1}.XBM0M.D=Error creating instance of authentication scheme class {0}.XBM0N.D=JDBC Driver registration with java.sql.DriverManager failed. See next exception for details. XBM0P.D=Service provider is read-only. Operation not permitted. XBM0S.D=Unable to rename file ''{0}'' to ''{1}''XBM0T.D=Ambiguous sub-protocol for database name {0}. XBM0U.S=No class was registered for identifier {0}.XBM0V.S=An exception was thrown while loading class {1} registered for identifier {0}.XBM0W.S=An exception was thrown while creating an instance of class {1} registered for identifier {0}.XBM0X.D=Supplied territory description ''{0}'' is invalid, expecting ln[_CO[_variant]]\nln=lower-case two-letter ISO-639 language code, CO=upper-case two-letter ISO-3166 country codes, see java.util.Locale.XBM0Y.D=Backup database directory {0} not found. Please make sure that the specified backup path is right.XBM0Z.D=Unable to copy file ''{0}'' to ''{1}''. Please make sure that there is enough space and permissions are correct. XBM0Q.D=File {0} not found. Please make sure that backup copy is the correct one and it is not corrupted.XBM0R.D=Unable to remove File {0}. # UpgradeXCW00.D=Unsupported upgrade from ''{0}'' to ''{1}''.# Feature not supported# COntext service08000=Connection closed by unknown interrupt.#../java/com/ibm/db2j/protocol/BasicServices/LockManager/messages.properties40001=A lock could not be obtained due to a deadlock, cycle of locks and waiters is:\n{0}. The selected victim is XID : {1}.40XL1=A lock could not be obtained within the time requested40XL2=A lock could not be obtained within the time requested. The lockTable dump is: {0}# ClassManagerXBCM1.S=Java linkage error thrown during load of generated class {0}.XBCM2.S=Cannot create an instance of generated class {0}.XBCM3.S=Method {1}() does not exist in generated class {0}.# PropertiesXCY00.S=Invalid value for property ''{0}''=''{1}''.XCY02.S=The requested property change is not supported ''{0}''=''{1}''.XCY03.S=Required property ''{0}'' has not been set.# CryptographyXBCX0.S=Exception from Cryptography provider. See next exception for details.XBCX1.S=Initializing cipher with illegal mode, must be either ENCRYPT or DECRYPT.XBCX2.S=Initializing cipher with a boot password that is too short. The password must be at least {0} characters long. XBCX5.S=Cannot change boot password to null.XBCX6.S=Cannot change boot password to a non-string serializable type.XBCX7.S=Wrong format for changing boot password. Format must be : old_boot_password, new_boot_password.XBCX8.S=Cannot change boot password for a non-encrypted database.XBCX9.S=Cannot change boot password for a read-only database. XBCXA.S=Wrong boot password.XBCXB.S=Bad encryption padding ''{0}'' or padding not specified. ''NoPadding'' must be used.XBCXC.S=Encryption algorithm ''{0}'' does not exist. Please check that the chosen provider ''{1}'' supports this algorithm.XBCXD.S=The encryption algorithm cannot be changed after the database is created.XBCXE.S=The encryption provider cannot be changed after the database is created.XBCXF.S=The class ''{0}'' representing the encryption provider cannot be found.XBCXG.S=The encryption provider ''{0}'' does not exist.XBCXH.S=The encryptionAlgorithm ''{0}'' is not in the correct format. The correct format is algorithm/feedbackMode/NoPadding.XBCXI.S=The feedback mode ''{0}'' is not supported. Supported feedback modes are CBC, CFB, OFB and ECB.XBCXJ.S=The application is using a version of the Java Cryptography Extension (JCE) earlier than 1.2.1. Please upgrade to JCE 1.2.1 and try the operation again. XBCXK.S=The given encryption key does not match the encryption key used when creating the database. Please ensure that you are using the correct encryption key and try again. XBCXL.S=The verification process for the encryption key was not successful. This could have been caused by an error when accessing the appropriate file to do the verification process. See next exception for details. XBCXM.S=The length of the external encryption key must be an even number.XBCXN.S=The external encryption key contains one or more illegal characters. Allowed characters for a hexadecimal number are 0-9, a-f and A-F.#../java/com/ibm/db2j/impl/BasicServices/CacheService/Generic/messages.properties# CacheStatementException messages# sqlstate range: XBCA0 to XBCAZXBCA0.S=Cannot create new object with key {1} in {0} cache. The object already exists in the cache. # java/com/ibm/db2j/protocol/Database/Storage/Access/Interface.# sqlstate range: XSAI0 to XSAIZXSAI2.S=The conglomerate ({0}) requested does not exist.XSAI3.S=Feature not implemented.# java/com/ibm/db2j/protocol/Database/Storage/Access/Interface# RunTimeStatistics properties messages.# sqlstate range: XSAJ0 to XSAJZXSAJ0.U=Scan typeXSAJ1.U=Number of pages visitedXSAJ2.U=Number of rows visitedXSAJ3.U=Number of deleted rows visitedXSAJ4.U=Number of rows qualifiedXSAJ5.U=Number of columns fetchedXSAJ6.U=Bit set of columns fetchedXSAJ7.U=Tree heightXSAJ8.U=Sort typeXSAJA.U=Number of rows inputXSAJB.U=Number of rows outputXSAJC.U=Number of merge runsXSAJD.U=Size of merge runsXSAJE.U=All#NOTE: The next three messages are the names of types of scans.XSAJF.U=btreeXSAJG.U=heapXSAJH.U=sort#NOTE: The next two messages are types of sortsXSAJI.U=externalXSAJJ.U=internal# java/com/ibm/db2j/protocol/Database/Storage/Access/XA.# sqlstate range: XSAX0 to XSAXZXSAX0.S=XA protocol violation.XSAX1.S=An attempt was made to start a global transaction with an Xid of an existing global transaction.#../java/com/ibm/db2j/impl/Database/Storage/Access/Raw/AccessManager/Generic# sqlstate range: XSAM0 to XSAMZXSAM0.S=Exception encountered while trying to boot module for ''{0}''.XSAM2.S=There is no index or conglomerate with conglom id ''{0}'' to drop.XSAM3.S=There is no index or conglomerate with conglom id ''{0}''.XSAM4.S=There is no sort called ''{0}''.XSAM5.S=Scan must be opened and positioned by calling next() before making other calls.XSAM6.S=Record {2} on page {1} in container {0} not found.#../java/com/ibm/db2j/impl/Database/Storage/Access/Raw/Conglomerate/Generic# sqlstate range: XSCG0 to XSCGZXSCG0.S=Could not create a template.#../java/com/ibm/db2j/impl/Database/Storage/Access/Raw/Conglomerate/Heap# sqlstate range: XSCH0 to XSCHZXSCH8.S=The feature is not implemented.XSCH7.S=The scan is not positioned.XSCH6.S=The heap container with container id {0} is closed.XSCH5.S=In a base table there was a mismatch between the requested column number {0} and the maximum number of columns {1}.XSCH4.S=Conglomerate could not be created.XSCH1.S=Container {0} not found.XSCH0.S=Could not create container.#../java/com/ibm/db2j/impl/Database/Storage/Access/Raw/Conglomerate/BTree/Generic# sqlstate range: XSCB0 to XSCBZXSCB9.S=Reserved for testing.XSCB8.S=The btree conglomerate {0} is closed.XSCB7.S=An internal error was encountered during a btree scan - current_rh is null = {0}, position key is null = {1}.XSCB6.S=Limitation: Record of a btree secondary index cannot be updated or inserted due to lack of space on the page. Use the parameters derby.storage.pageSize and/or derby.storage.pageReservedSpace to work around this limitation.XSCB5.S=During logical undo of a btree insert or delete the row could not be found in the tree.XSCB4.S=A method on a btree open scan has been called prior to positioning the scan on the first row (ie. no next() call has been made yet). The current state of the scan is ({0}).XSCB3.S=Unimplemented feature.XSCB2.S=The required property {0} not found in the property list given to createConglomerate() for a btree secondary index.XSCB1.S=Container {0} not found.XSCB0.S=Could not create container.#../java/com/ibm/db2j/impl/Database/Storage/Access/Raw/Sort/External# sqlstate range: XSAS0 to XSASZXSAS6.S=Could not acquire resources for sort.XSAS3.S=The type of a row inserted into a sort does not match the sort's template.XSAS1.S=An attempt was made to fetch a row before the beginning of a sort or after the end of a sort.XSAS0.S=A scan controller interface method was called which is not appropriate for a scan on a sort.# java/com/ibm/db2j/protocol/Database/Storage/RawStore/Interface.# statement errors.# sqlstate range: XSRS0 to XSRSZXSRS0.S=Cannot freeze the database after it is already frozen.XSRS1.S=Cannot backup the database to {0}, which is not a directory.XSRS4.S=Error renaming file (during backup) from {0} to {1}.XSRS5.S=Error copying file (during backup) from {0} to {1}.XSRS6.S=Cannot create backup directory {0}.XSRS7.S=Backup caught unexpected exception.XSRS8.S=Log Device can only be set during database creation time, it cannot be changed on the fly.XSRS9.S=Record {0} no longer exists# java/com/ibm/db2j/impl/Database/Storage/RawStore/Log/Generic# statement errors.# sqlstate range: XSLB0 to XSLBZXSLB9.S=Cannot issue any more change, log factory has been stopped.XSLB8.S=Trying to reset a scan to {0}, beyond its limit of {1}.XSLB6.S=Trying to log a 0 or -ve length log Record.XSLB5.S=Illegal truncationLWM instant {1} for truncation point {0}. Legal range is from {2} to {3}.XSLB4.S=Cannot find truncationLWM {0}.XSLB2.S=Log operation {0} logging excessive data, it filled up the internal log buffer.XSLB1.S=Log operation {0} encounters error writing itself out to the log stream, this could be caused by an errant log operation or internal log buffer full due to excessively large log operation.# java/com/ibm/db2j/impl/Database/Storage/RawStore/Log/Generic
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -